mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 18:21:20 +00:00
parent
94894e4c9f
commit
1bfaf1c67d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3399,9 +3399,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lru"
|
name = "lru"
|
||||||
version = "0.11.1"
|
version = "0.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
|
checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown 0.14.0",
|
"hashbrown 0.14.0",
|
||||||
]
|
]
|
||||||
|
@ -19,7 +19,7 @@ libp2p-core = { workspace = true }
|
|||||||
libp2p-swarm = { workspace = true }
|
libp2p-swarm = { workspace = true }
|
||||||
libp2p-identity = { workspace = true }
|
libp2p-identity = { workspace = true }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
lru = "0.11.1"
|
lru = "0.12.0"
|
||||||
quick-protobuf-codec = { workspace = true }
|
quick-protobuf-codec = { workspace = true }
|
||||||
quick-protobuf = "0.8"
|
quick-protobuf = "0.8"
|
||||||
smallvec = "1.11.1"
|
smallvec = "1.11.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user