Skip to content

Commit 436b405

Browse files
authored
chore(deps): pin bls version and update c-kzg (#948)
1 parent d098d37 commit 436b405

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

native/bls_nif/Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/bls_nif/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
rustler = "0.32.1"
14-
bls = { git = "https://github.com/sigp/lighthouse", package = "bls" }
14+
bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v5.1.3" }

native/kzg_nif/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/kzg_nif/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
rustler = "0.32.1"
13-
c-kzg = "0.4.2"
13+
c-kzg = "1.0.0"

0 commit comments

Comments
 (0)