Skip to content

Commit

Permalink
Bump ed25519-dalek from 2.0.0-rc.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) from 2.0.0-rc.2 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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent a8b1672 commit 60c737b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 25 deletions.
58 changes: 35 additions & 23 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 packages/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const-oid = "0.9"
der = { version = "0.7", features = ["time"] }
derive_builder = "0.12"
ecdsa = { version = "0.16", features = ["signing"] }
ed25519-dalek = { version = "2.0.0-rc.2", features = ["rand_core", "pem"] }
ed25519-dalek = { version = "2.0.0", features = ["rand_core", "pem"] }
enum-iterator = "1.4"
elliptic-curve = "0.13"
k256 = { version = "0.13", features = ["pem"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const-oid = "0.9"
der = { version = "0.7", features = ["time"] }
derive_builder = "0.12"
ecdsa = { version = "0.16", features = ["signing"] }
ed25519-dalek = { version = "2.0.0-rc.2", features = ["rand_core", "pem"] }
ed25519-dalek = { version = "2.0.0", features = ["rand_core", "pem"] }
enum-iterator = "1.4"
elliptic-curve = "0.13"
k256 = { version = "0.13", features = ["pem"] }
Expand Down

0 comments on commit 60c737b

Please sign in to comment.