From 8f8adb46a0c616d682b8e74f8cedc892dca74930 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 17 Nov 2022 00:09:23 +0000 Subject: [PATCH] Update Rust crate clap to 4.0.26 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df51821..ebb2a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 1488e24..33457e1 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.0.22", features = ["derive", "env"] } +clap = { version = "4.0.26", features = ["derive", "env"] } include_dir = "0.7.3" log = "0.4.17" serde_json = "1.0.87"