diff --git a/Cargo.lock b/Cargo.lock index 6744140cbad..1db087f408d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2869,9 +2869,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 2f6fe3924b1..6f3aefa719b 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -60,7 +60,7 @@ target-spec = { version = "3.0.1", features = ["custom", "summaries"] } target-spec-miette = "0.3.0" thiserror = "1.0.49" # For parsing of .cargo/config.toml files -tokio = { version = "1.32.0", features = [ +tokio = { version = "1.33.0", features = [ "fs", "io-util", "macros", diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 7cc3e82247a..511cb1a033a 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0.188", features = ["alloc", "derive"] } serde_json = { version = "1.0.107", features = ["preserve_order", "unbounded_depth"] } similar = { version = "2.3.0", features = ["inline", "unicode"] } target-spec = { version = "3.0.1", default-features = false, features = ["custom", "summaries"] } -tokio = { version = "1.32.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } +tokio = { version = "1.33.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } twox-hash = { version = "1.6.3" } uuid = { version = "1.4.1", features = ["v4"] } @@ -52,7 +52,7 @@ indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-f libc = { version = "0.2.149", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.17", features = ["fs", "termios"] } -tokio = { version = "1.32.0", default-features = false, features = ["net"] } +tokio = { version = "1.33.0", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] libc = { version = "0.2.149", features = ["extra_traits"] } @@ -65,7 +65,7 @@ indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-f libc = { version = "0.2.149", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.17", features = ["fs", "termios"] } -tokio = { version = "1.32.0", default-features = false, features = ["net"] } +tokio = { version = "1.33.0", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] libc = { version = "0.2.149", features = ["extra_traits"] } @@ -75,7 +75,7 @@ futures-core = { version = "0.3.28" } futures-sink = { version = "0.3.28" } futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] } -tokio = { version = "1.32.0", default-features = false, features = ["net"] } +tokio = { version = "1.33.0", default-features = false, features = ["net"] } winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "handleapi", "jobapi2", "minwinbase", "minwindef", "ntsecapi", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip", "wtypesbase"] } windows-sys = { version = "0.48.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }