diff options
-rw-r--r-- | Cargo.lock | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock index c10803645..580add41f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -52,17 +52,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
52 | checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 52 | checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
53 | 53 | ||
54 | [[package]] | 54 | [[package]] |
55 | name = "atty" | ||
56 | version = "0.2.14" | ||
57 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
58 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
59 | dependencies = [ | ||
60 | "hermit-abi", | ||
61 | "libc", | ||
62 | "winapi 0.3.9", | ||
63 | ] | ||
64 | |||
65 | [[package]] | ||
66 | name = "autocfg" | 55 | name = "autocfg" |
67 | version = "1.0.0" | 56 | version = "1.0.0" |
68 | source = "registry+https://github.com/rust-lang/crates.io-index" | 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -196,18 +185,6 @@ dependencies = [ | |||
196 | ] | 185 | ] |
197 | 186 | ||
198 | [[package]] | 187 | [[package]] |
199 | name = "clicolors-control" | ||
200 | version = "1.0.1" | ||
201 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
202 | checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | ||
203 | dependencies = [ | ||
204 | "atty", | ||
205 | "lazy_static", | ||
206 | "libc", | ||
207 | "winapi 0.3.9", | ||
208 | ] | ||
209 | |||
210 | [[package]] | ||
211 | name = "cloudabi" | 188 | name = "cloudabi" |
212 | version = "0.1.0" | 189 | version = "0.1.0" |
213 | source = "registry+https://github.com/rust-lang/crates.io-index" | 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -218,11 +195,10 @@ dependencies = [ | |||
218 | 195 | ||
219 | [[package]] | 196 | [[package]] |
220 | name = "console" | 197 | name = "console" |
221 | version = "0.10.3" | 198 | version = "0.11.3" |
222 | source = "registry+https://github.com/rust-lang/crates.io-index" | 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
223 | checksum = "2586208b33573b7f76ccfbe5adb076394c88deaf81b84d7213969805b0a952a7" | 200 | checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a" |
224 | dependencies = [ | 201 | dependencies = [ |
225 | "clicolors-control", | ||
226 | "encode_unicode", | 202 | "encode_unicode", |
227 | "lazy_static", | 203 | "lazy_static", |
228 | "libc", | 204 | "libc", |
@@ -553,9 +529,9 @@ dependencies = [ | |||
553 | 529 | ||
554 | [[package]] | 530 | [[package]] |
555 | name = "insta" | 531 | name = "insta" |
556 | version = "0.16.0" | 532 | version = "0.16.1" |
557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
558 | checksum = "8386e795fb3927131ea4cede203c529a333652eb6dc4ff29616b832b27e9b096" | 534 | checksum = "617e921abc813f96a3b00958c079e7bf1e2db998f8a04f1546dd967373a418ee" |
559 | dependencies = [ | 535 | dependencies = [ |
560 | "console", | 536 | "console", |
561 | "difference", | 537 | "difference", |