diff options
| author | diogo464 <[email protected]> | 2021-10-30 21:09:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 21:09:56 +0100 |
| commit | 89daa500b322f98436abb09a80c1a4e0b3c96a2e (patch) | |
| tree | ee905efee3761f2cf3f8efdae52d159f25b2511d /dotup_cli/Cargo.toml | |
| parent | 450ec8fbae076543d8ccc2d363613f0ae778a01d (diff) | |
| parent | 3b4b9aa6bc041f1e24761e94b1c052ad20f9ca66 (diff) | |
Merge pull request #11 from diogo464/dependabot/cargo/clap-3.0.0-beta.5
Bump clap from 3.0.0-beta.2 to 3.0.0-beta.5
Diffstat (limited to 'dotup_cli/Cargo.toml')
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index d2ece5a..f0ac22a 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml | |||
| @@ -10,7 +10,7 @@ doc = false | |||
| 10 | 10 | ||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | anyhow = "1.0" | 12 | anyhow = "1.0" |
| 13 | clap = "3.0.0-beta.2" | 13 | clap = "3.0.0-beta.5" |
| 14 | log = "0.4" | 14 | log = "0.4" |
| 15 | 15 | ||
| 16 | [dependencies.dotup] | 16 | [dependencies.dotup] |
