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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 4596f7e commit 1c6efc7
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 49 deletions.
163 changes: 115 additions & 48 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 @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
base64 = "0.21.2"
ed25519-dalek = "1.0.1"
ed25519-dalek = "2.0.0"
prost = "0.11.3"
qrcode = { version = "0.12.0", default-features = false }
rand = "0.7.3"
Expand Down

0 comments on commit 1c6efc7

Please sign in to comment.