Skip to content

chore(deps): bump the all-deps group with 11 updates#2268

Merged
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-0c9302b104
Mar 30, 2026
Merged

chore(deps): bump the all-deps group with 11 updates#2268
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-0c9302b104

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-deps group with 11 updates:

Package From To
proptest 1.10.0 1.11.0
sha1 0.11.0-rc.5 0.11.0
sha2 0.11.0-rc.5 0.11.0
whirlpool 0.11.0-rc.5 0.11.0
hybrid-array 0.4.8 0.4.9
toml 0.9.12+spec-1.1.0 1.0.7+spec-1.1.0
crypto-bigint 0.7.2 0.7.3
hmac 0.13.0-rc.6 0.13.0
num-conv 0.2.0 0.2.1
zerocopy 0.8.47 0.8.48
zerocopy-derive 0.8.47 0.8.48

Updates proptest from 1.10.0 to 1.11.0

Commits

Updates sha1 from 0.11.0-rc.5 to 0.11.0

Commits

Updates sha2 from 0.11.0-rc.5 to 0.11.0

Commits

Updates whirlpool from 0.11.0-rc.5 to 0.11.0

Commits

Updates hybrid-array from 0.4.8 to 0.4.9

Changelog

Sourced from hybrid-array's changelog.

0.4.9 (2026-03-30)

Added

  • Functions for casting from core references (#181)
    • Array::cast_from_core: const fn equivalent of From<[T; N]>
    • Array::cast_from_core_mut: mut equivalent of the above
    • Array::from_ref: cast &T to &Array<T; U1>
    • Array::from_mut: mut equivalent of the above

#181: RustCrypto/hybrid-array#181

Commits

Updates toml from 0.9.12+spec-1.1.0 to 1.0.7+spec-1.1.0

Commits

Updates crypto-bigint from 0.7.2 to 0.7.3

Changelog

Sourced from crypto-bigint's changelog.

0.7.3 (2026-03-25)

Added

  • #[inline] attributes for shift and wrapping arithmetic ops (#1229)
  • MontyForm::{is_zero, is_one} methods (#1230)
  • Gcd supertrait bound to Unsigned/Signed traits (#1231)

Changed

  • Define Uint division traits generically (#1232)
  • Use generic implementation of bit operations for Wrapping (#1235)
  • Explicitly seal MontyForm (#1237)

#1229: RustCrypto/crypto-bigint#1229 #1230: RustCrypto/crypto-bigint#1230 #1231: RustCrypto/crypto-bigint#1231 #1232: RustCrypto/crypto-bigint#1232 #1235: RustCrypto/crypto-bigint#1235 #1237: RustCrypto/crypto-bigint#1237

Commits

Updates hmac from 0.13.0-rc.6 to 0.13.0

Commits

Updates num-conv from 0.2.0 to 0.2.1

Commits

Updates zerocopy from 0.8.47 to 0.8.48

Commits

Updates zerocopy-derive from 0.8.47 to 0.8.48

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
toml [< 0.8, > 0.7.6]

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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [proptest](https://github.com/proptest-rs/proptest) | `1.10.0` | `1.11.0` |
| [sha1](https://github.com/RustCrypto/hashes) | `0.11.0-rc.5` | `0.11.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.11.0-rc.5` | `0.11.0` |
| [whirlpool](https://github.com/RustCrypto/hashes) | `0.11.0-rc.5` | `0.11.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.8` | `0.4.9` |
| [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.0.7+spec-1.1.0` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.2` | `0.7.3` |
| [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.6` | `0.13.0` |
| [num-conv](https://github.com/jhpratt/num-conv) | `0.2.0` | `0.2.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` |


Updates `proptest` from 1.10.0 to 1.11.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.10.0...v1.11.0)

Updates `sha1` from 0.11.0-rc.5 to 0.11.0
- [Commits](RustCrypto/hashes@sha1-v0.11.0-rc.5...sha1-v0.11.0)

Updates `sha2` from 0.11.0-rc.5 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.11.0-rc.5...sha2-v0.11.0)

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

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

Updates `toml` from 0.9.12+spec-1.1.0 to 1.0.7+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.0.7)

Updates `crypto-bigint` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.2...v0.7.3)

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

Updates `num-conv` from 0.2.0 to 0.2.1
- [Commits](jhpratt/num-conv@v0.2.0...v0.2.1)

Updates `zerocopy` from 0.8.47 to 0.8.48
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.47...v0.8.48)

Updates `zerocopy-derive` from 0.8.47 to 0.8.48
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.47...v0.8.48)

---
updated-dependencies:
- dependency-name: proptest
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: sha1
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: whirlpool
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: toml
  dependency-version: 1.0.7+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: crypto-bigint
  dependency-version: 0.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: num-conv
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy
  dependency-version: 0.8.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zerocopy-derive
  dependency-version: 0.8.48
  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 30, 2026
@tarcieri tarcieri merged commit 9bad356 into master Mar 30, 2026
189 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-0c9302b104 branch March 30, 2026 20:13
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