From 4635144d84324d1cc2c337b43ec6fe6cd276ffc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:09:07 +0000 Subject: [PATCH] Update Rust crate flexi_logger to 0.25.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..34f4e72 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.25.6", features = ["async", "colors"] } flume = "0.10.10" git-cvs-fast-import-process = { path = "internal/process" } git-cvs-fast-import-state = { path = "internal/state" }