chore(deps): bump lru from 0.16.4 to 0.18.0 (#9627)

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-06-15 14:06:54 +00:00
committed by GitHub
parent 114ae52b6b
commit dc94aa6363
2 changed files with 10 additions and 4 deletions
Generated
+9 -3
View File
@@ -4573,7 +4573,7 @@ dependencies = [
"libc",
"llama-cpp-2",
"llama-cpp-sys-2",
"lru",
"lru 0.18.0",
"minijinja",
"mockall",
"nanoid",
@@ -6133,6 +6133,12 @@ version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
[[package]]
name = "lru"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
[[package]]
name = "lru-slab"
version = "0.1.2"
@@ -6497,7 +6503,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",
]
@@ -6521,7 +6527,7 @@ dependencies = [
"async-wsocket",
"atomic-destructor",
"hex",
"lru",
"lru 0.16.4",
"negentropy",
"nostr",
"nostr-database",
+1 -1
View File
@@ -45,7 +45,7 @@ ignore = { version = "0.4.12", default-features = false }
include_dir = { version = "0.7", default-features = false }
indoc = { version = "2", default-features = false }
keyring = { version = "3.6.3", default-features = false, features = ["vendored"] }
lru = { version = "0.16", default-features = false }
lru = { version = "0.18", default-features = false }
once_cell = { version = "1.21.3", default-features = false, features = ["std"] }
rand = { version = "0.8.5", default-features = false, features = ["std"] }
regex = { version = "1.12.3", default-features = false, features = ["std"] }