Skip to content

build(deps): bump crypto-bigint from 0.7.3 to 0.7.4#1385

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/crypto-bigint-0.7.4
Open

build(deps): bump crypto-bigint from 0.7.3 to 0.7.4#1385
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/crypto-bigint-0.7.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps crypto-bigint from 0.7.3 to 0.7.4.

Changelog

Sourced from crypto-bigint's changelog.

0.7.4 (2026-06-16)

Added

  • Extend LCM support to BoxedUint and add a supporting trait (#1240)
  • Impl ConstantTimeGreater/ConstantTimeLess for ConstMontyForm (#1247)
  • Support for exact division (#1256, #1271)
  • Implement Encoding trait for Int serde support (#1286)
  • ByteOrder enum (#1293)

Changed

  • Update multiword division to better match GMP paper (#1244)
  • Faster checked_sqrt/floor_sqrt (#1258)

Fixed

  • Panic in Int::div_rem_unsigned with large divisors (#1250)
  • Avoid incorrect creation of an Odd<BoxedUint> in invert_mod2k (#1257)
  • BoxedUint bitor-assign with wider rhs (#1270)
  • Enforce UintRef slice length checks in release builds (#1272)
  • Clamp Montgomery exponent bit bounds (#1273)
  • Reject oversized fixed-width DER integers (#1274)
  • Update CtEq impl for MontyParams to match PartialEq (#1278)
  • Canonicalize modulus-one residues (#1280)
  • nlimbs overflow near u32::MAX (#1283)
  • UintRef byte precision (#1290)

#1240: RustCrypto/crypto-bigint#1240 #1244: RustCrypto/crypto-bigint#1244 #1247: RustCrypto/crypto-bigint#1247 #1250: RustCrypto/crypto-bigint#1250 #1256: RustCrypto/crypto-bigint#1256 #1257: RustCrypto/crypto-bigint#1257 #1258: RustCrypto/crypto-bigint#1258 #1270: RustCrypto/crypto-bigint#1270 #1271: RustCrypto/crypto-bigint#1271 #1272: RustCrypto/crypto-bigint#1272 #1273: RustCrypto/crypto-bigint#1273 #1274: RustCrypto/crypto-bigint#1274 #1278: RustCrypto/crypto-bigint#1278 #1280: RustCrypto/crypto-bigint#1280 #1283: RustCrypto/crypto-bigint#1283 #1286: RustCrypto/crypto-bigint#1286 #1290: RustCrypto/crypto-bigint#1290 #1293: RustCrypto/crypto-bigint#1293

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.7.3 to 0.7.4.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 17, 2026
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.

0 participants