Skip to content

Commit 9f0565e

Browse files
committed
chore: add tracing crate
1 parent abc1159 commit 9f0565e

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

Cargo.lock

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ thiserror = "1.0.44"
9494
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9595
toml = "0.7.6"
9696
toml_edit = "0.19.14"
97+
tracing = "0.1.37"
9798
unicase = "2.6.0"
9899
unicode-width = "0.1.10"
99100
unicode-xid = "0.2.4"
@@ -178,6 +179,7 @@ termcolor.workspace = true
178179
time.workspace = true
179180
toml.workspace = true
180181
toml_edit.workspace = true
182+
tracing.workspace = true
181183
unicase.workspace = true
182184
unicode-width.workspace = true
183185
unicode-xid.workspace = true

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ log.workspace = true
1818
same-file.workspace = true
1919
shell-escape.workspace = true
2020
tempfile.workspace = true
21+
tracing.workspace = true
2122
walkdir.workspace = true
2223

2324
[target.'cfg(target_os = "macos")'.dependencies]

crates/xtask-bump-check/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ clap.workspace = true
1212
env_logger.workspace = true
1313
git2.workspace = true
1414
log.workspace = true
15+
tracing.workspace = true

0 commit comments

Comments
 (0)