Skip to content

Commit e4df761

Browse files
authored
tracing: update core to 0.1.34 and attributes to 0.1.29 (#3305)
Updates the main `tracing` crate with the newly released versions of `tracing-core` and `tracing-attributes`.
1 parent 643f392 commit e4df761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ edition = "2018"
2525
rust-version = "1.65.0"
2626

2727
[dependencies]
28-
tracing-core = { path = "../tracing-core", version = "0.1.33", default-features = false }
28+
tracing-core = { path = "../tracing-core", version = "0.1.34", default-features = false }
2929
log = { version = "0.4.17", optional = true }
30-
tracing-attributes = { path = "../tracing-attributes", version = "0.1.28", optional = true }
30+
tracing-attributes = { path = "../tracing-attributes", version = "0.1.29", optional = true }
3131
pin-project-lite = "0.2.9"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)