From a4690046b3c2ee0fdd4d2e189996d99d52591127 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 20 Nov 2020 22:11:55 +0100 Subject: [PATCH] updated xxxhash --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 855da78253..66aae60eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = ["std"] std = [] [dependencies] -xxhash-rust = { version = "0.8.0-beta.4", features = ["xxh3"] } # xxh3 hashing for rust +xxhash-rust = { version = "0.8.0-beta.5", features = ["xxh3"] } # xxh3 hashing for rust hashbrown = "0.9" # A faster hashmap, nostd compatible libc = "0.2" # For (*nix) libc num = "*"