From a63f8e5ff3a6b663240e02ba4c6ef4871331165b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:57:08 +0000 Subject: [PATCH] fix(deps): bump winnow from 0.6.22 to 0.6.24 Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.22 to 0.6.24. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.22...v0.6.24) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa9505720..a1b81f92b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6811,7 +6811,7 @@ dependencies = [ "whoami", "winapi", "windows 0.58.0", - "winnow 0.6.22", + "winnow 0.6.24", ] [[package]] @@ -8771,7 +8771,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.22", + "winnow 0.6.24", ] [[package]] @@ -10121,9 +10121,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.22" +version = "0.6.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980" +checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" dependencies = [ "memchr", ] @@ -10412,7 +10412,7 @@ dependencies = [ "tracing", "uds_windows", "windows-sys 0.59.0", - "winnow 0.6.22", + "winnow 0.6.24", "xdg-home", "zbus_macros 5.2.0", "zbus_names 4.1.0", @@ -10475,7 +10475,7 @@ checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b" dependencies = [ "serde", "static_assertions", - "winnow 0.6.22", + "winnow 0.6.24", "zvariant 5.1.0", ] @@ -10643,7 +10643,7 @@ dependencies = [ "serde", "static_assertions", "url", - "winnow 0.6.22", + "winnow 0.6.24", "zvariant_derive 5.1.0", "zvariant_utils 3.0.2", ] @@ -10696,5 +10696,5 @@ dependencies = [ "serde", "static_assertions", "syn 2.0.95", - "winnow 0.6.22", + "winnow 0.6.24", ] diff --git a/Cargo.toml b/Cargo.toml index 745d908dc..dade7fc48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ uuid = { version = "1.8.0", features = ["v4", "serde"] } walkdir = "2.5.0" which = "6.0.3" whoami = "1.5.1" -winnow = "0.6.2" +winnow = "0.6.24" # Keep these minor synced with reqwest # https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml