From d661b189e3412407e1af2fa2f2ac6a5cb4086880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 13:39:05 +0100 Subject: [PATCH] Bump jwalk from 0.6.2 to 0.7.0 (#870) Bumps [jwalk](https://github.com/byron/jwalk) from 0.6.2 to 0.7.0. - [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.2...v0.7.0) --- updated-dependencies: - dependency-name: jwalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d994312..cabd172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1881,9 +1881,9 @@ dependencies = [ [[package]] name = "jwalk" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dbcda57db8b6dc067e589628b7348639014e793d9e8137d8cf215e8b133a0bd" +checksum = "90ab39147558655c693929741419efe226be09f24710a6f67dbea2828466dded" dependencies = [ "crossbeam", "rayon", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index a453a3b..a89e2fa 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -42,7 +42,7 @@ log = "0.4.17" path-clean = "0.1.0" percent-encoding = "2.1.0" async-stream = "0.3.3" -jwalk = "0.6.2" +jwalk = "0.7.0" cached = "0.40.0" once_cell = "1.16.0" thiserror = "1.0.37"