We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644b6bb commit 2603ab2Copy full SHA for 2603ab2
tracing-subscriber/Cargo.toml
@@ -57,7 +57,7 @@ serde = { version = "1.0", optional = true }
57
tracing-serde = { path = "../tracing-serde", version = "0.2", optional = true }
58
59
# opt-in deps
60
-parking_lot = { version = ">= 0.9.0, <= 0.12", optional = true }
+parking_lot = { version = ">= 0.9.0, <= 0.13", optional = true }
61
62
# registry
63
sharded-slab = { version = "0.1.0", optional = true }
0 commit comments