From e73120513e9d80b09fedca6f3c5627f7990679c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 14:40:35 +0000 Subject: [PATCH] fix(deps): update rust crate winnow to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7145f39..e2dddbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -winnow = "0.4.7" +winnow = "0.5.0" [dev-dependencies] rstest = "0.17.0"