From ac363341717a204c57cb0fdad7fa127165c9deb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:01:09 +0000 Subject: [PATCH] build(deps): bump crypto-bigint from 0.7.0-rc.12 to 0.7.0-rc.13 Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.7.0-rc.12 to 0.7.0-rc.13. - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/crypto-bigint/compare/v0.7.0-rc.12...v0.7.0-rc.13) --- updated-dependencies: - dependency-name: crypto-bigint dependency-version: 0.7.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb8381a..6065e86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.7.0-rc.12" +version = "0.7.0-rc.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ddf7876857d903765f30de7c789044ea2e49a4f611fe96416827175cef6b34" +checksum = "b2bb4138de6db76c8155b4423e967049fbef2cf84ad6af7f552f73a161941b72" dependencies = [ "ctutils", "getrandom 0.4.0-rc.0", @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "ctutils" -version = "0.2.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "925ebe186f09a7894817213f89eae07c39374f5c934613605af7accc8aea6414" +checksum = "130ffe18bdf7a4926e57ed19d404995244e6c8d6a97abf4eddde1f892bf1ce0c" dependencies = [ "cmov", ] diff --git a/Cargo.toml b/Cargo.toml index e000210..c3d376a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["marvin_toolkit/", "thirdparty/"] [dependencies] const-oid = { version = "0.10", default-features = false } -crypto-bigint = { version = "0.7.0-rc.12", default-features = false, features = ["zeroize", "alloc"] } +crypto-bigint = { version = "0.7.0-rc.13", default-features = false, features = ["zeroize", "alloc"] } crypto-primes = { version = "0.7.0-dev", default-features = false } digest = { version = "0.11.0-rc.4", default-features = false, features = ["alloc", "oid"] } rand_core = { version = "0.10.0-rc-2", default-features = false }