From 925811f12f82264c93df9db52f5d0624f2b5d35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:17:50 +0000 Subject: [PATCH] build(deps): 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 | 4 ++-- spake2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96435ee..0e17004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,9 +379,9 @@ dependencies = [ [[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/spake2/Cargo.toml b/spake2/Cargo.toml index 4e89620..655ec3d 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -26,7 +26,7 @@ getrandom = { version = "0.4", optional = true, features = ["sys_rng"] } [dev-dependencies] bencher = "0.1" hex = "0.4" -num-bigint = "0.4" +num-bigint = "0.5" [features] default = []