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
@@ -21,7 +21,7 @@ sp-inherents = { version = "2.0.0", path = "../primitives/inherents" }
sp-keyring = { version = "2.0.0", path = "../primitives/keyring" }
kvdb = "0.3.0"
log = { version = "0.4.8" }
parking_lot = { version = "0.9.0" }
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", path = "../primitives/core" }
sp-std = { version = "2.0.0", path = "../primitives/std" }
sp-version = { version = "2.0.0", path = "../primitives/version" }
+1 -1
View File
@@ -20,7 +20,7 @@ sp-inherents = { version = "2.0.0", default-features = false, path = "../../prim
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
kvdb = "0.3.0"
log = { version = "0.4.8" }
parking_lot = { version = "0.9.0" }
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
sp-version = { version = "2.0.0", default-features = false, path = "../../primitives/version" }
+1 -1
View File
@@ -25,4 +25,4 @@ tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
[dev-dependencies]
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
parking_lot = "0.9"
parking_lot = "0.10.0"
+1 -1
View File
@@ -20,7 +20,7 @@ futures-timer = "0.4.0"
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
sc-keystore = { version = "2.0.0", path = "../../keystore" }
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
+1 -1
View File
@@ -32,7 +32,7 @@ sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
fork-tree = { version = "2.0.0", path = "../../../utils/fork-tree" }
futures = "0.3.1"
futures-timer = "0.4.0"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
log = "0.4.8"
schnorrkel = { version = "0.8.5", features = ["preaudit_deprecated"] }
rand = "0.7.2"
@@ -13,7 +13,7 @@ jsonrpc-core = "14.0.5"
jsonrpc-core-client = "14.0.5"
jsonrpc-derive = "14.0.5"
log = "0.4.8"
parking_lot = "0.10"
parking_lot = "0.10.0"
serde = { version = "1.0", features=["derive"] }
sc-client = { path = "../../../client" }
+1 -1
View File
@@ -20,7 +20,7 @@ sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common"
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
futures = "0.3.1"
futures-timer = "2.0"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
log = "0.4.8"
[dev-dependencies]
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
license = "GPL-3.0"
[dependencies]
parking_lot = "0.9.0"
parking_lot = "0.10.0"
log = "0.4.8"
kvdb = "0.3.0"
kvdb-rocksdb = { version = "0.4", optional = true }
+1 -1
View File
@@ -23,7 +23,7 @@ sp-externalities = { version = "0.8.0", path = "../../primitives/externalities"
sc-executor-common = { version = "0.8", path = "common" }
sc-executor-wasmi = { version = "0.8", path = "wasmi" }
sc-executor-wasmtime = { version = "0.8", path = "wasmtime", optional = true }
parking_lot = "0.9.0"
parking_lot = "0.10.0"
log = "0.4.8"
libsecp256k1 = "0.3.4"
+1 -1
View File
@@ -10,7 +10,7 @@ fork-tree = { version = "2.0.0", path = "../../utils/fork-tree" }
futures = "0.3.1"
futures-timer = "2.0.2"
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
rand = "0.7.2"
assert_matches = "1.3.0"
parity-scale-codec = { version = "1.0.0", features = ["derive"] }
+1 -1
View File
@@ -13,7 +13,7 @@ hex = "0.4.0"
rand = "0.7.2"
serde_json = "1.0.41"
subtle = "2.1.1"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
[dev-dependencies]
tempfile = "3.1.0"
+1 -1
View File
@@ -13,6 +13,6 @@ futures01 = { package = "futures", version = "0.1.29" }
futures-timer = "0.4.0"
libp2p = { version = "0.15.0", default-features = false, features = ["libp2p-websocket"] }
lru = "0.1.2"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
sc-network = { version = "0.8", path = "../network" }
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
+1 -1
View File
@@ -23,7 +23,7 @@ linked-hash-map = "0.5.2"
linked_hash_set = "0.1.3"
log = "0.4.8"
lru = "0.4.0"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
rand = "0.7.2"
rustc-hex = "2.0.1"
sc-block-builder = { version = "0.8", path = "../block-builder" }
+1 -1
View File
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
sc-network = { version = "0.8", path = "../" }
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
futures = "0.1.29"
futures03 = { package = "futures", version = "0.3.1", features = ["compat"] }
futures-timer = "0.4.0"
+1 -1
View File
@@ -19,7 +19,7 @@ threadpool = "1.7"
num_cpus = "1.10"
sp-offchain = { version = "2.0.0", path = "../../primitives/offchain" }
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
parking_lot = "0.9.0"
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", path = "../../primitives/core" }
rand = "0.7.2"
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
+1 -1
View File
@@ -14,7 +14,7 @@ jsonrpc-core-client = "14.0.3"
jsonrpc-derive = "14.0.3"
jsonrpc-pubsub = "14.0.3"
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", path = "../../primitives/core" }
sp-version = { version = "2.0.0", path = "../../primitives/version" }
serde = { version = "1.0.101", features = ["derive"] }
+1 -1
View File
@@ -28,7 +28,7 @@ sc-keystore = { version = "2.0.0", path = "../keystore" }
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
hash-db = { version = "0.15.2", default-features = false }
parking_lot = { version = "0.9.0" }
parking_lot = "0.10.0"
[dev-dependencies]
assert_matches = "1.3.0"
+1 -1
View File
@@ -19,7 +19,7 @@ derive_more = "0.99.2"
futures01 = { package = "futures", version = "0.1.29" }
futures = "0.3.1"
futures-diagnose = "1.0"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.8"
slog = { version = "2.5.2", features = ["nested-values"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
license = "GPL-3.0"
[dependencies]
parking_lot = "0.9.0"
parking_lot = "0.10.0"
log = "0.4.8"
sp-core = { version = "2.0.0", path = "../../primitives/core" }
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0"
[dependencies]
bytes = "0.5"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
futures = "0.3.1"
futures-timer = "2.0.0"
libp2p = { version = "0.15.0", default-features = false, features = ["libp2p-websocket"] }
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
erased-serde = "0.3.9"
log = { version = "0.4.8" }
parking_lot = "0.9.0"
parking_lot = "0.10.0"
serde = "1.0.101"
serde_json = "1.0.41"
slog = { version = "2.5.2", features = ["nested-values"] }
+1 -1
View File
@@ -11,7 +11,7 @@ derive_more = "0.99.2"
futures = { version = "0.3.1", features = ["compat"] }
futures-diagnose = "1.0"
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
sp-core = { version = "2.0.0", path = "../../primitives/core" }
sp-api = { version = "2.0.0", path = "../../primitives/api" }
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
@@ -9,7 +9,7 @@ license = "GPL-3.0"
derive_more = "0.99.2"
futures = "0.3.1"
log = "0.4.8"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
serde = { version = "1.0.101", features = ["derive"] }
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }