aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-08 08:28:42 +0000
committerAleksey Kladov <[email protected]>2019-01-08 08:28:42 +0000
commitda0b348ae9f629c5cbe4a836a90ed85e36ca18e5 (patch)
tree614fd83f614632e3c87130117421708a7a028c13 /Cargo.lock
parentd6020f516f2826dac7188171241e9a72d6248cf8 (diff)
migrate ra_hir to rowan 2.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6de46a5f3..613a6cdc5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
295 295
296[[package]] 296[[package]]
297name = "flexi_logger" 297name = "flexi_logger"
298version = "0.10.3" 298version = "0.10.4"
299source = "registry+https://github.com/rust-lang/crates.io-index" 299source = "registry+https://github.com/rust-lang/crates.io-index"
300dependencies = [ 300dependencies = [
301 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 301 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -706,7 +706,7 @@ version = "0.1.0"
706dependencies = [ 706dependencies = [
707 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 707 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
708 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 708 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
709 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 709 "flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
710 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 710 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
711 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 711 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
712 "ra_arena 0.1.0", 712 "ra_arena 0.1.0",
@@ -728,7 +728,7 @@ dependencies = [
728 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 728 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
729 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 729 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
730 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 730 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
731 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 731 "flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
732 "gen_lsp_server 0.1.0", 732 "gen_lsp_server 0.1.0",
733 "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 733 "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
734 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", 734 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -970,7 +970,7 @@ dependencies = [
970[[package]] 970[[package]]
971name = "rowan" 971name = "rowan"
972version = "0.2.0" 972version = "0.2.0"
973source = "git+https://github.com/rust-analyzer/rowan.git?branch=new-impl#6b50db0f68a989c512e3bbebfbc8ede70ca7f221" 973source = "git+https://github.com/rust-analyzer/rowan.git?branch=new-impl#c921101ffb102cfa5bd27ff3a746dc12cf56af5e"
974dependencies = [ 974dependencies = [
975 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 975 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
976 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 976 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1510,7 +1510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1510"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" 1510"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
1511"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" 1511"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
1512"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 1512"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1513"checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" 1513"checksum flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7d3681306880a7ce87740ceb3d1ce98ca92ae636ff30a629494488cbbcf85ff8"
1514"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 1514"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1515"checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" 1515"checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf"
1516"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1516"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"