From ea9a4839581488d5d130d380fa6231751ee57f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:26:13 +0000 Subject: [PATCH] Update jwalk requirement from 0.4.0 to 0.5.1 Updates the requirements on [jwalk](https://github.com/jessegrosjean/jwalk) to permit the latest version. - [Release notes](https://github.com/jessegrosjean/jwalk/releases) - [Changelog](https://github.com/jessegrosjean/jwalk/blob/master/CHANGELOG.md) - [Commits](https://github.com/jessegrosjean/jwalk/compare/jwalk-0.4.0...jwalk-0.5.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0542333eaa..cb4aace8db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ lazy_static = "1.3" libxml = "0.3.0" tar = "0.4" rayon = "1.2.0" -jwalk = "0.4.0" +jwalk = "0.5.1" whatlang = "0.16.1" circular-queue = "0.2"