Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the all-deps group with 21 updates:

Package From To
aes-kw 0.3.0-rc.0 0.3.0-rc.1
elliptic-curve 0.14.0-rc.13 0.14.0-rc.14
rsa 0.10.0-rc.6 0.10.0-rc.7
signature 3.0.0-rc.3 3.0.0-rc.4
ecdsa 0.17.0-rc.6 0.17.0-rc.7
whirlpool 0.11.0-rc.0 0.11.0-rc.2
hybrid-array 0.4.0 0.4.1
serde_bytes 0.11.17 0.11.19
aead 0.6.0-rc.1 0.6.0-rc.2
bitflags 2.9.3 2.9.4
crypto-bigint 0.7.0-rc.4 0.7.0-rc.6
crypto-primes 0.7.0-pre.1 0.7.0-pre.3
errno 0.3.13 0.3.14
indexmap 2.11.0 2.11.1
rustix 1.0.8 1.1.2
semver 1.0.26 1.0.27
serde_derive 1.0.219 1.0.224
unicode-ident 1.0.18 1.0.19
winapi-util 0.1.10 0.1.11
zerocopy 0.8.26 0.8.27
zerocopy-derive 0.8.26 0.8.27

Updates aes-kw from 0.3.0-rc.0 to 0.3.0-rc.1

Commits

Updates elliptic-curve from 0.14.0-rc.13 to 0.14.0-rc.14

Commits

Updates rsa from 0.10.0-rc.6 to 0.10.0-rc.7

Commits

Updates signature from 3.0.0-rc.3 to 3.0.0-rc.4

Commits

Updates ecdsa from 0.17.0-rc.6 to 0.17.0-rc.7

Commits

Updates whirlpool from 0.11.0-rc.0 to 0.11.0-rc.2

Commits

Updates hybrid-array from 0.4.0 to 0.4.1

Changelog

Sourced from hybrid-array's changelog.

0.4.1 (2025-09-10)

Changed

  • Make slice conversions const fn (#140)

#140: RustCrypto/hybrid-array#140

Commits

Updates serde_bytes from 0.11.17 to 0.11.19

Release notes

Sourced from serde_bytes's releases.

0.11.19

  • Fix propagation of "std" and "alloc" features to serde (#58)

0.11.18

  • Switch serde dependency to serde_core (#57)
Commits

Updates aead from 0.6.0-rc.1 to 0.6.0-rc.2

Commits

Updates bitflags from 2.9.3 to 2.9.4

Release notes

Sourced from bitflags's releases.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

Changelog

Sourced from bitflags's changelog.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

Commits

Updates crypto-bigint from 0.7.0-rc.4 to 0.7.0-rc.6

Commits

Updates crypto-primes from 0.7.0-pre.1 to 0.7.0-pre.3

Changelog

Sourced from crypto-primes's changelog.

[0.7.0-pre.3] - 2025-09-13

Fixed

  • Fixed docs.rs build.

[0.7.0-pre.2] - 2025-09-12

Changed

  • Bumped crypto-bigint dependency to 0.7.0-pre.5. (#91)
  • The crate's methods are now bound on crypto_bigint::Unsigned instead of Integer (#91)

#91: entropyxyz/crypto-primes#91

Commits
  • 8b478bd v0.7.0-pre.3 released
  • e40adf5 Fix docs.rs build
  • 30c5a9c v0.7.0-pre.2 released
  • 5b86d2f Use crypto_bigint::JacobiSymbol (#92)
  • b2f5586 Use crypto_bigint::Unsigned trait (#91)
  • 86fdcc2 Add LaTeX rendering and translate estimate_primecount docs to LaTeX. (#89)
  • ae5ebee Merge pull request #87 from fjarri/ci
  • ad9853b Use footnotes in the primecount docs to match the rest of the library
  • 3985880 Fix footnotes in the docs
  • 221b53b Add a semver step
  • Additional commits viewable in compare view

Updates errno from 0.3.13 to 0.3.14

Changelog

Sourced from errno's changelog.

[0.3.14] - 2025-09-08

  • Update windows-sys requirement from >=0.52, <=0.59 to >=0.52, <0.62 #117
Commits

Updates indexmap from 2.11.0 to 2.11.1

Changelog

Sourced from indexmap's changelog.

2.11.1 (2025-09-08)

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.
Commits
  • f33f4d9 Merge pull request #413 from cuviper/release-2.11.1
  • 4c680a7 Release 2.11.1
  • b700522 Merge pull request #411 from ya7010/add_get_key_value_mut
  • 01f3ef0 Make IndexMap::get_* docs more consistent
  • cd4c1a5 feat: add IndexMap::get_key_value_mut
  • 48a98b7 Merge pull request #412 from andymandias/relax-trait-bounds
  • 2be4487 Remove Ord trait bound on insert_sorted_by functions.
  • See full diff in compare view

Updates rustix from 1.0.8 to 1.1.2

Commits

Updates semver from 1.0.26 to 1.0.27

Release notes

Sourced from semver's releases.

1.0.27

  • Switch serde dependency to serde_core (#333)
Commits

Updates serde_derive from 1.0.219 to 1.0.224

Release notes

Sourced from serde_derive's releases.

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • bf9ebea Mark every trait impl for a private type with do_not_recommend
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.18 to 1.0.19

Release notes

Sourced from unicode-ident's releases.

1.0.19

  • Update to Unicode 17.0.0 (#37)
Commits
  • dc018bf Release 1.0.19
  • 9dce213 Merge pull request #37 from dtolnay/unicode17.0.0
  • 17da3fe Force latest=17.0.0 in CI
  • acbaf6a Update to Unicode 17.0.0
  • e4cceed Merge pull request #36 from dtolnay/ucdgenerate
  • f871463 Regenerate comparison tests with ucd-generate 0.3.1
  • ff8590b Merge pull request #35 from dtolnay/latest
  • 6a07437 Update UCD.zip download URL
  • 83d3bdf Update actions/checkout@v4 -> v5
  • be16148 Make .gitattributes match only paths from repo root
  • Additional commits viewable in compare view

Updates winapi-util from 0.1.10 to 0.1.11

Commits

Updates zerocopy from 0.8.26 to 0.8.27

Release notes

Sourced from zerocopy's releases.

v0.8.27

What's Changed

Full Changelog: google/zerocopy@v0.8.26...v0.8.27

Commits

Updates zerocopy-derive from 0.8.26 to 0.8.27

Release notes

Sourced from zerocopy-derive's releases.

v0.8.27

What's Changed

Full Changelog: google/zerocopy@v0.8.26...v0.8.27

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 21 updates:

| Package | From | To |
| --- | --- | --- |
| [aes-kw](https://github.com/RustCrypto/key-wraps) | `0.3.0-rc.0` | `0.3.0-rc.1` |
| [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.13` | `0.14.0-rc.14` |
| [rsa](https://github.com/RustCrypto/RSA) | `0.10.0-rc.6` | `0.10.0-rc.7` |
| [signature](https://github.com/RustCrypto/traits) | `3.0.0-rc.3` | `3.0.0-rc.4` |
| [ecdsa](https://github.com/RustCrypto/signatures) | `0.17.0-rc.6` | `0.17.0-rc.7` |
| [whirlpool](https://github.com/RustCrypto/hashes) | `0.11.0-rc.0` | `0.11.0-rc.2` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.0` | `0.4.1` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` | `0.11.19` |
| [aead](https://github.com/RustCrypto/traits) | `0.6.0-rc.1` | `0.6.0-rc.2` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.3` | `2.9.4` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.0-rc.4` | `0.7.0-rc.6` |
| [crypto-primes](https://github.com/entropyxyz/crypto-primes) | `0.7.0-pre.1` | `0.7.0-pre.3` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.2` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.224` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.10` | `0.1.11` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` |


Updates `aes-kw` from 0.3.0-rc.0 to 0.3.0-rc.1
- [Commits](RustCrypto/key-wraps@aes-kw-v0.3.0-rc.0...aes-kw-v0.3.0-rc.1)

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

Updates `rsa` from 0.10.0-rc.6 to 0.10.0-rc.7
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.10.0-rc.6...v0.10.0-rc.7)

Updates `signature` from 3.0.0-rc.3 to 3.0.0-rc.4
- [Commits](RustCrypto/traits@signature-v3.0.0-rc.3...signature-v3.0.0-rc.4)

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

Updates `whirlpool` from 0.11.0-rc.0 to 0.11.0-rc.2
- [Commits](RustCrypto/hashes@whirlpool-v0.11.0-rc.0...whirlpool-v0.11.0-rc.2)

Updates `hybrid-array` from 0.4.0 to 0.4.1
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.0...v0.4.1)

Updates `serde_bytes` from 0.11.17 to 0.11.19
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.17...0.11.19)

Updates `aead` from 0.6.0-rc.1 to 0.6.0-rc.2
- [Commits](RustCrypto/traits@aead-v0.6.0-rc.1...aead-v0.6.0-rc.2)

Updates `bitflags` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.3...2.9.4)

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

Updates `crypto-primes` from 0.7.0-pre.1 to 0.7.0-pre.3
- [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md)
- [Commits](entropyxyz/crypto-primes@v0.7.0-pre.1...v0.7.0-pre.3)

Updates `errno` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `indexmap` from 2.11.0 to 2.11.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.11.0...2.11.1)

Updates `rustix` from 1.0.8 to 1.1.2
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.0.8...v1.1.2)

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `serde_derive` from 1.0.219 to 1.0.224
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.224)

Updates `unicode-ident` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.18...1.0.19)

Updates `winapi-util` from 0.1.10 to 0.1.11
- [Commits](BurntSushi/winapi-util@0.1.10...0.1.11)

Updates `zerocopy` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.26...v0.8.27)

Updates `zerocopy-derive` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.26...v0.8.27)

---
updated-dependencies:
- dependency-name: aes-kw
  dependency-version: 0.3.0-rc.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rsa
  dependency-version: 0.10.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: signature
  dependency-version: 3.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ecdsa
  dependency-version: 0.17.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: whirlpool
  dependency-version: 0.11.0-rc.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde_bytes
  dependency-version: 0.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: aead
  dependency-version: 0.6.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: bitflags
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-bigint
  dependency-version: 0.7.0-rc.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-primes
  dependency-version: 0.7.0-pre.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: errno
  dependency-version: 0.3.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: indexmap
  dependency-version: 2.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rustix
  dependency-version: 1.1.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde_derive
  dependency-version: 1.0.224
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: unicode-ident
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: winapi-util
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy
  dependency-version: 0.8.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy-derive
  dependency-version: 0.8.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@tarcieri
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@tarcieri tarcieri closed this Sep 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/all-deps-f19a4a9009 branch September 15, 2025 23:17
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.

2 participants