@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
63
63
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
64
64
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
65
65
hashbrown = { version = " 0.15.1" }
66
- heck = { version = " 0.4.1" }
67
66
hex = { version = " 0.4.3" , features = [" serde" ] }
68
67
hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
69
68
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -187,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
187
186
getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
188
187
group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
189
188
hashbrown = { version = " 0.15.1" }
190
- heck = { version = " 0.4.1" }
191
189
hex = { version = " 0.4.3" , features = [" serde" ] }
192
190
hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
193
191
hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
@@ -344,6 +342,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
344
342
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
345
343
tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
346
344
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
345
+ winnow = { version = " 0.6.20" , features = [" simd" ] }
347
346
348
347
[target .x86_64-unknown-illumos .build-dependencies ]
349
348
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
@@ -359,5 +358,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
359
358
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
360
359
tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
361
360
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
361
+ winnow = { version = " 0.6.20" , features = [" simd" ] }
362
362
363
363
# ## END HAKARI SECTION
0 commit comments