aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-24 04:19:35 +0000
committerGitHub <noreply@github.com>2021-12-24 04:19:35 +0000
commit43d4c5a06c81ca3d3c3d15290bf082825453eaad (patch)
tree8581cad41ac57ff744faad9a3d9031a363a8e2af /Cargo.toml
parentMerge pull request #673 from svenstaro/dependabot/cargo/reqwest-0.11.8 (diff)
downloadminiserve-43d4c5a06c81ca3d3c3d15290bf082825453eaad.tar.gz
miniserve-43d4c5a06c81ca3d3c3d15290bf082825453eaad.zip
Bump clap_generate from 3.0.0-rc.7 to 3.0.0-rc.8
Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.7 to 3.0.0-rc.8. - [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.7...clap_generate-v3.0.0-rc.8) --- 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 da56a6b..6b4fd72 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.7"
+clap_generate = "3.0.0-rc.8"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }