aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 19:13:02 +0000
committerGitHub <[email protected]>2021-12-20 19:13:02 +0000
commit8b55e5482f6b7d325980b41edbd03d6e42c183c1 (patch)
tree6c0cb09cac0c6531721937a6bcf04964af0bc77c /dotup_cli
parent59d04d7c32f80e89de27fbd649edee653814358e (diff)
Bump clap from 3.0.0-beta.5 to 3.0.0-rc.7
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.0.0-rc.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.0-beta.5...clap_generate-v3.0.0-rc.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'dotup_cli')
-rw-r--r--dotup_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml
index 2dc1adb..d351336 100644
--- a/dotup_cli/Cargo.toml
+++ b/dotup_cli/Cargo.toml
@@ -10,7 +10,7 @@ doc = false
10 10
11[dependencies] 11[dependencies]
12anyhow = "1.0" 12anyhow = "1.0"
13clap = "3.0.0-beta.5" 13clap = "3.0.0-rc.7"
14log = "0.4" 14log = "0.4"
15 15
16[dependencies.dotup] 16[dependencies.dotup]