From 2240a101f6a3496eac1d4b84c2194b8f3abf0b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:58:51 +0000 Subject: [PATCH] build(deps): bump lru in /bindings/ruby/ext/css_inline Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.2 to 0.16.3. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bindings/ruby/ext/css_inline/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/ruby/ext/css_inline/Cargo.lock b/bindings/ruby/ext/css_inline/Cargo.lock index c7e72c6a..fb7ae97f 100644 --- a/bindings/ruby/ext/css_inline/Cargo.lock +++ b/bindings/ruby/ext/css_inline/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "css-inline-ruby" -version = "0.18.0" +version = "0.19.0" dependencies = [ "css-inline", "magnus", @@ -684,9 +684,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lru" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" +checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" dependencies = [ "hashbrown", ]