From d28b57a15df67e0dab3eac4a45739615443a4fc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:58:47 +0000 Subject: [PATCH] Update Rust crate tokio to v1.41.0 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- crates/crates_io_cdn_logs/Cargo.toml | 4 ++-- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_team_repo/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15f807a6668..db4be15ab53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4964,9 +4964,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a44b431867e..4b99d0a29aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ spdx = "=0.10.6" tar = "=0.4.42" tempfile = "=3.13.0" thiserror = "=1.0.64" -tokio = { version = "=1.40.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} +tokio = { version = "=1.41.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" toml = "=0.8.19" tower = "=0.5.1" @@ -128,5 +128,5 @@ diesel = { version = "=2.2.4", features = ["r2d2"] } googletest = "=0.12.0" insta = { version = "=1.40.0", features = ["glob", "json", "redactions"] } regex = "=1.11.0" -tokio = "=1.40.0" +tokio = "=1.41.0" zip = { version = "=2.2.0", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index a10182f07c7..d55c2e08376 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -16,7 +16,7 @@ percent-encoding = "=2.3.1" semver = "=1.0.23" serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.132" -tokio = { version = "=1.40.0", features = ["io-util"] } +tokio = { version = "=1.41.0", features = ["io-util"] } tracing = "=0.1.40" [dev-dependencies] @@ -24,7 +24,7 @@ claims = "=0.7.1" clap = { version = "=4.5.20", features = ["derive"] } criterion = { version = "=0.5.1", features = ["async_tokio"] } insta = "=1.40.0" -tokio = { version = "=1.40.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "=1.41.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } [[bench]] diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 8085c85dc4e..2120ee022e5 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -19,6 +19,6 @@ serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" thiserror = "=1.0.64" -tokio = { version = "=1.40.0", features = ["fs", "macros", "process", "rt-multi-thread"]} +tokio = { version = "=1.41.0", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.40" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 00d73d299b4..77b737183cc 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -15,4 +15,4 @@ reqwest = { version = "=0.12.8", features = ["gzip", "json"] } serde = { version = "=1.0.210", features = ["derive"] } [dev-dependencies] -tokio = { version = "=1.40.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.41.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 91e506873c9..56e4bfa1d9f 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -17,11 +17,11 @@ sentry-core = { version = "=0.34.0", features = ["client"] } serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.132" thiserror = "=1.0.64" -tokio = { version = "=1.40.0", features = ["rt", "time"]} +tokio = { version = "=1.41.0", features = ["rt", "time"]} tracing = "=0.1.40" [dev-dependencies] claims = "=0.7.1" crates_io_test_db = { path = "../crates_io_test_db" } insta = { version = "=1.40.0", features = ["json"] } -tokio = { version = "=1.40.0", features = ["macros", "rt", "rt-multi-thread", "sync"]} +tokio = { version = "=1.41.0", features = ["macros", "rt", "rt-multi-thread", "sync"]}