diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock index c902caeb4..382eb92e4 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -126,9 +126,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
126 | [[package]] | 126 | [[package]] |
127 | name = "chalk-engine" | 127 | name = "chalk-engine" |
128 | version = "0.9.0" | 128 | version = "0.9.0" |
129 | source = "git+https://github.com/rust-lang/chalk.git#13303bb0067c6ed0572322080ae367ee38f9e7c9" | 129 | source = "git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9#13303bb0067c6ed0572322080ae367ee38f9e7c9" |
130 | dependencies = [ | 130 | dependencies = [ |
131 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", | 131 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
132 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 132 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 133 | "stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | ] | 134 | ] |
@@ -136,17 +136,17 @@ dependencies = [ | |||
136 | [[package]] | 136 | [[package]] |
137 | name = "chalk-ir" | 137 | name = "chalk-ir" |
138 | version = "0.1.0" | 138 | version = "0.1.0" |
139 | source = "git+https://github.com/rust-lang/chalk.git#13303bb0067c6ed0572322080ae367ee38f9e7c9" | 139 | source = "git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9#13303bb0067c6ed0572322080ae367ee38f9e7c9" |
140 | dependencies = [ | 140 | dependencies = [ |
141 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", | 141 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
142 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", | 142 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
143 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 143 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
144 | ] | 144 | ] |
145 | 145 | ||
146 | [[package]] | 146 | [[package]] |
147 | name = "chalk-macros" | 147 | name = "chalk-macros" |
148 | version = "0.1.1" | 148 | version = "0.1.1" |
149 | source = "git+https://github.com/rust-lang/chalk.git#13303bb0067c6ed0572322080ae367ee38f9e7c9" | 149 | source = "git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9#13303bb0067c6ed0572322080ae367ee38f9e7c9" |
150 | dependencies = [ | 150 | dependencies = [ |
151 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 151 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
152 | ] | 152 | ] |
@@ -154,22 +154,22 @@ dependencies = [ | |||
154 | [[package]] | 154 | [[package]] |
155 | name = "chalk-rust-ir" | 155 | name = "chalk-rust-ir" |
156 | version = "0.1.0" | 156 | version = "0.1.0" |
157 | source = "git+https://github.com/rust-lang/chalk.git#13303bb0067c6ed0572322080ae367ee38f9e7c9" | 157 | source = "git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9#13303bb0067c6ed0572322080ae367ee38f9e7c9" |
158 | dependencies = [ | 158 | dependencies = [ |
159 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", | 159 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
160 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 160 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
161 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", | 161 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
162 | ] | 162 | ] |
163 | 163 | ||
164 | [[package]] | 164 | [[package]] |
165 | name = "chalk-solve" | 165 | name = "chalk-solve" |
166 | version = "0.1.0" | 166 | version = "0.1.0" |
167 | source = "git+https://github.com/rust-lang/chalk.git#13303bb0067c6ed0572322080ae367ee38f9e7c9" | 167 | source = "git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9#13303bb0067c6ed0572322080ae367ee38f9e7c9" |
168 | dependencies = [ | 168 | dependencies = [ |
169 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", | 169 | "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
170 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 170 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
171 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", | 171 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
172 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 172 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
173 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 173 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 174 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | 175 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -979,9 +979,9 @@ name = "ra_hir" | |||
979 | version = "0.1.0" | 979 | version = "0.1.0" |
980 | dependencies = [ | 980 | dependencies = [ |
981 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 982 | "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
983 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 983 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
984 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 984 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)", |
985 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 985 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
986 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 986 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
987 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 987 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1794,11 +1794,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1794 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" | 1794 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" |
1795 | "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" | 1795 | "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" |
1796 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1796 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1797 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1797 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)" = "<none>" |
1798 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1798 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)" = "<none>" |
1799 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1799 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)" = "<none>" |
1800 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1800 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)" = "<none>" |
1801 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1801 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=13303bb0067c6ed0572322080ae367ee38f9e7c9)" = "<none>" |
1802 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 1802 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
1803 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | 1803 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
1804 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1804 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |