From 0409e04132c8a3faae4f74b45a1bdb106c5fe16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:04:30 +0000 Subject: [PATCH] Update egui_dock requirement from 0.13 to 0.14 --- updated-dependencies: - dependency-name: egui_dock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1371871b4..6bcd445e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ directories = "5.0.1" divan = "0.1.14" eframe = { version = "0.28.1" } egui = "0.28.1" -egui_dock = "0.13" +egui_dock = "0.14" flate2 = "1.0.33" flume = "0.11.0" fs_extra = "1.3.0"