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"