From ea8e84a648125a80851acac202bce5b4c351ebb3 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Tue, 20 Feb 2024 13:39:39 -0800 Subject: [PATCH] update dalek --- Cargo.lock | 10 +++++----- plonky2x/core/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c738114..ebcab772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,9 +872,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f711ade317dd348950a9910f81c5947e3d8907ebd2b83f76203ff1807e6a2bc2" +checksum = "622178105f911d937a42cdb140730ba4a3ed2becd8ae6ce39c7d28b5d75d4588" dependencies = [ "cfg-if", "cpufeatures", @@ -1582,9 +1582,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.1.20" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" +checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[package]] name = "fixed-hash" @@ -3984,7 +3984,7 @@ dependencies = [ [[package]] name = "starkyx" version = "0.1.0" -source = "git+https://github.com/succinctlabs/starkyx.git#dc819a6d23e82603c2467f0975d8302c09b15509" +source = "git+https://github.com/succinctlabs/starkyx.git?branch=ratan/update-dalek#2c11ee2632618e20ff51d2a4e9d6907e20b44220" dependencies = [ "anyhow", "bincode", diff --git a/plonky2x/core/Cargo.toml b/plonky2x/core/Cargo.toml index 14b0890e..ea2ae200 100644 --- a/plonky2x/core/Cargo.toml +++ b/plonky2x/core/Cargo.toml @@ -14,12 +14,12 @@ ci = [] [dependencies] plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false, rev = "d2598bd" } -starkyx = { git = "https://github.com/succinctlabs/starkyx.git" } +starkyx = { git = "https://github.com/succinctlabs/starkyx.git", branch = "ratan/update-dalek" } plonky2x-derive = { path = "../derive" } num = { version = "0.4", default-features = false } sha2 = "0.10.7" -curve25519-dalek = "=4.0.0" +curve25519-dalek = "=4.1.0" ff = { package = "ff", version = "0.13", features = ["derive"] } ethers = { version = "2.0" } hex = "0.4.3"