chore(deps): bump lru from 0.16.3 to 0.18.0 (#9382)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-22 21:12:35 +00:00
committed by GitHub
parent 656ae04d97
commit 141e350ab8
2 changed files with 18 additions and 7 deletions
Generated
+17 -6
View File
@@ -4620,7 +4620,7 @@ dependencies = [
"keyring",
"libc",
"llama-cpp-2",
"lru",
"lru 0.18.0",
"minijinja",
"mockall",
"nanoid",
@@ -4984,6 +4984,11 @@ name = "hashbrown"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash 0.2.0",
]
[[package]]
name = "hashlink"
@@ -6182,11 +6187,17 @@ dependencies = [
[[package]]
name = "lru"
version = "0.16.3"
version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
[[package]]
name = "lru"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
dependencies = [
"hashbrown 0.16.1",
"hashbrown 0.17.0",
]
[[package]]
@@ -6564,7 +6575,7 @@ version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7462c9d8ae5ef6a28d66a192d399ad2530f1f2130b13186296dbb11bdef5b3d1"
dependencies = [
"lru",
"lru 0.16.4",
"nostr",
"tokio",
]
@@ -6588,7 +6599,7 @@ dependencies = [
"async-wsocket",
"atomic-destructor",
"hex",
"lru",
"lru 0.16.4",
"negentropy",
"nostr",
"nostr-database",
+1 -1
View File
@@ -42,7 +42,7 @@ http = "1.0"
ignore = "0.4.25"
include_dir = "0.7.4"
indoc = "2.0"
lru = "0.16"
lru = "0.18"
once_cell = "1.20"
rand = "0.8"
regex = "1.12"