aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-23 19:23:18 -0400
committerGitHub <noreply@github.com>2023-05-23 19:23:18 -0400
commit59816d07fe166b71cfb892c5757b3bd9ee6df068 (patch)
tree60bac18960211f4bf2c84ab7c71c417006c8ed2a /web
parent2c637ab713c5943b7c7538c7bb158cc62d07dbdc (diff)
downloadx-59816d07fe166b71cfb892c5757b3bd9ee6df068.tar.xz
x-59816d07fe166b71cfb892c5757b3bd9ee6df068.zip
build(deps): bump lol_html from 0.3.3 to 0.4.0 in /web/mastosan (#328)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.3 to 0.4.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/compare/v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 3c54cdc..3dc6770 100644
--- a/web/mastosan/Cargo.lock
+++ b/web/mastosan/Cargo.lock
@@ -171,9 +171,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "0.3.3"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3334b64837c6ea62ca7d8c3ba04ca7aa921b307b664002b882e14332ee2f80f1"
+checksum = "1610d7994d67a05bb35861cd733b069b1171de8693bc8452849c59361a1bb87b"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml
index 3aba4e8..b98618e 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 = "0.3"
+lol_html = "0.4"
[profile.release]
lto = true