diff --git a/Cargo.lock b/Cargo.lock index 2317e4e..3e9f48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,9 +720,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index 64e9e07..6c74d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ rand = "0.8" rand_chacha = "0.3" serde_json = "1.0" num-bigint = "0.4.3" -num-traits = "0.2.15" +num-traits = "0.2.17" frost-rerandomized = { version = "0.7.0", features = ["test-impl"] } # `alloc` is only used in test code