aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock24
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a6f0cc82..4ad9a01b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -534,7 +534,7 @@ dependencies = [
534 534
535[[package]] 535[[package]]
536name = "getrandom" 536name = "getrandom"
537version = "0.1.9" 537version = "0.1.10"
538source = "registry+https://github.com/rust-lang/crates.io-index" 538source = "registry+https://github.com/rust-lang/crates.io-index"
539dependencies = [ 539dependencies = [
540 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 540 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1092,7 +1092,7 @@ dependencies = [
1092 "ra_hir 0.1.0", 1092 "ra_hir 0.1.0",
1093 "ra_ide_api 0.1.0", 1093 "ra_ide_api 0.1.0",
1094 "ra_project_model 0.1.0", 1094 "ra_project_model 0.1.0",
1095 "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 1095 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1096 "ra_vfs_glob 0.1.0", 1096 "ra_vfs_glob 0.1.0",
1097 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1097 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1098] 1098]
@@ -1198,7 +1198,7 @@ dependencies = [
1198 "ra_project_model 0.1.0", 1198 "ra_project_model 0.1.0",
1199 "ra_syntax 0.1.0", 1199 "ra_syntax 0.1.0",
1200 "ra_text_edit 0.1.0", 1200 "ra_text_edit 0.1.0",
1201 "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 1201 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1202 "ra_vfs_glob 0.1.0", 1202 "ra_vfs_glob 0.1.0",
1203 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1203 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1204 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1204 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1256,7 +1256,7 @@ dependencies = [
1256 1256
1257[[package]] 1257[[package]]
1258name = "ra_rustc_lexer" 1258name = "ra_rustc_lexer"
1259version = "0.1.0-pre.2" 1259version = "0.1.0-pre.3"
1260source = "registry+https://github.com/rust-lang/crates.io-index" 1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261dependencies = [ 1261dependencies = [
1262 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1262 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1268,7 +1268,7 @@ version = "0.1.0"
1268dependencies = [ 1268dependencies = [
1269 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1269 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1270 "ra_parser 0.1.0", 1270 "ra_parser 0.1.0",
1271 "ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)", 1271 "ra_rustc_lexer 0.1.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)",
1272 "ra_text_edit 0.1.0", 1272 "ra_text_edit 0.1.0",
1273 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1273 "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1274 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 1274 "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1307,7 +1307,7 @@ dependencies = [
1307 1307
1308[[package]] 1308[[package]]
1309name = "ra_vfs" 1309name = "ra_vfs"
1310version = "0.2.6" 1310version = "0.2.7"
1311source = "registry+https://github.com/rust-lang/crates.io-index" 1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312dependencies = [ 1312dependencies = [
1313 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 1313 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1324,7 +1324,7 @@ name = "ra_vfs_glob"
1324version = "0.1.0" 1324version = "0.1.0"
1325dependencies = [ 1325dependencies = [
1326 "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1326 "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1327 "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 1327 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1328] 1328]
1329 1329
1330[[package]] 1330[[package]]
@@ -1350,7 +1350,7 @@ name = "rand"
1350version = "0.7.0" 1350version = "0.7.0"
1351source = "registry+https://github.com/rust-lang/crates.io-index" 1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352dependencies = [ 1352dependencies = [
1353 "getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1353 "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1354 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", 1354 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
1355 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1355 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1356 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1356 "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1394,7 +1394,7 @@ name = "rand_core"
1394version = "0.5.0" 1394version = "0.5.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index" 1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396dependencies = [ 1396dependencies = [
1397 "getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1397 "getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1398] 1398]
1399 1399
1400[[package]] 1400[[package]]
@@ -2073,7 +2073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2073"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 2073"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2074"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 2074"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2075"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" 2075"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2076"checksum getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2512b3191f22e2763a5db387f1c9409379772e2050841722eb4a8c4f497bf096" 2076"checksum getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6171a6cc63fbabbe27c2b5ee268e8b7fe5dc1eb0dd2dfad537c1dfed6f69117e"
2077"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 2077"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2078"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" 2078"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
2079"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 2079"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
@@ -2134,8 +2134,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2134"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" 2134"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2135"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 2135"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2136"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 2136"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2137"checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" 2137"checksum ra_rustc_lexer 0.1.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)" = "04371af481820ff8d35c7d12b503eb09cf9e1bd246269bf4a33e3d8c54fa3a4a"
2138"checksum ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "865bb9e0f71916f7c7527af4843a2a67d1b0789f7c91c512a6b4ded69af98249" 2138"checksum ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6918c38f6ab45101f1ddd6110eda831a735b5e9ca6c96d1ceedb7d13ecaeb0f4"
2139"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 2139"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2140"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" 2140"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
2141"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 2141"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"