Skip to content

Commit

Permalink
build(deps): bump ed25519-dalek from 2.0.0-rc.3 to 2.0.0 (#1167)
Browse files Browse the repository at this point in the history
* build(deps): bump ed25519-dalek from 2.0.0-rc.3 to 2.0.0

Bumps [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) from 2.0.0-rc.3 to 2.0.0.
- [Changelog](https://github.com/dalek-cryptography/ed25519-dalek/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/ed25519-dalek/commits)

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update signatory/Cargo.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
  • Loading branch information
dependabot[bot] and tony-iqlusion committed Aug 14, 2023
1 parent fa86eec commit d81e78e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion signatory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zeroize = "1.5"

# optional dependencies
ecdsa = { version = "0.16", optional = true, features = ["pem", "pkcs8"] }
ed25519-dalek = { version = "2.0.0-rc.3", optional = true, default-features = false }
ed25519-dalek = { version = "2", optional = true, default-features = false }
k256 = { version = "0.13", optional = true, features = ["ecdsa", "sha256"] }
p256 = { version = "0.13", optional = true, features = ["ecdsa", "sha256"] }
p384 = { version = "0.13", optional = true, features = ["ecdsa", "sha384"] }
Expand Down

0 comments on commit d81e78e

Please sign in to comment.