diff --git a/Cargo.lock b/Cargo.lock index fc1cc8aa23..2804c98d88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ "webpki-roots 0.26.8", "whoami", "windows 0.61.3", - "winnow 0.6.2", + "winnow", "winreg", ] @@ -6420,7 +6420,7 @@ dependencies = [ "serde_spanned", "toml_datetime", "toml_write", - "winnow 0.7.11", + "winnow", ] [[package]] @@ -7653,15 +7653,6 @@ version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" -[[package]] -name = "winnow" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" -dependencies = [ - "memchr", -] - [[package]] name = "winnow" version = "0.7.11" diff --git a/Cargo.toml b/Cargo.toml index 4912f89d9c..66589f241f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ walkdir = "2.5.0" webpki-roots = "=0.26.8" whoami = "1.6.0" windows = { version = "0.61.1", features = ["Foundation", "Win32_System_ProcessStatus", "Win32_System_Kernel", "Win32_System_Threading", "Wdk_System_Threading"] } -winnow = "=0.6.2" +winnow = "=0.7.11" winreg = "0.55.0" schemars = "1.0.4" jsonschema = "0.30.0"