aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-18 04:19:33 +0000
committerGitHub <noreply@github.com>2022-04-18 04:19:33 +0000
commitc5d014327eacfbab9bb2a23c1b0f12a8a227d705 (patch)
treeaf3058f449676058ea874beb246547d7b60c04a6 /Cargo.toml
parentMerge pull request #770 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.0 (diff)
downloadminiserve-c5d014327eacfbab9bb2a23c1b0f12a8a227d705.tar.gz
miniserve-c5d014327eacfbab9bb2a23c1b0f12a8a227d705.zip
Bump clap from 3.1.8 to 3.1.9
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9. - [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.1.8...v3.1.9) --- 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 28f2d40..f3412bd 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.1.7", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.1.9", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.1.1"
clap_mangen = "0.1"
chrono = "0.4"