From 86669c612716113eb365fcec6cf69af39f3f9414 Mon Sep 17 00:00:00 2001 From: ivs Date: Sat, 27 Jul 2024 16:51:12 +0530 Subject: [PATCH] deps update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56a38b3fa..fd970af29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ serde = { version = "1.0", default-features = false, optional = true, features = # The original packed_simd package was orphaned, see # https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161 packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true } -zeroize = { version = ">=1, <1.4", default-features = false } +zeroize = { version = "1.6", default-features = false } fiat-crypto = { version = "0.1.6", optional = true} [features]