From a7339939c71c040e52b1eab8265ca02720d270ad Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 25 Feb 2023 00:19:13 +0000 Subject: [PATCH] Update Rust crate clap to 4.1.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6654d2..d00bbe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,9 +680,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 324c207..606ea9b 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.4", features = ["derive", "env"] } +clap = { version = "4.1.6", features = ["derive", "env"] } include_dir = "0.7.3" log = "0.4.17" serde_json = "1.0.93"