From 67a07f1f982c4540682147293d934263a0a9284d Mon Sep 17 00:00:00 2001 From: Douman Date: Mon, 8 Mar 2021 09:47:17 +0300 Subject: [PATCH] Use xxhash-rust >=0.8.2 to avoid bug in stateful implementation (#283) --- czkawka_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml index b87538d..10dc7db 100644 --- a/czkawka_core/Cargo.toml +++ b/czkawka_core/Cargo.toml @@ -37,7 +37,7 @@ rodio = { version = "0.13.0", optional = true } # Hashes blake3 = "0.3" crc32fast = "1.2.1" -xxhash-rust = { version = "0.8.1", features = ["xxh3"] } +xxhash-rust = { version = "0.8.2", features = ["xxh3"] } tempfile = "3.1"