Skip to content

Bump hybrid-array from 0.4.8 to 0.4.10#1245

Merged
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/hybrid-array-0.4.10
Mar 31, 2026
Merged

Bump hybrid-array from 0.4.8 to 0.4.10#1245
tarcieri merged 1 commit intomasterfrom
dependabot/cargo/hybrid-array-0.4.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps hybrid-array from 0.4.8 to 0.4.10.

Changelog

Sourced from hybrid-array's changelog.

0.4.10 (2026-03-31)

Added

  • AsMut<Array<T, U>> impl for Array<T, U> (#193)
  • HQC KEM sizes (#195)

#193: RustCrypto/hybrid-array#193 #195: RustCrypto/hybrid-array#195

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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.4.8 to 0.4.10.
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.8...v0.4.10)

---
updated-dependencies:
- dependency-name: hybrid-array
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 31, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.87%. Comparing base (4908ded) to head (25220e0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1245   +/-   ##
=======================================
  Coverage   90.87%   90.87%           
=======================================
  Files         186      186           
  Lines       21594    21594           
=======================================
  Hits        19623    19623           
  Misses       1971     1971           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tarcieri tarcieri merged commit a7f2f57 into master Mar 31, 2026
33 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/hybrid-array-0.4.10 branch March 31, 2026 22:31
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