deps: bump lru from 0.11.0 to 0.11.1

Pull-Request: #4478.
This commit is contained in:
dependabot[bot]
2023-09-11 23:57:05 +00:00
committed by GitHub
parent 0df1a96e3c
commit f798572e78
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3478,9 +3478,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.11.0"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5"
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
dependencies = [
"hashbrown 0.14.0",
]

View File

@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
lru = "0.11.0"
lru = "0.11.1"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
smallvec = "1.11.0"