diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 79813a0ea1fb..d0c3af240ac4 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -32,7 +32,7 @@ all-features = true [dependencies] # In alphabetical order async-trait = "0.1.53" bytes = "1.0" -chrono = { version = "0.4.31", default-features = false, features = ["clock"] } +chrono = { version = "0.4.34", default-features = false, features = ["clock"] } futures = "0.3" humantime = "2.1" itertools = "0.12.0"