From d5b5369a9a91f86c74fd282e7c6637614791c6ad Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 24 Sep 2025 14:24:53 +0200 Subject: [PATCH] chore: bump tfhe-zk-pok to 0.7.3 --- tfhe-zk-pok/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfhe-zk-pok/Cargo.toml b/tfhe-zk-pok/Cargo.toml index 8e2a70de7..18b3f7b21 100644 --- a/tfhe-zk-pok/Cargo.toml +++ b/tfhe-zk-pok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe-zk-pok" -version = "0.7.2" +version = "0.7.3" edition = "2021" keywords = ["zero", "knowledge", "proof", "vector-commitments"] homepage = "https://zama.ai/" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 118844e18..a88989dbf 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -77,7 +77,7 @@ blake3 = { version = "1.8", optional = true } itertools = { workspace = true } rand_core = { version = "0.6.4", features = ["std"] } strum = { version = "0.27", features = ["derive"], optional = true } -tfhe-zk-pok = { version = "0.7.2", path = "../tfhe-zk-pok", optional = true } +tfhe-zk-pok = { version = "0.7.3", path = "../tfhe-zk-pok", optional = true } tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" } # wasm deps