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 ed25519-dalek requirement from =1.0.0-pre.3 to =1.0.1 #133

Merged
merged 2 commits into from
Sep 26, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2020

Updates the requirements on ed25519-dalek to permit the latest version.

Commits
  • 1042cb6 Bump ed25519-dalek version to 1.0.1.
  • 8c15bce Actually, we use unsafe{} in one test.
  • 97c22f2 Merge pull request #146 from xu-cheng/serde2
  • a9ebf7f Merge pull request #148 from isislovecruft/feature/forbid-unsafe
  • 1335f3a Merge pull request #147 from isislovecruft/fix/deterministic-batch-malleability
  • d6ff6de Add #![forbid(unsafe_code)].
  • 69eccda Fix serde implementation for serde_json
  • 008c968 Update tests for serde
  • b5a15bf Feature gate key generation on the "rand" dependency.
  • 6609642 Enable rand crate by default.
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2020
Copy link
Contributor

@clintfred clintfred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clintfred clintfred merged commit dcf1021 into master Sep 26, 2020
@clintfred clintfred deleted the 667cdependabot/cargo/ed25519-dalek-eq-1.0.1 branch September 26, 2020 00:04
clintfred pushed a commit that referenced this pull request Sep 28, 2020
* Update ed25519-dalek requirement from =1.0.0-pre.3 to =1.0.1

Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) to permit the latest version.
- [Release notes](https://github.com/dalek-cryptography/ed25519-dalek/releases)
- [Commits](dalek-cryptography/ed25519-dalek@1.0.0-pre.3...1.0.1)

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

* Add imports of needed traits

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Colegrove <[email protected]>
giarc3 added a commit that referenced this pull request Jan 8, 2021
Public API changes
- [[#127](#127)] Change MSRV to Rust 1.41.1
- [[#128](#128)] Upgrade to `getrandom` 0.2.0
- [[#129](#129)] Upgrade to `quick-error` 2.0
- [[#133](#133)] Upgrade to `ed25519-dalek` 1.0.1
- [[#134](#134)] Upgrade to `arrayvec` 0.5
- [[#135](#135)] Upgrade to `hex` 0.4
- [[#136](#136)] Upgrade to `derivative` 2.1.1
- [[#137](#137)] Upgrade to `gridiron` 0.8.0
- [[#138](#138)] Upgrade to `sha2` 0.9
- [[#140](#140)] Upgrade to `cfg-if` 1.0.0
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants