diff --git a/Cargo.toml b/Cargo.toml index d098063..b3f5258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["character_window", "map", "rpg_components"] [workspace.dependencies] destructure_traitobject = "0.3.0" -itertools = "0.13.0" +itertools = "0.14.0" serde = { version = "1.0.203", features = ["derive"] } ron = "0.8.1" paste = "1.0.15"