@@ -77,18 +77,18 @@ subxt-metadata = "0.44"
7777# ZK proof generation (aligned with chain)
7878anyhow = " 1.0"
7979
80- qp-wormhole-circuit = { version = " 1.3 .0" , default-features = false , features = [" std" ] }
81- qp-wormhole-prover = { version = " 1.3 .0" , default-features = false , features = [" std" ] }
82- qp-wormhole-verifier = { version = " 1.3 .0" , default-features = false , features = [" std" ] }
83- qp-wormhole-aggregator = { version = " 1.3 .0" , default-features = false , features = [" rayon " , " std" ] }
84- qp-wormhole-inputs = { version = " 1.3 .0" , default-features = false , features = [" std" ] }
85- qp-zk-circuits-common = { version = " 1.3 .0" , default-features = false , features = [" std" ] }
86- qp-plonky2 = { version = " 1.1.6 " , default-features = false , features = [" rand " , " std" ] }
87- qp-wormhole-circuit-builder = { version = " 1.3 .0" }
80+ qp-plonky2 = { version = " 1.4 .0" , default-features = false , features = [" rand " , " std" ] }
81+ qp-wormhole-circuit = { version = " 1.4 .0" , default-features = false , features = [" std" ] }
82+ qp-wormhole-prover = { version = " 1.4 .0" , default-features = false , features = [" std" ] }
83+ qp-wormhole-verifier = { version = " 1.4 .0" , default-features = false , features = [" std" ] }
84+ qp-wormhole-aggregator = { version = " 1.4 .0" , default-features = false , features = [" rayon " , " std" ] }
85+ qp-wormhole-inputs = { version = " 1.4 .0" , default-features = false , features = [" std" ] }
86+ qp-zk-circuits-common = { version = " 1.4.0 " , default-features = false , features = [" std" ] }
87+ qp-wormhole-circuit-builder = { version = " 1.4 .0" }
8888
8989
9090[build-dependencies ]
91- qp-wormhole-circuit-builder = { version = " 1.3 .0" }
91+ qp-wormhole-circuit-builder = { version = " 1.4 .0" }
9292
9393[dev-dependencies ]
9494tempfile = " 3.8.1"
0 commit comments