aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74a77ddc9..0a5bec2bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -487,6 +487,18 @@ version = "1.0.2"
487source = "registry+https://github.com/rust-lang/crates.io-index" 487source = "registry+https://github.com/rust-lang/crates.io-index"
488 488
489[[package]] 489[[package]]
490name = "indicatif"
491version = "0.11.0"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493dependencies = [
494 "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
495 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
496 "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
497 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
498 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
499]
500
501[[package]]
490name = "inotify" 502name = "inotify"
491version = "0.6.1" 503version = "0.6.1"
492source = "registry+https://github.com/rust-lang/crates.io-index" 504source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -781,6 +793,14 @@ dependencies = [
781] 793]
782 794
783[[package]] 795[[package]]
796name = "number_prefix"
797version = "0.2.8"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799dependencies = [
800 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
801]
802
803[[package]]
784name = "owning_ref" 804name = "owning_ref"
785version = "0.4.0" 805version = "0.4.0"
786source = "registry+https://github.com/rust-lang/crates.io-index" 806source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -930,7 +950,12 @@ version = "0.1.0"
930dependencies = [ 950dependencies = [
931 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", 951 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
932 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 952 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
953 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
954 "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
933 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 955 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
956 "ra_batch 0.1.0",
957 "ra_db 0.1.0",
958 "ra_hir 0.1.0",
934 "ra_ide_api_light 0.1.0", 959 "ra_ide_api_light 0.1.0",
935 "ra_syntax 0.1.0", 960 "ra_syntax 0.1.0",
936 "tools 0.1.0", 961 "tools 0.1.0",
@@ -1949,6 +1974,7 @@ dependencies = [
1949"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 1974"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1950"checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" 1975"checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4"
1951"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" 1976"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1977"checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c"
1952"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" 1978"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
1953"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" 1979"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
1954"checksum insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcdfb5ab565a1fc5c397722d5a9503f2095696ef07ef1a222d85a0fd6666c6aa" 1980"checksum insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcdfb5ab565a1fc5c397722d5a9503f2095696ef07ef1a222d85a0fd6666c6aa"
@@ -1982,6 +2008,7 @@ dependencies = [
1982"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" 2008"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1983"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" 2009"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
1984"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" 2010"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
2011"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
1985"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" 2012"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
1986"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" 2013"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
1987"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" 2014"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"