File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,19 @@ vm = { path = "crates/vm" }
7373compiler = { path = " crates/compiler" }
7474zk_vm = { path = " crates/zk_vm" }
7575
76- rand = " 0.9.2 "
77- sha3 = " 0.10.8 "
78- rayon = " 1.5.1 "
79- serde = { version = " 1.0.219 " , features = [" derive" ] }
80- derive_more = { version = " 2.0.1 " , features = [" full" ] }
81- pest = " 2.7 "
82- pest_derive = " 2.7 "
83- tracing = " 0.1.26 "
76+ rand = " 0.9"
77+ sha3 = " 0.10"
78+ rayon = " 1.11 "
79+ serde = { version = " 1.0" , features = [" derive" ] }
80+ derive_more = { version = " 2.0" , features = [" full" ] }
81+ pest = " 2.8 "
82+ pest_derive = " 2.8 "
83+ tracing = " 0.1"
8484thiserror = " 2.0"
8585proptest = " 1.7"
8686num-traits = " 0.2"
87- tracing-subscriber = { version = " 0.3.19 " , features = [" std" , " env-filter" ] }
88- tracing-forest = { version = " 0.1.6 " , features = [" ansi" , " smallvec" ] }
87+ tracing-subscriber = { version = " 0.3" , features = [" std" , " env-filter" ] }
88+ tracing-forest = { version = " 0.2 " , features = [" ansi" , " smallvec" ] }
8989p3-koala-bear = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
9090p3-baby-bear = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
9191p3-field = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
You can’t perform that action at this time.
0 commit comments