upgrade a few dependencies (companion for 7831) (#2205)

* upgrade a few dependencies

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Andronik Ordian
2021-01-06 20:38:25 +01:00
committed by GitHub
parent 6bc1ec90d4
commit a0a5f4cf88
5 changed files with 309 additions and 346 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ serde = { version = "1.0.117", default-features = false, features = [ "derive" ]
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true }
parking_lot = { version = "0.11.0", optional = true }
parking_lot = { version = "0.11.1", optional = true }
log = { version = "0.4.11", optional = true }
futures = { version = "0.3.8", optional = true }