From b86061c2db984671ae3143d1af64609f01c37191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 06:47:25 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b117663..b3e6de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ catppuccin-egui = "3.0.0" egui_extras ="0.22.0" egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" } egui_dock = "0.6.1" -log = "0.4.17" +log = "0.4.18" getrandom = { version = "0.2", features = ["js"] } web-time = "0.2.0"