Skip to content

Commit

Permalink
chore: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Mar 5, 2024
1 parent daceb64 commit a58373a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions plonky2x/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,46 @@ std = ["plonky2/std", "itertools/use_std"]
timing = ["plonky2/timing"]

[dependencies]
plonky2 = {git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", default-features = false}
plonky2x-derive = {path = "../derive"}
starkyx = {git = "https://github.com/succinctlabs/starkyx.git", branch = "ratan/rm-dalek-lock"}
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", default-features = false }
plonky2x-derive = { path = "../derive" }
starkyx = { git = "https://github.com/succinctlabs/starkyx.git" }

anyhow = "1.0.75"
array-macro = "2.1.5"
async-trait = "0.1.73"
backtrace = "0.3"
base64 = "0.13"
bincode = "1.3.3"
clap = {version = "4.4.0", features = ["derive"]}
clap = { version = "4.4.0", features = ["derive"] }
curve25519-dalek = "4"
digest = "0.10.7"
dotenv = "0.15.0"
ed25519-dalek = {version = "2.0.0", features = ["rand_core"]}
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
env_logger = "0.10.0"
ethers = {version = "2.0"}
ff = {package = "ff", version = "0.13", features = ["derive"]}
ethers = { version = "2.0" }
ff = { package = "ff", version = "0.13", features = ["derive"] }
futures = "0.3.28"
hex = "0.4.3"
itertools = {version = "0.10.0", default-features = false}
itertools = { version = "0.10.0", default-features = false }
lazy_static = "1.4.0"
log = {version = "0.4.14", default-features = false}
num = {version = "0.4", default-features = false}
num-bigint = {version = "0.4", features = ["rand"]}
rand = {version = "0.8.4", package = "rand"}
reqwest = {version = "0.11.4", features = ["blocking", "json"]}
serde = {version = "1.0.187", features = ["derive"]}
log = { version = "0.4.14", default-features = false }
num = { version = "0.4", default-features = false }
num-bigint = { version = "0.4", features = ["rand"] }
rand = { version = "0.8.4", package = "rand" }
reqwest = { version = "0.11.4", features = ["blocking", "json"] }
serde = { version = "1.0.187", features = ["derive"] }
serde_json = "1.0.103"
serde_plain = "1.0.2"
serde_with = "3.3.0"
sha2 = "0.10.7"
sha256 = "1.4.0"
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
tracing = "0.1.37"
uuid = {version = "1.4.1", features = ["serde"]}
uuid = { version = "1.4.1", features = ["serde"] }

[dev-dependencies]
env_logger = "0.10.0"
plonky2 = {git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", features = [
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", features = [
"gate_testing",
]}
] }
rust-crypto = "0.2"

0 comments on commit a58373a

Please sign in to comment.