Skip to content

Commit

Permalink
Bump parking_lot from 0.10.2 to 0.11.0 (#15)
Browse files Browse the repository at this point in the history
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](Amanieu/parking_lot@0.10.2...0.11.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 25, 2020
1 parent fed2322 commit c08fc22
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 9 deletions.
66 changes: 58 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ serde_derive = "^1.0"
serde_json = "^1.0"

[dev-dependencies]
parking_lot = { version = "^0.10", features = ["nightly"] }
parking_lot = { version = "^0.11", features = ["nightly"] }
rand = "^0.7"

0 comments on commit c08fc22

Please sign in to comment.