From a58373a6f3049b47218b4501a53372815b3f6834 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Tue, 5 Mar 2024 12:22:35 -0800 Subject: [PATCH] chore: cargo update --- Cargo.lock | 2 +- plonky2x/core/Cargo.toml | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a6ece70..5e6ab9da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "starkyx" version = "0.1.0" -source = "git+https://github.com/succinctlabs/starkyx.git?branch=ratan/rm-dalek-lock#9f5989eb9ccc56d0db10c2fa84414bab366e8a17" +source = "git+https://github.com/succinctlabs/starkyx.git#e28bd667ca01da4e6cc782ab19f97d2f3fd6127e" dependencies = [ "anyhow", "bincode", diff --git a/plonky2x/core/Cargo.toml b/plonky2x/core/Cargo.toml index d9f83300..aa2b128a 100644 --- a/plonky2x/core/Cargo.toml +++ b/plonky2x/core/Cargo.toml @@ -13,9 +13,9 @@ 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" @@ -23,36 +23,36 @@ 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"