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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-15 13:39:05 +01:00 committed by GitHub
parent ba58597106
commit d661b189e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"