@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
6363group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
6464hashbrown = { version = " 0.15.1" }
65- heck = { version = " 0.4.1" }
6665hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
6766hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
6867hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -186,7 +185,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186185getrandom-6f8ce4dd05d13bba = { package = " getrandom" , version = " 0.2.15" , default-features = false , features = [" js" , " rdrand" , " std" ] }
187186group = { version = " 0.13.0" , default-features = false , features = [" alloc" ] }
188187hashbrown = { version = " 0.15.1" }
189- heck = { version = " 0.4.1" }
190188hickory-proto = { version = " 0.24.4" , features = [" text-parsing" ] }
191189hmac = { version = " 0.12.1" , default-features = false , features = [" reset" ] }
192190hyper = { version = " 1.6.0" , features = [" full" ] }
@@ -344,6 +342,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
344342rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
345343tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
346344toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
345+ winnow = { version = " 0.6.20" , features = [" simd" ] }
347346
348347[target .x86_64-unknown-illumos .build-dependencies ]
349348bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.9.0" , default-features = false , features = [" std" ] }
@@ -359,5 +358,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
359358rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
360359tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
361360toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
361+ winnow = { version = " 0.6.20" , features = [" simd" ] }
362362
363363# ## END HAKARI SECTION
0 commit comments