aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-10 04:17:10 +0000
committerGitHub <noreply@github.com>2021-12-10 04:17:10 +0000
commite5e48ef591253e00c4814ee4eaec6807c5aed42d (patch)
tree2efa80e82af93149e7a60b2328cbff1484cc698b /Cargo.toml
parentMerge pull request #657 from svenstaro/dependabot/cargo/simplelog-0.11.1 (diff)
downloadminiserve-e5e48ef591253e00c4814ee4eaec6807c5aed42d.tar.gz
miniserve-e5e48ef591253e00c4814ee4eaec6807c5aed42d.zip
Bump clap_generate from 3.0.0-rc.0 to 3.0.0-rc.3
Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.0 to 3.0.0-rc.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_generate-v3.0.0-rc.0...clap_generate-v3.0.0-rc.3) --- 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 '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 598076f..56c55a3 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.0"
+clap_generate = "3.0.0-rc.3"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }