aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock13
-rw-r--r--crates/ra_assists/Cargo.toml2
-rw-r--r--crates/ra_hir/Cargo.toml2
-rw-r--r--crates/ra_prof/Cargo.toml2
4 files changed, 8 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c630f370..ffcce476e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -800,11 +800,8 @@ dependencies = [
800 800
801[[package]] 801[[package]]
802name = "once_cell" 802name = "once_cell"
803version = "0.2.7" 803version = "1.0.1"
804source = "registry+https://github.com/rust-lang/crates.io-index" 804source = "registry+https://github.com/rust-lang/crates.io-index"
805dependencies = [
806 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
807]
808 805
809[[package]] 806[[package]]
810name = "ordermap" 807name = "ordermap"
@@ -950,7 +947,7 @@ dependencies = [
950 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 947 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
951 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 948 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
952 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 949 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
953 "once_cell 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 950 "once_cell 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
954 "ra_db 0.1.0", 951 "ra_db 0.1.0",
955 "ra_fmt 0.1.0", 952 "ra_fmt 0.1.0",
956 "ra_hir 0.1.0", 953 "ra_hir 0.1.0",
@@ -1020,7 +1017,7 @@ dependencies = [
1020 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 1017 "insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1021 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1018 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1022 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1019 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1023 "once_cell 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1020 "once_cell 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1024 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1021 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1025 "ra_arena 0.1.0", 1022 "ra_arena 0.1.0",
1026 "ra_db 0.1.0", 1023 "ra_db 0.1.0",
@@ -1115,7 +1112,7 @@ dependencies = [
1115 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1112 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1116 "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1113 "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1117 "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1114 "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1118 "once_cell 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1115 "once_cell 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1119] 1116]
1120 1117
1121[[package]] 1118[[package]]
@@ -1934,7 +1931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1934"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" 1931"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
1935"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" 1932"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1936"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" 1933"checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
1937"checksum once_cell 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d1a13503127ae8c93c0e2c817d74895b0af4df9132ec9be3ea42dd1656cd6e9" 1934"checksum once_cell 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c9192c5a4c3b5488dae8d3886ef9df6b5eb246d36323dc7a5078595a154e7771"
1938"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" 1935"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
1939"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" 1936"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1940"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" 1937"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml
index 2113286a3..635d87611 100644
--- a/crates/ra_assists/Cargo.toml
+++ b/crates/ra_assists/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8format-buf = "1.0.0" 8format-buf = "1.0.0"
9once_cell = "0.2.0" 9once_cell = "1.0.1"
10join_to_string = "0.1.3" 10join_to_string = "0.1.3"
11itertools = "0.8.0" 11itertools = "0.8.0"
12arrayvec = "0.4.10" 12arrayvec = "0.4.10"
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 646c96692..d9bed4dda 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -11,7 +11,7 @@ relative-path = "0.4.0"
11rustc-hash = "1.0" 11rustc-hash = "1.0"
12parking_lot = "0.9.0" 12parking_lot = "0.9.0"
13ena = "0.13" 13ena = "0.13"
14once_cell = "0.2" 14once_cell = "1.0.1"
15 15
16ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }
17ra_arena = { path = "../ra_arena" } 17ra_arena = { path = "../ra_arena" }
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml
index d35adeeeb..7db4498c3 100644
--- a/crates/ra_prof/Cargo.toml
+++ b/crates/ra_prof/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9once_cell = "0.2.0" 9once_cell = "1.0.1"
10itertools = "0.8.0" 10itertools = "0.8.0"
11backtrace = "0.3.28" 11backtrace = "0.3.28"
12jemallocator = { version = "0.3.2", optional = true } 12jemallocator = { version = "0.3.2", optional = true }