diff options
author | Jeremy Kolb <[email protected]> | 2019-08-06 12:56:18 +0100 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-08-06 12:56:18 +0100 |
commit | f7bdf9d2686cbae72782a731655a04e3e0d0d431 (patch) | |
tree | d3945a028dab5a8a9baada5edfc6ba399ad76c69 | |
parent | cf5d478b674e49906b129d7ed706ec5fb367ddc8 (diff) |
cargo update
-rw-r--r-- | Cargo.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7dffcd0bc..a5f56853d 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -468,7 +468,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
468 | 468 | ||
469 | [[package]] | 469 | [[package]] |
470 | name = "flexi_logger" | 470 | name = "flexi_logger" |
471 | version = "0.14.0" | 471 | version = "0.14.1" |
472 | source = "registry+https://github.com/rust-lang/crates.io-index" | 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
473 | dependencies = [ | 473 | dependencies = [ |
474 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 474 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -537,7 +537,7 @@ name = "gen_lsp_server" | |||
537 | version = "0.2.0" | 537 | version = "0.2.0" |
538 | dependencies = [ | 538 | dependencies = [ |
539 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | "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)", |
543 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -554,7 +554,7 @@ dependencies = [ | |||
554 | 554 | ||
555 | [[package]] | 555 | [[package]] |
556 | name = "getrandom" | 556 | name = "getrandom" |
557 | version = "0.1.7" | 557 | version = "0.1.8" |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
559 | dependencies = [ | 559 | dependencies = [ |
560 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1153,7 +1153,7 @@ name = "ra_cli" | |||
1153 | version = "0.1.0" | 1153 | version = "0.1.0" |
1154 | dependencies = [ | 1154 | dependencies = [ |
1155 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1155 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1156 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1156 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1157 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1158 | "ra_batch 0.1.0", | 1158 | "ra_batch 0.1.0", |
1159 | "ra_db 0.1.0", | 1159 | "ra_db 0.1.0", |
@@ -1239,7 +1239,7 @@ name = "ra_lsp_server" | |||
1239 | version = "0.1.0" | 1239 | version = "0.1.0" |
1240 | dependencies = [ | 1240 | dependencies = [ |
1241 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1241 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1242 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | "gen_lsp_server 0.2.0", | 1243 | "gen_lsp_server 0.2.0", |
1244 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1244 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1245 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1245 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1377,7 +1377,7 @@ dependencies = [ | |||
1377 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1378 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1378 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1379 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1379 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1380 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1380 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1381 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1381 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1382 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1382 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1383 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1383 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1392,7 +1392,7 @@ name = "rand" | |||
1392 | version = "0.7.0" | 1392 | version = "0.7.0" |
1393 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1394 | dependencies = [ | 1394 | dependencies = [ |
1395 | "getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1395 | "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1396 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1396 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1397 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1397 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1398 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1423,12 +1423,12 @@ name = "rand_core" | |||
1423 | version = "0.3.1" | 1423 | version = "0.3.1" |
1424 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1425 | dependencies = [ | 1425 | dependencies = [ |
1426 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1426 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1427 | ] | 1427 | ] |
1428 | 1428 | ||
1429 | [[package]] | 1429 | [[package]] |
1430 | name = "rand_core" | 1430 | name = "rand_core" |
1431 | version = "0.4.0" | 1431 | version = "0.4.2" |
1432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1433 | 1433 | ||
1434 | [[package]] | 1434 | [[package]] |
@@ -1436,7 +1436,7 @@ name = "rand_core" | |||
1436 | version = "0.5.0" | 1436 | version = "0.5.0" |
1437 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1438 | dependencies = [ | 1438 | dependencies = [ |
1439 | "getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1439 | "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | ] | 1440 | ] |
1441 | 1441 | ||
1442 | [[package]] | 1442 | [[package]] |
@@ -1469,7 +1469,7 @@ version = "0.1.4" | |||
1469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1470 | dependencies = [ | 1470 | dependencies = [ |
1471 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1471 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1472 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1473 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1473 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 | ] | 1474 | ] |
1475 | 1475 | ||
@@ -1481,7 +1481,7 @@ dependencies = [ | |||
1481 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1481 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1482 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1482 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1483 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1483 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1484 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1484 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1485 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1485 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1486 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1486 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 | ] | 1487 | ] |
@@ -1492,7 +1492,7 @@ version = "0.1.2" | |||
1492 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1493 | dependencies = [ | 1493 | dependencies = [ |
1494 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1494 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1495 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1495 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1496 | ] | 1496 | ] |
1497 | 1497 | ||
1498 | [[package]] | 1498 | [[package]] |
@@ -2157,7 +2157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2157 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 2157 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
2158 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" | 2158 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" |
2159 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 2159 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
2160 | "checksum flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c33205472cdf9f0626ff7c058d4b9cbef51673ceaf1169e54d4be49133cbab2" | 2160 | "checksum flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2be2727ae1f60711d1991788605245e70cc500bd1d92edb909af160634e1a869" |
2161 | "checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" | 2161 | "checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" |
2162 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 2162 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
2163 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" | 2163 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" |
@@ -2167,7 +2167,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2167 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 2167 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
2168 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 2168 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
2169 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | 2169 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
2170 | "checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8" | 2170 | "checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49" |
2171 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 2171 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
2172 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 2172 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
2173 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 2173 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
@@ -2239,7 +2239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2239 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 2239 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
2240 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | 2240 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
2241 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 2241 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
2242 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 2242 | "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
2243 | "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" | 2243 | "checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" |
2244 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 2244 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
2245 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | 2245 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |