Skip to content

Commit

Permalink
chore: update Cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed May 23, 2023
1 parent eee5ec2 commit 9dbe913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion 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 snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2021"

[dependencies]
itertools = "0.10.3"
itertools = "0.10.5"
lazy_static = "1.4.0"
num-bigint = "0.4.3"
num-integer = "0.1.45"
Expand Down
5 changes: 2 additions & 3 deletions snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ version = "0.1.1"
edition = "2021"

[dependencies]
itertools = "0.10.3"
itertools = "0.10.5"
lazy_static = "1.4.0"
num-bigint = "0.4.3"
num-integer = "0.1.45"
num-traits = "0.2.15"
hex = "0.4"
rand = "0.8"
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"] }

# Use halo2-base as non-optional dependency because it re-exports halo2_proofs, halo2curves, and poseidon, using different repos based on feature flag "halo2-axiom" or "halo2-pse"
Expand All @@ -20,7 +19,7 @@ halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", branch = "
poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git" }

# parallel
rayon = { version = "1.5.3", optional = true }
rayon = { version = "1.7.0", optional = true }

# loader_evm
sha3 = { version = "0.10", optional = true }
Expand Down

0 comments on commit 9dbe913

Please sign in to comment.