From df90f91b7bc81fb52de8822a32bb32adffc9a919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:52:43 +0000 Subject: [PATCH] build(deps): bump lol_html from 2.7.1 to 2.7.2 in /web/mastosan Bumps [lol_html](https://github.com/cloudflare/lol-html) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: lol_html dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/mastosan/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock index 9fdb462e..624b30f3 100644 --- a/web/mastosan/Cargo.lock +++ b/web/mastosan/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "lol_html" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bc32f75a59df2d35a9f13224b057a1c1ff1d187dfdc56190e9a54c4127917" +checksum = "5ff94cb6aef6ee52afd2c69331e9109906d855e82bd241f3110dfdf6185899ab" dependencies = [ "bitflags", "cfg-if",