From 70ba6a00e00699fdbc3b88c0d9e4ada22755bc25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:24:03 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.38 (#118) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 184647c..813351f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ aws-config = "1.2.1" aws-sdk-glue = "1.27" aws-types = "1.2" aws-credential-types = "1.2" -chrono = "0.4" +chrono = "0.4.38" clap = { version = "4.5", features = ["derive"] } datafusion = { version = "35", features = ["avro"] } deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] }