mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
chore: update some deps to prune duplicated deps (#14515)
* chore: update some deps to prune duplicated deps - array-bytes: 4.1.0 => 6.1.0 - cid: 0.8.6 => 0.9.0 * fix
This commit is contained in:
@@ -14,7 +14,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
async-channel = "1.8.0"
|
||||
async-trait = "0.1"
|
||||
asynchronous-codec = "0.6"
|
||||
|
||||
@@ -17,7 +17,7 @@ prost-build = "0.11"
|
||||
|
||||
[dependencies]
|
||||
async-channel = "1.8.0"
|
||||
cid = "0.8.6"
|
||||
cid = "0.9.0"
|
||||
futures = "0.3.21"
|
||||
libp2p-identity = { version = "0.1.2", features = ["peerid"] }
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -17,7 +17,7 @@ prost-build = "0.11"
|
||||
|
||||
[dependencies]
|
||||
async-channel = "1.8.0"
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = [
|
||||
"derive",
|
||||
] }
|
||||
|
||||
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sc-network-statement"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
async-channel = "1.8.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
prost-build = "0.11"
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
async-channel = "1.8.0"
|
||||
async-trait = "0.1.58"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
|
||||
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sc-network-transactions"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
libp2p = "0.51.3"
|
||||
|
||||
Reference in New Issue
Block a user