From fe01dae93894800de0c18cabacafd4495dfaf523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:06:28 +0000 Subject: [PATCH] build(deps): bump num-bigint from 0.4.8 to 0.5.1 in /bindings/python 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] --- bindings/python/Cargo.lock | 4 ++-- crates/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index a7672d6..28ad108 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -214,9 +214,9 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[package]] name = "num-bigint" -version = "0.4.8" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" +checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" dependencies = [ "num-integer", "num-traits", diff --git a/crates/Cargo.toml b/crates/Cargo.toml index d2ba1eb..ad1b111 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -19,7 +19,7 @@ blake2 = "0.10" sha2 = "0.10" ed25519-dalek = { version = "2", features = ["rand_core"] } rand_core = { version = "0.6", features = ["getrandom"] } -num-bigint = "0.4" +num-bigint = "0.5" thiserror = "2" hex = "0.4" serde_json = "1"