Skip to content

Commit 793e2e7

Browse files
committed
Deps: bump up proof-systems to 282faf5
1 parent f9df7e4 commit 793e2e7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ js-sys = "0.3.64"
121121
jsonpath-rust = "0.5.0"
122122
juniper = { version = "0.16" }
123123
juniper_warp = "0.8.0"
124-
kimchi = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
124+
kimchi = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
125125
lazy_static = "1.4.0"
126126
leb128 = "0.2.1"
127127
ledger = { path = "ledger", package = "mina-tree" }
@@ -134,18 +134,18 @@ log = "0.4.25"
134134
md5 = "0.7.0"
135135
mina-bootstrap-sandbox = { path = "tools/bootstrap-sandbox" }
136136
mina-core = { path = "core" }
137-
mina-curves = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
137+
mina-curves = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
138138
mina-fuzzer = { path = "fuzzer" }
139-
mina-hasher = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
139+
mina-hasher = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
140140
mina-macros = { path = "macros" }
141141
mina-node-account = { path = "node/account" }
142142
mina-node-common = { path = "node/common" }
143143
mina-node-invariants = { path = "node/invariants" }
144144
mina-node-native = { path = "node/native" }
145145
mina-node-testing = { path = "node/testing" }
146146
mina-p2p-messages = { path = "mina-p2p-messages" }
147-
mina-poseidon = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
148-
mina-signer = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
147+
mina-poseidon = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
148+
mina-signer = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
149149
mina-transport = { path = "tools/transport" }
150150
mio = { version = "1.0.4", features = ["os-poll", "net"] }
151151
multiaddr = "0.18.1"
@@ -158,15 +158,15 @@ num-bigint = { git = "https://github.com/openmina/num-bigint", branch = "rebase-
158158
num-traits = "0.2"
159159
num_cpus = "1.0"
160160
num_enum = "0.5.7"
161-
o1-utils = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
161+
o1-utils = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
162162
object = "0.37.1"
163163
ocaml-interop = { git = "https://github.com/sebastiencs/ocaml-interop.git", branch = "closure-values" }
164164
once_cell = "1"
165165
p256 = { version = "0.13", features = ["default", "ecdh", "ecdsa"] }
166166
p384 = "0.13"
167167
pcap = "2.3"
168168
pin-project-lite = "0.2.10"
169-
poly-commitment = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
169+
poly-commitment = { git = "https://github.com/o1-labs/proof-systems", rev = "282faf5" }
170170
poseidon = { path = "poseidon" }
171171
postcard = { version = "1.0.9", features = ["use-std"] }
172172
proc-macro2 = "1.0.95"

0 commit comments

Comments
 (0)