1
0
Fork 0
mirror of synced 2024-04-27 17:22:13 +12:00

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

This commit is contained in:
Douman 2021-03-08 09:47:17 +03:00 committed by GitHub
parent 43d76888c6
commit 67a07f1f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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