aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-03 04:16:12 +0000
committerGitHub <noreply@github.com>2022-03-03 04:16:12 +0000
commit856472b4333a77e6e5732beb76bd10d75e48ec1a (patch)
treea7d560bb76f779c3f63da3dab9bcea53fa3e232f /Cargo.toml
parentBump deps (diff)
downloadminiserve-856472b4333a77e6e5732beb76bd10d75e48ec1a.tar.gz
miniserve-856472b4333a77e6e5732beb76bd10d75e48ec1a.zip
Bump clap_complete from 3.1.0 to 3.1.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.1. - [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/clap_complete-v3.1.0...clap_complete-v3.1.1) --- updated-dependencies: - dependency-name: clap_complete 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 a3f4650..6964638 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.1.3", features = ["derive", "cargo", "wrap_help"] }
-clap_complete = "3.0.3"
+clap_complete = "3.1.1"
clap_mangen = "0.1"
chrono = "0.4"
chrono-humanize = "0.2"