aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-30 19:40:21 +0000
committerGitHub <[email protected]>2021-10-30 19:40:21 +0000
commit35ea23dad9071078ea302e52ff7c51482e657714 (patch)
tree8dc6890e6a537778b3f2fabcd282c4efe8909bab
parentdfe6f8cf8fb744e50473179715bdc5708903746e (diff)
Bump clap from 3.0.0-beta.2 to 3.0.0-beta.5
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.2 to 3.0.0-beta.5. - [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.2...v3.0.0-beta.5) --- 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.lock45
-rw-r--r--dotup_cli/Cargo.toml2
2 files changed, 26 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da98040..4964acb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -94,9 +94,9 @@ dependencies = [
94 94
95[[package]] 95[[package]]
96name = "clap" 96name = "clap"
97version = "3.0.0-beta.2" 97version = "3.0.0-beta.5"
98source = "registry+https://github.com/rust-lang/crates.io-index" 98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142" 99checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
100dependencies = [ 100dependencies = [
101 "atty", 101 "atty",
102 "bitflags", 102 "bitflags",
@@ -107,15 +107,14 @@ dependencies = [
107 "strsim", 107 "strsim",
108 "termcolor", 108 "termcolor",
109 "textwrap", 109 "textwrap",
110 "unicode-width", 110 "unicase",
111 "vec_map",
112] 111]
113 112
114[[package]] 113[[package]]
115name = "clap_derive" 114name = "clap_derive"
116version = "3.0.0-beta.2" 115version = "3.0.0-beta.5"
117source = "registry+https://github.com/rust-lang/crates.io-index" 116source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1" 117checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
119dependencies = [ 118dependencies = [
120 "heck", 119 "heck",
121 "proc-macro-error", 120 "proc-macro-error",
@@ -292,9 +291,12 @@ dependencies = [
292 291
293[[package]] 292[[package]]
294name = "os_str_bytes" 293name = "os_str_bytes"
295version = "2.4.0" 294version = "4.2.0"
296source = "registry+https://github.com/rust-lang/crates.io-index" 295source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85" 296checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
297dependencies = [
298 "memchr",
299]
298 300
299[[package]] 301[[package]]
300name = "ppv-lite86" 302name = "ppv-lite86"
@@ -355,9 +357,9 @@ dependencies = [
355 357
356[[package]] 358[[package]]
357name = "proc-macro2" 359name = "proc-macro2"
358version = "1.0.27" 360version = "1.0.32"
359source = "registry+https://github.com/rust-lang/crates.io-index" 361source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" 362checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
361dependencies = [ 363dependencies = [
362 "unicode-xid", 364 "unicode-xid",
363] 365]
@@ -495,9 +497,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
495 497
496[[package]] 498[[package]]
497name = "syn" 499name = "syn"
498version = "1.0.73" 500version = "1.0.81"
499source = "registry+https://github.com/rust-lang/crates.io-index" 501source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" 502checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
501dependencies = [ 503dependencies = [
502 "proc-macro2", 504 "proc-macro2",
503 "quote", 505 "quote",
@@ -529,9 +531,9 @@ dependencies = [
529 531
530[[package]] 532[[package]]
531name = "textwrap" 533name = "textwrap"
532version = "0.12.1" 534version = "0.14.2"
533source = "registry+https://github.com/rust-lang/crates.io-index" 535source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789" 536checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
535dependencies = [ 537dependencies = [
536 "unicode-width", 538 "unicode-width",
537] 539]
@@ -572,6 +574,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" 574checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
573 575
574[[package]] 576[[package]]
577name = "unicase"
578version = "2.6.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
581dependencies = [
582 "version_check",
583]
584
585[[package]]
575name = "unicode-segmentation" 586name = "unicode-segmentation"
576version = "1.8.0" 587version = "1.8.0"
577source = "registry+https://github.com/rust-lang/crates.io-index" 588source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -590,12 +601,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 601checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
591 602
592[[package]] 603[[package]]
593name = "vec_map"
594version = "0.8.2"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
597
598[[package]]
599name = "version_check" 604name = "version_check"
600version = "0.9.3" 605version = "0.9.3"
601source = "registry+https://github.com/rust-lang/crates.io-index" 606source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml
index 9ae6beb..f82d36d 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.2" 13clap = "3.0.0-beta.5"
14log = "0.4" 14log = "0.4"
15 15
16[dependencies.dotup] 16[dependencies.dotup]