diff --git a/Cargo.toml b/Cargo.toml index 7c982037..4e59ae14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1", optional = true, features = ["derive"] } bitflags = "2.3" cassowary = "0.3" indoc = "2.0" -itertools = "0.11" +itertools = "0.12" paste = "1.0.2" strum = { version = "0.25", features = ["derive"] } time = { version = "0.3.11", optional = true, features = ["local-offset"] }