Skip to content

Commit

Permalink
build(deps): bump ed25519-dalek from 2.1.0 to 2.1.1 (#646)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 4232ad3 commit 2d5383e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography"]

[dependencies]
ecdsa = { version = "^0.16.9", features = ["der", "signing", "verifying"] }
ed25519-dalek = { version = "2.1.0", features = ["rand_core"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
generic-array = "^0.14.7"
p256 = { version = "^0.13.2", features = ["ecdsa"] }
rand = "^0.8"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false

[dependencies]
base64 = "^0.21"
ed25519-dalek = { version = "2.1.0", features = ["rand_core"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
generic-array = "^0.14.7"
hex = "^0.4.3"
p256 = { version = "^0.13.2", features = ["ecdsa", "pkcs8"] }
Expand Down

0 comments on commit 2d5383e

Please sign in to comment.