File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -544,9 +544,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
544544
545545[[package ]]
546546name = " chalk-derive"
547- version = " 0.75 .0"
547+ version = " 0.76 .0"
548548source = " registry+https://github.com/rust-lang/crates.io-index"
549- checksum = " d54e3b5f9e3425e6b119ff07568d8d006bfa5a8d6f78a9cbc3530b1e962e316c "
549+ checksum = " 58c24b8052ea1e3adbb6f9ab7ba5fcc18b9d12591c042de4c833f709ce81e0e0 "
550550dependencies = [
551551 " proc-macro2" ,
552552 " quote" ,
@@ -556,9 +556,9 @@ dependencies = [
556556
557557[[package ]]
558558name = " chalk-engine"
559- version = " 0.75 .0"
559+ version = " 0.76 .0"
560560source = " registry+https://github.com/rust-lang/crates.io-index"
561- checksum = " bdc891073396b167163db77123b0a3c00088edc00466cecc5531f33e3e989523 "
561+ checksum = " 0eca186b6ea9af798312f4b568fd094c82e7946ac08be5dc5fea22decc6d2ed8 "
562562dependencies = [
563563 " chalk-derive" ,
564564 " chalk-ir" ,
@@ -569,9 +569,9 @@ dependencies = [
569569
570570[[package ]]
571571name = " chalk-ir"
572- version = " 0.75 .0"
572+ version = " 0.76 .0"
573573source = " registry+https://github.com/rust-lang/crates.io-index"
574- checksum = " 2b79e5a1d04b79311e90c69356a2c62027853906a7e33b3e070b93c055fc3e8a "
574+ checksum = " f3cad5c3f1edd4b4a2c9bda24ae558ceb4f88336f88f944c2e35d0bfeb13c818 "
575575dependencies = [
576576 " bitflags" ,
577577 " chalk-derive" ,
@@ -580,13 +580,14 @@ dependencies = [
580580
581581[[package ]]
582582name = " chalk-solve"
583- version = " 0.75 .0"
583+ version = " 0.76 .0"
584584source = " registry+https://github.com/rust-lang/crates.io-index"
585- checksum = " a5d2a1db6605aba70a58820bd80ac422b218913a510f1a40beef9efc5371ea1d "
585+ checksum = " 94533188d3452bc72cbd5618d166f45fc7646b674ad3fe9667d557bc25236dee "
586586dependencies = [
587587 " chalk-derive" ,
588588 " chalk-ir" ,
589589 " ena" ,
590+ " indexmap" ,
590591 " itertools 0.10.1" ,
591592 " petgraph" ,
592593 " rustc-hash" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rustc_index = { path = "../rustc_index" }
2929rustc_serialize = { path = " ../rustc_serialize" }
3030rustc_ast = { path = " ../rustc_ast" }
3131rustc_span = { path = " ../rustc_span" }
32- chalk-ir = " 0.75 .0"
32+ chalk-ir = " 0.76 .0"
3333smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
3434rustc_session = { path = " ../rustc_session" }
3535rustc_type_ir = { path = " ../rustc_type_ir" }
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ rustc_hir = { path = "../rustc_hir" }
1212rustc_index = { path = " ../rustc_index" }
1313rustc_ast = { path = " ../rustc_ast" }
1414rustc_span = { path = " ../rustc_span" }
15- chalk-ir = " 0.75 .0"
16- chalk-engine = " 0.75 .0"
17- chalk-solve = " 0.75 .0"
15+ chalk-ir = " 0.76 .0"
16+ chalk-engine = " 0.76 .0"
17+ chalk-solve = " 0.76 .0"
1818smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
1919rustc_infer = { path = " ../rustc_infer" }
2020rustc_trait_selection = { path = " ../rustc_trait_selection" }
You can’t perform that action at this time.
0 commit comments