From da59e33687875434de826fb849219d5246bca3db Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 10 Feb 2023 00:11:39 +0000 Subject: [PATCH] Update Rust crate clap to 4.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81683b0..66c85d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix = "0.13.0" actix-identity = "0.5.2" actix-web = "4" actix-session = { version = "0.7.2", features = ["cookie-session"] } -clap = { version = "4.1.1", features = ["derive", "env"] } +clap = { version = "4.1.4", features = ["derive", "env"] } include_dir = "0.7.3" log = "0.4.17" serde_json = "1.0.89"