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
+280 -359
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -17,7 +17,7 @@ rand = "0.7.2"
clap = "2.33.0"
tiny-bip39 = "0.7"
rustc-hex = "2.0.1"
substrate-bip39 = "0.3.1"
substrate-bip39 = "0.4.1"
hex = "0.4.0"
hex-literal = "0.2.1"
codec = { package = "parity-scale-codec", version = "1.2.0" }
+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]
+2 -2
View File
@@ -19,9 +19,9 @@ sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../../p
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/io" }
primitive-types = { version = "0.6.2", default-features = false, features = ["rlp"] }
primitive-types = { version = "0.7.0", default-features = false, features = ["rlp"] }
rlp = { version = "0.4", default-features = false }
evm = { version = "0.15", default-features = false }
evm = { version = "0.16", default-features = false }
sha3 = { version = "0.8", default-features = false }
[features]
+1 -1
View File
@@ -19,7 +19,7 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-debug-derive = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/debug-derive" }
[dev-dependencies]
primitive-types = "0.6.2"
primitive-types = "0.7.0"
rand = "0.7.2"
criterion = "0.3"
@@ -8,7 +8,7 @@ license = "GPL-3.0"
[dependencies]
sp-arithmetic = { version = "2.0.0", path = ".." }
honggfuzz = "0.5"
primitive-types = "0.6.2"
primitive-types = "0.7.0"
num-bigint = "0.2"
num-traits = "0.2"
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
sp-application-crypto = { version = "2.0.0-alpha.4", default-features = false, path = "../../application-crypto" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../../std" }
schnorrkel = { version = "0.8.5", features = ["preaudit_deprecated"], optional = true }
schnorrkel = { version = "0.9", features = ["preaudit_deprecated"], optional = true }
sp-api = { version = "2.0.0-alpha.4", default-features = false, path = "../../api" }
sp-consensus = { version = "0.8.0-alpha.4", optional = true, path = "../common" }
sp-inherents = { version = "2.0.0-alpha.4", default-features = false, path = "../../inherents" }
+4 -5
View File
@@ -16,14 +16,14 @@ rustc-hex = { version = "2.0.1", default-features = false }
log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
byteorder = { version = "1.3.2", default-features = false }
primitive-types = { version = "0.6.2", default-features = false, features = ["codec"] }
primitive-types = { version = "0.7.0", default-features = false, features = ["codec"] }
impl-serde = { version = "0.3.0", optional = true }
wasmi = { version = "0.6.2", optional = true }
hash-db = { version = "0.15.2", default-features = false }
hash256-std-hasher = { version = "0.15.2", default-features = false }
base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.2", optional = true }
substrate-bip39 = { version = "0.3.1", optional = true }
substrate-bip39 = { version = "0.4.1", optional = true }
tiny-bip39 = { version = "0.7", optional = true }
regex = { version = "1.3.1", optional = true }
num-traits = { version = "0.2.8", default-features = false }
@@ -33,14 +33,14 @@ parking_lot = { version = "0.10.0", optional = true }
sp-debug-derive = { version = "2.0.0-alpha.4", path = "../debug-derive" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
sp-storage = { version = "2.0.0-alpha.4", default-features = false, path = "../storage" }
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"] }
futures = { version = "0.3.1", optional = true }
# full crypto
ed25519-dalek = { version = "1.0.0-pre.3", default-features = false, features = ["u64_backend", "alloc"], optional = true }
blake2-rfc = { version = "0.2.18", default-features = false, optional = true }
tiny-keccak = { version = "2.0.1", features = ["keccak"], optional = true }
schnorrkel = { version = "0.8.5", features = ["preaudit_deprecated", "u64_backend"], default-features = false, optional = true }
schnorrkel = { version = "0.9", features = ["preaudit_deprecated", "u64_backend"], default-features = false, optional = true }
sha2 = { version = "0.8.0", default-features = false, optional = true }
hex = { version = "0.4", default-features = false, optional = true }
twox-hash = { version = "1.5.0", default-features = false, optional = true }
@@ -75,7 +75,6 @@ std = [
"primitive-types/serde",
"primitive-types/byteorder",
"primitive-types/rustc-hex",
"primitive-types/libc",
"impl-serde",
"codec/std",
"hash256-std-hasher/std",
@@ -16,7 +16,7 @@ sp-runtime-interface-proc-macro = { version = "2.0.0-alpha.4", path = "proc-macr
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
static_assertions = "1.0.0"
primitive-types = { version = "0.6.2", default-features = false }
primitive-types = { version = "0.7.0", default-features = false }
[dev-dependencies]
sp-runtime-interface-test-wasm = { version = "2.0.0-dev", path = "test-wasm" }
+1 -1
View File
@@ -23,7 +23,7 @@ paste = "0.1.6"
rand = { version = "0.7.2", optional = true }
impl-trait-for-tuples = "0.1.3"
sp-inherents = { version = "2.0.0-alpha.4", default-features = false, path = "../inherents" }
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"] }
hash256-std-hasher = { version = "0.15.2", default-features = false }
[dev-dependencies]
@@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "1.2.0", default-features =
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../core" }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../runtime" }
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"] }
[features]
default = [
+1 -1
View File
@@ -40,7 +40,7 @@ sc-client = { version = "0.8.0-alpha.4", optional = true, path = "../../client"
sp-trie = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/trie" }
sp-transaction-pool = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/transaction-pool" }
trie-db = { version = "0.20.0", default-features = false }
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]
sc-block-builder = { version = "0.8.0-alpha.4", path = "../../client/block-builder" }
+3 -3
View File
@@ -18,11 +18,11 @@ console_log = "0.1.2"
js-sys = "0.3.34"
wasm-bindgen = "0.2.57"
wasm-bindgen-futures = "0.4.7"
kvdb-web = "0.4"
kvdb-web = "0.5"
sc-informant = { version = "0.8.0-alpha.4", path = "../../client/informant" }
sc-service = { version = "0.8.0-alpha.4", path = "../../client/service", default-features = false }
sc-network = { path = "../../client/network" , version = "0.8.0-alpha.4"}
sc-chain-spec = { path = "../../client/chain-spec" , version = "2.0.0-alpha.4"}
sc-network = { path = "../../client/network", version = "0.8.0-alpha.4"}
sc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0-alpha.4"}
# Imported just for the `no_cc` feature
clear_on_drop = { version = "0.2.3", features = ["no_cc"] }