diff --git a/Cargo.toml b/Cargo.toml index 9594f54..a404d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ members = [ [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"