diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index e0ba7b688..90a9f3822 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -126,9 +126,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |||
126 | 126 | ||
127 | [[package]] | 127 | [[package]] |
128 | name = "chalk-derive" | 128 | name = "chalk-derive" |
129 | version = "0.17.0" | 129 | version = "0.18.0" |
130 | source = "registry+https://github.com/rust-lang/crates.io-index" | 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | checksum = "9396f12a23b1a40d5019aa81bc0cbd7ccd2c9736d6bc4afc95868533c2346dcb" | 131 | checksum = "eea3a22f0c30b2504ac4ab58934dac0d00b92a4d7788df32795cabca24c3f929" |
132 | dependencies = [ | 132 | dependencies = [ |
133 | "proc-macro2", | 133 | "proc-macro2", |
134 | "quote", | 134 | "quote", |
@@ -138,9 +138,9 @@ dependencies = [ | |||
138 | 138 | ||
139 | [[package]] | 139 | [[package]] |
140 | name = "chalk-ir" | 140 | name = "chalk-ir" |
141 | version = "0.17.0" | 141 | version = "0.18.0" |
142 | source = "registry+https://github.com/rust-lang/crates.io-index" | 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
143 | checksum = "87e9c67d500717d65ede27affb7ae40efe240d86fbefff1006fe0ffb62d4caf9" | 143 | checksum = "fb617b643e145e3b151502799e91a9625dd5daf1cf05dc2cb821bc75ae0c9cbd" |
144 | dependencies = [ | 144 | dependencies = [ |
145 | "chalk-derive", | 145 | "chalk-derive", |
146 | "lazy_static", | 146 | "lazy_static", |
@@ -148,9 +148,9 @@ dependencies = [ | |||
148 | 148 | ||
149 | [[package]] | 149 | [[package]] |
150 | name = "chalk-recursive" | 150 | name = "chalk-recursive" |
151 | version = "0.17.0" | 151 | version = "0.18.0" |
152 | source = "registry+https://github.com/rust-lang/crates.io-index" | 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
153 | checksum = "a8fd2ac0fc06c857b95614d229bbe8ea317d1d94a7e8b9442a3f05c9a2c2d5f4" | 153 | checksum = "d280565c8eefbf9b2bc615df49c7dfd971faad37774bf65734e626fd23864bd6" |
154 | dependencies = [ | 154 | dependencies = [ |
155 | "chalk-derive", | 155 | "chalk-derive", |
156 | "chalk-ir", | 156 | "chalk-ir", |
@@ -161,9 +161,9 @@ dependencies = [ | |||
161 | 161 | ||
162 | [[package]] | 162 | [[package]] |
163 | name = "chalk-solve" | 163 | name = "chalk-solve" |
164 | version = "0.17.0" | 164 | version = "0.18.0" |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" | 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
166 | checksum = "2a79166f2405c1e51eadcc1344f5ee833c7b391532dd78f64a0731a9a123cc58" | 166 | checksum = "be906fbca3f3077dce0e76d9864771d0f450c946af0d86b569fb9504148a065a" |
167 | dependencies = [ | 167 | dependencies = [ |
168 | "chalk-derive", | 168 | "chalk-derive", |
169 | "chalk-ir", | 169 | "chalk-ir", |
@@ -1506,9 +1506,9 @@ dependencies = [ | |||
1506 | 1506 | ||
1507 | [[package]] | 1507 | [[package]] |
1508 | name = "rustc-ap-rustc_lexer" | 1508 | name = "rustc-ap-rustc_lexer" |
1509 | version = "666.0.0" | 1509 | version = "669.0.0" |
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1511 | checksum = "4e00c526f9f8430ea4cd2178d25b02bfc7debe6677350c57292f92f50e65d2fe" | 1511 | checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63" |
1512 | dependencies = [ | 1512 | dependencies = [ |
1513 | "unicode-xid", | 1513 | "unicode-xid", |
1514 | ] | 1514 | ] |