diff --git a/Cargo.lock b/Cargo.lock index a2fed974..9a806597 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1127,11 +1127,13 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.10" -source = "git+https://github.com/EspressoSystems/blst.git?branch=no-std#faefc7fcb21864aaf4f6f443636ce8924108fcbd" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c94087b935a822949d3291a9989ad2b2051ea141eda0fd4e478a75f6aa3e604b" dependencies = [ "cc", "glob", + "threadpool", "zeroize", ] @@ -2989,7 +2991,7 @@ dependencies = [ [[package]] name = "hs-builder-api" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/hs-builder-api?branch=main#7ed5ba213f3dacdb57a52ab35d221323c4aaf839" +source = "git+https://github.com/EspressoSystems/hs-builder-api?branch=main#071619ba71d0f9c108a0663548528677c843ecd7" dependencies = [ "async-trait", "clap", @@ -3456,7 +3458,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jf-plonk" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" +source = "git+https://github.com/EspressoSystems/jellyfish#9daf7655bb734ab6c856986363b7389fb1237989" dependencies = [ "ark-ec", "ark-ff", @@ -3485,7 +3487,7 @@ dependencies = [ [[package]] name = "jf-primitives" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" +source = "git+https://github.com/EspressoSystems/jellyfish#9daf7655bb734ab6c856986363b7389fb1237989" dependencies = [ "anyhow", "ark-bls12-377", @@ -3530,7 +3532,7 @@ dependencies = [ [[package]] name = "jf-relation" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" +source = "git+https://github.com/EspressoSystems/jellyfish#9daf7655bb734ab6c856986363b7389fb1237989" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -3556,7 +3558,7 @@ dependencies = [ [[package]] name = "jf-utils" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" +source = "git+https://github.com/EspressoSystems/jellyfish#9daf7655bb734ab6c856986363b7389fb1237989" dependencies = [ "ark-ec", "ark-ff", @@ -6644,6 +6646,15 @@ dependencies = [ "once_cell", ] +[[package]] +name = "threadpool" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" +dependencies = [ + "num_cpus", +] + [[package]] name = "tide" version = "0.16.0"