diff --git a/Cargo.toml b/Cargo.toml index d0afdca..60c3403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ version = "0.1.20" # decanter = { features = ["derive"], git = "https://github.com/FL03/decanter", branch = "v0.1.7", version = "0.1.7" } anyhow = "1" -itertools = "0.12" +itertools = "0.13" smart-default = "0.7" strum = { features = ["derive"], version = "0.26" }