diff --git a/Cargo.lock b/Cargo.lock index 9cb4e7c15a2..8447694bc35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5396,9 +5396,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1b831d932a1..bf35564d611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ tar = "=0.4.44" tempfile = "=3.19.1" thiserror = "=2.0.12" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } -tokio = { version = "=1.44.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} +tokio = { version = "=1.44.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.13" tokio-util = "=0.7.14" toml = "=0.8.20" @@ -147,5 +147,5 @@ diesel = { version = "=2.2.8", features = ["r2d2"] } googletest = "=0.14.0" insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] } regex = "=1.11.1" -tokio = "=1.44.1" +tokio = "=1.44.2" zip = { version = "=2.5.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 48259f56c1c..9a8aa3e4c4d 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.26" serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" -tokio = { version = "=1.44.1", features = ["io-util"] } +tokio = { version = "=1.44.2", features = ["io-util"] } tracing = "=0.1.41" [dev-dependencies] @@ -24,7 +24,7 @@ claims = "=0.8.0" clap = { version = "=4.5.35", features = ["derive"] } criterion = { version = "=0.5.1", features = ["async_tokio"] } insta = "=1.42.2" -tokio = { version = "=1.44.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "=1.44.2", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } [[bench]] diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 69dcbc6c94c..b442076c7b0 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -33,4 +33,4 @@ crates_io_test_db = { path = "../crates_io_test_db" } diesel-async = { version = "=0.5.2", features = ["postgres"] } googletest = "=0.14.0" insta = "=1.42.2" -tokio = { version = "=1.44.1", features = ["macros", "rt"] } +tokio = { version = "=1.44.2", features = ["macros", "rt"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 092ca86d548..0b05d089388 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -25,4 +25,4 @@ crates_io_test_db = { path = "../crates_io_test_db" } diesel = "=2.2.8" diesel-async = { version = "=0.5.2", features = ["postgres"] } insta = { version = "=1.42.2", features = ["glob"] } -tokio = { version = "=1.44.1", features = ["macros", "rt"] } +tokio = { version = "=1.44.2", features = ["macros", "rt"] } diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 0f395bf24d4..5981ca33ad1 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -15,4 +15,4 @@ serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] clap = { version = "=4.5.35", features = ["derive", "env", "unicode", "wrap_help"] } -tokio = { version = "=1.44.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.44.2", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index f45a7643464..68d9e47d31f 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -20,6 +20,6 @@ serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tempfile = "=3.19.1" thiserror = "=2.0.12" -tokio = { version = "=1.44.1", features = ["fs", "macros", "process", "rt-multi-thread"]} +tokio = { version = "=1.44.2", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 60c1638634c..57cfc8d18bb 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "=1.0.140" tar = { version = "=0.4.44", optional = true } thiserror = "=2.0.12" tracing = "=0.1.41" -tokio = { version = "=1.44.1", features = ["io-util", "macros", "rt-multi-thread"] } +tokio = { version = "=1.44.2", features = ["io-util", "macros", "rt-multi-thread"] } async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] } futures-util = "=0.3.31" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 4fc5b0d0b68..ba1b9e68016 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.15", features = ["gzip", "json"] } serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] -tokio = { version = "=1.44.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.44.2", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index ec4a0279177..f495e474fc2 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -16,11 +16,11 @@ sentry-core = { version = "=0.37.0", features = ["client"] } serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" thiserror = "=2.0.12" -tokio = { version = "=1.44.1", features = ["rt", "time"]} +tokio = { version = "=1.44.2", features = ["rt", "time"]} tracing = "=0.1.41" [dev-dependencies] claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } insta = { version = "=1.42.2", features = ["json"] } -tokio = { version = "=1.44.1", features = ["macros", "sync"]} +tokio = { version = "=1.44.2", features = ["macros", "sync"]}