diff --git a/Cargo.toml b/Cargo.toml index 3200ae8..1680f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.5.0" +version = "0.5.1" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks" @@ -24,7 +24,7 @@ zeroize_memory = ["zeroize"] [dependencies] rand = { version = "0.8", default-features = false } -hashbrown = "0.9" +hashbrown = "0.14.2" arbitrary = { version = "0.4.7", features = ["derive"], optional = true } zeroize = { version = "1.2.0", features = ["zeroize_derive"], optional = true }