aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-26 07:04:59 -0400
committerGitHub <noreply@github.com>2023-05-26 07:04:59 -0400
commit0f64d59cdc929936e69e4805c4649903ed76e232 (patch)
tree0e96a50280a60a94bfe095a6187b44e9747ac5ca /web
parent33d4e577cd817c517662bf44d49d62d0d9b05b26 (diff)
downloadx-0f64d59cdc929936e69e4805c4649903ed76e232.tar.xz
x-0f64d59cdc929936e69e4805c4649903ed76e232.zip
build(deps): bump lol_html from 0.4.0 to 1.0.0 in /web/mastosan (#355)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.4.0 to 1.0.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.4.0...v1.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-major ... 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 3dc6770..0d06488 100644
--- a/web/mastosan/Cargo.lock
+++ b/web/mastosan/Cargo.lock
@@ -171,9 +171,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "0.4.0"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1610d7994d67a05bb35861cd733b069b1171de8693bc8452849c59361a1bb87b"
+checksum = "ce59b33732efed2480f7d15722ed56905e81004b402196a738f7532ff44d9798"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml
index b98618e..9476854 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.4"
+lol_html = "1.0"
[profile.release]
lto = true