Skip to content

Commit

Permalink
Update Rust crate tokio to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Oct 9, 2023
1 parent 301e619 commit 52fed18
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.49"
# For parsing of .cargo/config.toml files
tokio = { version = "1.32.0", features = [
tokio = { version = "1.33.0", 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 @@ 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"] }

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

Expand Down

0 comments on commit 52fed18

Please sign in to comment.