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

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 162f16e  fix: chrono dep (#274)
162f16e is described below

commit 162f16e2557cbefbbcfd371011f1fb4b5453a9de
Author: Chengxu Bian <[email protected]>
AuthorDate: Fri Mar 29 03:51:19 2024 -0400

    fix: chrono dep (#274)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index ad886c3..f407191 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ aws-sdk-glue = "1.21.0"
 bimap = "0.6"
 bitvec = "1.0.1"
 bytes = "1.5"
-chrono = "0.4"
+chrono = "0.4.34"
 derive_builder = "0.20.0"
 either = "1"
 env_logger = "0.11.0"

Reply via email to