@@ -39,28 +39,28 @@ clap = { version = "4.5", features = ["derive"] }
3939criterion = { version = " 0.5" , features = [" html_reports" ] }
4040either = { version = " 1.15.*" , features = [" serde" ] }
4141itertools = " 0.13"
42- p3-baby-bear = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
43- p3-challenger = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
44- p3-commit = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
45- p3-dft = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
46- p3-field = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
47- p3-fri = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
48- p3-goldilocks = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
49- p3-matrix = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
50- p3-maybe-rayon = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
51- p3-mds = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
52- p3-merkle-tree = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
53- p3-poseidon = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
54- p3-poseidon2 = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
55- p3-symmetric = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
56- p3-util = { git = " https://github.com/Plonky3/plonky3 " , rev = " 539bbc8 " }
42+ p3-baby-bear = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
43+ p3-challenger = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
44+ p3-commit = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
45+ p3-dft = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
46+ p3-field = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
47+ p3-fri = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
48+ p3-goldilocks = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
49+ p3-matrix = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
50+ p3-maybe-rayon = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
51+ p3-mds = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
52+ p3-merkle-tree = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
53+ p3-poseidon = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
54+ p3-poseidon2 = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
55+ p3-symmetric = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
56+ p3-util = { git = " https://github.com/Plonky3/Plonky3.git " , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb " }
5757rand = " 0.8"
5858rand_chacha = { version = " 0.3" , features = [" serde1" ] }
5959rand_core = " 0.6"
6060rayon = " 1.10"
6161serde = { version = " 1.0" , features = [" derive" , " rc" ] }
6262serde_json = " 1.0"
63- thiserror = " 1" # do we need this?
63+ thiserror = " 1" # do we need this?
6464tracing = { version = " 0.1" , features = [" attributes" ] }
6565tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
6666
0 commit comments