From f3423adc40104f2f216ef53205d30c1db5274705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:49:43 +0000 Subject: [PATCH] chore(deps): bump lru in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [lru](https://github.com/jeromefroe/lru-rs). Updates `lru` 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: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++------------- libarx/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dc828b..f3edea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,6 +1021,7 @@ dependencies = [ [[package]] name = "jubako" version = "0.5.0-dev" +source = "git+https://github.com/jubako/jubako.git#2aa59e188ae36df0f7777bdaf15b3a68540d1e31" dependencies = [ "blake3", "camino", @@ -1039,7 +1040,6 @@ dependencies = [ "rayon", "smallvec", "spmc", - "static_assertions", "tempfile", "thiserror 2.0.17", "uuid", @@ -1156,9 +1156,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", ] @@ -1822,12 +1822,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02a8428da277a8e3a15271d79943e80ccc2ef254e78813a166a08d65e4c3ece5" -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - [[package]] name = "strsim" version = "0.11.1" @@ -2580,7 +2574,3 @@ dependencies = [ "cc", "pkg-config", ] - -[[patch.unused]] -name = "libwaj" -version = "0.4.1" diff --git a/libarx/Cargo.toml b/libarx/Cargo.toml index 11c723c..373ced8 100644 --- a/libarx/Cargo.toml +++ b/libarx/Cargo.toml @@ -18,7 +18,7 @@ harness = false jbk.workspace = true clap = { workspace=true, optional = true } libc = "0.2.148" -lru = "0.16.2" +lru = "0.16.3" fxhash = "0.2.1" tempfile = "3.8.0" walkdir = "2.4.0"