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 @@ -502,9 +502,9 @@ dependencies = [
502502
503503[[package ]]
504504name = " chalk-derive"
505- version = " 0.80 .0"
505+ version = " 0.87 .0"
506506source = " registry+https://github.com/rust-lang/crates.io-index"
507- checksum = " d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6 "
507+ checksum = " d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb "
508508dependencies = [
509509 " proc-macro2" ,
510510 " quote" ,
@@ -514,9 +514,9 @@ dependencies = [
514514
515515[[package ]]
516516name = " chalk-engine"
517- version = " 0.80 .0"
517+ version = " 0.87 .0"
518518source = " registry+https://github.com/rust-lang/crates.io-index"
519- checksum = " c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393 "
519+ checksum = " 7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f "
520520dependencies = [
521521 " chalk-derive" ,
522522 " chalk-ir" ,
@@ -527,9 +527,9 @@ dependencies = [
527527
528528[[package ]]
529529name = " chalk-ir"
530- version = " 0.80 .0"
530+ version = " 0.87 .0"
531531source = " registry+https://github.com/rust-lang/crates.io-index"
532- checksum = " 92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1 "
532+ checksum = " 43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838 "
533533dependencies = [
534534 " bitflags" ,
535535 " chalk-derive" ,
@@ -538,9 +538,9 @@ dependencies = [
538538
539539[[package ]]
540540name = " chalk-solve"
541- version = " 0.80 .0"
541+ version = " 0.87 .0"
542542source = " registry+https://github.com/rust-lang/crates.io-index"
543- checksum = " f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1 "
543+ checksum = " 61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4 "
544544dependencies = [
545545 " chalk-derive" ,
546546 " chalk-ir" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ doctest = false
88
99[dependencies ]
1010bitflags = " 1.2.1"
11- chalk-ir = " 0.80 .0"
11+ chalk-ir = " 0.87 .0"
1212either = " 1.5.0"
1313gsgdt = " 0.1.2"
1414polonius-engine = " 0.13.0"
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.80 .0"
16- chalk-engine = " 0.80 .0"
17- chalk-solve = " 0.80 .0"
15+ chalk-ir = " 0.87 .0"
16+ chalk-engine = " 0.87 .0"
17+ chalk-solve = " 0.87 .0"
1818smallvec = { version = " 1.8.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