deps: bump lru from 0.11.1 to 0.12.0

Pull-Request: #4610.
This commit is contained in:
dependabot[bot] 2023-10-09 12:04:49 +00:00 committed by GitHub
parent 94894e4c9f
commit 1bfaf1c67d
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

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

View File

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