From a6ecdf2aba8a442e06c0c1c82a037c36e4c05a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:16:23 +0000 Subject: [PATCH] chore(deps): update lol_html requirement from 2.7 to 3.0 in /pagefind Updates the requirements on [lol_html](https://github.com/cloudflare/lol-html) to permit the latest version. - [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.0...v3.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pagefind/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagefind/Cargo.toml b/pagefind/Cargo.toml index 65dfae69..8f34a61f 100644 --- a/pagefind/Cargo.toml +++ b/pagefind/Cargo.toml @@ -67,7 +67,7 @@ either = "1.9.0" regex = "1.1" minicbor = { version = "2.1.1", features = ["alloc", "derive"] } base64 = "0.22" -lol_html = "2.7" +lol_html = "3.0" html-escape = "0.2.11" bit-set = "0.11" flate2 = "1.0"