From 57c368883fc5b676c3d2b6867f3b6620d7d1bf5e Mon Sep 17 00:00:00 2001 From: Kornel Date: Sun, 14 Jul 2024 13:15:29 +0100 Subject: [PATCH] MSRV --- security-framework/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-framework/Cargo.toml b/security-framework/Cargo.toml index 8b4e6e0a..f9ec289f 100644 --- a/security-framework/Cargo.toml +++ b/security-framework/Cargo.toml @@ -25,7 +25,7 @@ num-bigint = { version = "0.4.6", optional = true } [dev-dependencies] hex = "0.4.3" -env_logger = "0.11" +env_logger = "0.10" # old for MSRV test x509-parser = "0.16" time = "0.3.17" tempfile = "3.3.0"