diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5e5db84c3..5bf946b34 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -334,7 +334,6 @@ dependencies = [ | |||
334 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", | 334 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 335 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
336 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 336 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
337 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | ||
338 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 337 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
339 | ] | 338 | ] |
340 | 339 | ||
@@ -649,7 +648,7 @@ dependencies = [ | |||
649 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=no-upgrade)", |
653 | "test_utils 0.1.0", | 652 | "test_utils 0.1.0", |
654 | ] | 653 | ] |
655 | 654 | ||
@@ -674,7 +673,7 @@ dependencies = [ | |||
674 | "ra_syntax 0.1.0", | 673 | "ra_syntax 0.1.0", |
675 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 674 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 675 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 676 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=no-upgrade)", |
678 | "test_utils 0.1.0", | 677 | "test_utils 0.1.0", |
679 | ] | 678 | ] |
680 | 679 | ||
@@ -704,7 +703,7 @@ dependencies = [ | |||
704 | "ra_syntax 0.1.0", | 703 | "ra_syntax 0.1.0", |
705 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 704 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 705 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 706 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=no-upgrade)", |
708 | "test_utils 0.1.0", | 707 | "test_utils 0.1.0", |
709 | ] | 708 | ] |
710 | 709 | ||
@@ -732,9 +731,8 @@ dependencies = [ | |||
732 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
733 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 732 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
734 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 733 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
735 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | ||
736 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 734 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
737 | "smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 735 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 736 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "test_utils 0.1.0", | 737 | "test_utils 0.1.0", |
740 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -959,7 +957,7 @@ version = "0.1.3" | |||
959 | source = "registry+https://github.com/rust-lang/crates.io-index" | 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
960 | dependencies = [ | 958 | dependencies = [ |
961 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 959 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
962 | "smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 960 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
963 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 961 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
964 | ] | 962 | ] |
965 | 963 | ||
@@ -997,7 +995,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
997 | [[package]] | 995 | [[package]] |
998 | name = "salsa" | 996 | name = "salsa" |
999 | version = "0.8.0" | 997 | version = "0.8.0" |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" | 998 | source = "git+https://github.com/matklad/salsa?branch=no-upgrade#1a7ae719af1601fda81186fb48bd100edd9cfb7f" |
1001 | dependencies = [ | 999 | dependencies = [ |
1002 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1092,7 +1090,7 @@ dependencies = [ | |||
1092 | 1090 | ||
1093 | [[package]] | 1091 | [[package]] |
1094 | name = "smol_str" | 1092 | name = "smol_str" |
1095 | version = "0.1.7" | 1093 | version = "0.1.8" |
1096 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1097 | dependencies = [ | 1095 | dependencies = [ |
1098 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1554,7 +1552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1554 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1552 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1555 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1553 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1556 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1554 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1557 | "checksum salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e56b13ce9b2bfaa1c89863d76880838c0734de85beeaef437fd70d4fa7e253d3" | 1555 | "checksum salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=no-upgrade)" = "<none>" |
1558 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1556 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1559 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1557 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1560 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1558 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
@@ -1565,7 +1563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1565 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1563 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1566 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1564 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1567 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1565 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
1568 | "checksum smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ed6f19b800d76574926e458d5f8e2dbea86c2b58c08d33a982448f09ac8d0c" | 1566 | "checksum smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "486a74e9b9fc53373808f7a17e10fc728adcb1fbe272292271d8bea61175e181" |
1569 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1567 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1570 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1568 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1571 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1569 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |