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