mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
sc-network: update cid v0.6.0 => v0.8.4 (#11325)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -19,17 +19,15 @@ prost-build = "0.9"
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
bitflags = "1.3.2"
|
||||
cid = "0.6.0"
|
||||
cid = "0.8.4"
|
||||
bytes = "1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [
|
||||
"derive",
|
||||
] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
either = "1.5.3"
|
||||
fnv = "1.0.6"
|
||||
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
asynchronous-codec = "0.5"
|
||||
asynchronous-codec = "0.6"
|
||||
hex = "0.4.0"
|
||||
ip_network = "0.4.1"
|
||||
linked-hash-map = "0.5.4"
|
||||
@@ -56,10 +54,7 @@ sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||
sc-utils = { version = "4.0.0-dev", path = "../utils" }
|
||||
sp-finality-grandpa = { version = "4.0.0-dev", path = "../../primitives/finality-grandpa" }
|
||||
thiserror = "1.0"
|
||||
unsigned-varint = { version = "0.6.0", features = [
|
||||
"futures",
|
||||
"asynchronous_codec",
|
||||
] }
|
||||
unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] }
|
||||
void = "1.0.2"
|
||||
zeroize = "1.4.3"
|
||||
libp2p = "0.44.0"
|
||||
|
||||
Reference in New Issue
Block a user