@@ -21,6 +21,7 @@ bit-vec = { version = "0.8.0" }
2121camino = { version = " 1.1.11" , default-features = false , features = [" serde1" ] }
2222clap = { version = " 4.5.45" , features = [" derive" , " env" , " unicode" , " unstable-markdown" , " wrap_help" ] }
2323clap_builder = { version = " 4.5.44" , default-features = false , features = [" color" , " env" , " std" , " suggestions" , " unicode" , " usage" , " wrap_help" ] }
24+ console = { version = " 0.16.0" }
2425either = { version = " 1.15.0" , features = [" use_std" ] }
2526foldhash = { version = " 0.1.5" }
2627form_urlencoded = { version = " 1.2.1" }
@@ -93,7 +94,8 @@ futures-sink = { version = "0.3.31" }
9394percent-encoding = { version = " 2.3.1" }
9495smallvec = { version = " 1.15.1" , default-features = false , features = [" const_new" ] }
9596tokio = { version = " 1.47.1" , default-features = false , features = [" net" ] }
96- windows-sys-73dcd821b1037cfd = { package = " windows-sys" , version = " 0.59.0" , features = [" Wdk_Foundation" , " Wdk_Storage_FileSystem" , " Wdk_System_IO" , " Win32_Networking_WinSock" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Com" , " Win32_System_Console" , " Win32_System_IO" , " Win32_System_Pipes" , " Win32_System_SystemInformation" , " Win32_System_SystemServices" , " Win32_System_Threading" , " Win32_System_WindowsProgramming" , " Win32_UI_Input_KeyboardAndMouse" , " Win32_UI_Shell" ] }
97+ windows-sys-4db8c43aad08e7ae = { package = " windows-sys" , version = " 0.60.2" , features = [" Win32_Globalization" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Console" , " Win32_System_JobObjects" , " Win32_System_Pipes" , " Win32_System_Threading" , " Win32_UI_Input_KeyboardAndMouse" ] }
98+ windows-sys-73dcd821b1037cfd = { package = " windows-sys" , version = " 0.59.0" , features = [" Wdk_Foundation" , " Wdk_Storage_FileSystem" , " Wdk_System_IO" , " Win32_Networking_WinSock" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Com" , " Win32_System_Console" , " Win32_System_IO" , " Win32_System_Pipes" , " Win32_System_SystemInformation" , " Win32_System_SystemServices" , " Win32_System_Threading" , " Win32_System_WindowsProgramming" , " Win32_UI_Shell" ] }
9799windows-sys-b21d60becc0929df = { package = " windows-sys" , version = " 0.52.0" , features = [" Win32_Foundation" , " Win32_Networking_WinSock" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Environment" , " Win32_System_IO" , " Win32_System_LibraryLoader" , " Win32_System_Memory" , " Win32_System_Threading" , " Win32_System_WindowsProgramming" , " Win32_UI_Shell" ] }
98100
99101[target .x86_64-pc-windows-msvc .build-dependencies ]
0 commit comments