mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
@@ -34,7 +34,7 @@ quick-protobuf-codec = { workspace = true }
|
||||
rand = "0.8"
|
||||
regex = "1.8.3"
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.7"
|
||||
smallvec = "1.6.1"
|
||||
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
|
||||
void = "1.0.2"
|
||||
|
@@ -23,7 +23,7 @@ libp2p-swarm = { workspace = true }
|
||||
quick-protobuf = "0.8"
|
||||
libp2p-identity = { workspace = true }
|
||||
rand = "0.8"
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.7"
|
||||
smallvec = "1.6.1"
|
||||
uint = "0.9"
|
||||
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||
|
Reference in New Issue
Block a user