This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 77a3132bbd2 using latest choron (#5578)
77a3132bbd2 is described below

commit 77a3132bbd27ebb3cef0d79f24a9a839f125343c
Author: Yu Zeng <[email protected]>
AuthorDate: Tue Apr 2 03:23:18 2024 +0800

    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 79813a0ea1f..d0c3af240ac 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"

Reply via email to