From e50b4b5266a8beccfce17259a9bdba42bc8b718f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:13:45 +0000 Subject: [PATCH] build(deps): update lru requirement from 0.16.0 to 0.17.0 in /css-inline Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 65f2fc4a..a7157570 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -31,7 +31,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.36.0" html5ever = "0.39.0" -lru = { version = "0.16.0", optional = true } +lru = { version = "0.17.0", optional = true } memchr = "2.7" precomputed-hash = "0.1.1" rayon = { version = "1.10", optional = true }