Update dependencies (#5316)

* switching to released wasmtime

* update depdencies in general

* Update fdlimit

* Update parity common deps

* Also update schnorrkel

* update kvdb-rocksdb

* update further dependents

* also update primitive types

* update cargo.lock

* update merlin

* Bumping evm version
This commit is contained in:
Benjamin Kampmann
2020-03-19 16:03:26 +01:00
committed by GitHub
parent a66615446d
commit 0cc54008c8
25 changed files with 317 additions and 397 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ hash-db = { version = "0.15.2" }
hex-literal = { version = "0.2.1" }
sp-inherents = { version = "2.0.0-alpha.4", path = "../primitives/inherents" }
sp-keyring = { version = "2.0.0-alpha.4", path = "../primitives/keyring" }
kvdb = "0.4.0"
kvdb = "0.5.0"
log = { version = "0.4.8" }
parking_lot = "0.10.0"
sp-core = { version = "2.0.0-alpha.4", path = "../primitives/core" }
@@ -41,5 +41,5 @@ tracing = "0.1.10"
env_logger = "0.7.0"
tempfile = "3.1.0"
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../test-utils/runtime/client" }
kvdb-memorydb = "0.4.0"
kvdb-memorydb = "0.5.0"
sp-panic-handler = { version = "2.0.0-alpha.4", path = "../primitives/panic-handler" }
+1 -1
View File
@@ -23,7 +23,7 @@ sp-blockchain = { version = "2.0.0-alpha.4", path = "../../primitives/blockchain
hex-literal = { version = "0.2.1" }
sp-inherents = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "2.0.0-alpha.4", path = "../../primitives/keyring" }
kvdb = "0.4.0"
kvdb = "0.5.0"
log = { version = "0.4.8" }
parking_lot = "0.10.0"
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/core" }
+2 -2
View File
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
app_dirs = "1.2.1"
tokio = { version = "0.2.9", features = [ "signal", "rt-core", "rt-threaded" ] }
futures = "0.3.1"
fdlimit = "0.1.1"
fdlimit = "0.1.4"
serde_json = "1.0.41"
sc-informant = { version = "0.8.0-alpha.4", path = "../informant" }
sp-panic-handler = { version = "2.0.0-alpha.4", path = "../../primitives/panic-handler" }
@@ -39,7 +39,7 @@ names = "0.11.0"
structopt = "0.3.8"
sc-tracing = { version = "2.0.0-alpha.4", path = "../tracing" }
chrono = "0.4.10"
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
rpassword = "4.0.1"
+2 -2
View File
@@ -40,9 +40,9 @@ futures = "0.3.1"
futures-timer = "3.0.1"
parking_lot = "0.10.0"
log = "0.4.8"
schnorrkel = { version = "0.8.5", features = ["preaudit_deprecated"] }
schnorrkel = { version = "0.9", features = ["preaudit_deprecated"] }
rand = "0.7.2"
merlin = "1.2.1"
merlin = "2.0"
pdqselect = "0.1.0"
derive_more = "0.99.2"
+5 -5
View File
@@ -12,12 +12,12 @@ description = "Client backend that uses RocksDB database as storage."
parking_lot = "0.10.0"
log = "0.4.8"
rand = "0.7"
kvdb = "0.4.0"
kvdb-rocksdb = { version = "0.6", optional = true }
kvdb-memorydb = "0.4.0"
kvdb = "0.5.0"
kvdb-rocksdb = { version = "0.7", optional = true }
kvdb-memorydb = "0.5.0"
linked-hash-map = "0.5.2"
hash-db = "0.15.2"
parity-util-mem = { version = "0.5.2", default-features = false, features = ["std"] }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["std"] }
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
@@ -37,7 +37,7 @@ sp-keyring = { version = "2.0.0-alpha.4", 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.6"
kvdb-rocksdb = "0.7"
tempfile = "3"
[features]
@@ -18,7 +18,7 @@ sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/was
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime-interface" }
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-allocator = { version = "2.0.0-alpha.4", path = "../../../primitives/allocator" }
wasmtime = { git = "https://github.com/paritytech/wasmtime", branch = "a-thread-safe-api" }
wasmtime = { package = "substrate-wasmtime", version = "0.13.0-threadsafe.1" }
[dev-dependencies]
assert_matches = "1.3.0"
+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.2", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
wasm-timer = "0.2"
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
+1 -1
View File
@@ -33,7 +33,7 @@ hyper-rustls = "0.20"
[dev-dependencies]
env_logger = "0.7.0"
fdlimit = "0.1"
fdlimit = "0.1.4"
sc-client-db = { version = "0.8.0-alpha.4", default-features = true, path = "../db/" }
sc-transaction-pool = { version = "2.0.0-alpha.4", path = "../../client/transaction-pool" }
sp-transaction-pool = { version = "2.0.0-alpha.4", path = "../../primitives/transaction-pool" }
+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.4"}
sc-tracing = { version = "2.0.0-alpha.4", path = "../tracing" }
tracing = "0.1.10"
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.0", 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 @@ tokio = "0.1.22"
futures01 = { package = "futures", version = "0.1.29" }
log = "0.4.8"
env_logger = "0.7.0"
fdlimit = "0.1.1"
fdlimit = "0.1.4"
futures = { version = "0.3.1", features = ["compat"] }
sc-service = { version = "0.8.0-alpha.4", default-features = false, path = "../../service" }
sc-network = { version = "0.8.0-alpha.4", path = "../../network" }
+1 -1
View File
@@ -14,7 +14,7 @@ log = "0.4.8"
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
sp-core = { version = "2.0.0-alpha.4", path = "../../primitives/core" }
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] }
parity-util-mem = "0.5.2"
parity-util-mem = "0.6"
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.4", path = "../../primitives/tran
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
sp-blockchain = { version = "2.0.0-alpha.4", path = "../../primitives/blockchain" }
futures-timer = "2.0"
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[dev-dependencies]
sp-keyring = { version = "2.0.0-alpha.4", path = "../../primitives/keyring" }
@@ -19,7 +19,7 @@ sp-blockchain = { version = "2.0.0-alpha.4", path = "../../../primitives/blockch
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-runtime = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-alpha.4", path = "../../../primitives/transaction-pool" }
parity-util-mem = { version = "0.5.2", default-features = false, features = ["primitive-types"] }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
linked-hash-map = "0.5.2"
[dev-dependencies]