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
@@ -23,5 +23,5 @@ transaction_pool = { package = "substrate-transaction-pool", path = "../../core/
[dev-dependencies]
node-testing = { path = "../testing" }
node-runtime = { path = "../runtime" }
env_logger = "0.6.2"
env_logger = "0.7.0"
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19" }