From 77a3132bbd27ebb3cef0d79f24a9a839f125343c Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Tue, 2 Apr 2024 03:23:18 +0800 Subject: [PATCH] using latest choron (#5578) --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"