Skip to content

Commit fa6f676

Browse files
nextest-botsunshowers
authored andcommitted
fix(deps): update rust crate tokio to 1.40.0
1 parent 13698be commit fa6f676

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ target-spec.workspace = true
6565
target-spec-miette.workspace = true
6666
thiserror = "1.0.63"
6767
# For parsing of .cargo/config.toml files
68-
tokio = { version = "1.39.3", features = [
68+
tokio = { version = "1.40.0", features = [
6969
"fs",
7070
"io-util",
7171
"macros",

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ owo-colors = { version = "4.0.0", default-features = false, features = ["support
3030
rand = { version = "0.8.5" }
3131
serde = { version = "1.0.210", features = ["alloc", "derive"] }
3232
serde_json = { version = "1.0.128", features = ["unbounded_depth"] }
33-
tokio = { version = "1.39.3", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
33+
tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3434
xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] }
3535

3636
[build-dependencies]
@@ -48,7 +48,7 @@ linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf
4848
miniz_oxide = { version = "0.7.4", default-features = false, features = ["with-alloc"] }
4949
rustix = { version = "0.38.34", features = ["fs", "termios"] }
5050
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
51-
tokio = { version = "1.39.3", default-features = false, features = ["io-std", "net"] }
51+
tokio = { version = "1.40.0", default-features = false, features = ["io-std", "net"] }
5252

5353
[target.x86_64-unknown-linux-gnu.build-dependencies]
5454
libc = { version = "0.2.158", features = ["extra_traits"] }
@@ -61,7 +61,7 @@ libc = { version = "0.2.158", features = ["extra_traits"] }
6161
miniz_oxide = { version = "0.7.4", default-features = false, features = ["with-alloc"] }
6262
rustix = { version = "0.38.34", features = ["fs", "termios"] }
6363
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
64-
tokio = { version = "1.39.3", default-features = false, features = ["io-std", "net"] }
64+
tokio = { version = "1.40.0", default-features = false, features = ["io-std", "net"] }
6565

6666
[target.x86_64-apple-darwin.build-dependencies]
6767
libc = { version = "0.2.158", features = ["extra_traits"] }
@@ -71,7 +71,7 @@ futures-channel = { version = "0.3.30", features = ["sink"] }
7171
futures-core = { version = "0.3.30" }
7272
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
7373
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
74-
tokio = { version = "1.39.3", default-features = false, features = ["io-std", "net"] }
74+
tokio = { version = "1.40.0", default-features = false, features = ["io-std", "net"] }
7575
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
7676
windows-sys-c8eced492e86ede7 = { package = "windows-sys", version = "0.48.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell"] }
7777

0 commit comments

Comments
 (0)