Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a601c0e commit a4c2aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
asn1-rs = "0.5"
base64 = "0.21"
ed25519-dalek = { version = "2.0", features = ["rand_core"] }
ed25519-dalek = { version = "2.1", features = ["rand_core"] }
prost = "0.12"
qrcode = { version = "0.12", default-features = false }
rand = "0.8"
Expand Down

0 comments on commit a4c2aa9

Please sign in to comment.