diff --git a/Cargo.lock b/Cargo.lock index 923c2ef4dbb..dc83ee80884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4351,9 +4351,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9d2d2eb8c1a..f6658a8ad82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ spdx = "=0.10.3" tar = "=0.4.40" tempfile = "=3.9.0" thiserror = "=1.0.56" -tokio = { version = "=1.35.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} +tokio = { version = "=1.36.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.8.9" tower = "=0.4.13" tower-http = { version = "=0.5.1", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } @@ -132,4 +132,4 @@ claims = "=0.7.1" googletest = "=0.11.0" insta = { version = "=1.34.0", features = ["json", "redactions"] } regex = "=1.10.3" -tokio = "=1.35.1" +tokio = "=1.36.0" diff --git a/crates_io_cdn_logs/Cargo.toml b/crates_io_cdn_logs/Cargo.toml index cbb3b8db1f9..9a5de7de44f 100644 --- a/crates_io_cdn_logs/Cargo.toml +++ b/crates_io_cdn_logs/Cargo.toml @@ -15,7 +15,7 @@ percent-encoding = "=2.3.1" semver = "=1.0.21" serde = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.113" -tokio = { version = "=1.35.1", features = ["io-util"] } +tokio = { version = "=1.36.0", features = ["io-util"] } tracing = "=0.1.40" [dev-dependencies] @@ -23,7 +23,7 @@ claims = "=0.7.1" clap = { version = "=4.4.18", features = ["derive"] } criterion = { version = "=0.5.1", features = ["async_tokio"] } insta = "=1.34.0" -tokio = { version = "=1.35.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "=1.36.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } [[bench]] diff --git a/crates_io_smoke_test/Cargo.toml b/crates_io_smoke_test/Cargo.toml index b0a1d1ac950..80d1729f906 100644 --- a/crates_io_smoke_test/Cargo.toml +++ b/crates_io_smoke_test/Cargo.toml @@ -19,6 +19,6 @@ serde = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.113" tempfile = "=3.9.0" thiserror = "=1.0.56" -tokio = { version = "=1.35.1", features = ["fs", "macros", "process", "rt-multi-thread"]} +tokio = { version = "=1.36.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_io_worker/Cargo.toml b/crates_io_worker/Cargo.toml index 6b0820024d2..23cd384c060 100644 --- a/crates_io_worker/Cargo.toml +++ b/crates_io_worker/Cargo.toml @@ -16,9 +16,9 @@ sentry-core = { version = "=0.32.2", features = ["client"] } serde = { version = "=1.0.196", features = ["derive"] } serde_json = "=1.0.113" thiserror = "=1.0.56" -tokio = { version = "=1.35.1", features = ["rt", "time"]} +tokio = { version = "=1.36.0", features = ["rt", "time"]} tracing = "=0.1.40" [dev-dependencies] crates_io_test_db = { path = "../crates_io_test_db" } -tokio = { version = "=1.35.1", features = ["macros", "rt", "sync"]} +tokio = { version = "=1.36.0", features = ["macros", "rt", "sync"]}