aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-17 04:20:52 +0000
committerGitHub <noreply@github.com>2021-12-17 04:20:52 +0000
commitcde8c52850b040930fe5d240cf8500046a2ec85d (patch)
tree36e2e819c58c0b6adc58ed1437acaaf6439e3be9 /Cargo.toml
parentMerge pull request #667 from svenstaro/dependabot/cargo/clap_generate-3.0.0-rc.5 (diff)
downloadminiserve-cde8c52850b040930fe5d240cf8500046a2ec85d.tar.gz
miniserve-cde8c52850b040930fe5d240cf8500046a2ec85d.zip
Bump clap_generate from 3.0.0-rc.5 to 3.0.0-rc.7
Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.5 to 3.0.0-rc.7. - [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.5...clap_generate-v3.0.0-rc.7) --- 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 2c11d54..da56a6b 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.5"
+clap_generate = "3.0.0-rc.7"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }