From ee91d7d79c6d733a77caa4c38755f68a10a49c76 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Thu, 4 Sep 2025 14:18:44 +0300 Subject: [PATCH] fix: ci fix 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b98867..b2905de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" actix-rt = "*" lazy_static = "1.5.0" env_logger = "0.10" -log = "0.4" +log = "0.4.28" lru = "0.7.8" thiserror = "2.0.12" rs_merkle = "1.4"