diff --git a/Cargo.lock b/Cargo.lock index 4221eb0..03dd9a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "plonky2" version = "1.0.0" -source = "git+https://github.com/distributed-lab/plonky2?branch=stable#b95850c33ecbdf6b0129dbe85e9a46b5509f775a" +source = "git+https://github.com/distributed-lab/plonky2?branch=stable#4f4d41be1c7208eb45824ad7106e119708651560" dependencies = [ "anyhow", "hashbrown", @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "plonky2_field" version = "1.0.0" -source = "git+https://github.com/distributed-lab/plonky2?branch=stable#b95850c33ecbdf6b0129dbe85e9a46b5509f775a" +source = "git+https://github.com/distributed-lab/plonky2?branch=stable#4f4d41be1c7208eb45824ad7106e119708651560" dependencies = [ "anyhow", "itertools", @@ -384,12 +384,12 @@ dependencies = [ [[package]] name = "plonky2_maybe_rayon" version = "1.0.0" -source = "git+https://github.com/distributed-lab/plonky2?branch=stable#b95850c33ecbdf6b0129dbe85e9a46b5509f775a" +source = "git+https://github.com/distributed-lab/plonky2?branch=stable#4f4d41be1c7208eb45824ad7106e119708651560" [[package]] name = "plonky2_util" version = "1.0.0" -source = "git+https://github.com/distributed-lab/plonky2?branch=stable#b95850c33ecbdf6b0129dbe85e9a46b5509f775a" +source = "git+https://github.com/distributed-lab/plonky2?branch=stable#4f4d41be1c7208eb45824ad7106e119708651560" [[package]] name = "ppv-lite86"