Skip to content

Commit d74352f

Browse files
authored
chore(deps): update rust crate tokio to 1.45.0 (#2339)
1 parent f569a81 commit d74352f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ target-spec-miette = "0.4.4"
124124
test-case = "3.3.1"
125125
test-strategy = "0.4.1"
126126
thiserror = "2.0.12"
127-
tokio = "1.44.2"
127+
tokio = "1.45.0"
128128
tokio-stream = "0.1.17"
129129
toml = "0.8.22"
130130
toml_edit = "0.22.26"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
3737
smallvec = { version = "1.15.0", default-features = false, features = ["const_generics"] }
3838
target-spec = { version = "3.4.2", default-features = false, features = ["custom", "summaries"] }
3939
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
40-
tokio = { version = "1.44.2", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
40+
tokio = { version = "1.45.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4141
tracing-core = { version = "0.1.33" }
4242
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }
4343
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
@@ -63,7 +63,7 @@ linux-raw-sys = { version = "0.4.15", default-features = false, features = ["elf
6363
mio = { version = "1.0.3", features = ["net", "os-ext"] }
6464
rustix = { version = "0.38.44", features = ["fs", "termios"] }
6565
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
66-
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
66+
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
6767

6868
[target.x86_64-unknown-linux-gnu.build-dependencies]
6969
bitflags = { version = "2.9.0", default-features = false, features = ["std"] }
@@ -79,7 +79,7 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
7979
mio = { version = "1.0.3", features = ["net", "os-ext"] }
8080
rustix = { version = "0.38.44", features = ["fs", "termios"] }
8181
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
82-
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
82+
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
8383

8484
[target.x86_64-apple-darwin.build-dependencies]
8585
bitflags = { version = "2.9.0", default-features = false, features = ["std"] }
@@ -91,8 +91,8 @@ futures-core = { version = "0.3.31" }
9191
futures-sink = { version = "0.3.31" }
9292
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
9393
smallvec = { version = "1.15.0", default-features = false, features = ["const_new"] }
94-
tokio = { version = "1.44.2", default-features = false, features = ["net"] }
95-
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
96-
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_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
94+
tokio = { version = "1.45.0", default-features = false, features = ["net"] }
95+
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
96+
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_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
9797

9898
### END HAKARI SECTION

0 commit comments

Comments
 (0)