From 34aa48c0e7682e4daeb8d3259c0b89dfeb6e1187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:03:07 +0000 Subject: [PATCH] Bump num-bigint from 0.4.8 to 0.5.1 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.8 to 0.5.1. - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.8...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8188b12f..1ce2cc7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ dependencies = [ "glass_pumpkin", "hashbrown", "nom", - "num-bigint", + "num-bigint 0.5.1", "num-complex", "num-traits", "once_cell", @@ -121,7 +121,7 @@ dependencies = [ "hex", "nom", "nom_locate", - "num-bigint", + "num-bigint 0.5.1", "num-complex", "num-traits", "pulldown-cmark 0.13.4", @@ -787,7 +787,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec260059e5d59a4899d78dff8bf59abf81f8f5b3b44e9d3ba25c9dade1390a36" dependencies = [ "getrandom", - "num-bigint", + "num-bigint 0.4.8", "num-integer", "num-traits", "once_cell", @@ -1114,6 +1114,16 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-bigint" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" +dependencies = [ + "num-integer", + "num-traits", +] + [[package]] name = "num-complex" version = "0.4.6" diff --git a/Cargo.toml b/Cargo.toml index 987c0af3..9d42c706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hashbrown = "0.17" hex = "0.4.2" nom = { version = "8", default-features = false, features = ["alloc"] } nom_locate = { version = "5", default-features = false, features = ["alloc"] } -num-bigint = "0.4.6" +num-bigint = "0.5.1" num-complex = "0.4.6" num-traits = { version = "0.2.19", default-features = false } once_cell = { version = "1.21.4", default-features = false }