aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock24
-rw-r--r--crates/ra_editor/Cargo.toml2
-rw-r--r--crates/ra_hir/Cargo.toml2
-rw-r--r--crates/ra_syntax/Cargo.toml4
-rw-r--r--crates/test_utils/Cargo.toml2
-rw-r--r--crates/tools/Cargo.toml2
6 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d417c024..84d49ad3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,7 +21,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
21 21
22[[package]] 22[[package]]
23name = "arrayvec" 23name = "arrayvec"
24version = "0.4.9" 24version = "0.4.10"
25source = "registry+https://github.com/rust-lang/crates.io-index" 25source = "registry+https://github.com/rust-lang/crates.io-index"
26dependencies = [ 26dependencies = [
27 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", 27 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -190,7 +190,7 @@ name = "crossbeam-epoch"
190version = "0.3.1" 190version = "0.3.1"
191source = "registry+https://github.com/rust-lang/crates.io-index" 191source = "registry+https://github.com/rust-lang/crates.io-index"
192dependencies = [ 192dependencies = [
193 "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 193 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
194 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 194 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
195 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 195 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
196 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 196 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -204,7 +204,7 @@ name = "crossbeam-epoch"
204version = "0.6.1" 204version = "0.6.1"
205source = "registry+https://github.com/rust-lang/crates.io-index" 205source = "registry+https://github.com/rust-lang/crates.io-index"
206dependencies = [ 206dependencies = [
207 "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 207 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
208 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 208 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
209 "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", 209 "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
210 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 210 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -412,7 +412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
412 412
413[[package]] 413[[package]]
414name = "itertools" 414name = "itertools"
415version = "0.7.11" 415version = "0.8.0"
416source = "registry+https://github.com/rust-lang/crates.io-index" 416source = "registry+https://github.com/rust-lang/crates.io-index"
417dependencies = [ 417dependencies = [
418 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 418 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -722,7 +722,7 @@ dependencies = [
722name = "ra_editor" 722name = "ra_editor"
723version = "0.1.0" 723version = "0.1.0"
724dependencies = [ 724dependencies = [
725 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 725 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
726 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 726 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
727 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", 727 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
728 "ra_syntax 0.1.0", 728 "ra_syntax 0.1.0",
@@ -736,7 +736,7 @@ dependencies = [
736name = "ra_hir" 736name = "ra_hir"
737version = "0.1.0" 737version = "0.1.0"
738dependencies = [ 738dependencies = [
739 "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 739 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -789,9 +789,9 @@ dependencies = [
789name = "ra_syntax" 789name = "ra_syntax"
790version = "0.1.0" 790version = "0.1.0"
791dependencies = [ 791dependencies = [
792 "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 792 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
794 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 794 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
795 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 795 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
796 "ra_text_edit 0.1.0", 796 "ra_text_edit 0.1.0",
797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1265,7 +1265,7 @@ name = "test_utils"
1265version = "0.1.0" 1265version = "0.1.0"
1266dependencies = [ 1266dependencies = [
1267 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1267 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1268 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 1268 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1269 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 1269 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1270 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1270 "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1271] 1271]
@@ -1327,7 +1327,7 @@ version = "0.1.0"
1327dependencies = [ 1327dependencies = [
1328 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", 1328 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1329 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1329 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1330 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 1330 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1331 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1331 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1332 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1332 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1333] 1333]
@@ -1515,7 +1515,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1515"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" 1515"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
1516"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 1516"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1517"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" 1517"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
1518"checksum arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d18513977c2d8261c448511c5c53dc66b26dfccbc3d4446672dea1e71a7d8a26" 1518"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
1519"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" 1519"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
1520"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" 1520"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727"
1521"checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" 1521"checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5"
@@ -1563,7 +1563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1563"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 1563"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1564"checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" 1564"checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c"
1565"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" 1565"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1566"checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" 1566"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1567"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" 1567"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
1568"checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" 1568"checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31"
1569"checksum languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0be4f8f783832a308975035043c0e8ad18e11c3f3d395aa6f1a9f3a30b8e654" 1569"checksum languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0be4f8f783832a308975035043c0e8ad18e11c3f3d395aa6f1a9f3a30b8e654"
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index f39fe4af6..a97d2308f 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9itertools = "0.7.8" 9itertools = "0.8.0"
10superslice = "0.1.0" 10superslice = "0.1.0"
11join_to_string = "0.1.1" 11join_to_string = "0.1.1"
12rustc-hash = "1.0" 12rustc-hash = "1.0"
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 594176337..1350d51da 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"] 5authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8arrayvec = "0.4.9" 8arrayvec = "0.4.10"
9log = "0.4.5" 9log = "0.4.5"
10relative-path = "0.4.0" 10relative-path = "0.4.0"
11salsa = "0.8.0" 11salsa = "0.8.0"
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 8c9a7e238..0c92b8407 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -8,9 +8,9 @@ description = "Comment and whitespace preserving parser for the Rust langauge"
8repository = "https://github.com/rust-analyzer/rust-analyzer" 8repository = "https://github.com/rust-analyzer/rust-analyzer"
9 9
10[dependencies] 10[dependencies]
11arrayvec = "0.4.7" 11arrayvec = "0.4.10"
12unicode-xid = "0.1.0" 12unicode-xid = "0.1.0"
13itertools = "0.7.8" 13itertools = "0.8.0"
14drop_bomb = "0.1.4" 14drop_bomb = "0.1.4"
15parking_lot = "0.6.0" 15parking_lot = "0.6.0"
16rowan = "0.1.2" 16rowan = "0.1.2"
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 8c8fcd7ae..02727993e 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -6,6 +6,6 @@ authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8difference = "2.0.0" 8difference = "2.0.0"
9itertools = "0.7.8" 9itertools = "0.8.0"
10text_unit = "0.1.2" 10text_unit = "0.1.2"
11serde_json = "1.0.24" 11serde_json = "1.0.24"
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml
index 41b19c5c6..4795b1387 100644
--- a/crates/tools/Cargo.toml
+++ b/crates/tools/Cargo.toml
@@ -8,6 +8,6 @@ publish = false
8[dependencies] 8[dependencies]
9teraron = "0.0.1" 9teraron = "0.0.1"
10walkdir = "2.1.3" 10walkdir = "2.1.3"
11itertools = "0.7.8" 11itertools = "0.8.0"
12clap = "2.32.0" 12clap = "2.32.0"
13failure = "0.1.1" 13failure = "0.1.1"