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
3 changed files with 3 additions and 27 deletions

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" }