Bump parking_lot from 0.11.0 to 0.11.1 (#1970)

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.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.11.0...0.11.1)

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:
dependabot[bot]
2020-11-18 14:15:05 +01:00
committed by GitHub
parent 4d3cd2e6cc
commit 11074b7f2d
6 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ futures-timer = "3.0.2"
log = "0.4.11"
thiserror = "1.0.22"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
parking_lot = { version = "0.11.0", optional = true }
parking_lot = { version = "0.11.1", optional = true }
pin-project = "1.0.1"
streamunordered = "0.5.1"
@@ -30,6 +30,6 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate
assert_matches = "1.4.0"
async-trait = "0.1.41"
futures = { version = "0.3.8", features = ["thread-pool"] }
parking_lot = "0.11.0"
parking_lot = "0.11.1"
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
env_logger = "0.8.1"