Skip to content

Commit 4d3878d

Browse files
Update Rust crate tokio to v1.47.1 (#11684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46de642 commit 4d3878d

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
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
@@ -125,7 +125,7 @@ tar = "=0.4.44"
125125
tempfile = "=3.20.0"
126126
thiserror = "=2.0.12"
127127
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
128-
tokio = { version = "=1.47.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
128+
tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
129129
tokio-postgres = "=0.7.13"
130130
tokio-util = "=0.7.15"
131131
toml = "=0.9.4"
@@ -155,5 +155,5 @@ jsonwebtoken = "=9.3.1"
155155
quoted_printable = "=0.5.1"
156156
regex = "=1.11.1"
157157
sentry = { version = "=0.42.0", features = ["test"] }
158-
tokio = "=1.47.0"
158+
tokio = "=1.47.1"
159159
zip = { version = "=4.3.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.141"
19-
tokio = { version = "=1.47.0", features = ["io-util"] }
19+
tokio = { version = "=1.47.1", features = ["io-util"] }
2020
tracing = "=0.1.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
clap = { version = "=4.5.42", features = ["derive"] }
2525
criterion = { version = "=0.7.0", features = ["async_tokio"] }
2626
insta = "=1.43.1"
27-
tokio = { version = "=1.47.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
27+
tokio = { version = "=1.47.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 = { version = "=1.43.1", features = ["json"] }
35-
tokio = { version = "=1.47.0", features = ["macros", "rt"] }
35+
tokio = { version = "=1.47.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.12"
2626
diesel-async = { version = "=0.6.1", features = ["postgres"] }
2727
insta = { version = "=1.43.1", features = ["glob"] }
28-
tokio = { version = "=1.47.0", features = ["macros", "rt"] }
28+
tokio = { version = "=1.47.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.141"
2828
mockito = "=1.7.0"
2929
test-case = "=3.3.1"
30-
tokio = { version = "=1.47.0", features = ["macros", "rt-multi-thread"] }
30+
tokio = { version = "=1.47.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.42", features = ["derive", "env", "unicode", "wrap_help"] }
2525
secrecy = "=0.10.3"
26-
tokio = { version = "=1.47.0", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] }
2727
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

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.42", features = ["derive", "env", "unicode", "wrap_help"] }
18-
tokio = { version = "=1.47.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "=1.47.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.141"
2121
tempfile = "=3.20.0"
2222
thiserror = "=2.0.12"
23-
tokio = { version = "=1.47.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
23+
tokio = { version = "=1.47.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.141"
1919
tar = { version = "=0.4.44", optional = true }
2020
thiserror = "=2.0.12"
2121
tracing = "=0.1.41"
22-
tokio = { version = "=1.47.0", features = ["io-util", "macros", "rt-multi-thread"] }
22+
tokio = { version = "=1.47.1", features = ["io-util", "macros", "rt-multi-thread"] }
2323
async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

0 commit comments

Comments
 (0)