Skip to content

Commit

Permalink
build(deps): bump ed25519-dalek from 1.0.1 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 1.0.1 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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent eb20984 commit 53a99e0
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 11 deletions.
82 changes: 72 additions & 10 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 crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ uuid = { version = "1.2.1", features = ["v4"] }
bs58 = "0.4.0"
digest = "0.10.6"
ed25519 = "1.5.2"
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
ed25519-dalek = { version = "2.0.0", features = ["serde"] }
ed25519-dalek-bip32 = "0.2.0"
generic-array = "0.14.6"
secp256k1 = { version = "0.24.2", features = ["rand-std"] }
Expand Down

0 comments on commit 53a99e0

Please sign in to comment.