Skip to content

Commit ebc83ad

Browse files
Update Rust crate tracing-subscriber to v0.3.20 [SECURITY] (#11815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb1adf1 commit ebc83ad

File tree

7 files changed

+20
-42
lines changed

7 files changed

+20
-42
lines changed

Cargo.lock

Lines changed: 14 additions & 36 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
@@ -132,7 +132,7 @@ toml = "=0.9.5"
132132
tower = "=0.5.2"
133133
tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
134134
tracing = "=0.1.41"
135-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
135+
tracing-subscriber = { version = "=0.3.20", features = ["env-filter", "json"] }
136136
typomania = { version = "=0.1.2", default-features = false }
137137
url = "=2.5.7"
138138
utoipa = { version = "=5.4.0", features = ["chrono"] }

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.46", features = ["derive"] }
2525
criterion = { version = "=0.7.0", features = ["async_tokio"] }
2626
insta = "=1.43.1"
2727
tokio = { version = "=1.47.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
28-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
28+
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
2929

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

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ serde_json = "=1.0.143"
2828
mockito = "=1.7.0"
2929
test-case = "=3.3.1"
3030
tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] }
31-
tracing-subscriber = "=0.3.19"
31+
tracing-subscriber = "=0.3.20"

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tracing = "=0.1.41"
2424
clap = { version = "=4.5.46", features = ["derive", "env", "unicode", "wrap_help"] }
2525
secrecy = "=0.10.3"
2626
tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] }
27-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
27+
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }

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.21.0"
2222
thiserror = "=2.0.16"
2323
tokio = { version = "=1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"
25-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
25+
tracing-subscriber = { version = "=0.3.20", 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.18.0", features = ["rayon"] }
3232
insta = "=1.43.1"
3333
rayon = "=1.11.0"
3434
tar = { version = "=0.4.44" }
35-
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
35+
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
3636
walkdir = "=2.5.0"

0 commit comments

Comments
 (0)