From 67fb73cb966752923454b8cd63c149c14f7579d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:08:59 +0000 Subject: [PATCH] Update flexi_logger requirement from 0.25 to 0.27 Updates the requirements on [flexi_logger](https://github.com/emabee/flexi_logger) to permit the latest version. - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/simulations/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/simulations/Cargo.toml b/crates/simulations/Cargo.toml index cc6721d..6176e9a 100644 --- a/crates/simulations/Cargo.toml +++ b/crates/simulations/Cargo.toml @@ -21,7 +21,7 @@ serde.workspace = true lazy_static = "1.4.0" # Logging -flexi_logger = "0.25" +flexi_logger = "0.27" log = "0.4.20" # Binary Command Line Args