Skip to content

build(deps): bump the all-deps group with 2 updates#846

Merged
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-c1455cc8bd
Mar 10, 2026
Merged

build(deps): bump the all-deps group with 2 updates#846
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-c1455cc8bd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the all-deps group with 2 updates: crypto-bigint and hybrid-array.

Updates crypto-bigint from 0.7.0-rc.28 to 0.7.0

Changelog

Sourced from crypto-bigint's changelog.

0.7.0 (2026-03-08)

Added

  • Binary GCD algorithm (#755)
  • Provide RandomMod::try_random_mod and Random::try_random methods (#770)
  • Monty::div_by_2_assign() (#777)
  • BoxedUint::inv_mod2k_vartime() (#777)
  • BoxedUint::inv_mod2k() (#777)
  • Monty::Multiplier (#777)
  • serde support for BoxedUint (#789)
  • Binary, LowerHex, and UpperHex bounds for Integer (#792)
  • DivVartime trait (#800)
  • PartialOrd<Uint> impl for BoxedUint (#803)
  • UintRef type (#806, #1114)
  • Resize trait (#809)
  • Invert::invert_vartime method (#814)
  • From<Odd> for NonZero impl (#821)
  • BoxedUint::{to_be_bytes_trimmed, to_le_bytes_trimmed} (#824)
  • BoxedUint::{from_be_slice_vartime, from_le_slice_vartime} (#833)
  • Int::to_uint and Uint::to_int (#837)
  • NonZero and Odd type aliases (#844)
    • NonZeroUint/OddUint
    • NonZeroBoxedUint/OddBoxedUint
    • NonZeroInt/OddInt (#845)
  • NonZeroInt::new_unwrap (#857)
  • Classic Binary Extended GCD algorithm (#854)
  • Xgcd trait (#855)
  • Uint::rem_wide (#896)
  • Reduce trait (#887, #906)
  • SquareMod trait (#915)
  • JacobiSymbol calculation (#927)
  • NonZero::<Uint>::{from_be_hex, from_le_hex} (#928)
  • Signed and Unsigned marker traits (#942)
  • Int::wrapping_mul (#946)
  • One trait ala Zero (#947)
  • MontyParams::{one, r2} accessor methods (#948)
  • Optimized Binary Extended GCD a.k.a. binxgcd (#945)
  • ConstMontyForm::MODULUS constant (#982)
  • Uint::lcm method (#1028)
  • getrandom feature with Random trait support (#1057)
  • NonZero::get_copy/Odd::get_copy (#1072)
  • Checked and wrapping exponentiation methods for Uint (#1081)
  • CheckedSquareRoot trait (#1083)
  • BoxedUint::pow_mod method (#1084)
  • BoxedUint::concatenating_add method (#1090)
  • BoxedUint::overflowing_add method (#1091)
  • Extra sizes U8320 and U12288 (#1101)
  • Limb::array_as_(mut_)words/slice_as_(mut_)words (#1103)
  • Uint::{floor_root_vartime, checked_root_vartime} (#1089)
  • (Const)MontyForm::pow_vartime (#1118)
  • (Const)MontyForm::square_repeat_vartime method (#1122)

... (truncated)

Commits

Updates hybrid-array from 0.4.7 to 0.4.8

Changelog

Sourced from hybrid-array's changelog.

0.4.8 (2026-03-08)

Added

  • ctutils support (#177)

#177: RustCrypto/hybrid-array#177

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-deps group with 2 updates: [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) and [hybrid-array](https://github.com/RustCrypto/hybrid-array).


Updates `crypto-bigint` from 0.7.0-rc.28 to 0.7.0
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.28...v0.7.0)

Updates `hybrid-array` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.7...v0.4.8)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 9, 2026
@tarcieri tarcieri merged commit 755a7ee into master Mar 10, 2026
70 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-c1455cc8bd branch March 10, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant