diff options
author | Aleksey Kladov <[email protected]> | 2019-01-04 21:50:56 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-04 21:50:56 +0000 |
commit | 4608a41ad41b00130a719e8ada65d8064fbc9d54 (patch) | |
tree | 01ad3e0bf103a5d25cd41e974805c7aa0c5c465a | |
parent | 4a3ef8fe63c5eedfbb6d3038e88f0b1349a1c382 (diff) |
:arrow_up: rowan
-rw-r--r-- | Cargo.lock | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8f7dcd87f..dbadfc64e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -535,15 +535,6 @@ dependencies = [ | |||
535 | 535 | ||
536 | [[package]] | 536 | [[package]] |
537 | name = "parking_lot" | 537 | name = "parking_lot" |
538 | version = "0.6.4" | ||
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
540 | dependencies = [ | ||
541 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
542 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
543 | ] | ||
544 | |||
545 | [[package]] | ||
546 | name = "parking_lot" | ||
547 | version = "0.7.1" | 538 | version = "0.7.1" |
548 | source = "registry+https://github.com/rust-lang/crates.io-index" | 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
549 | dependencies = [ | 540 | dependencies = [ |
@@ -553,18 +544,6 @@ dependencies = [ | |||
553 | 544 | ||
554 | [[package]] | 545 | [[package]] |
555 | name = "parking_lot_core" | 546 | name = "parking_lot_core" |
556 | version = "0.3.1" | ||
557 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
558 | dependencies = [ | ||
559 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", | ||
560 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
561 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
562 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
563 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
564 | ] | ||
565 | |||
566 | [[package]] | ||
567 | name = "parking_lot_core" | ||
568 | version = "0.4.0" | 547 | version = "0.4.0" |
569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
570 | dependencies = [ | 549 | dependencies = [ |
@@ -785,7 +764,7 @@ dependencies = [ | |||
785 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "ra_text_edit 0.1.0", | 766 | "ra_text_edit 0.1.0", |
788 | "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "test_utils 0.1.0", | 768 | "test_utils 0.1.0", |
790 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
791 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -990,10 +969,10 @@ dependencies = [ | |||
990 | 969 | ||
991 | [[package]] | 970 | [[package]] |
992 | name = "rowan" | 971 | name = "rowan" |
993 | version = "0.1.3" | 972 | version = "0.1.4" |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
995 | dependencies = [ | 974 | dependencies = [ |
996 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 976 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
998 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
999 | ] | 978 | ] |
@@ -1562,9 +1541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1562 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 1541 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
1563 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" | 1542 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
1564 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | 1543 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1565 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" | ||
1566 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" | 1544 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
1567 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | ||
1568 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1545 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1569 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1546 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1570 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" | 1547 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
@@ -1594,7 +1571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1594 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 1571 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
1595 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1572 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1596 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" | 1573 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1597 | "checksum rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9ccca91953e9c549cac18e8f41daa5d49dad1c9a4c9bb977ac42718bb34e1bf" | 1574 | "checksum rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c218b4430ab922850b71b14fa9bca224425097f935f6155c0b6a4b1f398a54f0" |
1598 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" | 1575 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
1599 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1576 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1600 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1577 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |