We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa5489 commit 504a287Copy full SHA for 504a287
tracing/Cargo.toml
@@ -28,9 +28,9 @@ edition = "2018"
28
rust-version = "1.63.0"
29
30
[dependencies]
31
-tracing-core = { path = "../tracing-core", version = "0.1.32", default-features = false }
+tracing-core = { path = "../tracing-core", version = "0.1.33", default-features = false }
32
log = { version = "0.4.17", optional = true }
33
-tracing-attributes = { path = "../tracing-attributes", version = "0.1.27", optional = true }
+tracing-attributes = { path = "../tracing-attributes", version = "0.1.28", optional = true }
34
pin-project-lite = "0.2.9"
35
36
[dev-dependencies]
0 commit comments