aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock25
1 files changed, 25 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a7128d0c..7ebe6e67f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -542,6 +542,15 @@ dependencies = [
542] 542]
543 543
544[[package]] 544[[package]]
545name = "parking_lot"
546version = "0.7.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548dependencies = [
549 "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
550 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
551]
552
553[[package]]
545name = "parking_lot_core" 554name = "parking_lot_core"
546version = "0.3.1" 555version = "0.3.1"
547source = "registry+https://github.com/rust-lang/crates.io-index" 556source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -554,6 +563,18 @@ dependencies = [
554] 563]
555 564
556[[package]] 565[[package]]
566name = "parking_lot_core"
567version = "0.4.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569dependencies = [
570 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
571 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
572 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
573 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
574 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
575]
576
577[[package]]
557name = "percent-encoding" 578name = "percent-encoding"
558version = "1.0.1" 579version = "1.0.1"
559source = "registry+https://github.com/rust-lang/crates.io-index" 580source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -701,10 +722,12 @@ dependencies = [
701 "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 722 "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
702 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", 723 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)",
703 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 724 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
725 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
704 "ra_analysis 0.1.0", 726 "ra_analysis 0.1.0",
705 "ra_editor 0.1.0", 727 "ra_editor 0.1.0",
706 "ra_syntax 0.1.0", 728 "ra_syntax 0.1.0",
707 "ra_text_edit 0.1.0", 729 "ra_text_edit 0.1.0",
730 "ra_vfs 0.1.0",
708 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 731 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
709 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 732 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
710 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 733 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1496,7 +1519,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1496"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" 1519"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
1497"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" 1520"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
1498"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" 1521"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
1522"checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf"
1499"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" 1523"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
1524"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
1500"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 1525"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1501"checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" 1526"checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde"
1502"checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" 1527"checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7"