diff --git a/Cargo.lock b/Cargo.lock index ebbb116..04bd6f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4070,9 +4070,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" +checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" dependencies = [ "either", "rayon-core", @@ -4080,9 +4080,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ "crossbeam-deque", "crossbeam-utils", @@ -5082,7 +5082,7 @@ dependencies = [ [[package]] name = "sync-committee-primitives" version = "0.1.0" -source = "git+https://github.com/commonprefix/sync-committee-rs?branch=cp_changes#204b2371ec1435efd522d61ee6fbe42a1d6cb898" +source = "git+https://github.com/commonprefix/sync-committee-rs?branch=cp_changes#5aa9512e19bbcb3e16be354a614b25341438d66d" dependencies = [ "anyhow", "ark-bls12-381",