Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update parking_lot requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and daxpedda committed Jan 28, 2022
1 parent dbdce47 commit 4e2187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hex = "0.4"
futures-executor = "0.3"
futures-util = "0.3"
libloading = "0.7"
parking_lot = "0.11"
parking_lot = "0.12"
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = [
"blocking",
Expand Down

0 comments on commit 4e2187a

Please sign in to comment.