aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-01-05 13:09:07 +0000
committerGitHub <noreply@github.com>2022-01-05 13:09:07 +0000
commit50d785bfcb87166a4ad50bd982701d6596a6b009 (patch)
treeb83446ef07e7443f45cca4ebc8c818b528834a56 /Cargo.toml
parentBump deps (diff)
parentBump clap from 3.0.1 to 3.0.4 (diff)
downloadminiserve-50d785bfcb87166a4ad50bd982701d6596a6b009.tar.gz
miniserve-50d785bfcb87166a4ad50bd982701d6596a6b009.zip
Merge pull request #692 from svenstaro/dependabot/cargo/clap-3.0.4
Bump clap from 3.0.1 to 3.0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cedc4f4..8521c63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ port_check = "0.1"
bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
-clap = { version = "3.0.1", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.0.1"
chrono = "0.4"
chrono-humanize = "0.2"