Skip to content

Commit 2afca07

Browse files
Update Rust crate tokio to v1.46.1 (#11518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 876f922 commit 2afca07

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
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
@@ -124,7 +124,7 @@ tar = "=0.4.44"
124124
tempfile = "=3.20.0"
125125
thiserror = "=2.0.12"
126126
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
127-
tokio = { version = "=1.46.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
127+
tokio = { version = "=1.46.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
128128
tokio-postgres = "=0.7.13"
129129
tokio-util = "=0.7.15"
130130
toml = "=0.8.23"
@@ -154,5 +154,5 @@ jsonwebtoken = "=9.3.1"
154154
quoted_printable = "=0.5.1"
155155
regex = "=1.11.1"
156156
sentry = { version = "=0.41.0", features = ["test"] }
157-
tokio = "=1.46.0"
157+
tokio = "=1.46.1"
158158
zip = { version = "=4.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.26"
1717
serde = { version = "=1.0.219", features = ["derive"] }
1818
serde_json = "=1.0.140"
19-
tokio = { version = "=1.46.0", features = ["io-util"] }
19+
tokio = { version = "=1.46.1", features = ["io-util"] }
2020
tracing = "=0.1.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
clap = { version = "=4.5.40", features = ["derive"] }
2525
criterion = { version = "=0.6.0", features = ["async_tokio"] }
2626
insta = "=1.43.1"
27-
tokio = { version = "=1.46.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
27+
tokio = { version = "=1.46.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
2929

3030
[[bench]]

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ claims = "=0.8.0"
3232
crates_io_test_db = { path = "../crates_io_test_db" }
3333
googletest = "=0.14.2"
3434
insta = "=1.43.1"
35-
tokio = { version = "=1.46.0", features = ["macros", "rt"] }
35+
tokio = { version = "=1.46.1", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.11"
2626
diesel-async = { version = "=0.6.1", features = ["postgres"] }
2727
insta = { version = "=1.43.1", features = ["glob"] }
28-
tokio = { version = "=1.46.0", features = ["macros", "rt"] }
28+
tokio = { version = "=1.46.1", features = ["macros", "rt"] }

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ claims = "=0.8.0"
2727
serde_json = "=1.0.140"
2828
mockito = "=1.7.0"
2929
test-case = "=3.3.1"
30-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
30+
tokio = { version = "=1.46.1", features = ["macros", "rt-multi-thread"] }
3131
tracing-subscriber = "=0.3.19"

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ tracing = "=0.1.41"
2323
[dev-dependencies]
2424
clap = { version = "=4.5.40", features = ["derive", "env", "unicode", "wrap_help"] }
2525
secrecy = "=0.10.3"
26-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "=1.46.1", features = ["macros", "rt-multi-thread"] }
2727
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_og_image/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ serde = { version = "=1.0.219", features = ["derive"] }
1717
serde_json = "=1.0.140"
1818
tempfile = "=3.20.0"
1919
thiserror = "=2.0.12"
20-
tokio = { version = "=1.46.0", features = ["process", "fs"] }
20+
tokio = { version = "=1.46.1", features = ["process", "fs"] }
2121
tracing = "=0.1.41"
2222

2323
[dev-dependencies]
2424
insta = "=1.43.1"
25-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
25+
tokio = { version = "=1.46.1", features = ["macros", "rt-multi-thread"] }
2626
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "fmt"] }

crates/crates_io_pagerduty/Cargo.toml

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

1616
[dev-dependencies]
1717
clap = { version = "=4.5.40", features = ["derive", "env", "unicode", "wrap_help"] }
18-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "=1.46.1", features = ["macros", "rt-multi-thread"] }

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ serde = { version = "=1.0.219", features = ["derive"] }
2020
serde_json = "=1.0.140"
2121
tempfile = "=3.20.0"
2222
thiserror = "=2.0.12"
23-
tokio = { version = "=1.46.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
23+
tokio = { version = "=1.46.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"
2525
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = "=1.0.140"
1919
tar = { version = "=0.4.44", optional = true }
2020
thiserror = "=2.0.12"
2121
tracing = "=0.1.41"
22-
tokio = { version = "=1.46.0", features = ["io-util", "macros", "rt-multi-thread"] }
22+
tokio = { version = "=1.46.1", features = ["io-util", "macros", "rt-multi-thread"] }
2323
async-compression = { version = "=0.4.25", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

crates/crates_io_team_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ reqwest = { version = "=0.12.22", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.219", features = ["derive"] }
1919

2020
[dev-dependencies]
21-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
21+
tokio = { version = "=1.46.1", features = ["macros", "rt-multi-thread"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "=1.0.219", features = ["derive"] }
2525
serde_json = { version = "=1.0.140", optional = true }
2626
sha2 = "=0.10.9"
2727
thiserror = "=2.0.12"
28-
tokio = { version = "=1.46.0", features = ["sync"] }
28+
tokio = { version = "=1.46.1", features = ["sync"] }
2929
tracing = "=0.1.41"
3030

3131
[dev-dependencies]
@@ -34,4 +34,4 @@ claims = "=0.8.0"
3434
insta = { version = "=1.43.1", features = ["json", "redactions"] }
3535
mockito = "=1.7.0"
3636
serde_json = "=1.0.140"
37-
tokio = { version = "=1.46.0", features = ["macros", "rt-multi-thread"] }
37+
tokio = { version = "=1.46.1", 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
@@ -16,11 +16,11 @@ sentry-core = { version = "=0.41.0", features = ["client"] }
1616
serde = { version = "=1.0.219", features = ["derive"] }
1717
serde_json = "=1.0.140"
1818
thiserror = "=2.0.12"
19-
tokio = { version = "=1.46.0", features = ["rt", "time"]}
19+
tokio = { version = "=1.46.1", features = ["rt", "time"]}
2020
tracing = "=0.1.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
insta = { version = "=1.43.1", features = ["json"] }
26-
tokio = { version = "=1.46.0", features = ["macros", "sync"]}
26+
tokio = { version = "=1.46.1", features = ["macros", "sync"]}

0 commit comments

Comments
 (0)