From 309b0c02976c54bca77cca97bcea82d7e236ebd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:35:15 +0000 Subject: [PATCH] Update Rust crate tracing to v0.1.41 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_index/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- crates/crates_io_test_db/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05a6e700514..ae410a32b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5311,9 +5311,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -5323,9 +5323,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", @@ -5334,9 +5334,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index 6a2c19d611e..077620b54ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ tokio-util = "=0.7.12" toml = "=0.8.19" tower = "=0.5.1" tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } -tracing = "=0.1.40" +tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] } typomania = { version = "=0.1.2", default-features = false } url = "=2.5.4" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index d46461ee556..ce70abc33b9 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -17,7 +17,7 @@ semver = "=1.0.23" serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.133" tokio = { version = "=1.41.1", features = ["io-util"] } -tracing = "=0.1.40" +tracing = "=0.1.41" [dev-dependencies] claims = "=0.8.0" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index f0528288580..fa527f1a460 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "=1.0.133" tar = "=0.4.43" tempfile = "=3.14.0" toml = "=0.8.19" -tracing = "=0.1.40" +tracing = "=0.1.41" zip = { version = "=2.2.1", default-features = false, features = ["deflate"] } [dev-dependencies] diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 7f526e93231..637dbbe5493 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -18,6 +18,6 @@ oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } serde = { version = "=1.0.215", features = ["derive"] } thiserror = "=2.0.3" -tracing = "=0.1.40" +tracing = "=0.1.41" [dev-dependencies] diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index f012b95bd87..0889c12fc7c 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -24,7 +24,7 @@ secrecy = "=0.10.3" serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.133" tempfile = "=3.14.0" -tracing = "=0.1.40" +tracing = "=0.1.41" url = "=2.5.4" [dev-dependencies] diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 2c0daf48e76..13e9d43dfbf 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -20,5 +20,5 @@ serde_json = "=1.0.133" tempfile = "=3.14.0" thiserror = "=2.0.3" tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]} -tracing = "=0.1.40" +tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 6e5a294bb88..92c5a04affc 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.133" tar = { version = "=0.4.43", optional = true } thiserror = "=2.0.3" -tracing = "=0.1.40" +tracing = "=0.1.41" tokio = { version = "=1.41.1", features = ["io-util", "macros", "rt-multi-thread"] } async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } krata-tokio-tar = "=0.4.2" diff --git a/crates/crates_io_test_db/Cargo.toml b/crates/crates_io_test_db/Cargo.toml index 55e49ab7107..34727849e39 100644 --- a/crates/crates_io_test_db/Cargo.toml +++ b/crates/crates_io_test_db/Cargo.toml @@ -13,5 +13,5 @@ diesel = { version = "=2.2.5", features = ["postgres", "r2d2"] } diesel-async = { version = "=0.5.2", features = ["postgres"] } diesel_migrations = { version = "=2.2.0", features = ["postgres"] } rand = "=0.8.5" -tracing = "=0.1.40" +tracing = "=0.1.41" url = "=2.5.4" diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 9ed0630b266..fc699f6cb46 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.133" thiserror = "=2.0.3" tokio = { version = "=1.41.1", features = ["rt", "time"]} -tracing = "=0.1.40" +tracing = "=0.1.41" [dev-dependencies] claims = "=0.8.0"