Skip to content

Commit 3a48116

Browse files
Update Rust crate tokio to v1.44.2
1 parent 40eb192 commit 3a48116

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tar = "=0.4.44"
122122
tempfile = "=3.19.1"
123123
thiserror = "=2.0.12"
124124
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
125-
tokio = { version = "=1.44.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
125+
tokio = { version = "=1.44.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
126126
tokio-postgres = "=0.7.13"
127127
tokio-util = "=0.7.14"
128128
toml = "=0.8.20"
@@ -147,5 +147,5 @@ diesel = { version = "=2.2.8", features = ["r2d2"] }
147147
googletest = "=0.14.0"
148148
insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] }
149149
regex = "=1.11.1"
150-
tokio = "=1.44.1"
150+
tokio = "=1.44.2"
151151
zip = { version = "=2.5.0", default-features = false, features = ["deflate"] }

crates/crates_io_cdn_logs/Cargo.toml

+2-2
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.44.1", features = ["io-util"] }
19+
tokio = { version = "=1.44.2", features = ["io-util"] }
2020
tracing = "=0.1.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
clap = { version = "=4.5.35", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.42.2"
27-
tokio = { version = "=1.44.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
27+
tokio = { version = "=1.44.2", 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ crates_io_test_db = { path = "../crates_io_test_db" }
3333
diesel-async = { version = "=0.5.2", features = ["postgres"] }
3434
googletest = "=0.14.0"
3535
insta = "=1.42.2"
36-
tokio = { version = "=1.44.1", features = ["macros", "rt"] }
36+
tokio = { version = "=1.44.2", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

+1-1
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.8"
2626
diesel-async = { version = "=0.5.2", features = ["postgres"] }
2727
insta = { version = "=1.42.2", features = ["glob"] }
28-
tokio = { version = "=1.44.1", features = ["macros", "rt"] }
28+
tokio = { version = "=1.44.2", features = ["macros", "rt"] }

crates/crates_io_pagerduty/Cargo.toml

+1-1
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.35", features = ["derive", "env", "unicode", "wrap_help"] }
18-
tokio = { version = "=1.44.1", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "=1.44.2", features = ["macros", "rt-multi-thread"] }

crates/crates_io_smoke_test/Cargo.toml

+1-1
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.19.1"
2222
thiserror = "=2.0.12"
23-
tokio = { version = "=1.44.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
23+
tokio = { version = "=1.44.2", 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

+1-1
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.44.1", features = ["io-util", "macros", "rt-multi-thread"] }
22+
tokio = { version = "=1.44.2", features = ["io-util", "macros", "rt-multi-thread"] }
2323
async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

crates/crates_io_team_repo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ reqwest = { version = "=0.12.15", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.219", features = ["derive"] }
1919

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

crates/crates_io_worker/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ sentry-core = { version = "=0.37.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.44.1", features = ["rt", "time"]}
19+
tokio = { version = "=1.44.2", 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.42.2", features = ["json"] }
26-
tokio = { version = "=1.44.1", features = ["macros", "sync"]}
26+
tokio = { version = "=1.44.2", features = ["macros", "sync"]}

0 commit comments

Comments
 (0)