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 }