From 2f19fe0f5a96d7991b2efce2703f4f1d837c71b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:02:02 +0000 Subject: [PATCH] Bump jwalk from 0.6.0 to 0.8.1 Bumps [jwalk](https://github.com/byron/jwalk) from 0.6.0 to 0.8.1. - [Release notes](https://github.com/byron/jwalk/releases) - [Changelog](https://github.com/Byron/jwalk/blob/main/CHANGELOG.md) - [Commits](https://github.com/byron/jwalk/compare/v0.6.0...v0.8.1) --- updated-dependencies: - dependency-name: jwalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4246570..9c931d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,9 +1252,9 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" [[package]] name = "jwalk" -version = "0.6.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172752e853a067cbce46427de8470ddf308af7fd8ceaf9b682ef31a5021b6bb9" +checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" dependencies = [ "crossbeam", "rayon", diff --git a/Cargo.toml b/Cargo.toml index e743285..8b7b668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ encoding = "0.2" futures-core = "0.3.25" hex = "0.4" json = "0.12.4" -jwalk = "0.6.0" +jwalk = "0.8.1" lazy_static = "1.4" log = "0.4.17" memmem = "0.1.1"