Skip to content

Commit

Permalink
subscriber: update parking_lot to 0.12
Browse files Browse the repository at this point in the history
Turns out the Dependabot bump (#1878) was only for `tracing-appender`.
Whoops.
  • Loading branch information
hawkw committed Feb 17, 2022
1 parent 846a53e commit 008339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ serde = { version = "1.0", optional = true }
tracing-serde = { path = "../tracing-serde", version = "0.1.3", optional = true }

# opt-in deps
parking_lot = { version = ">= 0.7, <= 0.11", optional = true }
parking_lot = { version = "0.12", optional = true }

# registry
sharded-slab = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 008339d

Please sign in to comment.