-
Notifications
You must be signed in to change notification settings - Fork 120
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 requirement from 0.7.1 to 0.8.1 #107
Conversation
Updates the requirements on [crypto_box](https://github.com/RustCrypto/nacl-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/nacl-compat/releases) - [Commits](RustCrypto/nacl-compat@crypto_box-v0.7.1...crypto_box-v0.8.1) --- updated-dependencies: - dependency-name: crypto_box dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
I'm a little confused with the updated API, RustCrypto/traits#1087, after clarification from Tony I will proceed to make a PR to upgrade our |
Please take a read of my comments in RustCrypto/traits#1087 (comment) In future design of our API, we could also consider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* Update crypto_box requirement from 0.7.1 to 0.8.1 Updates the requirements on [crypto_box](https://github.com/RustCrypto/nacl-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/nacl-compat/releases) - [Commits](RustCrypto/nacl-compat@crypto_box-v0.7.1...crypto_box-v0.8.1) --- updated-dependencies: - dependency-name: crypto_box dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update with crypto_box new API Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Xiong <alex.xiong.tech@gmail.com>
* Update crypto_box requirement from 0.7.1 to 0.8.1 Updates the requirements on [crypto_box](https://github.com/RustCrypto/nacl-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/nacl-compat/releases) - [Commits](RustCrypto/nacl-compat@crypto_box-v0.7.1...crypto_box-v0.8.1) --- updated-dependencies: - dependency-name: crypto_box dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update with crypto_box new API Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Xiong <alex.xiong.tech@gmail.com>
Update crypto box to prevent dependency resolution conflicts. See: #107 - Add a release branch, since this diverges from main. - Build pushes and PRs to release branch.
Update crypto box to prevent dependency resolution conflicts. See: #107 - Add a release branch, since this diverges from main. - Build pushes and PRs to release branch.
* Build release branches and PRs to release branches * Update crypto_box requirement from 0.7.1 to 0.8.1 (#107) * Update crypto_box requirement from 0.7.1 to 0.8.1 Updates the requirements on [crypto_box](https://github.com/RustCrypto/nacl-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/nacl-compat/releases) - [Commits](RustCrypto/nacl-compat@crypto_box-v0.7.1...crypto_box-v0.8.1) --- updated-dependencies: - dependency-name: crypto_box dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update with crypto_box new API Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Xiong <alex.xiong.tech@gmail.com> * Fix clippy errors * Release 0.1.3 Update crypto box to prevent dependency resolution conflicts. See: #107 - Add a release branch, since this diverges from main. - Build pushes and PRs to release branch. * bump zeroize and use nix flake * fix clippy error Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Xiong <alex.xiong.tech@gmail.com>
Updates the requirements on crypto_box to permit the latest version.
Commits
bb63e8f
crypto_box v0.8.1 (#64)e3935e6
crypto_box: Revert "selectx25519-dalek
backend automatically (#55)" (#63)c27e7e0
crypto_box: addcross
tests in CI (#62)f6852b2
crypto_kx v0.1.0 (#61)95b5536
crypto_kx: selectx25519-dalek
backend automatically (#60)63760d1
crypto_kx: useserdect
crate (#59)52cb824
README.md: remove deps.rs badge9a9408e
crypto_secretstream v0.1.0 (#58)09a8873
crypto_box v0.8.0 (#57)d742fc5
crypto_box: documentation improvements (#56)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)