From 0ef9c699b58fce9f11c84a0fe3e379af431700bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:03:39 +0000 Subject: [PATCH] Update egui requirement from 0.28.1 to 0.29.0 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/master/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.28.1...0.29.0) --- updated-dependencies: - dependency-name: egui 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 ff27833..dcdd61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ puffin = ["dep:puffin"] [dependencies] chrono = "0.4.38" -egui = { version = "0.28.1", features = ["bytemuck", "log"]} +egui = { version = "0.29.0", features = ["bytemuck", "log"]} kdtree = { version = "0.7.0" } puffin = { version = "0.19.0", optional=true, default-features = false}