diff --git a/Cargo.toml b/Cargo.toml index 85be8736e..af9157acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ ascii_table = "4.0.2" criterion = "0.5" expect-test = "1.4.1" hex = "0.4.3" -statrs = "0.16.0" +statrs = "0.17.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } tap = "1.0.1" tempfile = { workspace = true } @@ -130,7 +130,7 @@ once_cell = "1.18.0" pairing = { version = "0.23" } pasta_curves = { version = "0.5.0" } proptest = "1.2.0" -proptest-derive = "0.4.0" +proptest-derive = "0.5.0" rand = "0.8" serde = "1.0" serde_json = { version = "1.0" }