From 6f214f2a0613dbfb8f7646c692838dde0905cd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:29:32 -0400 Subject: [PATCH] Bump concrete-ntt from 0.1.1 to 0.1.2 (#263) Bumps [concrete-ntt](https://github.com/zama-ai/concrete-ntt) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/zama-ai/concrete-ntt/releases) - [Commits](https://github.com/zama-ai/concrete-ntt/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: concrete-ntt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 17 ++++------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40186d8..a9feebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,12 +230,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "concrete-ntt" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1167c583765f273205c691a0a8bff23a925aa5bc66f2448031e4a6e518cd64d7" +checksum = "b4f4643dbd5de069e099122ae6c2bbd3db70d69ffec348dfc228448d635f949e" dependencies = [ "aligned-vec", - "pulp 0.11.11", + "pulp", ] [[package]] @@ -481,7 +481,7 @@ dependencies = [ "proptest", "prost", "prost-build", - "pulp 0.18.9", + "pulp", "rand", "rand_chacha", "sha2", @@ -978,15 +978,6 @@ dependencies = [ "prost", ] -[[package]] -name = "pulp" -version = "0.11.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866e8018d6397b0717100dd4a7948fc8cbc8c4b8ce3e39e98a0e1e878d3ba925" -dependencies = [ - "bytemuck", -] - [[package]] name = "pulp" version = "0.18.9" diff --git a/Cargo.toml b/Cargo.toml index 69407f6..7955099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.73" [workspace.dependencies] clap = { version = "^4.5.4", features = ["derive"] } -concrete-ntt = "^0.1.1" +concrete-ntt = "^0.1.2" console = "^0.15.8" criterion = "^0.5.1" doc-comment = "^0.3.3"