From b5c76841017454b467e29fab07f8362265b0bafc Mon Sep 17 00:00:00 2001 From: Allen Piscitello Date: Mon, 23 Oct 2023 18:21:11 -0500 Subject: [PATCH 1/2] updating hashbrown to 0.14.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3200ae8..694d63f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } From 14bf89439dd02a22b4b847a2e06a430f245e8ae0 Mon Sep 17 00:00:00 2001 From: Allen Piscitello Date: Mon, 23 Oct 2023 18:26:55 -0500 Subject: [PATCH 2/2] updating version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 694d63f..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"