From 703f3d21d46674eec012ed313c34ad4c6e527869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:50:24 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.5.4 (#119) 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 813351f..6086ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ aws-sdk-glue = "1.27" aws-types = "1.2" aws-credential-types = "1.2" chrono = "0.4.38" -clap = { version = "4.5", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } datafusion = { version = "35", features = ["avro"] } deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3"