@@ -37,7 +37,7 @@ serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
37
37
smallvec = { version = " 1.15.0" , default-features = false , features = [" const_generics" ] }
38
38
target-spec = { version = " 3.4.2" , default-features = false , features = [" custom" , " summaries" ] }
39
39
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" ] }
41
41
tracing-core = { version = " 0.1.33" }
42
42
tracing-subscriber = { version = " 0.3.19" , default-features = false , features = [" fmt" , " tracing-log" ] }
43
43
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
63
63
mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
64
64
rustix = { version = " 0.38.44" , features = [" fs" , " termios" ] }
65
65
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" ] }
67
67
68
68
[target .x86_64-unknown-linux-gnu .build-dependencies ]
69
69
bitflags = { version = " 2.9.0" , default-features = false , features = [" std" ] }
@@ -79,7 +79,7 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
79
79
mio = { version = " 1.0.3" , features = [" net" , " os-ext" ] }
80
80
rustix = { version = " 0.38.44" , features = [" fs" , " termios" ] }
81
81
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" ] }
83
83
84
84
[target .x86_64-apple-darwin .build-dependencies ]
85
85
bitflags = { version = " 2.9.0" , default-features = false , features = [" std" ] }
@@ -91,8 +91,8 @@ futures-core = { version = "0.3.31" }
91
91
futures-sink = { version = " 0.3.31" }
92
92
getrandom-468e82937335b1c9 = { package = " getrandom" , version = " 0.3.1" , default-features = false , features = [" std" ] }
93
93
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" ] }
97
97
98
98
# ## END HAKARI SECTION
0 commit comments