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
@@ -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"