From 128c3773559c41ee7c41b3a72c85e062ca1e6f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:06:10 +0000 Subject: [PATCH] build(deps): update winnow requirement from 0.6.23 to 0.7.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.6.23...v0.7.0) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rinja_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rinja_parser/Cargo.toml b/rinja_parser/Cargo.toml index 35ab8185..14bef8fd 100644 --- a/rinja_parser/Cargo.toml +++ b/rinja_parser/Cargo.toml @@ -23,7 +23,7 @@ harness = false [dependencies] memchr = "2" serde = { version = "1.0", optional = true, features = ["derive"] } -winnow = "0.6.23" +winnow = "0.7.0" [dev-dependencies] criterion = "0.5"