Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 8675437 commit 875a69b
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 @@ -66,7 +66,7 @@ kzg-rs = { version = "0.1", default-features = false, features = [
], optional = true }

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

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

0 comments on commit 875a69b

Please sign in to comment.