Update parity-common dependencies (#5254)

This commit is contained in:
Stanislav Tkach
2020-03-16 10:36:04 +02:00
committed by GitHub
parent 26fa6e3c76
commit 5e0b6f2f29
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ names = "0.11.0"
structopt = "0.3.8"
sc-tracing = { version = "2.0.0-alpha.2", path = "../tracing" }
chrono = "0.4.10"
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
rpassword = "4.0.1"
+3 -3
View File
@@ -13,11 +13,11 @@ parking_lot = "0.10.0"
log = "0.4.8"
rand = "0.7"
kvdb = "0.4.0"
kvdb-rocksdb = { version = "0.5", optional = true }
kvdb-rocksdb = { version = "0.6", optional = true }
kvdb-memorydb = "0.4.0"
linked-hash-map = "0.5.2"
hash-db = "0.15.2"
parity-util-mem = { version = "0.5.1", default-features = false, features = ["std"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["std"] }
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
sc-client-api = { version = "2.0.0-alpha.2", path = "../api" }
@@ -37,7 +37,7 @@ sp-keyring = { version = "2.0.0-alpha.2", path = "../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
env_logger = "0.7.0"
quickcheck = "0.9"
kvdb-rocksdb = "0.5"
kvdb-rocksdb = "0.6"
tempfile = "3"
[features]
+1 -1
View File
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
ansi_term = "0.12.1"
futures = "0.3.1"
log = "0.4.8"
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
wasm-timer = "0.2"
sc-client-api = { version = "2.0.0-alpha.2", path = "../api" }
sc-network = { version = "0.8.0-alpha.2", path = "../network" }
+1 -1
View File
@@ -59,7 +59,7 @@ parity-multiaddr = { package = "parity-multiaddr", version = "0.7.3" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" , version = "0.8.0-alpha.2"}
sc-tracing = { version = "2.0.0-alpha.2", path = "../tracing" }
tracing = "0.1.10"
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
+1 -1
View File
@@ -14,7 +14,7 @@ log = "0.4.8"
sc-client-api = { version = "2.0.0-alpha.2", path = "../api" }
sp-core = { version = "2.0.0-alpha.2", path = "../../primitives/core" }
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
parity-util-mem = "0.5.1"
parity-util-mem = "0.5.2"
parity-util-mem-derive = "0.1.0"
[dev-dependencies]
+1 -1
View File
@@ -24,7 +24,7 @@ sp-transaction-pool = { version = "2.0.0-alpha.2", path = "../../primitives/tran
sc-client-api = { version = "2.0.0-alpha.2", path = "../api" }
sp-blockchain = { version = "2.0.0-alpha.2", path = "../../primitives/blockchain" }
futures-timer = "2.0"
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
[dev-dependencies]
sp-keyring = { version = "2.0.0-alpha.2", path = "../../primitives/keyring" }
@@ -19,7 +19,7 @@ sp-blockchain = { version = "2.0.0-alpha.2", path = "../../../primitives/blockch
sp-core = { version = "2.0.0-alpha.2", path = "../../../primitives/core" }
sp-runtime = { version = "2.0.0-alpha.2", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-alpha.2", path = "../../../primitives/transaction-pool" }
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
linked-hash-map = "0.5.2"
[dev-dependencies]