diff --git a/Cargo.lock b/Cargo.lock index 1ad6e7c..015d4d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index a5797e0..3cf10ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ rand = "0.8" rand_chacha = "0.3" serde_json = "1.0" num-bigint = "0.4.3" -num-traits = "0.2.18" +num-traits = "0.2.19" frost-rerandomized = { version = "1.0.0", features = ["test-impl"] } # `alloc` is only used in test code