diff --git a/crates/spectator/Cargo.toml b/crates/spectator/Cargo.toml index e67832b01..2d8a092a5 100644 --- a/crates/spectator/Cargo.toml +++ b/crates/spectator/Cargo.toml @@ -21,7 +21,7 @@ bytes = "1.4.0" clap = { version = "4.1.7", features = ["derive"] } dashmap = { version = "6.0", features = ["serde"], optional = true } eframe = { version = "0.32", features = ["ron", "persistence"], optional = true } -egui_dock = { version = "0.17", optional = true } +egui_dock = { version = "0.18", optional = true } egui_extras = { version = "0.32", optional = true } egui_plot = { version = "0.33", optional = true } itertools = { version = "0.14", optional = true }