From fc2822d20a2a7b02d6c90030dab34f9e65acbaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:27:28 +0000 Subject: [PATCH] Update egui_table requirement from 0.6.0 to 0.7.0 Updates the requirements on [egui_table](https://github.com/rerun-io/egui_table) to permit the latest version. - [Release notes](https://github.com/rerun-io/egui_table/releases) - [Changelog](https://github.com/rerun-io/egui_table/blob/main/CHANGELOG.md) - [Commits](https://github.com/rerun-io/egui_table/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: egui_table dependency-version: 0.7.0 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 2e84529..2d53cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ egui-phosphor = "0.11.0" egui_dnd = "0.14.0" egui_extras = { version = "0.33.3", features = ["datepicker", "serde", "svg"] } egui_plot = "0.34.0" -egui_table = "0.6.0" +egui_table = "0.7.0" egui_tiles = "0.14.1" ehttp = { version = "0.6.0", features = ["json", "native-async"] } indexmap = "2.12.1"