From bad09f6f77186c358b917c818c67837ea4113671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:49:03 +0000 Subject: [PATCH] Update winnow requirement from 0.5.33 to 0.6.0 Updates the requirements on [winnow](https://github.com/winnow-rs/winnow) to permit the latest version. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.33...v0.6.0) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 220ff72..a661ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ document-features = { version = "0.2", optional = true } default = ["git2", "tzdb"] [dev-dependencies] -winnow = "0.5.33" +winnow = "0.6.0" [workspace] members = ["example_shadow", "example_shadow_hook", "example_wasm"]