diff --git a/crates/spectator/Cargo.toml b/crates/spectator/Cargo.toml index c252e4ded..e04cb2b21 100644 --- a/crates/spectator/Cargo.toml +++ b/crates/spectator/Cargo.toml @@ -24,7 +24,7 @@ eframe = { version = "0.26", 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 } -itertools = { version = "0.12", optional = true } +itertools = { version = "0.13", optional = true } rmp-serde = "1.1.1" serde = { version = "1.0", features = ["derive"] } time = { version = "0.3", features = ["serde"] }