diff --git a/Cargo.lock b/Cargo.lock index bbdf614ddf6..9f41c65ee5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5212,9 +5212,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" +checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 482fef9f081..303fe720ea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ walkdir = "2.5.0" whoami = "2.1.1" win32job = "2.0.3" windows-sys = "0.61.2" -winnow = "1.0.1" +winnow = "1.0.2" xxhash-rust = { version = "0.8.15", features = ["xxh3", "xxh64"] } zstd = { version = "0.13.3", features = ["zstdmt"] }