aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-31 04:18:55 +0000
committerGitHub <noreply@github.com>2021-12-31 04:18:55 +0000
commit1db2d38296da532e59c0665b4574d52a609d36de (patch)
tree72d8c6e78199af87369a6b717dd3f4177f8b75fe /Cargo.toml
parentMerge pull request #678 from svenstaro/dependabot/cargo/clap_generate-3.0.0-rc.9 (diff)
downloadminiserve-1db2d38296da532e59c0665b4574d52a609d36de.tar.gz
miniserve-1db2d38296da532e59c0665b4574d52a609d36de.zip
Bump clap_generate from 3.0.0-rc.9 to 3.0.0-rc.11
Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.9 to 3.0.0-rc.11. - [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_generate-v3.0.0-rc.9...clap_generate-v3.0.0-rc.11) --- updated-dependencies: - dependency-name: clap_generate 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 9637547..fe896f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.0.0-rc.0", features = ["derive", "cargo", "wrap_help"] }
-clap_generate = "3.0.0-rc.9"
+clap_generate = "3.0.0-rc.11"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }