Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-deps group with 20 updates:

Package From To
proptest 1.7.0 1.8.0
digest 0.11.0-rc.1 0.11.0-rc.2
aes-kw 0.3.0-rc.0 0.3.0-rc.1
whirlpool 0.11.0-rc.0 0.11.0-rc.2
hybrid-array 0.4.0 0.4.2
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
errno 0.3.13 0.3.14
hkdf 0.13.0-rc.1 0.13.0-rc.2
hmac 0.13.0-rc.1 0.13.0-rc.2
indexmap 2.11.0 2.11.4
proc-macro-crate 3.3.0 3.4.0
rustix 1.0.8 1.1.2
semver 1.0.26 1.0.27
serde_derive 1.0.219 1.0.226
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 proptest from 1.7.0 to 1.8.0

Commits
  • 2885bc2 new releases for proptest, proptest-macro, and state-machine
  • a85563f Merge pull request #584 from wojciech-graj/main
  • 5331517 Merge pull request #596 from alexanderkjall/fix-arithmetic-overflow
  • 157f3c0 Merge pull request #595 from ebegumisa/main
  • 02fa1fc changelog: add #595
  • 27fd76f fix for 32 bit processors
  • d1716ca Add ReferenceStateMachine arg to SystemUnderTest::teardown
  • ea4ddeb Merge pull request #594 from proptest-rs/attr-macro-preserve-arg-names
  • f80c1e6 fix shorthand struct initialization lint
  • b7590fa add new test for complex patterns
  • Additional commits viewable in compare view

Updates digest from 0.11.0-rc.1 to 0.11.0-rc.2

Commits

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

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.2

Changelog

Sourced from hybrid-array's changelog.

0.4.2 (2025-09-21)

Added

  • Array::slice_as_flattened(_mut) (#142)

#142: RustCrypto/hybrid-array#142

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 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 hkdf from 0.13.0-rc.1 to 0.13.0-rc.2

Commits

Updates hmac from 0.13.0-rc.1 to 0.13.0-rc.2

Commits

Updates indexmap from 2.11.0 to 2.11.4

Changelog

Sourced from indexmap's changelog.

2.11.4 (2025-09-18)

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

2.11.3 (2025-09-15)

  • Make the minimum serde version only apply when "serde" is enabled.

2.11.2 (2025-09-15)

  • Switched the "serde" feature to depend on serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".

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

Updates proc-macro-crate from 3.3.0 to 3.4.0

Release notes

Sourced from proc-macro-crate's releases.

v3.4.0

What's Changed

New Contributors

Full Changelog: bkchr/proc-macro-crate@v3.3.0...v3.4.0

Commits

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.226

Release notes

Sourced from serde_derive's releases.

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

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
  • 1799547 Release 1.0.226
  • 2dbeefb Merge pull request #2935 from Mingun/dedupe-adj-enums
  • 8a3c29f Merge pull request #2986 from dtolnay/didnotwork
  • defc24d Remove "did not work" comment from test suite
  • 2316610 Merge pull request #2929 from Mingun/flatten-enum-tests
  • c09e2bd Add tests for flatten unit variant in adjacently tagged (tag + content) enums
  • fe7dcc4 Test all possible orders of map entries for enum-flatten-in-struct representa...
  • a20e66e Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...
  • 1c1a5d9 Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...
  • ee3c237 Opt in to generate-macro-expansion when building on docs.rs
  • 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 20 updates:

| Package | From | To |
| --- | --- | --- |
| [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` |
| [digest](https://github.com/RustCrypto/traits) | `0.11.0-rc.1` | `0.11.0-rc.2` |
| [aes-kw](https://github.com/RustCrypto/key-wraps) | `0.3.0-rc.0` | `0.3.0-rc.1` |
| [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.2` |
| [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` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` |
| [hkdf](https://github.com/RustCrypto/KDFs) | `0.13.0-rc.1` | `0.13.0-rc.2` |
| [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.1` | `0.13.0-rc.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.4` |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.3.0` | `3.4.0` |
| [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.226` |
| [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 `proptest` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.7.0...v1.8.0)

Updates `digest` from 0.11.0-rc.1 to 0.11.0-rc.2
- [Commits](RustCrypto/traits@digest-v0.11.0-rc.1...digest/v0.11.0-rc.2)

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 `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.2
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.0...v0.4.2)

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 `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 `hkdf` from 0.13.0-rc.1 to 0.13.0-rc.2
- [Commits](RustCrypto/KDFs@hkdf-0.13.0-rc.1...hkdf-v0.13.0-rc.2)

Updates `hmac` from 0.13.0-rc.1 to 0.13.0-rc.2
- [Commits](RustCrypto/MACs@hmac-v0.13.0-rc.1...hmac-v0.13.0-rc.2)

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

Updates `proc-macro-crate` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v3.3.0...v3.4.0)

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.226
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.226)

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: proptest
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: digest
  dependency-version: 0.11.0-rc.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- 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: 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.2
  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: errno
  dependency-version: 0.3.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hkdf
  dependency-version: 0.13.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hmac
  dependency-version: 0.13.0-rc.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: proc-macro-crate
  dependency-version: 3.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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.226
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 22, 2025
@tarcieri tarcieri merged commit 22a2da5 into master Sep 22, 2025
173 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-64277cc405 branch September 22, 2025 19:20
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