From a3d34d802d0051fa94f18fe9bd684078d19c38ad Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 3 Oct 2024 13:04:17 +0200 Subject: [PATCH] Update dependecies and release v0.6.2 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa3d791..807cfc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_logger" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Jacob "] license = "MIT" @@ -14,12 +14,12 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"] [dependencies] log = "0.4" -egui = "0.28" +egui = "0.29" regex = "1.10" -hashbrown = "0.14" +hashbrown = "0.15" [dev-dependencies] -eframe = "0.28" +eframe = "0.29" multi_log = "0.1" env_logger = "0.11"