From e0d15f2fd516fca89e183f1cf51e7af20cfdc5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:38:04 +0000 Subject: [PATCH] Update egui requirement from 0.33.0 to 0.34.1 Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.33.0...0.34.1) --- updated-dependencies: - dependency-name: egui dependency-version: 0.34.1 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 384efef..7d917d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ puffin = ["dep:puffin"] [dependencies] chrono = "0.4.42" -egui = { version = "0.33.0", features = ["bytemuck"]} +egui = { version = "0.34.1", features = ["bytemuck"]} kdtree = { version = "0.8.0" } puffin = { version = "0.19.1", optional=true, default-features = false}