Skip to content

Commit 1b5de48

Browse files
Update Rust crate tracing to v0.1.41 (#10089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82b4a44 commit 1b5de48

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -120,7 +120,7 @@ tokio-util = "=0.7.12"
120120
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"] }
123-
tracing = "=0.1.40"
123+
tracing = "=0.1.41"
124124
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
125125
typomania = { version = "=0.1.2", default-features = false }
126126
url = "=2.5.4"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ semver = "=1.0.23"
1717
serde = { version = "=1.0.215", features = ["derive"] }
1818
serde_json = "=1.0.133"
1919
tokio = { version = "=1.41.1", features = ["io-util"] }
20-
tracing = "=0.1.40"
20+
tracing = "=0.1.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = "=1.0.133"
1717
tar = "=0.4.43"
1818
tempfile = "=3.14.0"
1919
toml = "=0.8.19"
20-
tracing = "=0.1.40"
20+
tracing = "=0.1.41"
2121
zip = { version = "=2.2.1", default-features = false, features = ["deflate"] }
2222

2323
[dev-dependencies]

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ oauth2 = { version = "=4.4.2", default-features = false }
1818
reqwest = { version = "=0.12.9", features = ["json"] }
1919
serde = { version = "=1.0.215", features = ["derive"] }
2020
thiserror = "=2.0.3"
21-
tracing = "=0.1.40"
21+
tracing = "=0.1.41"
2222

2323
[dev-dependencies]

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ secrecy = "=0.10.3"
2424
serde = { version = "=1.0.215", features = ["derive"] }
2525
serde_json = "=1.0.133"
2626
tempfile = "=3.14.0"
27-
tracing = "=0.1.40"
27+
tracing = "=0.1.41"
2828
url = "=2.5.4"
2929

3030
[dev-dependencies]

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ serde_json = "=1.0.133"
2020
tempfile = "=3.14.0"
2121
thiserror = "=2.0.3"
2222
tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
23-
tracing = "=0.1.40"
23+
tracing = "=0.1.41"
2424
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "=1.0.215", features = ["derive"] }
1717
serde_json = "=1.0.133"
1818
tar = { version = "=0.4.43", optional = true }
1919
thiserror = "=2.0.3"
20-
tracing = "=0.1.40"
20+
tracing = "=0.1.41"
2121
tokio = { version = "=1.41.1", features = ["io-util", "macros", "rt-multi-thread"] }
2222
async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] }
2323
krata-tokio-tar = "=0.4.2"

crates/crates_io_test_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ diesel = { version = "=2.2.5", features = ["postgres", "r2d2"] }
1313
diesel-async = { version = "=0.5.2", features = ["postgres"] }
1414
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
1515
rand = "=0.8.5"
16-
tracing = "=0.1.40"
16+
tracing = "=0.1.41"
1717
url = "=2.5.4"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { version = "=1.0.215", features = ["derive"] }
1818
serde_json = "=1.0.133"
1919
thiserror = "=2.0.3"
2020
tokio = { version = "=1.41.1", features = ["rt", "time"]}
21-
tracing = "=0.1.40"
21+
tracing = "=0.1.41"
2222

2323
[dev-dependencies]
2424
claims = "=0.8.0"

0 commit comments

Comments
 (0)