mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-15 00:06:36 +00:00
Update Rust crate lru to 0.13
This commit is contained in:
parent
3ab249ebda
commit
a5f6a5ef89
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue