Skip to content

Commit

Permalink
Bump ed25519-dalek from 2.1.0 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 2.1.0 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@2.1.0...2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent a50290b commit d57e28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio = { version = "1.0", features = [
] }
post-rs = { path = "../" }
serde_with = { version = "3.4.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.4.7", features = ["derive", "env"] }
hex = "0.4.3"
config = "0.14.0"
Expand Down

0 comments on commit d57e28a

Please sign in to comment.