From 9096cb341808336601aafa10695e6a85e194e166 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 4 Sep 2022 00:30:04 +0000 Subject: [PATCH] Update Rust crate clap to 3.2.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 037d5c8..840f401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.19" +version = "3.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5" +checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 097a7a0..602b5c1 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.1", features = ["cookie-session"] } -clap = { version = "3.2.19", features = ["derive", "env"] } +clap = { version = "3.2.20", features = ["derive", "env"] } include_dir = "0.7.2" log = "0.4.17" serde_json = "1.0.85"