Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates tests to use try_from instead of deprecated from_slice #34

Conversation

supinie
Copy link
Contributor

@supinie supinie commented Jun 25, 2024

Resolves failing workspace action due to newly deprecated method in hybrid-array giving clippy warnings in #33.

Uses expect as these are only tests and no need for fully fleshed out error handling.

@tarcieri tarcieri merged commit 5650f4f into RustCrypto:dependabot/cargo/hybrid-array-0.2.0-rc.9 Jul 8, 2024
13 checks passed
tarcieri pushed a commit that referenced this pull request Jul 8, 2024
* build(deps): bump hybrid-array from 0.2.0-rc.8 to 0.2.0-rc.9

Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.8 to 0.2.0-rc.9.
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.2.0-rc.8...v0.2.0-rc.9)

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

Signed-off-by: dependabot[bot] <[email protected]>

* ml-kem: use `try_from` instead of deprecated `from_slice` (#34)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: supinie <[email protected]>
@supinie supinie deleted the dependabot/cargo/hybrid-array-0.2.0-rc.9 branch January 6, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants