diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-20 19:13:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-20 19:13:02 +0000 |
| commit | 8b55e5482f6b7d325980b41edbd03d6e42c183c1 (patch) | |
| tree | 6c0cb09cac0c6531721937a6bcf04964af0bc77c | |
| parent | 59d04d7c32f80e89de27fbd649edee653814358e (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]>
| -rw-r--r-- | Cargo.lock | 81 | ||||
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
2 files changed, 5 insertions, 78 deletions
| @@ -82,33 +82,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
| 82 | 82 | ||
| 83 | [[package]] | 83 | [[package]] |
| 84 | name = "clap" | 84 | name = "clap" |
| 85 | version = "3.0.0-beta.5" | 85 | version = "3.0.0-rc.7" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" | 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63" | 87 | checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0" |
| 88 | dependencies = [ | 88 | dependencies = [ |
| 89 | "atty", | 89 | "atty", |
| 90 | "bitflags", | 90 | "bitflags", |
| 91 | "clap_derive", | ||
| 92 | "indexmap", | 91 | "indexmap", |
| 93 | "lazy_static", | ||
| 94 | "os_str_bytes", | 92 | "os_str_bytes", |
| 95 | "strsim", | 93 | "strsim", |
| 96 | "termcolor", | 94 | "termcolor", |
| 97 | "textwrap", | 95 | "textwrap", |
| 98 | "unicase", | ||
| 99 | ] | ||
| 100 | |||
| 101 | [[package]] | ||
| 102 | name = "clap_derive" | ||
| 103 | version = "3.0.0-beta.5" | ||
| 104 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 105 | checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3" | ||
| 106 | dependencies = [ | ||
| 107 | "heck", | ||
| 108 | "proc-macro-error", | ||
| 109 | "proc-macro2", | ||
| 110 | "quote", | ||
| 111 | "syn", | ||
| 112 | ] | 96 | ] |
| 113 | 97 | ||
| 114 | [[package]] | 98 | [[package]] |
| @@ -195,15 +179,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 195 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | 179 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
| 196 | 180 | ||
| 197 | [[package]] | 181 | [[package]] |
| 198 | name = "heck" | ||
| 199 | version = "0.3.3" | ||
| 200 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 201 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" | ||
| 202 | dependencies = [ | ||
| 203 | "unicode-segmentation", | ||
| 204 | ] | ||
| 205 | |||
| 206 | [[package]] | ||
| 207 | name = "hermit-abi" | 182 | name = "hermit-abi" |
| 208 | version = "0.1.19" | 183 | version = "0.1.19" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" | 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -266,9 +241,9 @@ checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" | |||
| 266 | 241 | ||
| 267 | [[package]] | 242 | [[package]] |
| 268 | name = "os_str_bytes" | 243 | name = "os_str_bytes" |
| 269 | version = "4.2.0" | 244 | version = "6.0.0" |
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" | 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 | checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799" | 246 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
| 272 | dependencies = [ | 247 | dependencies = [ |
| 273 | "memchr", | 248 | "memchr", |
| 274 | ] | 249 | ] |
| @@ -307,30 +282,6 @@ dependencies = [ | |||
| 307 | ] | 282 | ] |
| 308 | 283 | ||
| 309 | [[package]] | 284 | [[package]] |
| 310 | name = "proc-macro-error" | ||
| 311 | version = "1.0.4" | ||
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 313 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | ||
| 314 | dependencies = [ | ||
| 315 | "proc-macro-error-attr", | ||
| 316 | "proc-macro2", | ||
| 317 | "quote", | ||
| 318 | "syn", | ||
| 319 | "version_check", | ||
| 320 | ] | ||
| 321 | |||
| 322 | [[package]] | ||
| 323 | name = "proc-macro-error-attr" | ||
| 324 | version = "1.0.4" | ||
| 325 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 326 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | ||
| 327 | dependencies = [ | ||
| 328 | "proc-macro2", | ||
| 329 | "quote", | ||
| 330 | "version_check", | ||
| 331 | ] | ||
| 332 | |||
| 333 | [[package]] | ||
| 334 | name = "proc-macro2" | 285 | name = "proc-macro2" |
| 335 | version = "1.0.32" | 286 | version = "1.0.32" |
| 336 | source = "registry+https://github.com/rust-lang/crates.io-index" | 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -509,9 +460,6 @@ name = "textwrap" | |||
| 509 | version = "0.14.2" | 460 | version = "0.14.2" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" | 462 | checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" |
| 512 | dependencies = [ | ||
| 513 | "unicode-width", | ||
| 514 | ] | ||
| 515 | 463 | ||
| 516 | [[package]] | 464 | [[package]] |
| 517 | name = "thiserror" | 465 | name = "thiserror" |
| @@ -566,27 +514,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 566 | checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" | 514 | checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" |
| 567 | 515 | ||
| 568 | [[package]] | 516 | [[package]] |
| 569 | name = "unicase" | ||
| 570 | version = "2.6.0" | ||
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 572 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | ||
| 573 | dependencies = [ | ||
| 574 | "version_check", | ||
| 575 | ] | ||
| 576 | |||
| 577 | [[package]] | ||
| 578 | name = "unicode-segmentation" | ||
| 579 | version = "1.8.0" | ||
| 580 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 581 | checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" | ||
| 582 | |||
| 583 | [[package]] | ||
| 584 | name = "unicode-width" | ||
| 585 | version = "0.1.8" | ||
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 587 | checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" | ||
| 588 | |||
| 589 | [[package]] | ||
| 590 | name = "unicode-xid" | 517 | name = "unicode-xid" |
| 591 | version = "0.2.2" | 518 | version = "0.2.2" |
| 592 | source = "registry+https://github.com/rust-lang/crates.io-index" | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
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] |
| 12 | anyhow = "1.0" | 12 | anyhow = "1.0" |
| 13 | clap = "3.0.0-beta.5" | 13 | clap = "3.0.0-rc.7" |
| 14 | log = "0.4" | 14 | log = "0.4" |
| 15 | 15 | ||
| 16 | [dependencies.dotup] | 16 | [dependencies.dotup] |
