Skip to content

Commit

Permalink
build(deps): bump ed25519-dalek from 1.0.1 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 1.0.1 to 2.1.1.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@1.0.1...2.1.1)

---
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 May 16, 2024
1 parent a3c889f commit 0faf0dd
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 7 deletions.
88 changes: 82 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-trait = "0.1.66"
bs58 = "0.4.0"
bytes = "1.4.0"
cid = "0.10.1"
ed25519-dalek = "1.0.1"
ed25519-dalek = "2.1.1"
futures = "0.3.27"
futures-timer = "3.0.2"
hex-literal = "0.4.1"
Expand Down

0 comments on commit 0faf0dd

Please sign in to comment.