diff --git a/Cargo.lock b/Cargo.lock index f0c9a236..174b911d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,9 +1769,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68" +checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index ca32c03e..307d9bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tar = "0.4" tempfile = "3" termcolor = "1.4" thiserror = "~2.0" -winnow = "0.6.18" +winnow = "0.6.22" curl = { version = "0.4", optional = true }