mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
@ -34,7 +34,7 @@ quick-protobuf-codec = { workspace = true }
|
||||
rand = "0.8"
|
||||
regex = "1.9.5"
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
sha2 = "0.10.7"
|
||||
sha2 = "0.10.8"
|
||||
smallvec = "1.11.1"
|
||||
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
|
||||
void = "1.0.2"
|
||||
|
@ -24,7 +24,7 @@ quick-protobuf = "0.8"
|
||||
quick-protobuf-codec = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
rand = "0.8"
|
||||
sha2 = "0.10.7"
|
||||
sha2 = "0.10.8"
|
||||
smallvec = "1.11.1"
|
||||
uint = "0.9"
|
||||
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||
|
Reference in New Issue
Block a user