From 2757100781426242e522c2dbdef9f5c26688c1c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 09:00:39 +0000 Subject: [PATCH] Update Rust crate tracing-subscriber to v0.3.20 [SECURITY] --- Cargo.lock | 50 ++++++++------------------ Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_docs_rs/Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- 7 files changed, 20 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20c5c120df6..7ad241a4908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,8 +2736,8 @@ dependencies = [ "aho-corasick", "bstr", "log", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", + "regex-automata", + "regex-syntax", ] [[package]] @@ -3719,11 +3719,11 @@ dependencies = [ [[package]] name = "matchers" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" dependencies = [ - "regex-automata 0.1.10", + "regex-automata", ] [[package]] @@ -3951,12 +3951,11 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.46.0" +version = "0.50.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" dependencies = [ - "overload", - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -4147,12 +4146,6 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - [[package]] name = "p256" version = "0.13.2" @@ -4759,17 +4752,8 @@ checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", + "regex-automata", + "regex-syntax", ] [[package]] @@ -4780,7 +4764,7 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.5", + "regex-syntax", ] [[package]] @@ -4789,12 +4773,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - [[package]] name = "regex-syntax" version = "0.8.5" @@ -6210,14 +6188,14 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" +checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" dependencies = [ "matchers", "nu-ansi-term", "once_cell", - "regex", + "regex-automata", "serde", "serde_json", "sharded-slab", diff --git a/Cargo.toml b/Cargo.toml index b4e9c109d97..3f7ed0fc270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ toml = "=0.9.5" tower = "=0.5.2" tower-http = { version = "=0.6.6", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.41" -tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] } +tracing-subscriber = { version = "=0.3.20", features = ["env-filter", "json"] } typomania = { version = "=0.1.2", default-features = false } url = "=2.5.7" utoipa = { version = "=5.4.0", features = ["chrono"] } diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index eadd3516dc9..2247f3594d2 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "=4.5.46", features = ["derive"] } criterion = { version = "=0.7.0", features = ["async_tokio"] } insta = "=1.43.1" tokio = { version = "=1.47.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } -tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } [[bench]] name = "count_downloads" diff --git a/crates/crates_io_docs_rs/Cargo.toml b/crates/crates_io_docs_rs/Cargo.toml index 2e906b6f143..e4c743f80c1 100644 --- a/crates/crates_io_docs_rs/Cargo.toml +++ b/crates/crates_io_docs_rs/Cargo.toml @@ -28,4 +28,4 @@ serde_json = "=1.0.143" mockito = "=1.7.0" test-case = "=3.3.1" tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] } -tracing-subscriber = "=0.3.19" +tracing-subscriber = "=0.3.20" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 459c7d5fa33..7b8e7c65dbe 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -24,4 +24,4 @@ tracing = "=0.1.41" clap = { version = "=4.5.46", features = ["derive", "env", "unicode", "wrap_help"] } secrecy = "=0.10.3" tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] } -tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index ccf4cc2f227..e00af0bc4e9 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -22,4 +22,4 @@ tempfile = "=3.21.0" thiserror = "=2.0.16" tokio = { version = "=1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41" -tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 73aa4c5b643..3b01d5d5541 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -32,5 +32,5 @@ indicatif = { version = "=0.18.0", features = ["rayon"] } insta = "=1.43.1" rayon = "=1.11.0" tar = { version = "=0.4.44" } -tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } walkdir = "=2.5.0"