From 47e3fac985a7dbed1ade134e0d3dd8283c740ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:28:13 +0000 Subject: [PATCH] build(deps): update num-bigint-dig requirement from 0.8.4 to 0.9.1 Updates the requirements on [num-bigint-dig](https://github.com/dignifiedquire/num-bigint) to permit the latest version. - [Release notes](https://github.com/dignifiedquire/num-bigint/releases) - [Changelog](https://github.com/dignifiedquire/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/dignifiedquire/num-bigint/compare/v0.8.4...v0.9.1) --- updated-dependencies: - dependency-name: num-bigint-dig dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 0889a80..2ca0e54 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -31,7 +31,7 @@ pkcs8 = { version = "0.10", features = ["pem"] } pkcs1 = { version = "0.7", features = ["pem"] } num-bigint = { version = "0.4.6", features = ["serde"] } -num-bigint-dig = { version = "0.8.4", features = ["serde"] } +num-bigint-dig = { version = "0.9.1", features = ["serde"] } num-integer = { version = "0.1.46" } # Hash