maint: update lru

This commit is contained in:
James Hodgkinson 2025-04-22 15:19:03 +10:00
parent 99881e8a16
commit 4bc5433575
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View file

@ -818,7 +818,7 @@ dependencies = [
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
"lru",
"lru 0.13.0",
"smallvec",
"sptr",
"tokio",
@ -3189,7 +3189,7 @@ dependencies = [
"kanidmd_core",
"kanidmd_testkit",
"libc",
"lru",
"lru 0.14.0",
"mimalloc",
"notify-debouncer-full",
"prctl",
@ -3596,6 +3596,15 @@ dependencies = [
"hashbrown 0.15.2",
]
[[package]]
name = "lru"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
dependencies = [
"hashbrown 0.15.2",
]
[[package]]
name = "malloced"
version = "1.3.1"

View file

@ -207,7 +207,7 @@ libc = "^0.2.168"
libnss = "^0.8.0"
libsqlite3-sys = "^0.25.2"
lodepng = "3.11.0"
lru = "^0.13.0"
lru = "0.14.0"
mathru = "^0.13.0"
md-5 = "0.10.6"
mimalloc = "0.1.43"