From 3adfdce89042c35e36193c4c04087c3d91124c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:27:32 +0000 Subject: [PATCH] Bump lru from 0.16.0 to 0.16.1 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.0 to 0.16.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- josh-proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58d3f18f3..26ddffb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2245,9 +2245,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lru" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed" +checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8" dependencies = [ "hashbrown 0.15.5", ] diff --git a/josh-proxy/Cargo.toml b/josh-proxy/Cargo.toml index 45eb684a1..cfe377643 100644 --- a/josh-proxy/Cargo.toml +++ b/josh-proxy/Cargo.toml @@ -11,7 +11,7 @@ version = "22.4.15" [dependencies] sha2 = "0.10.8" -lru = "0.16.0" +lru = "0.16.1" hex = { workspace = true } base64 = { workspace = true } clap = { workspace = true }