Skip to content

Commit 504a287

Browse files
authored
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)
Updates the main `tracing` crate with the newly released versions of `tracing-core` and `tracing-attributes`.
1 parent baa5489 commit 504a287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ edition = "2018"
2828
rust-version = "1.63.0"
2929

3030
[dependencies]
31-
tracing-core = { path = "../tracing-core", version = "0.1.32", default-features = false }
31+
tracing-core = { path = "../tracing-core", version = "0.1.33", default-features = false }
3232
log = { version = "0.4.17", optional = true }
33-
tracing-attributes = { path = "../tracing-attributes", version = "0.1.27", optional = true }
33+
tracing-attributes = { path = "../tracing-attributes", version = "0.1.28", optional = true }
3434
pin-project-lite = "0.2.9"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)