Skip to content

chore(deps): bump the all-deps group across 1 directory with 8 updates#2330

Merged
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-2116973bef
May 4, 2026
Merged

chore(deps): bump the all-deps group across 1 directory with 8 updates#2330
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/all-deps-2116973bef

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the all-deps group with 8 updates in the / directory:

Package From To
digest 0.11.2 0.11.3
elliptic-curve 0.14.0-rc.31 0.14.0-rc.32
ecdsa 0.17.0-rc.17 0.17.0-rc.18
heapless 0.9.2 0.9.3
hybrid-array 0.4.10 0.4.11
cpubits 0.1.0 0.1.1
libc 0.2.185 0.2.186
winnow 1.0.1 1.0.2

Updates digest from 0.11.2 to 0.11.3

Commits
  • 2fb9ed8 Release digest v0.11.3 (#2402)
  • 086cf38 digest: add TryCustomizedInit trait (#2395)
  • 9488e7e signature v3.0.0 (#2400)
  • 2917d19 build(deps): bump the all-deps group across 1 directory with 4 updates (#2398)
  • 7b029ba signature: add AsyncVerifier, AsyncMultipartVerifier, `AsyncDigestVerifie...
  • c6d4dd7 elliptic-curve v0.14.0-rc.32 (#2399)
  • f2069a2 elliptic-curve: bump pkcs8 to v0.11 (#2397)
  • 8250383 elliptic-curve: bump pkcs8 to v0.11.0-rc.12 (#2396)
  • 54e464f signature: remove long-winded intro section in rustdoc (#2392)
  • 5cb62a4 signature: enable/fix workspace-level lints; reformat docs (#2391)
  • Additional commits viewable in compare view

Updates elliptic-curve from 0.14.0-rc.31 to 0.14.0-rc.32

Commits
  • c6d4dd7 elliptic-curve v0.14.0-rc.32 (#2399)
  • f2069a2 elliptic-curve: bump pkcs8 to v0.11 (#2397)
  • 8250383 elliptic-curve: bump pkcs8 to v0.11.0-rc.12 (#2396)
  • 54e464f signature: remove long-winded intro section in rustdoc (#2392)
  • 5cb62a4 signature: enable/fix workspace-level lints; reformat docs (#2391)
  • 375378f elliptic-curve: consistent PKCS#8 / SEC1 naming in secret_key.rs (#2388)
  • 30a48ab elliptic-curve: add mul_by_generator(_vartime) benchmarks (#2389)
  • f7e7c3d Implement SecretKey::from_pem to decode variety of keys (#2387)
  • See full diff in compare view

Updates ecdsa from 0.17.0-rc.17 to 0.17.0-rc.18

Commits

Updates heapless from 0.9.2 to 0.9.3

Release notes

Sourced from heapless's releases.

0.9.3

See the full changelog here: https://github.com/rust-embedded/heapless/blob/v0.9.3/CHANGELOG.md#v093-2025-04-15

Changelog

Sourced from heapless's changelog.

[v0.9.3] 2025-04-15

  • Fixed unsoundness in Deque::clear, HistoryBuf::clear and IndexMap::clear in the context of panicking drop implementations.
  • Added from_bytes_truncating_at_nul to CString
  • Added CString::{into_bytes, into_bytes_with_nul, into_string}
  • Added pop_front_if and pop_back_if to Deque
  • Made Vec::from_array const.
Commits
  • ca95c4b Merge pull request #656 from sgued/release-093
  • c3d2061 Prepare release 0.9.3
  • fba1da4 Merge pull request #644 from tower120/const_vec_from_array
  • 6bb5909 Fix clippy lints
  • 666a0ac Vec::from_array now const
  • 0db1fb3 Add IDEA files to gitignore
  • be8628a Merge pull request #647 from sgued/646-clear-use-after-free
  • e458255 Fix possible use after free in clear functions
  • 45a1f11 Merge pull request #641 from sgued/deque-pop-front-if
  • 8d95d99 deque: Add pop_front_if and pop_back_if
  • Additional commits viewable in compare view

Updates hybrid-array from 0.4.10 to 0.4.11

Changelog

Sourced from hybrid-array's changelog.

0.4.11 (2026-04-24)

Added

  • HPKE Hybrid KEM sizes (#218)

Removed

  • Clone bounds on Box/Vec conversions (#209)

#209: RustCrypto/hybrid-array#209 #218: RustCrypto/hybrid-array#218

Commits

Updates cpubits from 0.1.0 to 0.1.1

Commits

Updates libc from 0.2.185 to 0.2.186

Release notes

Sourced from libc's releases.

0.2.186

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Changelog

Sourced from libc's changelog.

0.2.186 - 2026-04-24

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Commits
  • 42620ff [0.2] libc: Release 0.2.186
  • 9db2eaa apple: add KEVENT_FLAG_* constants
  • 3840939 Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
  • f697deb chore: migrate from Cirrus CI to GHA
  • See full diff in compare view

Updates winnow from 1.0.1 to 1.0.2

Changelog

Sourced from winnow's changelog.

[1.0.2] - 2026-04-21

Fixes

  • Support TreeError in binary::bits (regression from 1.0.0)
Commits
  • 05d3cd2 chore: Release
  • 7ac7c0f docs: Update changelog
  • ac12806 Merge pull request #909 from epage/tree
  • 6ed2d5f fix(error): Support Bits with TreeError
  • f09c7a4 chore(deps): Update Rust Stable to v1.95 (#906)
  • 7f8c41c Merge pull request #905 from winnow-rs/renovate/j178-prek-action-2.x
  • c40231c Merge pull request #904 from winnow-rs/renovate/codecov-codecov-action-6.x
  • 93b12c0 chore(deps): Update j178/prek-action action to v2
  • 7780f54 chore(deps): Update codecov/codecov-action action to v6
  • See full diff in compare view

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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [digest](https://github.com/RustCrypto/traits) | `0.11.2` | `0.11.3` |
| [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.31` | `0.14.0-rc.32` |
| [ecdsa](https://github.com/RustCrypto/signatures) | `0.17.0-rc.17` | `0.17.0-rc.18` |
| [heapless](https://github.com/rust-embedded/heapless) | `0.9.2` | `0.9.3` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.10` | `0.4.11` |
| [cpubits](https://github.com/RustCrypto/utils) | `0.1.0` | `0.1.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.186` |
| [winnow](https://github.com/winnow-rs/winnow) | `1.0.1` | `1.0.2` |



Updates `digest` from 0.11.2 to 0.11.3
- [Commits](RustCrypto/traits@digest-v0.11.2...digest-v0.11.3)

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

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

Updates `heapless` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/rust-embedded/heapless/releases)
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.9.2...v0.9.3)

Updates `hybrid-array` from 0.4.10 to 0.4.11
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.10...v0.4.11)

Updates `cpubits` from 0.1.0 to 0.1.1
- [Commits](RustCrypto/utils@cpubits-v0.1.0...cpubits-v0.1.1)

Updates `libc` from 0.2.185 to 0.2.186
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.185...0.2.186)

Updates `winnow` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: digest
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ecdsa
  dependency-version: 0.17.0-rc.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: heapless
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cpubits
  dependency-version: 0.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: winnow
  dependency-version: 1.0.2
  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 May 4, 2026
@tarcieri tarcieri merged commit 6b0a722 into master May 4, 2026
188 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-2116973bef branch May 4, 2026 01:28
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