aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 04:41:49 +0000
committerGitHub <noreply@github.com>2022-01-13 04:41:49 +0000
commit0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a (patch)
treec03c9eee2619a08a386f903a6c88e3e19d89d226
parentMerge pull request #705 from svenstaro/dependabot/cargo/clap-3.0.7 (diff)
downloadminiserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.tar.gz
miniserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.zip
Bump clap_complete from 3.0.2 to 3.0.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.2 to 3.0.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_complete-v3.0.2...clap_complete-v3.0.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8237f5e..ee17001 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,9 +592,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "3.0.2"
+version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
+checksum = "6fff450c061c4de8162fd6fa0a7a73f70f10c211869a34897724823ed9ec0046"
dependencies = [
"clap 3.0.7",
]
diff --git a/Cargo.toml b/Cargo.toml
index 929a595..e640dd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] }
-clap_complete = "3.0.2"
+clap_complete = "3.0.3"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }