mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 05:05:41 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user