From 55482dcfbc0b434fb9a9845395a6905220938931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:14:48 +0000 Subject: [PATCH] Update Rust crate flexi_logger to 0.29.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..d949703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ comma-v = { path = "comma-v" } # Temporarily the Git repo until the fix for # https://github.com/tokio-rs/console/issues/180 lands in a release. console-subscriber = { git = "https://github.com/tokio-rs/console" } -flexi_logger = { version = "0.22.3", features = ["async", "colors"] } +flexi_logger = { version = "0.29.8", features = ["async", "colors"] } flume = "0.10.10" git-cvs-fast-import-process = { path = "internal/process" } git-cvs-fast-import-state = { path = "internal/state" }