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