Skip to content

Commit

Permalink
chore(deps): bump blst from 0.3.11 to 0.3.12
Browse files Browse the repository at this point in the history
Bumps [blst](https://github.com/supranational/blst) from 0.3.11 to 0.3.12.
- [Release notes](https://github.com/supranational/blst/releases)
- [Commits](supranational/blst@v0.3.11...v0.3.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 6df5d20 commit bf03554
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 @@ -42,7 +42,7 @@ secp256k1 = { version = "0.29.0", default-features = false, features = [
], optional = true }

# BLS12-381 precompiles
blst = { version = "0.3.11", optional = true }
blst = { version = "0.3.12", optional = true }

# p256verify precompile
p256 = { version = "0.13.2", optional = true, default-features = false, features = ["ecdsa"] }
Expand Down

0 comments on commit bf03554

Please sign in to comment.