Update Rust crate lru to 0.13

This commit is contained in:
renovate[bot] 2025-01-28 00:52:40 +00:00 committed by GitHub
parent 3ab249ebda
commit a5f6a5ef89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1306,9 +1306,9 @@ checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
[[package]]
name = "lru"
version = "0.12.5"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465"
dependencies = [
"hashbrown",
]

View file

@ -31,4 +31,4 @@ deunicode = "1.4"
urlencoding = "2"
httpdate = "1"
redis = { version = "0.28", features = ["tokio-comp", "connection-manager"] }
lru = "0.12"
lru = "0.13"