From 3db53f5799041960e3267ee88846ef7a5ff6c3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:34:37 +0000 Subject: [PATCH] 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 650b58c..33c7a3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[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 = "html-streaming-editor"