Skip to content

Commit a5963c7

Browse files
Bump ed25519-dalek from 2.2.0 to 3.0.0 in /native/aa-ffi-node (#245)
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...3.0.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 507ec09 commit a5963c7

2 files changed

Lines changed: 57 additions & 7 deletions

File tree

native/aa-ffi-node/Cargo.lock

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

native/aa-ffi-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tokio = { version = "1", features = ["rt", "macros", "net", "io-util", "time"] }
4747
# signs `nonce || sdk_version` before any heartbeat), so the test verifies the
4848
# Ed25519 proof. `rand` is value-returning for the nonce (no `[0u8; N]` literal
4949
# in the signing data-flow → CodeQL-clean).
50-
ed25519-dalek = "2"
50+
ed25519-dalek = "3"
5151
sha2 = "0.11"
5252
hex = "0.4"
5353
rand = "0.10"

0 commit comments

Comments
 (0)