From a4299f953d3e403ccd87e2394fb331895348161c Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 28 Jan 2025 08:20:29 +0000 Subject: [PATCH] chore(deps): update rust crate winnow to 0.6.25 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01f395a89e8..642a1b20037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4138,9 +4138,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.24" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" +checksum = "ad699df48212c6cc6eb4435f35500ac6fd3b9913324f938aea302022ce19d310" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index c14235e73ee..b7ffecd8447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ unicode-normalization = "0.1.24" whoami = "1.5.2" win32job = "2.0.1" windows-sys = "0.59.0" -winnow = "0.6.24" +winnow = "0.6.25" xxhash-rust = "0.8.13" zstd = { version = "0.13.2", features = ["zstdmt"] }