chore: bump parking_lot from 0.10.2 to 0.11.0 (#18421)

* chore: bump parking_lot from 0.10.2 to 0.11.0

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

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2021-07-05 15:11:35 +00:00 committed by GitHub
parent b89b2881e6
commit c40e6f1c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 27 deletions

2
Cargo.lock generated
View File

@ -5321,7 +5321,7 @@ dependencies = [
"log 0.4.14",
"num-derive",
"num-traits",
"parking_lot 0.10.2",
"parking_lot 0.11.0",
"qstring",
"semver 1.0.3",
"solana-sdk",

View File

@ -1929,16 +1929,6 @@ dependencies = [
"rustc_version 0.2.3",
]
[[package]]
name = "parking_lot"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.7.2",
]
[[package]]
name = "parking_lot"
version = "0.11.1"
@ -1965,20 +1955,6 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "parking_lot_core"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.56",
"smallvec 1.6.1",
"winapi 0.3.8",
]
[[package]]
name = "parking_lot_core"
version = "0.8.2"
@ -3455,7 +3431,7 @@ dependencies = [
"log",
"num-derive",
"num-traits",
"parking_lot 0.10.2",
"parking_lot 0.11.1",
"qstring",
"semver 1.0.3",
"solana-sdk",

View File

@ -17,7 +17,7 @@ hidapi = { version = "1.2.6", default-features = false }
log = "0.4.14"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.10"
parking_lot = "0.11"
qstring = "0.7.2"
semver = "1.0"
solana-sdk = { path = "../sdk", version = "=1.8.0" }