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