Skip to content

Commit

Permalink
bump parking_lot to 0.12 to sync with rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy authored and michaelwoerister committed Aug 3, 2023
1 parent e136131 commit 306a7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measureme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ travis-ci = { repository = "rust-lang/measureme" }

[dependencies]
log = "0.4"
parking_lot = "0.11.0"
parking_lot = "0.12.0"
rustc-hash = "1.0.1"
smallvec = "1.0"

Expand Down

0 comments on commit 306a7d2

Please sign in to comment.