From 0260a7ce707e093c8fa05229682c7bc17879f75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 01:15:19 +0000 Subject: [PATCH] chore(deps): bump winnow from 0.4.4 to 0.4.5 Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/winnow-rs/winnow/releases) - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f721bfed..82e2c109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5196,9 +5196,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5617da7e1f97bf363947d767b91aaf3c2bbc19db7fda9c65af1278713d58e0a2" +checksum = "69af645a61644c6dd379ade8b77cc87efb5393c988707bad12d3c8e00c50f669" dependencies = [ "memchr", ]