Update lru to 0.13.0

This commit is contained in:
Benjamin A. Beasley
2025-03-21 08:12:11 -04:00
committed by Johannes Altmanninger
parent ea8e122fad
commit a5adb362b0
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ libc = "0.2"
# lru pulls in hashbrown by default, which uses a faster (though less DoS resistant) hashing algo.
# disabling default features uses the stdlib instead, but it doubles the time to rewrite the history
# files as of 22 April 2024.
lru = "0.12.3"
lru = "0.13.0"
nix = { version = "0.29.0", default-features = false, features = [
"event",
"inotify",