Merge 14bf89439d
into e7e23ba899
This commit is contained in:
commit
b08d2e758d
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sharks"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Aitor Ruano <codearm@pm.me>"]
|
||||
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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue