From e810b42eb610b84a544c402fff5fcd4ee789235b Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 21 Jun 2023 15:30:57 +0200 Subject: [PATCH] chore(tfhe): remove wildcard deps --- tfhe/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index daaea3bf4..88c8b2bcd 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -37,10 +37,10 @@ itertools = "0.10.5" num_cpus = "1.15" # For erf and normality test libm = "0.2.6" -test-case = "*" -combine = "*" -env_logger = "*" -log = "*" +test-case = "3.1.0" +combine = "4.6.6" +env_logger = "0.10.0" +log = "0.4.19" [build-dependencies] cbindgen = { version = "0.24.3", optional = true }