From b241e24605311f7c9a8a2533ef9dae257b3e78bd Mon Sep 17 00:00:00 2001 From: l1nxy Date: Mon, 1 Apr 2024 19:20:49 +0800 Subject: [PATCH] using latest choron --- 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"