From b84600a7f89039d4d414ac183109473eec47297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:46:15 +0200 Subject: [PATCH] chore(deps): bump winnow from 0.5.0 to 0.5.2 (#281) Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.0 to 0.5.2. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.0...v0.5.2) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/hcl-edit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95307184..294b4725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,9 +931,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" +checksum = "8bd122eb777186e60c3fdf765a58ac76e41c582f1f535fbf3314434c6b58f3f7" dependencies = [ "memchr", ] diff --git a/crates/hcl-edit/Cargo.toml b/crates/hcl-edit/Cargo.toml index 799834cb..e8f7fd4a 100644 --- a/crates/hcl-edit/Cargo.toml +++ b/crates/hcl-edit/Cargo.toml @@ -33,7 +33,7 @@ perf = ["hcl-primitives/perf"] fnv = "1.0.7" hcl-primitives = { version = "0.1.1", path = "../hcl-primitives" } vecmap-rs = "0.1.11" -winnow = "0.5.0" +winnow = "0.5.2" [dev-dependencies] indoc = "2.0"