diff --git a/Cargo.lock b/Cargo.lock index a4396c1..3ff30e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ "tempfile", "thiserror", "which", - "winnow 0.6.6", + "winnow 0.6.7", ] [[package]] @@ -2865,9 +2865,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352" +checksum = "14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 3d2ea2e..784ce0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ strum = { version = "0.26.2", features = [ ], default-features = false } thiserror = "1.0.59" which = { version = "6.0.1", default-features = false } -winnow = { version = "0.6.6", default-features = false, features = [ +winnow = { version = "0.6.7", default-features = false, features = [ "simd", "std", ] }