aboutsummaryrefslogtreecommitdiff
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
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]>
-rw-r--r--Cargo.lock81
-rw-r--r--dotup_cli/Cargo.toml2
2 files changed, 5 insertions, 78 deletions
diff --git a/Cargo.lock b/Cargo.lock
index daba77a..5ad5697 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,33 +82,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
82 82
83[[package]] 83[[package]]
84name = "clap" 84name = "clap"
85version = "3.0.0-beta.5" 85version = "3.0.0-rc.7"
86source = "registry+https://github.com/rust-lang/crates.io-index" 86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63" 87checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0"
88dependencies = [ 88dependencies = [
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]]
102name = "clap_derive"
103version = "3.0.0-beta.5"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
106dependencies = [
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"
195checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 179checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
196 180
197[[package]] 181[[package]]
198name = "heck"
199version = "0.3.3"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
202dependencies = [
203 "unicode-segmentation",
204]
205
206[[package]]
207name = "hermit-abi" 182name = "hermit-abi"
208version = "0.1.19" 183version = "0.1.19"
209source = "registry+https://github.com/rust-lang/crates.io-index" 184source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -266,9 +241,9 @@ checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
266 241
267[[package]] 242[[package]]
268name = "os_str_bytes" 243name = "os_str_bytes"
269version = "4.2.0" 244version = "6.0.0"
270source = "registry+https://github.com/rust-lang/crates.io-index" 245source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799" 246checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
272dependencies = [ 247dependencies = [
273 "memchr", 248 "memchr",
274] 249]
@@ -307,30 +282,6 @@ dependencies = [
307] 282]
308 283
309[[package]] 284[[package]]
310name = "proc-macro-error"
311version = "1.0.4"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
314dependencies = [
315 "proc-macro-error-attr",
316 "proc-macro2",
317 "quote",
318 "syn",
319 "version_check",
320]
321
322[[package]]
323name = "proc-macro-error-attr"
324version = "1.0.4"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
327dependencies = [
328 "proc-macro2",
329 "quote",
330 "version_check",
331]
332
333[[package]]
334name = "proc-macro2" 285name = "proc-macro2"
335version = "1.0.32" 286version = "1.0.32"
336source = "registry+https://github.com/rust-lang/crates.io-index" 287source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -509,9 +460,6 @@ name = "textwrap"
509version = "0.14.2" 460version = "0.14.2"
510source = "registry+https://github.com/rust-lang/crates.io-index" 461source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" 462checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
512dependencies = [
513 "unicode-width",
514]
515 463
516[[package]] 464[[package]]
517name = "thiserror" 465name = "thiserror"
@@ -566,27 +514,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" 514checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
567 515
568[[package]] 516[[package]]
569name = "unicase"
570version = "2.6.0"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
573dependencies = [
574 "version_check",
575]
576
577[[package]]
578name = "unicode-segmentation"
579version = "1.8.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
582
583[[package]]
584name = "unicode-width"
585version = "0.1.8"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
588
589[[package]]
590name = "unicode-xid" 517name = "unicode-xid"
591version = "0.2.2" 518version = "0.2.2"
592source = "registry+https://github.com/rust-lang/crates.io-index" 519source = "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]
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]