From 8b8fa852ec3f39b3c207cbe77df3d4a1131e46b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 07:12:29 +0000 Subject: [PATCH] Update Rust crate log to 0.4.26 --- shaperglot-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaperglot-lib/Cargo.toml b/shaperglot-lib/Cargo.toml index fda7557..dd0bded 100644 --- a/shaperglot-lib/Cargo.toml +++ b/shaperglot-lib/Cargo.toml @@ -25,7 +25,7 @@ colored = { version = "3.0.0", optional = true } unicode-properties = "0.1.3" unicode-joining-type = "1.0.0" indexmap = "2" -log = "0.4" +log = "0.4.26" toml = { workspace = true } serde = "1.0.215" ambassador = "0.4.1"