@@ -24,12 +24,15 @@ clap_builder = { version = "4.5.39", default-features = false, features = ["colo
2424console = { version = " 0.15.11" }
2525either = { version = " 1.15.0" , features = [" use_std" ] }
2626form_urlencoded = { version = " 1.2.1" }
27- getrandom-468e82937335b1c9 = { package = " getrandom " , version = " 0.3.3" , default-features = false , features = [" std" ] }
27+ getrandom = { version = " 0.3.3" , default-features = false , features = [" std" ] }
2828hashbrown = { version = " 0.15.3" , default-features = false , features = [" allocator-api2" , " inline-more" ] }
2929indexmap = { version = " 2.9.0" , features = [" serde" ] }
3030log = { version = " 0.4.27" , default-features = false , features = [" std" ] }
3131memchr = { version = " 2.7.4" }
3232miette = { version = " 7.6.0" , features = [" fancy" ] }
33+ ppv-lite86 = { version = " 0.2.21" , default-features = false , features = [" simd" , " std" ] }
34+ rand = { version = " 0.9.1" }
35+ rand_chacha = { version = " 0.9.0" , default-features = false , features = [" std" ] }
3336regex-automata = { version = " 0.4.9" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
3437regex-syntax = { version = " 0.8.5" }
3538serde = { version = " 1.0.219" , features = [" alloc" , " derive" ] }
@@ -57,7 +60,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
5760futures-channel = { version = " 0.3.31" , features = [" sink" ] }
5861futures-core = { version = " 0.3.31" }
5962futures-sink = { version = " 0.3.31" }
60- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
6163libc = { version = " 0.2.172" , features = [" extra_traits" ] }
6264miniz_oxide = { version = " 0.8.8" , default-features = false , features = [" with-alloc" ] }
6365mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
@@ -75,7 +77,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
7577futures-channel = { version = " 0.3.31" , features = [" sink" ] }
7678futures-core = { version = " 0.3.31" }
7779futures-sink = { version = " 0.3.31" }
78- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
7980libc = { version = " 0.2.172" , features = [" extra_traits" ] }
8081miniz_oxide = { version = " 0.8.8" , default-features = false , features = [" with-alloc" ] }
8182mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
@@ -92,14 +93,13 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
9293futures-channel = { version = " 0.3.31" , features = [" sink" ] }
9394futures-core = { version = " 0.3.31" }
9495futures-sink = { version = " 0.3.31" }
95- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
9696percent-encoding = { version = " 2.3.1" }
9797smallvec = { version = " 1.15.1" , default-features = false , features = [" const_new" ] }
9898tokio = { version = " 1.45.1" , default-features = false , features = [" net" ] }
9999windows-sys-73dcd821b1037cfd = { package = " windows-sys" , version = " 0.59.0" , features = [" Wdk_Foundation" , " Wdk_Storage_FileSystem" , " Wdk_System_IO" , " Win32_Globalization" , " Win32_Networking_WinSock" , " Win32_Security" , " Win32_Storage_FileSystem" , " Win32_System_Com" , " Win32_System_Console" , " Win32_System_IO" , " Win32_System_JobObjects" , " Win32_System_Pipes" , " Win32_System_SystemInformation" , " Win32_System_Threading" , " Win32_System_WindowsProgramming" , " Win32_UI_Input_KeyboardAndMouse" , " Win32_UI_Shell" ] }
100100windows-sys-b21d60becc0929df = { package = " windows-sys" , version = " 0.52.0" , features = [" 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" ] }
101101
102102[target .x86_64-pc-windows-msvc .build-dependencies ]
103- getrandom-468e82937335b1c9 = { package = " getrandom " , version = " 0.3.3" , default-features = false , features = [" std" ] }
103+ getrandom = { version = " 0.3.3" , default-features = false , features = [" std" ] }
104104
105105# ## END HAKARI SECTION
0 commit comments