mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 16:21:02 +00:00
Bump parking_lot (#4817)
Hopefully this can be merged if the tests pass.
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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 }
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user