From 89f06a49dc90d2eeb5c72a24bce62a00102d8668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:54:03 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91e1b41c..783c0d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ actix-service = "2.0.2" actix-web = "4.4.0" ahash = { version = "0.8.6", features = ["std", "serde", "runtime-rng"] } chrono = { version = "0.4.31", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } -clap = { version = "4.4.11", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } +clap = { version = "4.4.12", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] } futures = "0.3.29"