mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Bump parking_lot from 0.12.0 to 0.12.1 (#12098)
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.0...0.12.1) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ fnv = "1.0.6"
|
||||
futures = "0.3.21"
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../executor" }
|
||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
|
||||
|
||||
@@ -31,6 +31,6 @@ sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" }
|
||||
sp-runtime = { version = "6.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
|
||||
@@ -16,7 +16,7 @@ futures = "0.3"
|
||||
futures-timer = "3.0.1"
|
||||
hex = "0.4.2"
|
||||
log = "0.4"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
thiserror = "1.0"
|
||||
wasm-timer = "0.2.5"
|
||||
beefy-primitives = { version = "4.0.0-dev", path = "../../primitives/beefy" }
|
||||
|
||||
@@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
|
||||
futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
|
||||
log = "0.4"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
beefy-gadget = { version = "4.0.0-dev", path = "../." }
|
||||
|
||||
@@ -37,7 +37,7 @@ sp-keystore = { version = "0.12.0", path = "../../../primitives/keystore" }
|
||||
sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
tempfile = "3.1.0"
|
||||
sc-keystore = { version = "4.0.0-dev", path = "../../keystore" }
|
||||
sc-network = { version = "0.10.0-dev", path = "../../network" }
|
||||
|
||||
@@ -24,7 +24,7 @@ merlin = "2.0"
|
||||
num-bigint = "0.2.3"
|
||||
num-rational = "0.2.2"
|
||||
num-traits = "0.2.8"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.7.2"
|
||||
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
@@ -18,7 +18,7 @@ futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.46.1", default-features = false }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
|
||||
|
||||
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
thiserror = "1.0"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
|
||||
|
||||
@@ -23,7 +23,7 @@ kvdb-rocksdb = { version = "0.15.2", optional = true }
|
||||
linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
parity-db = "0.3.16"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sc-state-db = { version = "0.10.0-dev", path = "../state-db" }
|
||||
sp-arithmetic = { version = "5.0.0", path = "../../primitives/arithmetic" }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
lru = "0.7.5"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.29"
|
||||
wasmi = "0.9.1"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ futures-timer = "3.0.1"
|
||||
hex = "0.4.2"
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = { version = "3.0.0", features = ["derive"] }
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.4"
|
||||
serde_json = "1.0.79"
|
||||
thiserror = "1.0"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
async-trait = "0.1.50"
|
||||
hex = "0.4.0"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.79"
|
||||
thiserror = "1.0"
|
||||
sp-application-crypto = { version = "6.0.0", path = "../../primitives/application-crypto" }
|
||||
|
||||
@@ -34,7 +34,7 @@ linked_hash_set = "0.1.3"
|
||||
linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
lru = "0.7.5"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.10"
|
||||
prost = "0.10"
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.46.1", default-features = false }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.7.2"
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
|
||||
|
||||
@@ -24,7 +24,7 @@ hyper-rustls = { version = "0.23.0", features = ["http2"] }
|
||||
libp2p = { version = "0.46.1", default-features = false }
|
||||
num_cpus = "1.13"
|
||||
once_cell = "1.8"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.7.2"
|
||||
threadpool = "1.7"
|
||||
tracing = "0.1.29"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
|
||||
@@ -19,7 +19,7 @@ hash-db = { version = "0.15.2", default-features = false }
|
||||
jsonrpsee = { version = "0.15.1", features = ["server"] }
|
||||
lazy_static = { version = "1.4.0", optional = true }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.79"
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
|
||||
sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" }
|
||||
|
||||
@@ -26,7 +26,7 @@ jsonrpsee = { version = "0.15.1", features = ["server"] }
|
||||
thiserror = "1.0.30"
|
||||
futures = "0.3.21"
|
||||
rand = "0.7.3"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
log = "0.4.17"
|
||||
futures-timer = "3.0.1"
|
||||
exit-future = "0.2.0"
|
||||
|
||||
@@ -18,7 +18,7 @@ hex = "0.4"
|
||||
hex-literal = "0.3.4"
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = "3.0.0"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
tempfile = "3.1.0"
|
||||
tokio = { version = "1.17.0", features = ["time"] }
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
|
||||
|
||||
@@ -17,6 +17,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
|
||||
log = "0.4.17"
|
||||
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
|
||||
parity-util-mem-derive = "0.1.0"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sp-core = { version = "6.0.0", path = "../../primitives/core" }
|
||||
|
||||
@@ -18,7 +18,7 @@ chrono = "0.4.19"
|
||||
futures = "0.3.21"
|
||||
libp2p = { version = "0.46.1", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.10"
|
||||
rand = "0.7.2"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
@@ -20,7 +20,7 @@ lazy_static = "1.4.0"
|
||||
libc = "0.2.121"
|
||||
log = { version = "0.4.17" }
|
||||
once_cell = "1.8.0"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
regex = "1.5.5"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.136"
|
||||
|
||||
@@ -19,7 +19,7 @@ futures-timer = "3.0.2"
|
||||
linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
|
||||
|
||||
@@ -14,7 +14,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
parking_lot = "0.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
prometheus = { version = "0.13.0", default-features = false }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user