Skip to content

Commit 70fc2c5

Browse files
authored
chore(console): upgrade parking_lot to 0.12 (#390)
Hey I noticed this out of date in my `Cargo.lock`, and since I didn't see any PRs/issues open doing so already, figured I'd open one!
1 parent c7ce40f commit 70fc2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ futures = { version = "0.3", default-features = false }
4444
hdrhistogram = { version = "7.3.0", default-features = false, features = ["serialization"] }
4545
# The parking_lot dependency is renamed, because we want our `parking_lot`
4646
# feature to also enable `tracing-subscriber`'s parking_lot feature flag.
47-
parking_lot_crate = { package = "parking_lot", version = "0.11", optional = true }
47+
parking_lot_crate = { package = "parking_lot", version = "0.12", optional = true }
4848
humantime = "2.1.0"
4949
prost-types = "0.11.0"
5050

0 commit comments

Comments
 (0)