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
@@ -17,6 +17,6 @@ parking_lot = "0.9.0"
primitives = { package = "substrate-primitives", path = "../../primitives" }
runtime_version = { package = "sr-version", path = "../../sr-version" }
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.40"
serde_json = "1.0.41"
txpool = { package = "substrate-transaction-graph", path = "../../transaction-pool/graph" }
rpc-primitives = { package = "substrate-rpc-primitives", path = "../../rpc/primitives" }