From 2daee68b1572bbb6fc36d245869cda013a25d559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:19:25 +0000 Subject: [PATCH] Update Rust crate num-bigint to v0.5.1 --- Cargo.toml | 2 +- bench/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e06f39d..d797c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ either = "1.6.1" [dependencies.num-bigint] optional = true -version = "0.4.6" +version = "0.5.0" features = ["rand"] [features] diff --git a/bench/Cargo.toml b/bench/Cargo.toml index c2ed17c..79af66a 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -15,7 +15,7 @@ num-primes = { version = "0.3.0", optional = true } [dev-dependencies] criterion = { version = "5.0.0", package = "codspeed-criterion-compat" } glass_pumpkin = "1.2.0" -num-bigint = { version = "0.4", features = ["rand"] } +num-bigint = { version = "0.5", features = ["rand"] } num-prime = { path = "..", features = ["big-int"] } primal-check = "0.3.1" rand = "0.8.6"