From 5a9cc3aa62a1e9c5809dd9435f5b4aaecbeeef71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:08:44 +0000 Subject: [PATCH] build(deps): update lru requirement from 0.16.0 to 0.18.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.18.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.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..b787efb4 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.18.0", optional = true } memchr = "2.7" precomputed-hash = "0.1.1" rayon = { version = "1.10", optional = true }