From d7deee428b0e85634945c24b70fde0b9a2911309 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Tue, 10 Oct 2023 14:00:38 +0200 Subject: [PATCH] Upgrade ctest2 to mitigate `mem::forget` warnings --- systest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/Cargo.toml b/systest/Cargo.toml index 97a5405b0e..a89fc9b976 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -9,7 +9,7 @@ libc = "0.2" openssl-sys = { path = "../openssl-sys" } [build-dependencies] -ctest2 = "0.4" +ctest2 = "0.4.2" [features] vendored = ['openssl-sys/vendored']