From 7490506aab5c1c24e4c07c9562c3cd109ec1ae60 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:44:47 +0100 Subject: [PATCH] Update Rust crate num-bigint to v0.4.8 --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6136e4d..5631e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f09b0eef9941bda7cc263c23c3977d437a9aa19abb6a58ed0234d145d9c024bc" dependencies = [ "getrandom 0.4.1", - "num-bigint 0.4.6", + "num-bigint 0.4.8", "num-integer", "num-traits", "once_cell", @@ -533,9 +533,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" dependencies = [ "num-integer", "num-traits", @@ -577,7 +577,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" dependencies = [ - "num-bigint 0.4.6", + "num-bigint 0.4.8", "num-integer", "num-traits", ] @@ -589,7 +589,7 @@ dependencies = [ "bitvec", "either", "lru", - "num-bigint 0.4.6", + "num-bigint 0.4.8", "num-integer", "num-modular", "num-traits", @@ -602,7 +602,7 @@ version = "0.0.0" dependencies = [ "codspeed-criterion-compat", "glass_pumpkin", - "num-bigint 0.4.6", + "num-bigint 0.4.8", "num-prime", "num-primes", "primal-check",