We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed1575 commit 0d4acb2Copy full SHA for 0d4acb2
tracing-appender/Cargo.toml
@@ -23,7 +23,7 @@ rust-version = "1.53.0"
23
[dependencies]
24
crossbeam-channel = "0.5.0"
25
time = { version = "0.3", default-features = false, features = ["formatting"] }
26
-parking_lot = { optional = true, version = "0.11.2" }
+parking_lot = { optional = true, version = "0.12.0" }
27
28
[dependencies.tracing-subscriber]
29
path = "../tracing-subscriber"
0 commit comments