Skip to content

Commit c3884a3

Browse files
authored
Revert "Update Rust crate tracing to v0.1.38 (#6387)" (#6458)
This reverts commit dd25dab.
1 parent bf1fe88 commit c3884a3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tokio = { version = "=1.28.0", features = ["net", "signal", "io-std", "io-util",
8787
toml = "=0.7.3"
8888
tower = "=0.4.13"
8989
tower-http = { version = "=0.4.0", features = ["fs", "catch-panic"] }
90-
tracing = "=0.1.38"
90+
tracing = "=0.1.37"
9191
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }
9292
url = "=2.3.1"
9393

cargo-registry-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git2 = "=0.17.1"
2020
serde = { version = "=1.0.162", features = ["derive"] }
2121
serde_json = "=1.0.96"
2222
tempfile = "=3.5.0"
23-
tracing = "=0.1.38"
23+
tracing = "=0.1.37"
2424
url = "=2.3.1"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)