@@ -24,12 +24,15 @@ clap_builder = { version = "4.5.39", default-features = false, features = ["colo
24
24
console = { version = " 0.15.11" }
25
25
either = { version = " 1.15.0" , features = [" use_std" ] }
26
26
form_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" ] }
28
28
hashbrown = { version = " 0.15.3" , default-features = false , features = [" allocator-api2" , " inline-more" ] }
29
29
indexmap = { version = " 2.9.0" , features = [" serde" ] }
30
30
log = { version = " 0.4.27" , default-features = false , features = [" std" ] }
31
31
memchr = { version = " 2.7.4" }
32
32
miette = { 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" ] }
33
36
regex-automata = { version = " 0.4.9" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
34
37
regex-syntax = { version = " 0.8.5" }
35
38
serde = { version = " 1.0.219" , features = [" alloc" , " derive" ] }
@@ -57,7 +60,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
57
60
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
58
61
futures-core = { version = " 0.3.31" }
59
62
futures-sink = { version = " 0.3.31" }
60
- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
61
63
libc = { version = " 0.2.172" , features = [" extra_traits" ] }
62
64
miniz_oxide = { version = " 0.8.8" , default-features = false , features = [" with-alloc" ] }
63
65
mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
@@ -75,7 +77,6 @@ bitflags = { version = "2.9.1", default-features = false, features = ["std"] }
75
77
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
76
78
futures-core = { version = " 0.3.31" }
77
79
futures-sink = { version = " 0.3.31" }
78
- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
79
80
libc = { version = " 0.2.172" , features = [" extra_traits" ] }
80
81
miniz_oxide = { version = " 0.8.8" , default-features = false , features = [" with-alloc" ] }
81
82
mio = { version = " 1.0.4" , features = [" net" , " os-ext" ] }
@@ -92,14 +93,13 @@ libc = { version = "0.2.172", features = ["extra_traits"] }
92
93
futures-channel = { version = " 0.3.31" , features = [" sink" ] }
93
94
futures-core = { version = " 0.3.31" }
94
95
futures-sink = { version = " 0.3.31" }
95
- getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.16" , default-features = false , features = [" std" ] }
96
96
percent-encoding = { version = " 2.3.1" }
97
97
smallvec = { version = " 1.15.1" , default-features = false , features = [" const_new" ] }
98
98
tokio = { version = " 1.45.1" , default-features = false , features = [" net" ] }
99
99
windows-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" ] }
100
100
windows-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" ] }
101
101
102
102
[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" ] }
104
104
105
105
# ## END HAKARI SECTION
0 commit comments