Skip to content
Snippets Groups Projects
Commit 830b0215 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump parking_lot from 0.10.2 to 0.12.0 (#1030)


Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.10.2 to 0.12.0.
- [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.10.2...0.12.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent df18c424
No related merge requests found
...@@ -1622,7 +1622,7 @@ dependencies = [ ...@@ -1622,7 +1622,7 @@ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"futures 0.3.21", "futures 0.3.21",
"parking_lot 0.10.2", "parking_lot 0.12.0",
"sc-client-api", "sc-client-api",
"sc-consensus", "sc-consensus",
"sp-api", "sp-api",
...@@ -1649,7 +1649,7 @@ dependencies = [ ...@@ -1649,7 +1649,7 @@ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.11.2", "parking_lot 0.12.0",
"polkadot-client", "polkadot-client",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-parachain", "polkadot-parachain",
...@@ -1710,7 +1710,7 @@ dependencies = [ ...@@ -1710,7 +1710,7 @@ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.10.2", "parking_lot 0.12.0",
"polkadot-overseer", "polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"sc-chain-spec", "sc-chain-spec",
...@@ -1972,7 +1972,7 @@ dependencies = [ ...@@ -1972,7 +1972,7 @@ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"derive_more", "derive_more",
"futures 0.3.21", "futures 0.3.21",
"parking_lot 0.11.2", "parking_lot 0.12.0",
"polkadot-overseer", "polkadot-overseer",
"sc-client-api", "sc-client-api",
"sc-service", "sc-service",
...@@ -1994,7 +1994,7 @@ dependencies = [ ...@@ -1994,7 +1994,7 @@ dependencies = [
"cumulus-test-service", "cumulus-test-service",
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
"parking_lot 0.11.2", "parking_lot 0.12.0",
"polkadot-client", "polkadot-client",
"polkadot-primitives", "polkadot-primitives",
"polkadot-service", "polkadot-service",
...@@ -2118,7 +2118,7 @@ dependencies = [ ...@@ -2118,7 +2118,7 @@ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"pallet-transaction-payment", "pallet-transaction-payment",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.11.2", "parking_lot 0.12.0",
"polkadot-primitives", "polkadot-primitives",
"polkadot-service", "polkadot-service",
"polkadot-test-service", "polkadot-test-service",
......
...@@ -29,4 +29,4 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } ...@@ -29,4 +29,4 @@ cumulus-relay-chain-interface = { path = "../../relay-chain-interface" }
futures = { version = "0.3.8", features = ["compat"] } futures = { version = "0.3.8", features = ["compat"] }
tracing = "0.1.22" tracing = "0.1.22"
async-trait = "0.1.42" async-trait = "0.1.42"
parking_lot = "0.10.2" parking_lot = "0.12.0"
...@@ -27,7 +27,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "deriv ...@@ -27,7 +27,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "deriv
futures = { version = "0.3.1", features = ["compat"] } futures = { version = "0.3.1", features = ["compat"] }
futures-timer = "3.0.2" futures-timer = "3.0.2"
tracing = "0.1.22" tracing = "0.1.22"
parking_lot = "0.11.1" parking_lot = "0.12.0"
derive_more = "0.99.2" derive_more = "0.99.2"
async-trait = "0.1.52" async-trait = "0.1.52"
......
...@@ -18,7 +18,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas ...@@ -18,7 +18,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.1" futures = "0.3.1"
parking_lot = "0.11.1" parking_lot = "0.12.0"
derive_more = "0.99.2" derive_more = "0.99.2"
async-trait = "0.1.52" async-trait = "0.1.52"
thiserror = "1.0.30" thiserror = "1.0.30"
...@@ -25,7 +25,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master ...@@ -25,7 +25,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
parking_lot = "0.11.1" parking_lot = "0.12.0"
tracing = "0.1.25" tracing = "0.1.25"
async-trait = "0.1.52" async-trait = "0.1.52"
futures = { version = "0.3.1", features = ["compat"] } futures = { version = "0.3.1", features = ["compat"] }
......
...@@ -33,4 +33,4 @@ polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = " ...@@ -33,4 +33,4 @@ polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "
# Other deps # Other deps
tracing = "0.1.22" tracing = "0.1.22"
codec = { package = "parity-scale-codec", version = "2.3.0" } codec = { package = "parity-scale-codec", version = "2.3.0" }
parking_lot = "0.10.2" parking_lot = "0.12.0"
...@@ -56,7 +56,7 @@ cumulus-relay-chain-local = { path = "../../client/relay-chain-local" } ...@@ -56,7 +56,7 @@ cumulus-relay-chain-local = { path = "../../client/relay-chain-local" }
criterion = { version = "0.3.5", features = [ "async_tokio" ] } criterion = { version = "0.3.5", features = [ "async_tokio" ] }
parking_lot = "0.11.1" parking_lot = "0.12.0"
# RPC related dependencies # RPC related dependencies
jsonrpc-core = "18.0.0" jsonrpc-core = "18.0.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment