From 497e30a5ca7d095e983c0858c784bf93655d0f6d Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 20 Dec 2023 04:12:20 +0000 Subject: [PATCH] Update Rust crate tokio to 1.35.1 --- Cargo.lock | 4 ++-- nextest-runner/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09615a309a9..e512462870c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3045,9 +3045,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index d46df89fc9a..cec276b12f8 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.51" # For parsing of .cargo/config.toml files -tokio = { version = "1.35.0", features = [ +tokio = { version = "1.35.1", features = [ "fs", "io-util", "macros", diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index d88eee5f540..224b31d4a20 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -33,7 +33,7 @@ rand = { version = "0.8.5" } serde = { version = "1.0.193", features = ["alloc", "derive"] } serde_json = { version = "1.0.108", features = ["preserve_order", "unbounded_depth"] } similar = { version = "2.3.0", features = ["inline", "unicode"] } -tokio = { version = "1.35.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } +tokio = { version = "1.35.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } twox-hash = { version = "1.6.3" } uuid = { version = "1.6.1", features = ["v4"] } @@ -52,7 +52,7 @@ linux-raw-sys = { version = "0.4.12", default-features = false, features = ["elf miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.28", features = ["fs", "termios"] } -tokio = { version = "1.35.0", default-features = false, features = ["net"] } +tokio = { version = "1.35.1", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] libc = { version = "0.2.151", features = ["extra_traits"] } @@ -64,7 +64,7 @@ libc = { version = "0.2.151", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.28", features = ["fs", "termios"] } -tokio = { version = "1.35.0", default-features = false, features = ["net"] } +tokio = { version = "1.35.1", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] libc = { version = "0.2.151", features = ["extra_traits"] } @@ -73,7 +73,7 @@ libc = { version = "0.2.151", features = ["extra_traits"] } futures-core = { version = "0.3.29" } futures-sink = { version = "0.3.29" } once_cell = { version = "1.19.0", features = ["unstable"] } -tokio = { version = "1.35.0", default-features = false, features = ["net"] } +tokio = { version = "1.35.1", default-features = false, features = ["net"] } winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "handleapi", "jobapi2", "minwinbase", "minwindef", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip"] } windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_UI_Shell"] } windows-sys-c8eced492e86ede7 = { package = "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"] }