From 397ccba48fc1a685ab4462ccd7627eb7a7fe2735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:25:53 +0000 Subject: [PATCH] chore(deps): bump winnow from 0.7.11 to 0.7.12 Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.11 to 0.7.12. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.7.11...v0.7.12) --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ebe6d0..76b01e4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,9 +2045,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" +checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 426960e7..826c668c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tar = "0.4" tempfile = "3" termcolor = "1.4" thiserror = "~2.0" -winnow = "0.7.10" +winnow = "0.7.12" curl = { version = "0.4", optional = true }