From eb39d17681e77fa81e610831bf837dbbde4e8003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:53:02 +0000 Subject: [PATCH] chore(deps): update num-bigint requirement from 0.4 to 0.5 Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.0...num-bigint-0.5.0) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a81047b9e0..6f5f1469fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Anshul Malik "] [dependencies] nalgebra = "0.34.0" ndarray = "0.17.2" -num-bigint = { version = "0.4", optional = true } +num-bigint = { version = "0.5", optional = true } num-traits = { version = "0.2", optional = true } rand = "0.10.1"