aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-05-01 22:26:42 +0100
committerFlorian Diebold <[email protected]>2019-05-04 17:18:30 +0100
commit0bcf47b22b01f66c2f2056f5871e32071ba95b01 (patch)
tree725e7b508affd7c810a4459495065ac3ecff5285 /Cargo.lock
parent0f34568924019caf1ed63c84143c12156b963abf (diff)
Update Chalk
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock46
1 files changed, 23 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0bb62cb88..98c349dec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -146,9 +146,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
146[[package]] 146[[package]]
147name = "chalk-engine" 147name = "chalk-engine"
148version = "0.9.0" 148version = "0.9.0"
149source = "git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match#b508031b92c754a677d46236aae1dcd2fa2fd68a" 149source = "git+https://github.com/rust-lang/chalk.git#17fb07e43b23d721f9c1adba289eac71b25f38ef"
150dependencies = [ 150dependencies = [
151 "chalk-macros 0.1.1 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 151 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
152 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 152 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
153 "stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 153 "stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
154] 154]
@@ -156,17 +156,17 @@ dependencies = [
156[[package]] 156[[package]]
157name = "chalk-ir" 157name = "chalk-ir"
158version = "0.1.0" 158version = "0.1.0"
159source = "git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match#b508031b92c754a677d46236aae1dcd2fa2fd68a" 159source = "git+https://github.com/rust-lang/chalk.git#17fb07e43b23d721f9c1adba289eac71b25f38ef"
160dependencies = [ 160dependencies = [
161 "chalk-engine 0.9.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 161 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
162 "chalk-macros 0.1.1 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 162 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
163 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 163 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
164] 164]
165 165
166[[package]] 166[[package]]
167name = "chalk-macros" 167name = "chalk-macros"
168version = "0.1.1" 168version = "0.1.1"
169source = "git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match#b508031b92c754a677d46236aae1dcd2fa2fd68a" 169source = "git+https://github.com/rust-lang/chalk.git#17fb07e43b23d721f9c1adba289eac71b25f38ef"
170dependencies = [ 170dependencies = [
171 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 171 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
172] 172]
@@ -174,22 +174,22 @@ dependencies = [
174[[package]] 174[[package]]
175name = "chalk-rust-ir" 175name = "chalk-rust-ir"
176version = "0.1.0" 176version = "0.1.0"
177source = "git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match#b508031b92c754a677d46236aae1dcd2fa2fd68a" 177source = "git+https://github.com/rust-lang/chalk.git#17fb07e43b23d721f9c1adba289eac71b25f38ef"
178dependencies = [ 178dependencies = [
179 "chalk-engine 0.9.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 179 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
180 "chalk-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 180 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
181 "chalk-macros 0.1.1 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 181 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
182] 182]
183 183
184[[package]] 184[[package]]
185name = "chalk-solve" 185name = "chalk-solve"
186version = "0.1.0" 186version = "0.1.0"
187source = "git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match#b508031b92c754a677d46236aae1dcd2fa2fd68a" 187source = "git+https://github.com/rust-lang/chalk.git#17fb07e43b23d721f9c1adba289eac71b25f38ef"
188dependencies = [ 188dependencies = [
189 "chalk-engine 0.9.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 189 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)",
190 "chalk-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 190 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
191 "chalk-macros 0.1.1 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 191 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)",
192 "chalk-rust-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 192 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
193 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 193 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
194 "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 194 "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
195 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 195 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1074,9 +1074,9 @@ name = "ra_hir"
1074version = "0.1.0" 1074version = "0.1.0"
1075dependencies = [ 1075dependencies = [
1076 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 1076 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
1077 "chalk-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 1077 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
1078 "chalk-rust-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 1078 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
1079 "chalk-solve 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)", 1079 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)",
1080 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 1080 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1081 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", 1081 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
1082 "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1082 "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1997,11 +1997,11 @@ dependencies = [
1997"checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" 1997"checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57"
1998"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83" 1998"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
1999"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" 1999"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
2000"checksum chalk-engine 0.9.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)" = "<none>" 2000"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2001"checksum chalk-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)" = "<none>" 2001"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2002"checksum chalk-macros 0.1.1 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)" = "<none>" 2002"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2003"checksum chalk-rust-ir 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)" = "<none>" 2003"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2004"checksum chalk-solve 0.1.0 (git+https://github.com/detrumi/chalk.git?branch=program_clauses_that_could_match)" = "<none>" 2004"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>"
2005"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" 2005"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
2006"checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" 2006"checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902"
2007"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 2007"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"