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 643f392 commit e4df761Copy full SHA for e4df761
tracing/Cargo.toml
@@ -25,9 +25,9 @@ edition = "2018"
25
rust-version = "1.65.0"
26
27
[dependencies]
28
-tracing-core = { path = "../tracing-core", version = "0.1.33", default-features = false }
+tracing-core = { path = "../tracing-core", version = "0.1.34", default-features = false }
29
log = { version = "0.4.17", optional = true }
30
-tracing-attributes = { path = "../tracing-attributes", version = "0.1.28", optional = true }
+tracing-attributes = { path = "../tracing-attributes", version = "0.1.29", optional = true }
31
pin-project-lite = "0.2.9"
32
33
[dev-dependencies]
0 commit comments