File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
515515
516516[[package ]]
517517name = " chalk-derive"
518- version = " 0.76 .0"
518+ version = " 0.80 .0"
519519source = " registry+https://github.com/rust-lang/crates.io-index"
520- checksum = " 58c24b8052ea1e3adbb6f9ab7ba5fcc18b9d12591c042de4c833f709ce81e0e0 "
520+ checksum = " d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6 "
521521dependencies = [
522522 " proc-macro2" ,
523523 " quote" ,
@@ -527,9 +527,9 @@ dependencies = [
527527
528528[[package ]]
529529name = " chalk-engine"
530- version = " 0.76 .0"
530+ version = " 0.80 .0"
531531source = " registry+https://github.com/rust-lang/crates.io-index"
532- checksum = " 0eca186b6ea9af798312f4b568fd094c82e7946ac08be5dc5fea22decc6d2ed8 "
532+ checksum = " c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393 "
533533dependencies = [
534534 " chalk-derive" ,
535535 " chalk-ir" ,
@@ -540,9 +540,9 @@ dependencies = [
540540
541541[[package ]]
542542name = " chalk-ir"
543- version = " 0.76 .0"
543+ version = " 0.80 .0"
544544source = " registry+https://github.com/rust-lang/crates.io-index"
545- checksum = " f3cad5c3f1edd4b4a2c9bda24ae558ceb4f88336f88f944c2e35d0bfeb13c818 "
545+ checksum = " 92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1 "
546546dependencies = [
547547 " bitflags" ,
548548 " chalk-derive" ,
@@ -551,9 +551,9 @@ dependencies = [
551551
552552[[package ]]
553553name = " chalk-solve"
554- version = " 0.76 .0"
554+ version = " 0.80 .0"
555555source = " registry+https://github.com/rust-lang/crates.io-index"
556- checksum = " 94533188d3452bc72cbd5618d166f45fc7646b674ad3fe9667d557bc25236dee "
556+ checksum = " f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1 "
557557dependencies = [
558558 " chalk-derive" ,
559559 " chalk-ir" ,
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.76 .0"
32+ chalk-ir = " 0.80 .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.76 .0"
16- chalk-engine = " 0.76 .0"
17- chalk-solve = " 0.76 .0"
15+ chalk-ir = " 0.80 .0"
16+ chalk-engine = " 0.80 .0"
17+ chalk-solve = " 0.80 .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