From 032e3907b5560c392aea80a12074e0a96ee896f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:13:53 +0000 Subject: [PATCH] chore(deps): update rust crate simple_logger to 1.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 043cb04d..8ac54ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ which = "4.4" [dev-dependencies] rstest = "0.18" -simple_logger = "1.11" +simple_logger = "1.16" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.20"