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"