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 dependencies #117

Closed
wants to merge 2 commits into from
Closed

Conversation

jimouris
Copy link
Collaborator

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs change / refactoring / dependency upgrade

Motivation and Context / Related issue

Update dependencies and remove some unused ones.

cc: @prasadbuddhavarapu @shubho The file protocol/src/suid_create/mod.rs in line 163 is using BASEPOINT_ORDER which curve25519_dalek after version 4 does not consider in the public API. Check here. I haven't changed that as it's part of the SUID protocol. It works fine but it throws a warning.

Checklist

  • The documentation is up-to-date with the changes I made.
  • I have read the CONTRIBUTING document and completed the CLA (see CONTRIBUTING).
  • All tests passed, and additional code has been covered with new tests.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 14, 2023
@jimouris jimouris requested a review from shubho November 14, 2023 03:19
@facebook-github-bot
Copy link
Contributor

@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@prasadbuddhavarapu merged this pull request in 932915c.

@jimouris jimouris deleted the update-deps branch November 22, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants