diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 7fcb6ce9e3f..fafc1cc400a 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -35,7 +35,7 @@ bytes = "1.0" chrono = { version = "0.4.31", default-features = false, features = ["clock"] } futures = "0.3" humantime = "2.1" -itertools = "0.11.0" +itertools = "0.12.0" parking_lot = { version = "0.12" } percent-encoding = "2.1" snafu = "0.7"