diff options
| author | diogo464 <[email protected]> | 2022-09-23 13:45:57 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2022-09-23 13:45:57 +0100 |
| commit | e5a38bab67f790803ff98484fc5835adba7bf62a (patch) | |
| tree | f93bc54b128db58c3e84c0db8908dda729222dc7 /Cargo.lock | |
| parent | e28be1bbe34e5430333d5bb95437e75bcfaf2edb (diff) | |
rewrite
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 272 |
1 files changed, 129 insertions, 143 deletions
| @@ -4,27 +4,18 @@ version = 3 | |||
| 4 | 4 | ||
| 5 | [[package]] | 5 | [[package]] |
| 6 | name = "aho-corasick" | 6 | name = "aho-corasick" |
| 7 | version = "0.7.18" | 7 | version = "0.7.19" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | 9 | checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" |
| 10 | dependencies = [ | 10 | dependencies = [ |
| 11 | "memchr", | 11 | "memchr", |
| 12 | ] | 12 | ] |
| 13 | 13 | ||
| 14 | [[package]] | 14 | [[package]] |
| 15 | name = "ansi_term" | ||
| 16 | version = "0.12.1" | ||
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 18 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | ||
| 19 | dependencies = [ | ||
| 20 | "winapi", | ||
| 21 | ] | ||
| 22 | |||
| 23 | [[package]] | ||
| 24 | name = "anyhow" | 15 | name = "anyhow" |
| 25 | version = "1.0.53" | 16 | version = "1.0.65" |
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 | checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" | 18 | checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" |
| 28 | 19 | ||
| 29 | [[package]] | 20 | [[package]] |
| 30 | name = "atty" | 21 | name = "atty" |
| @@ -39,9 +30,9 @@ dependencies = [ | |||
| 39 | 30 | ||
| 40 | [[package]] | 31 | [[package]] |
| 41 | name = "autocfg" | 32 | name = "autocfg" |
| 42 | version = "1.0.1" | 33 | version = "1.1.0" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" | 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | 35 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 45 | 36 | ||
| 46 | [[package]] | 37 | [[package]] |
| 47 | name = "bitflags" | 38 | name = "bitflags" |
| @@ -50,6 +41,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 50 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | 41 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 51 | 42 | ||
| 52 | [[package]] | 43 | [[package]] |
| 44 | name = "bstr" | ||
| 45 | version = "0.2.17" | ||
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 47 | checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" | ||
| 48 | dependencies = [ | ||
| 49 | "memchr", | ||
| 50 | ] | ||
| 51 | |||
| 52 | [[package]] | ||
| 53 | name = "bytecount" | ||
| 54 | version = "0.6.3" | ||
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 56 | checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" | ||
| 57 | |||
| 58 | [[package]] | ||
| 53 | name = "cfg-if" | 59 | name = "cfg-if" |
| 54 | version = "1.0.0" | 60 | version = "1.0.0" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -57,16 +63,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
| 57 | 63 | ||
| 58 | [[package]] | 64 | [[package]] |
| 59 | name = "clap" | 65 | name = "clap" |
| 60 | version = "3.0.14" | 66 | version = "3.2.21" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" | 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62" | 68 | checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" |
| 63 | dependencies = [ | 69 | dependencies = [ |
| 64 | "atty", | 70 | "atty", |
| 65 | "bitflags", | 71 | "bitflags", |
| 66 | "clap_derive", | 72 | "clap_derive", |
| 73 | "clap_lex", | ||
| 67 | "indexmap", | 74 | "indexmap", |
| 68 | "lazy_static", | 75 | "once_cell", |
| 69 | "os_str_bytes", | ||
| 70 | "strsim", | 76 | "strsim", |
| 71 | "termcolor", | 77 | "termcolor", |
| 72 | "textwrap", | 78 | "textwrap", |
| @@ -74,9 +80,9 @@ dependencies = [ | |||
| 74 | 80 | ||
| 75 | [[package]] | 81 | [[package]] |
| 76 | name = "clap_derive" | 82 | name = "clap_derive" |
| 77 | version = "3.0.14" | 83 | version = "3.2.18" |
| 78 | source = "registry+https://github.com/rust-lang/crates.io-index" | 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 | checksum = "9a1132dc3944b31c20dd8b906b3a9f0a5d0243e092d59171414969657ac6aa85" | 85 | checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" |
| 80 | dependencies = [ | 86 | dependencies = [ |
| 81 | "heck", | 87 | "heck", |
| 82 | "proc-macro-error", | 88 | "proc-macro-error", |
| @@ -86,48 +92,66 @@ dependencies = [ | |||
| 86 | ] | 92 | ] |
| 87 | 93 | ||
| 88 | [[package]] | 94 | [[package]] |
| 95 | name = "clap_lex" | ||
| 96 | version = "0.2.4" | ||
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 98 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" | ||
| 99 | dependencies = [ | ||
| 100 | "os_str_bytes", | ||
| 101 | ] | ||
| 102 | |||
| 103 | [[package]] | ||
| 89 | name = "dotup" | 104 | name = "dotup" |
| 90 | version = "0.0.0" | 105 | version = "0.1.0" |
| 91 | dependencies = [ | 106 | dependencies = [ |
| 92 | "ansi_term", | ||
| 93 | "anyhow", | 107 | "anyhow", |
| 94 | "clap", | 108 | "clap", |
| 95 | "flexi_logger", | 109 | "env_logger", |
| 110 | "globset", | ||
| 96 | "log", | 111 | "log", |
| 97 | "serde", | 112 | "nom", |
| 113 | "nom_locate", | ||
| 98 | "slotmap", | 114 | "slotmap", |
| 99 | "thiserror", | 115 | "thiserror", |
| 100 | "toml", | ||
| 101 | ] | 116 | ] |
| 102 | 117 | ||
| 103 | [[package]] | 118 | [[package]] |
| 104 | name = "flexi_logger" | 119 | name = "env_logger" |
| 105 | version = "0.22.3" | 120 | version = "0.9.0" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "969940c39bc718475391e53a3a59b0157e64929c80cf83ad5dde5f770ecdc423" | 122 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| 108 | dependencies = [ | 123 | dependencies = [ |
| 109 | "ansi_term", | ||
| 110 | "atty", | 124 | "atty", |
| 111 | "glob", | 125 | "humantime", |
| 112 | "lazy_static", | ||
| 113 | "log", | 126 | "log", |
| 114 | "regex", | 127 | "regex", |
| 115 | "rustversion", | 128 | "termcolor", |
| 116 | "thiserror", | ||
| 117 | "time", | ||
| 118 | ] | 129 | ] |
| 119 | 130 | ||
| 120 | [[package]] | 131 | [[package]] |
| 121 | name = "glob" | 132 | name = "fnv" |
| 122 | version = "0.3.0" | 133 | version = "1.0.7" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 135 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 136 | |||
| 137 | [[package]] | ||
| 138 | name = "globset" | ||
| 139 | version = "0.4.9" | ||
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 141 | checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" | ||
| 142 | dependencies = [ | ||
| 143 | "aho-corasick", | ||
| 144 | "bstr", | ||
| 145 | "fnv", | ||
| 146 | "log", | ||
| 147 | "regex", | ||
| 148 | ] | ||
| 125 | 149 | ||
| 126 | [[package]] | 150 | [[package]] |
| 127 | name = "hashbrown" | 151 | name = "hashbrown" |
| 128 | version = "0.11.2" | 152 | version = "0.12.3" |
| 129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | 154 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 131 | 155 | ||
| 132 | [[package]] | 156 | [[package]] |
| 133 | name = "heck" | 157 | name = "heck" |
| @@ -145,67 +169,82 @@ dependencies = [ | |||
| 145 | ] | 169 | ] |
| 146 | 170 | ||
| 147 | [[package]] | 171 | [[package]] |
| 172 | name = "humantime" | ||
| 173 | version = "2.1.0" | ||
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 175 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | ||
| 176 | |||
| 177 | [[package]] | ||
| 148 | name = "indexmap" | 178 | name = "indexmap" |
| 149 | version = "1.8.0" | 179 | version = "1.9.1" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" | 180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" | 181 | checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" |
| 152 | dependencies = [ | 182 | dependencies = [ |
| 153 | "autocfg", | 183 | "autocfg", |
| 154 | "hashbrown", | 184 | "hashbrown", |
| 155 | ] | 185 | ] |
| 156 | 186 | ||
| 157 | [[package]] | 187 | [[package]] |
| 158 | name = "itoa" | ||
| 159 | version = "1.0.1" | ||
| 160 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 161 | checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" | ||
| 162 | |||
| 163 | [[package]] | ||
| 164 | name = "lazy_static" | ||
| 165 | version = "1.4.0" | ||
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 167 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
| 168 | |||
| 169 | [[package]] | ||
| 170 | name = "libc" | 188 | name = "libc" |
| 171 | version = "0.2.117" | 189 | version = "0.2.132" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" | 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" | 191 | checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" |
| 174 | 192 | ||
| 175 | [[package]] | 193 | [[package]] |
| 176 | name = "log" | 194 | name = "log" |
| 177 | version = "0.4.14" | 195 | version = "0.4.17" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" | 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | 197 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| 180 | dependencies = [ | 198 | dependencies = [ |
| 181 | "cfg-if", | 199 | "cfg-if", |
| 182 | ] | 200 | ] |
| 183 | 201 | ||
| 184 | [[package]] | 202 | [[package]] |
| 185 | name = "memchr" | 203 | name = "memchr" |
| 186 | version = "2.4.1" | 204 | version = "2.5.0" |
| 205 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 206 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | ||
| 207 | |||
| 208 | [[package]] | ||
| 209 | name = "minimal-lexical" | ||
| 210 | version = "0.2.1" | ||
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | 212 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 189 | 213 | ||
| 190 | [[package]] | 214 | [[package]] |
| 191 | name = "num_threads" | 215 | name = "nom" |
| 192 | version = "0.1.3" | 216 | version = "7.1.1" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15" | 218 | checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" |
| 195 | dependencies = [ | 219 | dependencies = [ |
| 196 | "libc", | 220 | "memchr", |
| 221 | "minimal-lexical", | ||
| 197 | ] | 222 | ] |
| 198 | 223 | ||
| 199 | [[package]] | 224 | [[package]] |
| 200 | name = "os_str_bytes" | 225 | name = "nom_locate" |
| 201 | version = "6.0.0" | 226 | version = "4.0.0" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" | 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" | 228 | checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605" |
| 204 | dependencies = [ | 229 | dependencies = [ |
| 230 | "bytecount", | ||
| 205 | "memchr", | 231 | "memchr", |
| 232 | "nom", | ||
| 206 | ] | 233 | ] |
| 207 | 234 | ||
| 208 | [[package]] | 235 | [[package]] |
| 236 | name = "once_cell" | ||
| 237 | version = "1.14.0" | ||
| 238 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 239 | checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" | ||
| 240 | |||
| 241 | [[package]] | ||
| 242 | name = "os_str_bytes" | ||
| 243 | version = "6.3.0" | ||
| 244 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 245 | checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" | ||
| 246 | |||
| 247 | [[package]] | ||
| 209 | name = "proc-macro-error" | 248 | name = "proc-macro-error" |
| 210 | version = "1.0.4" | 249 | version = "1.0.4" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" | 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -231,27 +270,27 @@ dependencies = [ | |||
| 231 | 270 | ||
| 232 | [[package]] | 271 | [[package]] |
| 233 | name = "proc-macro2" | 272 | name = "proc-macro2" |
| 234 | version = "1.0.36" | 273 | version = "1.0.43" |
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" | 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 | checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" | 275 | checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" |
| 237 | dependencies = [ | 276 | dependencies = [ |
| 238 | "unicode-xid", | 277 | "unicode-ident", |
| 239 | ] | 278 | ] |
| 240 | 279 | ||
| 241 | [[package]] | 280 | [[package]] |
| 242 | name = "quote" | 281 | name = "quote" |
| 243 | version = "1.0.15" | 282 | version = "1.0.21" |
| 244 | source = "registry+https://github.com/rust-lang/crates.io-index" | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 | checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" | 284 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
| 246 | dependencies = [ | 285 | dependencies = [ |
| 247 | "proc-macro2", | 286 | "proc-macro2", |
| 248 | ] | 287 | ] |
| 249 | 288 | ||
| 250 | [[package]] | 289 | [[package]] |
| 251 | name = "regex" | 290 | name = "regex" |
| 252 | version = "1.5.4" | 291 | version = "1.6.0" |
| 253 | source = "registry+https://github.com/rust-lang/crates.io-index" | 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 254 | checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" | 293 | checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" |
| 255 | dependencies = [ | 294 | dependencies = [ |
| 256 | "aho-corasick", | 295 | "aho-corasick", |
| 257 | "memchr", | 296 | "memchr", |
| @@ -260,35 +299,9 @@ dependencies = [ | |||
| 260 | 299 | ||
| 261 | [[package]] | 300 | [[package]] |
| 262 | name = "regex-syntax" | 301 | name = "regex-syntax" |
| 263 | version = "0.6.25" | 302 | version = "0.6.27" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | 304 | checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" |
| 266 | |||
| 267 | [[package]] | ||
| 268 | name = "rustversion" | ||
| 269 | version = "1.0.6" | ||
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 271 | checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" | ||
| 272 | |||
| 273 | [[package]] | ||
| 274 | name = "serde" | ||
| 275 | version = "1.0.136" | ||
| 276 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 277 | checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" | ||
| 278 | dependencies = [ | ||
| 279 | "serde_derive", | ||
| 280 | ] | ||
| 281 | |||
| 282 | [[package]] | ||
| 283 | name = "serde_derive" | ||
| 284 | version = "1.0.136" | ||
| 285 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 286 | checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" | ||
| 287 | dependencies = [ | ||
| 288 | "proc-macro2", | ||
| 289 | "quote", | ||
| 290 | "syn", | ||
| 291 | ] | ||
| 292 | 305 | ||
| 293 | [[package]] | 306 | [[package]] |
| 294 | name = "slotmap" | 307 | name = "slotmap" |
| @@ -307,44 +320,44 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |||
| 307 | 320 | ||
| 308 | [[package]] | 321 | [[package]] |
| 309 | name = "syn" | 322 | name = "syn" |
| 310 | version = "1.0.86" | 323 | version = "1.0.99" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" | 324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" | 325 | checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" |
| 313 | dependencies = [ | 326 | dependencies = [ |
| 314 | "proc-macro2", | 327 | "proc-macro2", |
| 315 | "quote", | 328 | "quote", |
| 316 | "unicode-xid", | 329 | "unicode-ident", |
| 317 | ] | 330 | ] |
| 318 | 331 | ||
| 319 | [[package]] | 332 | [[package]] |
| 320 | name = "termcolor" | 333 | name = "termcolor" |
| 321 | version = "1.1.2" | 334 | version = "1.1.3" |
| 322 | source = "registry+https://github.com/rust-lang/crates.io-index" | 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" | 336 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
| 324 | dependencies = [ | 337 | dependencies = [ |
| 325 | "winapi-util", | 338 | "winapi-util", |
| 326 | ] | 339 | ] |
| 327 | 340 | ||
| 328 | [[package]] | 341 | [[package]] |
| 329 | name = "textwrap" | 342 | name = "textwrap" |
| 330 | version = "0.14.2" | 343 | version = "0.15.0" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" | 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" | 345 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
| 333 | 346 | ||
| 334 | [[package]] | 347 | [[package]] |
| 335 | name = "thiserror" | 348 | name = "thiserror" |
| 336 | version = "1.0.30" | 349 | version = "1.0.35" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" | 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" | 351 | checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85" |
| 339 | dependencies = [ | 352 | dependencies = [ |
| 340 | "thiserror-impl", | 353 | "thiserror-impl", |
| 341 | ] | 354 | ] |
| 342 | 355 | ||
| 343 | [[package]] | 356 | [[package]] |
| 344 | name = "thiserror-impl" | 357 | name = "thiserror-impl" |
| 345 | version = "1.0.30" | 358 | version = "1.0.35" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" | 360 | checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783" |
| 348 | dependencies = [ | 361 | dependencies = [ |
| 349 | "proc-macro2", | 362 | "proc-macro2", |
| 350 | "quote", | 363 | "quote", |
| @@ -352,37 +365,10 @@ dependencies = [ | |||
| 352 | ] | 365 | ] |
| 353 | 366 | ||
| 354 | [[package]] | 367 | [[package]] |
| 355 | name = "time" | 368 | name = "unicode-ident" |
| 356 | version = "0.3.7" | 369 | version = "1.0.4" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 358 | checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d" | ||
| 359 | dependencies = [ | ||
| 360 | "itoa", | ||
| 361 | "libc", | ||
| 362 | "num_threads", | ||
| 363 | "time-macros", | ||
| 364 | ] | ||
| 365 | |||
| 366 | [[package]] | ||
| 367 | name = "time-macros" | ||
| 368 | version = "0.2.3" | ||
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 370 | checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6" | ||
| 371 | |||
| 372 | [[package]] | ||
| 373 | name = "toml" | ||
| 374 | version = "0.5.8" | ||
| 375 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 376 | checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" | ||
| 377 | dependencies = [ | ||
| 378 | "serde", | ||
| 379 | ] | ||
| 380 | |||
| 381 | [[package]] | ||
| 382 | name = "unicode-xid" | ||
| 383 | version = "0.2.2" | ||
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" | 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" | 371 | checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" |
| 386 | 372 | ||
| 387 | [[package]] | 373 | [[package]] |
| 388 | name = "version_check" | 374 | name = "version_check" |
