diff --git a/Cargo.toml b/Cargo.toml index 129650e19..ff5722c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -307,7 +307,7 @@ nix = { version = "0.29", default-features = false } nom = "7.1.3" notify = { version = "=6.0.1", features = ["macos_kqueue"] } num-bigint = "0.4.4" -num-prime = "0.4.3" +num-prime = "0.4.4" num-traits = "0.2.19" number_prefix = "0.4" once_cell = "1.19.0" diff --git a/tests/benches/factor/Cargo.toml b/tests/benches/factor/Cargo.toml index 5ffcd66fb..29804f5a4 100644 --- a/tests/benches/factor/Cargo.toml +++ b/tests/benches/factor/Cargo.toml @@ -18,7 +18,7 @@ criterion = "0.3" rand = "0.8" rand_chacha = "0.3.1" num-bigint = "0.4.4" -num-prime = "0.4.3" +num-prime = "0.4.4" num-traits = "0.2.18"