This commit is contained in:
renovate[bot] 2025-04-12 14:03:09 +00:00 committed by GitHub
commit 13a504bdf9
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

@ -1318,9 +1318,9 @@ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
[[package]]
name = "lru"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465"
checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
dependencies = [
"hashbrown",
]

View file

@ -31,7 +31,7 @@ deunicode = "1.4"
urlencoding = "2"
httpdate = "1"
redis = { version = "0.29", features = ["tokio-comp", "connection-manager"] }
lru = "0.13"
lru = "0.14"
[profile.release]
lto = true