From 30be94aab729ed5d45bf6bcce88911164abff9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:56:31 +0000 Subject: [PATCH] Update winnow requirement from 0.5 to 0.6 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.0...v0.6.13) --- 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 f950bd4..a8154b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["filesystem", "parser-implementations"] license = "MIT" [dependencies] -winnow = { version = "0.5", features = ["simd"] } +winnow = { version = "0.6", features = ["simd"] } [dev-dependencies] tar = "0.4"