Bump parking_lot (#4817)

Hopefully this can be merged if the tests pass.
This commit is contained in:
Demi Obenour
2020-02-04 15:56:50 +00:00
committed by GitHub
parent cd0d2fd791
commit 0ab013bddb
33 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0"
[dependencies]
log = "0.4.8"
lru = "0.4.0"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
derive_more = "0.99.2"
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
sp-consensus = { version = "0.8", path = "../consensus/common" }
@@ -20,7 +20,7 @@ sp-std = { version = "2.0.0", path = "../../std" }
sp-version = { version = "2.0.0", path = "../../version" }
sp-runtime = { version = "2.0.0", path = "../../runtime" }
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
parking_lot = "0.9.0"
parking_lot = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
+1 -1
View File
@@ -25,7 +25,7 @@ regex = { version = "1.3.1", optional = true }
num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.0.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, optional = true }
parking_lot = { version = "0.9.0", optional = true }
parking_lot = { version = "0.10.0", optional = true }
sp-debug-derive = { version = "2.0.0", path = "../debug-derive" }
sp-externalities = { version = "0.8.0", optional = true, path = "../externalities" }
sp-storage = { version = "2.0.0", default-features = false, path = "../storage" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
license = "GPL-3.0"
[dependencies]
parking_lot = { version = "0.9.0", optional = true }
parking_lot = { version = "0.10.0", optional = true }
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
sp-core = { version = "2.0.0", default-features = false, path = "../core" }
codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] }
@@ -8,7 +8,7 @@ license = "GPL-3.0"
[dependencies]
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
hash-db = "0.15.2"
trie-db = "0.19.2"
trie-root = "0.15.2"