From ab8e475ab84a84e0bd0e3f7a2a912cd1fbb35a0e Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Mon, 9 Jan 2023 11:20:31 +0000 Subject: [PATCH] ups --- test/katrunner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/katrunner/Cargo.toml b/test/katrunner/Cargo.toml index 743a9f7e..f2a9f2ce 100644 --- a/test/katrunner/Cargo.toml +++ b/test/katrunner/Cargo.toml @@ -9,6 +9,6 @@ katwalk = "0.0.10" pqc-sys = { path = "../../src/rustapi/pqc-sys" } hex = "0.4.2" threadpool = "1.8.1" -rust-crypto = "^0.4" +rust-crypto = "^0.2" lazy_static = "1.4.0" aes_ctr_drbg = "0.0.2"