diff options
-rw-r--r-- | Cargo.lock | 57 |
1 files changed, 26 insertions, 31 deletions
diff --git a/Cargo.lock b/Cargo.lock index 528a33224..fd4d876de 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -291,11 +291,10 @@ dependencies = [ | |||
291 | 291 | ||
292 | [[package]] | 292 | [[package]] |
293 | name = "crossbeam-channel" | 293 | name = "crossbeam-channel" |
294 | version = "0.3.8" | 294 | version = "0.3.9" |
295 | source = "registry+https://github.com/rust-lang/crates.io-index" | 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | dependencies = [ | 296 | dependencies = [ |
297 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 297 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
298 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
299 | ] | 298 | ] |
300 | 299 | ||
301 | [[package]] | 300 | [[package]] |
@@ -303,21 +302,21 @@ name = "crossbeam-deque" | |||
303 | version = "0.6.3" | 302 | version = "0.6.3" |
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
305 | dependencies = [ | 304 | dependencies = [ |
306 | "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 305 | "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 306 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | ] | 307 | ] |
309 | 308 | ||
310 | [[package]] | 309 | [[package]] |
311 | name = "crossbeam-epoch" | 310 | name = "crossbeam-epoch" |
312 | version = "0.7.1" | 311 | version = "0.7.2" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | 312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | dependencies = [ | 313 | dependencies = [ |
315 | "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | 314 | "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 315 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 316 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
318 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 317 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
319 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 318 | "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 319 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | ] | 320 | ] |
322 | 321 | ||
323 | [[package]] | 322 | [[package]] |
@@ -325,12 +324,12 @@ name = "crossbeam-queue" | |||
325 | version = "0.1.2" | 324 | version = "0.1.2" |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | dependencies = [ | 326 | dependencies = [ |
328 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | ] | 328 | ] |
330 | 329 | ||
331 | [[package]] | 330 | [[package]] |
332 | name = "crossbeam-utils" | 331 | name = "crossbeam-utils" |
333 | version = "0.6.5" | 332 | version = "0.6.6" |
334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
335 | dependencies = [ | 334 | dependencies = [ |
336 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 335 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -537,7 +536,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
537 | name = "gen_lsp_server" | 536 | name = "gen_lsp_server" |
538 | version = "0.2.0" | 537 | version = "0.2.0" |
539 | dependencies = [ | 538 | dependencies = [ |
540 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -804,8 +803,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
804 | 803 | ||
805 | [[package]] | 804 | [[package]] |
806 | name = "memoffset" | 805 | name = "memoffset" |
807 | version = "0.2.1" | 806 | version = "0.5.1" |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
808 | dependencies = [ | ||
809 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
810 | ] | ||
809 | 811 | ||
810 | [[package]] | 812 | [[package]] |
811 | name = "mio" | 813 | name = "mio" |
@@ -1239,7 +1241,7 @@ dependencies = [ | |||
1239 | name = "ra_lsp_server" | 1241 | name = "ra_lsp_server" |
1240 | version = "0.1.0" | 1242 | version = "0.1.0" |
1241 | dependencies = [ | 1243 | dependencies = [ |
1242 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1244 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1245 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1244 | "gen_lsp_server 0.2.0", | 1246 | "gen_lsp_server 0.2.0", |
1245 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1247 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1362,7 +1364,7 @@ name = "ra_vfs" | |||
1362 | version = "0.2.5" | 1364 | version = "0.2.5" |
1363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 | dependencies = [ | 1366 | dependencies = [ |
1365 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1396,7 +1398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1396 | dependencies = [ | 1398 | dependencies = [ |
1397 | "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1399 | "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1400 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1399 | "rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1401 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1400 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1402 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1401 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1403 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1402 | "rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1404 | "rand_pcg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1413,10 +1415,9 @@ dependencies = [ | |||
1413 | 1415 | ||
1414 | [[package]] | 1416 | [[package]] |
1415 | name = "rand_chacha" | 1417 | name = "rand_chacha" |
1416 | version = "0.2.0" | 1418 | version = "0.2.1" |
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1418 | dependencies = [ | 1420 | dependencies = [ |
1419 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1420 | "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1421 | "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1421 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1422 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1422 | ] | 1423 | ] |
@@ -1532,7 +1533,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1532 | dependencies = [ | 1533 | dependencies = [ |
1533 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1534 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1535 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1536 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1536 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1537 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1537 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1538 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | ] | 1539 | ] |
@@ -1666,11 +1667,6 @@ dependencies = [ | |||
1666 | 1667 | ||
1667 | [[package]] | 1668 | [[package]] |
1668 | name = "scopeguard" | 1669 | name = "scopeguard" |
1669 | version = "0.3.3" | ||
1670 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1671 | |||
1672 | [[package]] | ||
1673 | name = "scopeguard" | ||
1674 | version = "1.0.0" | 1670 | version = "1.0.0" |
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1676 | 1672 | ||
@@ -1896,7 +1892,7 @@ dependencies = [ | |||
1896 | name = "thread_worker" | 1892 | name = "thread_worker" |
1897 | version = "0.1.0" | 1893 | version = "0.1.0" |
1898 | dependencies = [ | 1894 | dependencies = [ |
1899 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1895 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1900 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1896 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1901 | ] | 1897 | ] |
1902 | 1898 | ||
@@ -2161,11 +2157,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2161 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 2157 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
2162 | "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" | 2158 | "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" |
2163 | "checksum cpuprofiler 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "33f07976bb6821459632d7a18d97ccca005cb5c552f251f822c7c1781c1d7035" | 2159 | "checksum cpuprofiler 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "33f07976bb6821459632d7a18d97ccca005cb5c552f251f822c7c1781c1d7035" |
2164 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" | 2160 | "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
2165 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" | 2161 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" |
2166 | "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" | 2162 | "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
2167 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | 2163 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
2168 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" | 2164 | "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
2169 | "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" | 2165 | "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" |
2170 | "checksum derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c3fd04571b29c91cfbe1e7c9a228e069ac8635f180ffb4ccd6a6907617ee8bb0" | 2166 | "checksum derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c3fd04571b29c91cfbe1e7c9a228e069ac8635f180ffb4ccd6a6907617ee8bb0" |
2171 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | 2167 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
@@ -2226,7 +2222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2226 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2222 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
2227 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2223 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
2228 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 2224 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
2229 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 2225 | "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
2230 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 2226 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
2231 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 2227 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
2232 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 2228 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
@@ -2264,7 +2260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2264 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2260 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
2265 | "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" | 2261 | "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" |
2266 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 2262 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
2267 | "checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d" | 2263 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
2268 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 2264 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
2269 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 2265 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
2270 | "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" | 2266 | "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" |
@@ -2293,7 +2289,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2293 | "checksum salsa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2891cd628406e8a0ca714b827511de1bff76f796e3382cc72a3de732ccad5aea" | 2289 | "checksum salsa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2891cd628406e8a0ca714b827511de1bff76f796e3382cc72a3de732ccad5aea" |
2294 | "checksum salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f1e25ca2b995bdf032946174929d62156ffd57abd7ff88dc6f9bdeb5ac0c59" | 2290 | "checksum salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f1e25ca2b995bdf032946174929d62156ffd57abd7ff88dc6f9bdeb5ac0c59" |
2295 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" | 2291 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
2296 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | ||
2297 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2292 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2298 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2293 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2299 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2294 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |