aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-11 04:16:41 +0000
committerGitHub <noreply@github.com>2022-05-11 04:16:41 +0000
commit0cac3e6b78ee07f705464d821525207b2e4dbe3c (patch)
tree66d1776c211b730921df782fc061e1ef046a125c /Cargo.toml
parentBump deps (diff)
downloadminiserve-0cac3e6b78ee07f705464d821525207b2e4dbe3c.tar.gz
miniserve-0cac3e6b78ee07f705464d821525207b2e4dbe3c.zip
Bump clap from 3.1.17 to 3.1.18
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.17...v3.1.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 cb7a75e..0c46350 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.1.15", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.1.18", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.1.3"
clap_mangen = "0.1"
chrono = "0.4"