Skip to content

Bump hybrid-array from 0.4.8 to 0.4.9#1242

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/hybrid-array-0.4.9
Closed

Bump hybrid-array from 0.4.8 to 0.4.9#1242
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/hybrid-array-0.4.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps 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

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

---
updated-dependencies:
- dependency-name: hybrid-array
  dependency-version: 0.4.9
  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 30, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.87%. Comparing base (6c139ae) to head (827f7a1).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1242   +/-   ##
=======================================
  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.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2026

Superseded by #1245.

@dependabot dependabot bot closed this Mar 31, 2026
@dependabot dependabot bot deleted the dependabot/cargo/hybrid-array-0.4.9 branch March 31, 2026 21:49
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.

0 participants