diff options
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock index c29ce324e..60b6da8eb 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -761,7 +761,7 @@ dependencies = [ | |||
761 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 762 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 763 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | ] | 766 | ] |
767 | 767 | ||
@@ -1076,7 +1076,7 @@ dependencies = [ | |||
1076 | "ra_syntax 0.1.0", | 1076 | "ra_syntax 0.1.0", |
1077 | "ra_tt 0.1.0", | 1077 | "ra_tt 0.1.0", |
1078 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "test_utils 0.1.0", | 1080 | "test_utils 0.1.0", |
1081 | ] | 1081 | ] |
1082 | 1082 | ||
@@ -1121,7 +1121,7 @@ dependencies = [ | |||
1121 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 | "ra_parser 0.1.0", | 1122 | "ra_parser 0.1.0", |
1123 | "ra_text_edit 0.1.0", | 1123 | "ra_text_edit 0.1.0", |
1124 | "rowan 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1124 | "rowan 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1125 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1125 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1126 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1127 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1127 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1387,7 +1387,7 @@ dependencies = [ | |||
1387 | 1387 | ||
1388 | [[package]] | 1388 | [[package]] |
1389 | name = "rowan" | 1389 | name = "rowan" |
1390 | version = "0.8.1" | 1390 | version = "0.8.2" |
1391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1392 | dependencies = [ | 1392 | dependencies = [ |
1393 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1393 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1442,7 +1442,7 @@ dependencies = [ | |||
1442 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1442 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1443 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1444 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1445 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1445 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1446 | ] | 1446 | ] |
1447 | 1447 | ||
1448 | [[package]] | 1448 | [[package]] |
@@ -1539,7 +1539,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1539 | 1539 | ||
1540 | [[package]] | 1540 | [[package]] |
1541 | name = "smallvec" | 1541 | name = "smallvec" |
1542 | version = "1.0.0" | 1542 | version = "1.1.0" |
1543 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1544 | 1544 | ||
1545 | [[package]] | 1545 | [[package]] |
@@ -1642,7 +1642,7 @@ name = "unicode-normalization" | |||
1642 | version = "0.1.11" | 1642 | version = "0.1.11" |
1643 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1644 | dependencies = [ | 1644 | dependencies = [ |
1645 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1645 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1646 | ] | 1646 | ] |
1647 | 1647 | ||
1648 | [[package]] | 1648 | [[package]] |
@@ -1892,7 +1892,7 @@ dependencies = [ | |||
1892 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" | 1892 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" |
1893 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 1893 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
1894 | "checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" | 1894 | "checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" |
1895 | "checksum rowan 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "769d42f547015b761f70c3086ccb3f7bff355124d52e9bf96d17de41774ede4b" | 1895 | "checksum rowan 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3eb10a10a48f0f809a217bcf074b85a03dcf79831bae80e7f1a043d0897463e2" |
1896 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" | 1896 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
1897 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1897 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1898 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" | 1898 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" |
@@ -1910,7 +1910,7 @@ dependencies = [ | |||
1910 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1910 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1911 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1911 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1912 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1912 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1913 | "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86" | 1913 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" |
1914 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1914 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1915 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1915 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1916 | "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" | 1916 | "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" |