Skip to content

Commit 2d5383e

Browse files
build(deps): bump ed25519-dalek from 2.1.0 to 2.1.1 (#646)
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>
1 parent 4232ad3 commit 2d5383e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signature/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography"]
1313

1414
[dependencies]
1515
ecdsa = { version = "^0.16.9", features = ["der", "signing", "verifying"] }
16-
ed25519-dalek = { version = "2.1.0", features = ["rand_core"] }
16+
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
1717
generic-array = "^0.14.7"
1818
p256 = { version = "^0.13.2", features = ["ecdsa"] }
1919
rand = "^0.8"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212

1313
[dependencies]
1414
base64 = "^0.21"
15-
ed25519-dalek = { version = "2.1.0", features = ["rand_core"] }
15+
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
1616
generic-array = "^0.14.7"
1717
hex = "^0.4.3"
1818
p256 = { version = "^0.13.2", features = ["ecdsa", "pkcs8"] }

0 commit comments

Comments
 (0)