diff --git a/Cargo.lock b/Cargo.lock index 834f0239f38..b1c8979c44d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5022,9 +5022,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b5b6446a01c..d42b25adfc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ spdx = "=0.10.6" tar = "=0.4.43" tempfile = "=3.13.0" thiserror = "=2.0.0" -tokio = { version = "=1.41.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} +tokio = { version = "=1.41.1", 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" @@ -131,5 +131,5 @@ diesel = { version = "=2.2.4", features = ["r2d2"] } googletest = "=0.12.0" insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] } regex = "=1.11.1" -tokio = "=1.41.0" +tokio = "=1.41.1" 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 b51383e515e..81085e1d24c 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.214", features = ["derive"] } serde_json = "=1.0.132" -tokio = { version = "=1.41.0", features = ["io-util"] } +tokio = { version = "=1.41.1", 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.41.1" -tokio = { version = "=1.41.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "=1.41.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } [[bench]] diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 334fc2116fc..40c37607156 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -15,4 +15,4 @@ serde = { version = "=1.0.214", features = ["derive"] } [dev-dependencies] clap = { version = "=4.5.20", features = ["derive", "env", "unicode", "wrap_help"] } -tokio = { version = "=1.41.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.41.1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index daec7448c52..e5850330021 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.214", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" thiserror = "=2.0.0" -tokio = { version = "=1.41.0", features = ["fs", "macros", "process", "rt-multi-thread"]} +tokio = { version = "=1.41.1", 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 1e3de05b57f..2a0831b3c05 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -18,4 +18,4 @@ reqwest = { version = "=0.12.9", features = ["gzip", "json"] } serde = { version = "=1.0.214", features = ["derive"] } [dev-dependencies] -tokio = { version = "=1.41.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.41.1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index a71e3476c77..3893087233f 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.214", features = ["derive"] } serde_json = "=1.0.132" thiserror = "=2.0.0" -tokio = { version = "=1.41.0", features = ["rt", "time"]} +tokio = { version = "=1.41.1", 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.41.1", features = ["json"] } -tokio = { version = "=1.41.0", features = ["macros", "sync"]} +tokio = { version = "=1.41.1", features = ["macros", "sync"]}