update cargo dependencies

This commit is contained in:
Morty
2025-01-09 03:27:09 +08:00
parent 625477f03a
commit f431966f74
2 changed files with 2 additions and 2 deletions

2
prover/Cargo.lock generated
View File

@@ -4237,7 +4237,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "scroll-proving-sdk"
version = "0.1.0"
source = "git+https://github.com/scroll-tech/scroll-proving-sdk.git?rev=4dab63a#4dab63a1d84ba608a263b744caad45395eca277a"
source = "git+https://github.com/scroll-tech/scroll-proving-sdk.git?rev=61bbbe1#61bbbe1f5e28ae6da4ca2c161f830c8e48f9483b"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -31,7 +31,7 @@ halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1.
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", branch = "develop", default-features = false, features = ["loader_halo2", "loader_evm", "halo2-pse"] }
prover_darwin = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.12.2", package = "prover", default-features = false, features = ["parallel_syn", "scroll"] }
prover_darwin_v2 = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.13.1", package = "prover", default-features = false, features = ["parallel_syn", "scroll"] }
scroll-proving-sdk = { git = "https://github.com/scroll-tech/scroll-proving-sdk.git", rev = "4dab63a"}
scroll-proving-sdk = { git = "https://github.com/scroll-tech/scroll-proving-sdk.git", rev = "61bbbe1"}
base64 = "0.13.1"
reqwest = { version = "0.12.4", features = ["gzip"] }
reqwest-middleware = "0.3"