aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-27 02:29:55 +0000
committerGitHub <noreply@github.com>2025-04-27 02:29:55 +0000
commitc1e1e1678b2275846acd2d0081274e7e1fd50381 (patch)
tree696221ef51fbdcd219af7009672b28b68dfd8b9f
parenta59658ad4b77715d973ab8623ed26c6749816ba7 (diff)
downloadx-c1e1e1678b2275846acd2d0081274e7e1fd50381.tar.xz
x-c1e1e1678b2275846acd2d0081274e7e1fd50381.zip
build(deps): bump lol_html from 2.2.0 to 2.3.0 in /web/mastosan (#712)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 2.2.0 to 2.3.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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lol_html dependency-version: 2.3.0 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> Co-authored-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--web/mastosan/Cargo.lock6
-rw-r--r--web/mastosan/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock
index a0c3c9e..6bc6691 100644
--- a/web/mastosan/Cargo.lock
+++ b/web/mastosan/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "allocator-api2"
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "lol_html"
-version = "2.2.0"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b1058123f6262982b891dccc395cff0144d9439de366460b47fab719258b96e"
+checksum = "1e24940eb633a7240c1155e61595e18ec6c72b8571837531933f19de3a8c3786"
dependencies = [
"bitflags 2.0.2",
"cfg-if",
diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml
index 81966aa..977e039 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 = "2.2"
+lol_html = "2.3"
[profile.release]
lto = true