diff --git a/Cargo.lock b/Cargo.lock index 40186d8..9c11bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "bytemuck" -version = "1.14.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9" +checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" [[package]] name = "byteorder" @@ -481,7 +481,7 @@ dependencies = [ "proptest", "prost", "prost-build", - "pulp 0.18.9", + "pulp 0.18.10", "rand", "rand_chacha", "sha2", @@ -989,9 +989,9 @@ dependencies = [ [[package]] name = "pulp" -version = "0.18.9" +version = "0.18.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03457ac216146f43f921500bac4e892d5cd32b0479b929cbfc90f95cd6c599c2" +checksum = "e14989307e408d9f4245d4fda09a7b144a08114ba124e26cab60ab83dc98db10" dependencies = [ "bytemuck", "libm", diff --git a/crates/fhe-math/Cargo.toml b/crates/fhe-math/Cargo.toml index b844dab..2bce7ce 100644 --- a/crates/fhe-math/Cargo.toml +++ b/crates/fhe-math/Cargo.toml @@ -30,7 +30,7 @@ num-bigint.workspace = true num-bigint-dig.workspace = true num-traits.workspace = true prost.workspace = true -pulp = "^0.18.9" +pulp = "^0.18.10" rand.workspace = true rand_chacha.workspace = true thiserror.workspace = true