Skip to content

Commit 3a9b8cb

Browse files
build(deps): bump ed25519-dalek from 2.1.1 to 2.2.0
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](dalek-cryptography/curve25519-dalek@2.1.1...ed25519-2.2.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b52249 commit 3a9b8cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.78.0"
1414

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212

1313
[dependencies]
1414
base64 = "^0.22"
15-
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
15+
ed25519-dalek = { version = "2.2.0", 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)