diff --git a/ballista/core/Cargo.toml b/ballista/core/Cargo.toml index 31a5d4959..d8d4bfcc5 100644 --- a/ballista/core/Cargo.toml +++ b/ballista/core/Cargo.toml @@ -57,7 +57,7 @@ datafusion-proto = { workspace = true } futures = "0.3" hashbrown = "0.14" -itertools = "0.11" +itertools = "0.12" libloading = "0.8.0" log = "0.4" md-5 = { version = "^0.10.0" } diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml index 470195ced..54653929c 100644 --- a/ballista/scheduler/Cargo.toml +++ b/ballista/scheduler/Cargo.toml @@ -60,7 +60,7 @@ graphviz-rust = "0.6.1" http = "0.2" http-body = "0.4" hyper = "0.14.4" -itertools = "0.11.0" +itertools = "0.12.0" log = "0.4" object_store = { workspace = true } once_cell = { version = "1.16.0", optional = true }