From 9310a0704a7393106f031cc8182af4827541248d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:01:14 +0000 Subject: [PATCH] build(deps): bump crypto-bigint in the all-deps group Bumps the all-deps group with 1 update: [crypto-bigint](https://github.com/RustCrypto/crypto-bigint). Updates `crypto-bigint` from 0.7.0-rc.10 to 0.7.0-rc.11 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/crypto-bigint/compare/v0.7.0-rc.10...v0.7.0-rc.11) --- updated-dependencies: - dependency-name: crypto-bigint dependency-version: 0.7.0-rc.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46528d69..72b0d495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,6 +124,12 @@ dependencies = [ "inout", ] +[[package]] +name = "cmov" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c11ed919bd3bae4af5ab56372b627dfc32622aba6cec36906e8ab46746037c9d" + [[package]] name = "const-oid" version = "0.10.1" @@ -166,13 +172,13 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crypto-bigint" -version = "0.7.0-rc.10" +version = "0.7.0-rc.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6715836b4946e8585016e80b79c7561476aff3b22f7b756778e7b109d86086c6" +checksum = "1561a463186fad7b9f52dfb76dfd8e412cf1d41a45f8473cb86398ea9840de22" dependencies = [ + "ctutils", "hybrid-array", "num-traits", - "subtle", ] [[package]] @@ -184,6 +190,15 @@ dependencies = [ "hybrid-array", ] +[[package]] +name = "ctutils" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "925ebe186f09a7894817213f89eae07c39374f5c934613605af7accc8aea6414" +dependencies = [ + "cmov", +] + [[package]] name = "digest" version = "0.11.0-rc.5" @@ -237,7 +252,6 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f471e0a81b2f90ffc0cb2f951ae04da57de8baa46fa99112b062a5173a5088d0" dependencies = [ - "subtle", "typenum", ]