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"