From b5c76841017454b467e29fab07f8362265b0bafc Mon Sep 17 00:00:00 2001 From: Allen Piscitello Date: Mon, 23 Oct 2023 18:21:11 -0500 Subject: [PATCH] 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 }