diff --git a/Cargo.toml b/Cargo.toml index 4c1ad02d9..0b283539c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ either = "1" futures = "0.3" iceberg = { path = "./crates/iceberg" } iceberg-catalog-rest = { path = "./crates/catalog/rest" } -itertools = "0.11" +itertools = "0.12" lazy_static = "1" log = "^0.4" mockito = "^1"