diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b5652cd..475b5f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ path = "src/main.rs" serde = { version = "1.0.137", optional = true, features = ["derive"] } thiserror = "1.0" tempfile = "3.2.0" -itertools = "0.12.1" +itertools = "0.13.0" walkdir = "2" anyhow = "1.0.65" echo-library = { path = "../echo-library" } diff --git a/composer-primitives/Cargo.toml b/composer-primitives/Cargo.toml index dc86d51..9495fa2 100644 --- a/composer-primitives/Cargo.toml +++ b/composer-primitives/Cargo.toml @@ -12,7 +12,7 @@ serde_derive = "1.0" serde_json = "1.0.107" allocative = "0.3.0" thiserror = "1.0.50" -itertools = "0.12.1" +itertools = "0.13.0" tempfile = "3.2.0" walkdir = "2" anyhow = "1.0.65" diff --git a/echo-library/Cargo.toml b/echo-library/Cargo.toml index 7cbdd98..42ba120 100644 --- a/echo-library/Cargo.toml +++ b/echo-library/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.107" allocative = "0.3.0" thiserror = "1.0.50" convert_case = "0.6.0" -itertools = "0.12.1" +itertools = "0.13.0" walkdir = "2" composer-primitives = "0.0.3" rayon = "1.8.1"