From 0cce97779bae54e8b195836de9a7183131cca879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:30:21 +0000 Subject: [PATCH] Update eframe requirement from 0.26 to 0.28 Updates the requirements on [eframe](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.26.0...0.28.1) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/spectator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/spectator/Cargo.toml b/crates/spectator/Cargo.toml index 7c329d0e0..aad50b6ed 100644 --- a/crates/spectator/Cargo.toml +++ b/crates/spectator/Cargo.toml @@ -20,7 +20,7 @@ argmin = { version = "0.10.0", path = "../argmin", default-features = false, fea bytes = "1.4.0" clap = { version = "4.1.7", features = ["derive"] } dashmap = { version = "6.0", features = ["serde"], optional = true } -eframe = { version = "0.26", features = ["ron", "persistence"], optional = true } +eframe = { version = "0.28", features = ["ron", "persistence"], optional = true } egui_dock = { version = "0.11", optional = true } egui_extras = { version = "0.26", optional = true } egui_plot = { version = "0.26", optional = true }