diff --git a/Cargo.lock b/Cargo.lock index a8662b29..666e1958 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ "tokio", "toml", "warp", - "winnow", + "winnow 1.0.0", "yaml-rust2", ] @@ -1532,7 +1532,7 @@ dependencies = [ "toml_datetime", "toml_parser", "toml_writer", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -1550,7 +1550,7 @@ version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ - "winnow", + "winnow 0.7.15", ] [[package]] @@ -1975,6 +1975,12 @@ name = "winnow" version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" + +[[package]] +name = "winnow" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index fa86ef77..5b4e7d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ corn = { version = "0.10.1", optional = true, package = "libcorn" } indexmap = { version = "2.13.0", features = ["serde"], optional = true } convert_case = { version = "0.6.0", optional = true } pathdiff = "0.2.3" -winnow = "0.7.15" +winnow = "1.0.0" serde-untagged = { version = "0.1.9", optional = true } [dev-dependencies]