Skip to content

Commit 5dc3bd2

Browse files
Update Rust crate tracing-subscriber to v0.3.19 (#10109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48ff34f commit 5dc3bd2

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

Cargo.lock

Lines changed: 14 additions & 4 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
@@ -121,7 +121,7 @@ toml = "=0.8.19"
121121
tower = "=0.5.1"
122122
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
123123
tracing = "=0.1.41"
124-
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
124+
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
125125
typomania = { version = "=0.1.2", default-features = false }
126126
url = "=2.5.4"
127127
unicode-xid = "=0.2.6"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clap = { version = "=4.5.21", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.41.1"
2727
tokio = { version = "=1.41.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
28-
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
28+
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
2929

3030
[[bench]]
3131
name = "count_downloads"

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ tempfile = "=3.14.0"
2222
thiserror = "=2.0.3"
2323
tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"
25-
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
25+
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ indicatif = { version = "=0.17.9", features = ["rayon"] }
3232
insta = "=1.41.1"
3333
rayon = "=1.10.0"
3434
tar = { version = "=0.4.43" }
35-
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
35+
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
3636
walkdir = "=2.5.0"

0 commit comments

Comments
 (0)