Use xxhash-rust >=0.8.2 to avoid bug in stateful implementation (#283)

pull/285/head
Douman 3 years ago committed by GitHub
parent 43d76888c6
commit 67a07f1f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save