diff --git a/Cargo.toml b/Cargo.toml index 5ee696c..974839b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], versi tracing = "0.1" # We support versions 2, 3 and 4 cap-std-ext = "<= 5.1" -itertools = "0.14.0" +itertools = "0.15.0" [dev-dependencies] anyhow = "1.0"