Skip to content

Commit a045322

Browse files
build(deps): bump curve25519-dalek from 4.1.1 to 4.1.3
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14ee3d6 commit a045322

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

Cargo.lock

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

frame/evm/precompile/curve25519/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = { workspace = true }
88
repository = { workspace = true }
99

1010
[dependencies]
11-
curve25519-dalek = { version = "4.1.0", default-features = false, features = ["alloc"] }
11+
curve25519-dalek = { version = "4.1.3", default-features = false, features = ["alloc"] }
1212
# Frontier
1313
fp-evm = { workspace = true }
1414

0 commit comments

Comments
 (0)