From fe72f7d12b9d83e8b633bbcbd1d996acc2a7e6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:43:12 +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 6104d63..69b43ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ hashbrown = "0.17" bigdecimal = { version = "0.4", optional = true, default-features = false } float-cmp = { version = "0.10", optional = true } indexmap = { version = "2", optional = true, default-features = false } -num-bigint = { version = "0.4", optional = true, default-features = false } +num-bigint = { version = "0.5", optional = true, default-features = false } once_cell = { version = "1", optional = true, default-features = false, features = ["alloc", "critical-section"] } rapidhash = { version = "4", optional = true, default-features = false } regex = { version = "1", optional = true }