aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 04:14:16 +0000
committerGitHub <noreply@github.com>2022-01-13 04:14:16 +0000
commit2024196323f6867074b1fb60429c4748f8816fba (patch)
tree1e31e355b7678537029138a1f6e70145823a8f1c /Cargo.toml
parentMerge pull request #701 from svenstaro/dependabot/cargo/assert_fs-1.0.7 (diff)
downloadminiserve-2024196323f6867074b1fb60429c4748f8816fba.tar.gz
miniserve-2024196323f6867074b1fb60429c4748f8816fba.zip
Bump clap from 3.0.6 to 3.0.7
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.6 to 3.0.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/v3.0.6...v3.0.7) --- updated-dependencies: - dependency-name: clap 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 deaa89a..929a595 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ port_check = "0.1"
bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
-clap = { version = "3.0.6", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.0.2"
chrono = "0.4"
chrono-humanize = "0.2"