deps: bump lru from 0.9.0 to 0.10.0

Pull-Request: #3558.
This commit is contained in:
dependabot[bot] 2023-04-11 17:54:56 +00:00 committed by GitHub
parent eeddf2791b
commit 849554abb0
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

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

View File

@ -18,7 +18,7 @@ libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-swarm = { version = "0.42.1", path = "../../swarm" }
libp2p-identity = { version = "0.1.0", path = "../../identity" }
log = "0.4.1"
lru = "0.9.0"
lru = "0.10.0"
quick-protobuf-codec = { version = "0.1", path = "../../misc/quick-protobuf-codec" }
quick-protobuf = "0.8"
smallvec = "1.6.1"