diff --git a/Cargo.lock b/Cargo.lock index 02db8482..737b8d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1901,9 +1901,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.7.6" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" +checksum = "d9fb597c990f03753e08d3c29efbfcf2019a003b4bf4ba19225c158e1549f0f3" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 5d029043..819da732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tar = "0.4" tempfile = "3" termcolor = "1.4" thiserror = "~2.0" -winnow = "0.7.2" +winnow = "0.7.9" curl = { version = "0.4", optional = true }