Bump parking_lot from 0.7.1 to 0.10.0 (#8262)

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.7.1 to 0.10.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.7.1...0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-13 14:24:37 -07:00
committed by GitHub
parent 2374cf09e2
commit 0604029661
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ base32 = "0.4.0"
dialoguer = "0.5.0"
hidapi = { version = "1.1.1", default-features = false }
log = "0.4.8"
parking_lot = "0.7"
parking_lot = "0.10"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "0.24.0" }
thiserror = "1.0"