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