diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-05 00:31:53 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-05 00:31:53 +0100 |
commit | 21f70a7293e7b24dedeec9a504763a1a3ef57675 (patch) | |
tree | d2138fbc33ae6a94778e6addbd1b7ed21f807387 /Cargo.lock | |
parent | 0ab5b1121a1d0849bd27471252756693a26ccdbf (diff) | |
parent | 9438bbc75a6c8e2b0d9b13a9455807300c8a6c6a (diff) |
Merge #1488
1488: Symplify by using into() r=kjeremy a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8fa417a8f..d6f526363 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -541,7 +541,7 @@ dependencies = [ | |||
541 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "lsp-types 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", | 544 | "lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", | 545 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 546 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | ] | 547 | ] |
@@ -774,7 +774,7 @@ dependencies = [ | |||
774 | 774 | ||
775 | [[package]] | 775 | [[package]] |
776 | name = "lsp-types" | 776 | name = "lsp-types" |
777 | version = "0.58.0" | 777 | version = "0.58.1" |
778 | source = "registry+https://github.com/rust-lang/crates.io-index" | 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
779 | dependencies = [ | 779 | dependencies = [ |
780 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1200,7 +1200,7 @@ dependencies = [ | |||
1200 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 | "gen_lsp_server 0.2.0", | 1201 | "gen_lsp_server 0.2.0", |
1202 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1202 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1203 | "lsp-types 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1203 | "lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1204 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1204 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | "ra_arena 0.1.0", | 1205 | "ra_arena 0.1.0", |
1206 | "ra_ide_api 0.1.0", | 1206 | "ra_ide_api 0.1.0", |
@@ -2201,7 +2201,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2201 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2201 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2202 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | 2202 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
2203 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 2203 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
2204 | "checksum lsp-types 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5845bb113cdb0b809deadf83727d90a6fa1978da7ea5a32034d3ea23bd2736" | 2204 | "checksum lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "42c7edac51b6739544453fd33c7ae5e910d1ec4f2d9904cf1990f8f6581e26f5" |
2205 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2205 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
2206 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2206 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
2207 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 2207 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |