@@ -340,6 +340,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
340
340
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
341
341
tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
342
342
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
343
+ winnow = { version = " 0.6.20" , features = [" simd" ] }
343
344
344
345
[target .x86_64-unknown-illumos .build-dependencies ]
345
346
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.6.0" , default-features = false , features = [" std" ] }
@@ -355,5 +356,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
355
356
rustix = { version = " 0.38.37" , features = [" event" , " fs" , " net" , " pipe" , " process" , " stdio" , " system" , " termios" , " time" ] }
356
357
tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" logging" , " ring" , " tls12" ] }
357
358
toml_edit-cdcf2f9584511fe6 = { package = " toml_edit" , version = " 0.19.15" , features = [" serde" ] }
359
+ winnow = { version = " 0.6.20" , features = [" simd" ] }
358
360
359
361
# ## END HAKARI SECTION
0 commit comments