From e51eac08c247a08df8ae2d7b3d603966dd249bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:33:01 +0000 Subject: [PATCH] deps(deps): Bump html-escape from 0.2.14 to 0.2.15 Bumps [html-escape](https://github.com/magiclen/html-escape) from 0.2.14 to 0.2.15. - [Commits](https://github.com/magiclen/html-escape/compare/v0.2.14...v0.2.15) --- updated-dependencies: - dependency-name: html-escape dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7501732..9e6b74ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,9 +1407,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "html-escape" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c1ff2d1cbf39efe5af0900ced8a069b5e61557a17544eb0c4a50239937389e" +checksum = "c9356095b4b41197bba32173600e1582792cda618f65d12f68e2e77d273413c5" [[package]] name = "iana-time-zone"