aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-13 11:59:26 -0400
committerXe Iaso <me@xeiaso.net>2023-10-13 11:59:26 -0400
commit157b1667c1ba5723ea705fa265a0815c7c78198b (patch)
tree9c93baae58e78bf81f2ad744f32a5d3ddd3cef19 /web
parentec78fb9bb4cb062f0658637dc926b882b5d44d9c (diff)
downloadx-157b1667c1ba5723ea705fa265a0815c7c78198b.tar.xz
x-157b1667c1ba5723ea705fa265a0815c7c78198b.zip
Squashed commit of the following:
commit 39ff991f4c0bf6f07754238e7de0f7ce485d467b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Sep 14 10:38:22 2023 +0000 build(deps): bump lol_html from 1.1.1 to 1.2.0 in /web/mastosan Bumps [lol_html](https://github.com/cloudflare/lol-html) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/commits) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'web')
-rw-r--r--web/mastosan/Cargo.lock4
-rw-r--r--web/mastosan/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock
index 1f2d15e..c1be675 100644
--- a/web/mastosan/Cargo.lock
+++ b/web/mastosan/Cargo.lock
@@ -171,9 +171,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "1.1.1"
+version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3372b80cde44553082ee991301ae82d6650e58f812e973d9d302690490e74ed9"
+checksum = "10662f7aad081ec900fd735be33076da75e0389400277dc3734e2b0aa02bb115"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml
index 927e019..4f46f11 100644
--- a/web/mastosan/Cargo.toml
+++ b/web/mastosan/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-lol_html = "1.1"
+lol_html = "1.2"
[profile.release]
lto = true