From fe6f38e0a36c132b6c209e8db6ca0402cbf3c99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:25:32 +0000 Subject: [PATCH] build(deps): update lru requirement from 0.12.3 to 0.13.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.12.3...0.13.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 7efaa8d..cfb7e55 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -32,7 +32,7 @@ stylesheet-cache = ["lru"] cssparser = "0.31.2" html5ever = "0.27.0" indexmap = "2.1" -lru = { version = "0.12.3", optional = true } +lru = { version = "0.13.0", optional = true } pico-args = { version = "0.3", optional = true } rayon = { version = "1.10", optional = true } reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }