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

Update crypto_box and crossbeam-channel #3947

Merged
merged 2 commits into from
Jun 6, 2023
Merged

Update crypto_box and crossbeam-channel #3947

merged 2 commits into from
Jun 6, 2023

Conversation

andreacorbellini
Copy link
Contributor

Summary

  • Update crypto_box to the latest version (from 0.7 to 0.8).

    crypto_box 0.7 had a crypto_box::Box type alias that was equivalent to crypto_box::SalsaBox. In 0.8, this alias was removed, hence changed all code to use SalsaBox explicitly.

  • Updated crossbeam-channel to use a version that is not yanked.

Testing Plan

Rebuilt workspace and ran tests.

Documentation

N/A

Breaking Change

Not a breaking change.

@andreacorbellini andreacorbellini requested a review from a team as a code owner June 5, 2023 22:07
andiflabs added 2 commits June 5, 2023 17:52
Update from 0.5.6 to 0.5.8. The older version (0.5.6) is yanked.
@andreacorbellini andreacorbellini merged commit aebb55a into iron-fish:staging Jun 6, 2023
@andreacorbellini andreacorbellini deleted the andrea/ifl-1072-update-crypto_box-to-the-latest-version branch July 28, 2023 17:51
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