Update Rust crate clap to 3.2.20 #5

Merged
pierre merged 1 commits from renovate/clap-3.x into master 2022-09-12 07:34:40 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 585735769f - Show all commits

4
Cargo.lock generated
View File

@ -436,9 +436,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.18" version = "3.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15f2ea93df33549dbe2e8eecd1ca55269d63ae0b3ba1f55db030817d1c2867f" checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View File

@ -5,7 +5,7 @@ edition = "2021"
description = "TCP-over-HTTP solution" description = "TCP-over-HTTP solution"
[dependencies] [dependencies]
clap = { version = "3.2.18", features = ["derive", "env"] } clap = { version = "3.2.20", features = ["derive", "env"] }
log = "0.4.17" log = "0.4.17"
env_logger = "0.9.0" env_logger = "0.9.0"
actix = "0.13.0" actix = "0.13.0"