mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
bump a bunch of deps in parity-common (#3402)
* bump a bunch of deps in parity-common * update Substrate * fix browser check Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -13,7 +13,7 @@ bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
|
||||
lru = "0.6"
|
||||
merlin = "2.0"
|
||||
schnorrkel = "0.9.1"
|
||||
kvdb = "0.9.0"
|
||||
kvdb = "0.10.0"
|
||||
derive_more = "0.99.14"
|
||||
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
@@ -41,4 +41,4 @@ sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
|
||||
maplit = "1.0.2"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.9.0"
|
||||
kvdb-memorydb = "0.10.0"
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.15"
|
||||
futures-timer = "3.0.2"
|
||||
kvdb = "0.9.0"
|
||||
kvdb = "0.10.0"
|
||||
thiserror = "1.0.23"
|
||||
tracing = "0.1.26"
|
||||
bitvec = "0.20.1"
|
||||
@@ -24,7 +24,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
log = "0.4.13"
|
||||
env_logger = "0.8.4"
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.9.0"
|
||||
kvdb-memorydb = "0.10.0"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
|
||||
@@ -12,7 +12,7 @@ polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
kvdb = "0.9.0"
|
||||
kvdb = "0.10.0"
|
||||
thiserror = "1.0.23"
|
||||
parity-scale-codec = "2"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
|
||||
futures = "0.3.12"
|
||||
tracing = "0.1.26"
|
||||
parity-scale-codec = "2"
|
||||
kvdb = "0.9.0"
|
||||
kvdb = "0.10.0"
|
||||
derive_more = "0.99.14"
|
||||
thiserror = "1.0.23"
|
||||
|
||||
@@ -21,7 +21,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
[dev-dependencies]
|
||||
kvdb-memorydb = "0.9.0"
|
||||
kvdb-memorydb = "0.10.0"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"}
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
futures = "0.3.15"
|
||||
tracing = "0.1.26"
|
||||
memory-lru = "0.1.0"
|
||||
parity-util-mem = { version = "0.9.0", default-features = false }
|
||||
parity-util-mem = { version = "0.10.0", default-features = false }
|
||||
|
||||
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user