Skip to content

Commit

Permalink
Merge pull request #488 from jtraglia/update-go-rust-deps
Browse files Browse the repository at this point in the history
Update deps in Go/Rust/Fuzz
  • Loading branch information
asn-d6 authored Aug 15, 2024
2 parents de4f9eb + b8698c2 commit b58cd9d
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 63 deletions.
78 changes: 44 additions & 34 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ no-threads = ["blst/no-threads"]

[dependencies]
arbitrary = { version = "1", features = ["derive"] }
blst = { version = "0.3.11", default-features = false }
blst = { version = "0.3.12", default-features = false }
hex = { version = "0.4.2", default-features = false, features = ["alloc"] }
libc = { version = "0.2", default-features = false }
serde = { version = "1.0", optional = true, default-features = false, features = [
Expand Down
57 changes: 32 additions & 25 deletions fuzz/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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/stretchr/testify v1.8.1
github.com/supranational/blst v0.3.11
github.com/supranational/blst v0.3.12
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
Loading

0 comments on commit b58cd9d

Please sign in to comment.