From d4e81a2a10713691ef4e90d3d2f7b64316a0e13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 19:39:15 +0000 Subject: [PATCH] fix(deps): update rust crate egui_dock to 0.6.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1136c0..fa732a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ random_word = "0.3.1" catppuccin-egui = "3.0.0" egui_extras ="0.22.0" egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" } -egui_dock = "0.6.2" +egui_dock = "0.6.3" log = "0.4.19" getrandom = { version = "0.2", features = ["js"] } web-time = "0.2.0"