Skip to content

Commit 5b6cca9

Browse files
Update Rust crate tokio to v1.39.2 (#9185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33e8221 commit 5b6cca9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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
@@ -111,7 +111,7 @@ spdx = "=0.10.6"
111111
tar = "=0.4.41"
112112
tempfile = "=3.10.1"
113113
thiserror = "=1.0.63"
114-
tokio = { version = "=1.39.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
114+
tokio = { version = "=1.39.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
115115
toml = "=0.8.15"
116116
tower = "=0.4.13"
117117
tower-http = { version = "=0.5.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
@@ -132,4 +132,4 @@ diesel = { version = "=2.2.2", features = ["r2d2"] }
132132
googletest = "=0.11.0"
133133
insta = { version = "=1.39.0", features = ["glob", "json", "redactions"] }
134134
regex = "=1.10.5"
135-
tokio = "=1.39.1"
135+
tokio = "=1.39.2"

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.204", features = ["derive"] }
1818
serde_json = "=1.0.121"
19-
tokio = { version = "=1.39.1", features = ["io-util"] }
19+
tokio = { version = "=1.39.2", features = ["io-util"] }
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]
2323
claims = "=0.7.1"
2424
clap = { version = "=4.5.9", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.39.0"
27-
tokio = { version = "=1.39.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
27+
tokio = { version = "=1.39.2", 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.204", features = ["derive"] }
1919
serde_json = "=1.0.121"
2020
tempfile = "=3.10.1"
2121
thiserror = "=1.0.63"
22-
tokio = { version = "=1.39.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
22+
tokio = { version = "=1.39.2", 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_worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ sentry-core = { version = "=0.34.0", features = ["client"] }
1616
serde = { version = "=1.0.204", features = ["derive"] }
1717
serde_json = "=1.0.121"
1818
thiserror = "=1.0.63"
19-
tokio = { version = "=1.39.1", features = ["rt", "time"]}
19+
tokio = { version = "=1.39.2", features = ["rt", "time"]}
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]
2323
crates_io_test_db = { path = "../crates_io_test_db" }
24-
tokio = { version = "=1.39.1", features = ["macros", "rt", "sync"]}
24+
tokio = { version = "=1.39.2", features = ["macros", "rt", "sync"]}

0 commit comments

Comments
 (0)