Skip to content

Commit

Permalink
Update Rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Dec 20, 2023
1 parent cae96e6 commit 497e30a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand All @@ -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"] }
Expand All @@ -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"] }
Expand All @@ -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"] }
Expand Down

0 comments on commit 497e30a

Please sign in to comment.