Skip to content

Commit

Permalink
build(deps): bump ed25519-dalek from 2.0.0-rc.2 to 2.0.0-rc.3 (#724)
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-rc.3.
- [Changelog](https://github.com/dalek-cryptography/ed25519-dalek/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/ed25519-dalek@2.0.0-rc.2...2.0.0-rc.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2023
1 parent ecb112a commit 36531d4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 25 deletions.
71 changes: 47 additions & 24 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 ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
bincode = "1"
ed25519-dalek = { version = "=2.0.0-rc.2", features = ["rand_core"] }
ed25519-dalek = { version = "=2.0.0-rc.3", features = ["rand_core"] }
hex-literal = "0.4"
ring-compat = { version = "0.7", default-features = false, features = ["signature"] }
rand_core = { version = "0.6", features = ["std"] }
Expand Down

0 comments on commit 36531d4

Please sign in to comment.