diff --git a/Cargo.lock b/Cargo.lock index d906ed47b2..4b23f1f39e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3443,7 +3443,7 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jf-plonk" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#9d4073ab8394ca23891f694ad161176dcd688af3" +source = "git+https://github.com/EspressoSystems/jellyfish#fd2bcfcc322cf8bee38e4bfadbdbf52eac4ab33d" dependencies = [ "ark-ec", "ark-ff", @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "jf-primitives" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#9d4073ab8394ca23891f694ad161176dcd688af3" +source = "git+https://github.com/EspressoSystems/jellyfish#fd2bcfcc322cf8bee38e4bfadbdbf52eac4ab33d" dependencies = [ "anyhow", "ark-bls12-377", @@ -3496,6 +3496,7 @@ dependencies = [ "digest 0.10.7", "displaydoc", "espresso-systems-common 0.4.0", + "generic-array", "hashbrown 0.13.2", "itertools 0.10.5", "jf-relation", @@ -3516,7 +3517,7 @@ dependencies = [ [[package]] name = "jf-relation" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#9d4073ab8394ca23891f694ad161176dcd688af3" +source = "git+https://github.com/EspressoSystems/jellyfish#fd2bcfcc322cf8bee38e4bfadbdbf52eac4ab33d" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -3542,7 +3543,7 @@ dependencies = [ [[package]] name = "jf-utils" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#9d4073ab8394ca23891f694ad161176dcd688af3" +source = "git+https://github.com/EspressoSystems/jellyfish#fd2bcfcc322cf8bee38e4bfadbdbf52eac4ab33d" dependencies = [ "ark-ec", "ark-ff",