diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index 03c64cf..7b1d248 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -35,7 +35,7 @@ serdect = { version = "0.2.0", optional = true } thiserror = "1.0" visibility = "0.1.0" zeroize = { version = "1.5.4", default-features = false, features = ["derive"] } -itertools = "0.11.0" +itertools = "0.12.0" # Test dependencies used with the test-impl feature proptest = { version = "1.0", optional = true }