mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 02:31:20 +00:00
parent
19f8456902
commit
00ffa04afc
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user