Bump dependencies (#3787)

* Update dependencies, respecting semver

* Bump dependencies

* Don’t patch tiny-bip39 dependency
This commit is contained in:
Demi Obenour
2019-10-09 12:29:28 -04:00
committed by GitHub
parent 8a39be474e
commit 4da48dd9f5
25 changed files with 72 additions and 60 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tokio-executor = "0.1.8"
tokio-timer = "0.2.11"
exit-future = "0.1.4"
serde = "1.0.101"
serde_json = "1.0.40"
serde_json = "1.0.41"
sysinfo = "0.9.5"
target_info = "0.1.0"
keystore = { package = "substrate-keystore", path = "../../core/keystore" }
+1 -1
View File
@@ -9,7 +9,7 @@ tempdir = "0.3.7"
tokio = "0.1.22"
futures = "0.1.29"
log = "0.4.8"
env_logger = "0.6.2"
env_logger = "0.7.0"
fdlimit = "0.1.1"
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19", features = ["compat"] }
service = { package = "substrate-service", path = "../../../core/service" }