Skip to content

chore(deps): bump the root-deps group across 1 directory with 10 updates#241

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/root-deps-152ba4f2dd
Open

chore(deps): bump the root-deps group across 1 directory with 10 updates#241
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/root-deps-152ba4f2dd

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the root-deps group with 9 updates in the / directory:

Package From To
aead 0.6.0 0.6.1
ecdsa 0.17.0-rc.19 0.17.0-rc.20
getrandom 0.4.2 0.4.3
cc 1.2.63 1.2.64
crypto-bigint 0.7.3 0.7.4
primefield 0.14.0-rc.11 0.14.0-rc.12
primeorder 0.14.0-rc.11 0.14.0-rc.12
syn 2.0.117 2.0.118
zeroize 1.8.2 1.9.0

Updates aead from 0.6.0 to 0.6.1

Commits

Updates ecdsa from 0.17.0-rc.19 to 0.17.0-rc.20

Commits
  • 344087d ecdsa v0.17.0-rc.20 (#1383)
  • 58ce150 ml-dsa: fix hardcoded MlDsa44 in Wycheproof verification tests (#1382)
  • a08448e ecdsa: remove signature verification from recovery (#1381)
  • 116295f ecdsa: move low-S normalization check into verify_prehashed (#1379)
  • 9cabd27 build(deps): bump zeroize from 1.8.2 to 1.9.0 (#1378)
  • 503829e build(deps): bump crypto-primes from 0.7.1 to 0.7.2 (#1377)
  • b508c09 build(deps): bump crypto-primes from 0.7.0 to 0.7.1 (#1375)
  • See full diff in compare view

Updates getrandom from 0.4.2 to 0.4.3

Changelog

Sourced from getrandom's changelog.

0.4.3 - 2026-06-17

Added

  • wasm64-unknown-unknown target support for wasm_js backend #848

Changed

  • Drop wasip2 and wasip3 dependencies in favor of manual bindings #830

#830: rust-random/getrandom#830 #848: rust-random/getrandom#848

Commits

Updates cc from 1.2.63 to 1.2.64

Release notes

Sourced from cc's releases.

cc-v1.2.64

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)
Changelog

Sourced from cc's changelog.

1.2.64 - 2026-06-12

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)
Commits

Updates 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

Updates elliptic-curve from 0.14.0-rc.34 to 0.14.0-rc.35

Commits

Updates primefield from 0.14.0-rc.11 to 0.14.0-rc.12

Commits

Updates primeorder from 0.14.0-rc.11 to 0.14.0-rc.12

Commits

Updates syn from 2.0.117 to 2.0.118

Release notes

Sourced from syn's releases.

2.0.118

  • Documentation improvements
Commits
  • f033ef1 Release 2.0.118
  • 45f65f7 Wrap long lint attributes
  • b3f9bf8 Mirror PR 1975 from readme to crate-level rustdoc
  • 97dc117 Wrap PR 1975 to 80 columns
  • 0085b7a Lint repr_transparent_non_zst_fields has been removed
  • 9fc1c9d Update test suite to nightly-2026-06-12
  • 504bcc7 Update test suite to nightly-2026-06-09
  • 353d20b Update test suite to nightly-2026-06-06
  • f257a16 Update test suite to nightly-2026-05-25
  • b706e6e Update test suite to nightly-2026-05-13
  • Additional commits viewable in compare view

Updates zeroize from 1.8.2 to 1.9.0

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 root-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aead](https://github.com/RustCrypto/traits) | `0.6.0` | `0.6.1` |
| [ecdsa](https://github.com/RustCrypto/signatures) | `0.17.0-rc.19` | `0.17.0-rc.20` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.2` | `0.4.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.63` | `1.2.64` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.3` | `0.7.4` |
| [primefield](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.11` | `0.14.0-rc.12` |
| [primeorder](https://github.com/RustCrypto/elliptic-curves) | `0.14.0-rc.11` | `0.14.0-rc.12` |
| [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` |



Updates `aead` from 0.6.0 to 0.6.1
- [Commits](RustCrypto/traits@aead-v0.6.0...aead-v0.6.1)

Updates `ecdsa` from 0.17.0-rc.19 to 0.17.0-rc.20
- [Commits](RustCrypto/signatures@ecdsa/v0.17.0-rc.19...ecdsa/v0.17.0-rc.20)

Updates `getrandom` from 0.4.2 to 0.4.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.2...v0.4.3)

Updates `cc` from 1.2.63 to 1.2.64
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.63...cc-v1.2.64)

Updates `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)

Updates `elliptic-curve` from 0.14.0-rc.34 to 0.14.0-rc.35
- [Commits](RustCrypto/traits@elliptic-curve-v0.14.0-rc.34...elliptic-curve-v0.14.0-rc.35)

Updates `primefield` from 0.14.0-rc.11 to 0.14.0-rc.12
- [Commits](RustCrypto/elliptic-curves@primefield/v0.14.0-rc.11...primefield/v0.14.0-rc.12)

Updates `primeorder` from 0.14.0-rc.11 to 0.14.0-rc.12
- [Commits](RustCrypto/elliptic-curves@primeorder/v0.14.0-rc.11...primeorder/v0.14.0-rc.12)

Updates `syn` from 2.0.117 to 2.0.118
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.117...2.0.118)

Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

---
updated-dependencies:
- dependency-name: aead
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: ecdsa
  dependency-version: 0.17.0-rc.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: getrandom
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: cc
  dependency-version: 1.2.64
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: crypto-bigint
  dependency-version: 0.7.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: primefield
  dependency-version: 0.14.0-rc.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: primeorder
  dependency-version: 0.14.0-rc.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: syn
  dependency-version: 2.0.118
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: root-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 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