From 233bf10b8aa48aa2f8e1d4d9770ddb72c17ea036 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 08:49:45 -0600 Subject: [PATCH 1/2] chore: Update to winnow 0.5.40 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38b4e19..c2d1025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "winnow" -version = "0.5.0" +version = "0.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index b659ddf..eb3a8c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ pre-release-replacements = [ ] [dependencies] -winnow = "0.5.0" +winnow = "0.5.40" itertools = "0.12" From 7721970d198baedf92cfe874831d6f067857de09 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 08:50:02 -0600 Subject: [PATCH 2/2] chore: Update to winnow 0.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2d1025..5418a98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "winnow" -version = "0.5.40" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +checksum = "6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index eb3a8c8..42de8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ pre-release-replacements = [ ] [dependencies] -winnow = "0.5.40" +winnow = "0.6.0" itertools = "0.12"