From ea805af9b6fa094f26989d14ba25dfc6c797ef50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:49:33 +0000 Subject: [PATCH] fix(deps): bump winnow from 0.6.2 to 0.7.11 --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) 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"