Skip to content

Commit

Permalink
build(deps): bump curve25519-dalek from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.2)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 5f13853 commit 085b51c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 frame/evm/precompile/curve25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = { workspace = true }
repository = { workspace = true }

[dependencies]
curve25519-dalek = { version = "4.1.0", default-features = false, features = ["alloc"] }
curve25519-dalek = { version = "4.1.2", default-features = false, features = ["alloc"] }
# Frontier
fp-evm = { workspace = true }

Expand Down

0 comments on commit 085b51c

Please sign in to comment.