aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 04:41:49 +0000
committerGitHub <noreply@github.com>2022-01-13 04:41:49 +0000
commit0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a (patch)
treec03c9eee2619a08a386f903a6c88e3e19d89d226 /Cargo.toml
parentMerge pull request #705 from svenstaro/dependabot/cargo/clap-3.0.7 (diff)
downloadminiserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.tar.gz
miniserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.zip
Bump clap_complete from 3.0.2 to 3.0.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.2 to 3.0.3. - [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.0.2...clap_complete-v3.0.3) --- 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 929a595..e640dd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] }
-clap_complete = "3.0.2"
+clap_complete = "3.0.3"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }