deps: bump lru from 0.10.0 to 0.10.1

Pull-Request: #4141.
This commit is contained in:
dependabot[bot] 2023-07-03 17:59:11 +00:00 committed by GitHub
parent 19f8456902
commit 00ffa04afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3401,9 +3401,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
dependencies = [
"hashbrown 0.13.2",
]

View File

@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
lru = "0.10.0"
lru = "0.10.1"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
smallvec = "1.6.1"