From db551a10bf4f3d2fee67fbbc5643c42a8ad838f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:15:31 +0000 Subject: [PATCH] chore(deps): bump winnow from 0.7.15 to 1.0.0 Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.15 to 1.0.0. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.7.15...v1.0.0) --- updated-dependencies: - dependency-name: winnow dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8785a914..bcb6cac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5697,7 +5697,7 @@ dependencies = [ "uuid", "walkdir", "wildmatch", - "winnow 0.7.15", + "winnow 1.0.0", "wp-cli-core", "wp-conf-base", "wp-config", diff --git a/Cargo.toml b/Cargo.toml index 07f47ac1..d134d910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,7 +188,7 @@ clap = { version = "4.5", features = ["derive"] } comfy-table = "7.2" # --- Parsing --- -winnow = "0.7" +winnow = "1.0" #regex = "~1.11" wildmatch = "2.6" strfmt = "0.2"