From 61318492f99b1aa790297110dfdac7ef7864f306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:24:06 +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 ++-- slh-dsa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2013d424..9fb706e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -833,9 +833,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/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml index 9cb850e6..040ed295 100644 --- a/slh-dsa/Cargo.toml +++ b/slh-dsa/Cargo.toml @@ -38,7 +38,7 @@ cipher = "0.5" ctr = "0.10.0-rc.3" hex = { version = "0.4.1", features = ["serde"] } hex-literal = "1" -num-bigint = "0.4.4" +num-bigint = "0.5.1" paste = "1.0.15" pkcs8 = { version = "0.11", features = ["pem"] } proptest = "1.11.0"