Skip to content

Commit

Permalink
chore(deps): bump k256 from 0.13.2 to 0.13.3 (#959)
Browse files Browse the repository at this point in the history
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.13.2 to 0.13.3.
- [Commits](RustCrypto/elliptic-curves@k256/v0.13.2...k256/v0.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 8424ba3 commit ce5a4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aurora-engine-modexp = { version = "1.0", default-features = false }
c-kzg = { version = "0.4.0", default-features = false, optional = true }

# ecRecover precompile
k256 = { version = "0.13.2", default-features = false, features = ["ecdsa"] }
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
secp256k1 = { version = "0.28.1", default-features = false, features = [
"alloc",
"recovery",
Expand Down

0 comments on commit ce5a4f1

Please sign in to comment.