Skip to content

Commit 9e62f83

Browse files
Update Rust crate tokio to v1.41.0 (#9725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba72798 commit 9e62f83

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spdx = "=0.10.6"
107107
tar = "=0.4.42"
108108
tempfile = "=3.13.0"
109109
thiserror = "=1.0.64"
110-
tokio = { version = "=1.40.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
110+
tokio = { version = "=1.41.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
111111
tokio-postgres = "=0.7.12"
112112
toml = "=0.8.19"
113113
tower = "=0.5.1"
@@ -128,5 +128,5 @@ diesel = { version = "=2.2.4", features = ["r2d2"] }
128128
googletest = "=0.12.0"
129129
insta = { version = "=1.40.0", features = ["glob", "json", "redactions"] }
130130
regex = "=1.11.0"
131-
tokio = "=1.40.0"
131+
tokio = "=1.41.0"
132132
zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ percent-encoding = "=2.3.1"
1616
semver = "=1.0.23"
1717
serde = { version = "=1.0.210", features = ["derive"] }
1818
serde_json = "=1.0.132"
19-
tokio = { version = "=1.40.0", features = ["io-util"] }
19+
tokio = { version = "=1.41.0", features = ["io-util"] }
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]
2323
claims = "=0.7.1"
2424
clap = { version = "=4.5.20", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.40.0"
27-
tokio = { version = "=1.40.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
27+
tokio = { version = "=1.41.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
2929

3030
[[bench]]

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ serde = { version = "=1.0.210", features = ["derive"] }
1919
serde_json = "=1.0.132"
2020
tempfile = "=3.13.0"
2121
thiserror = "=1.0.64"
22-
tokio = { version = "=1.40.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
22+
tokio = { version = "=1.41.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
2323
tracing = "=0.1.40"
2424
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }

crates/crates_io_team_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ reqwest = { version = "=0.12.8", features = ["gzip", "json"] }
1515
serde = { version = "=1.0.210", features = ["derive"] }
1616

1717
[dev-dependencies]
18-
tokio = { version = "=1.40.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "=1.41.0", features = ["macros", "rt-multi-thread"] }

crates/crates_io_worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ sentry-core = { version = "=0.34.0", features = ["client"] }
1717
serde = { version = "=1.0.210", features = ["derive"] }
1818
serde_json = "=1.0.132"
1919
thiserror = "=1.0.64"
20-
tokio = { version = "=1.40.0", features = ["rt", "time"]}
20+
tokio = { version = "=1.41.0", features = ["rt", "time"]}
2121
tracing = "=0.1.40"
2222

2323
[dev-dependencies]
2424
claims = "=0.7.1"
2525
crates_io_test_db = { path = "../crates_io_test_db" }
2626
insta = { version = "=1.40.0", features = ["json"] }
27-
tokio = { version = "=1.40.0", features = ["macros", "rt", "rt-multi-thread", "sync"]}
27+
tokio = { version = "=1.41.0", features = ["macros", "rt", "rt-multi-thread", "sync"]}

0 commit comments

Comments
 (0)