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 @@ -442,9 +442,9 @@ dependencies = [
442442
443443[[package ]]
444444name = " chalk-derive"
445- version = " 0.31 .0"
445+ version = " 0.32 .0"
446446source = " registry+https://github.com/rust-lang/crates.io-index"
447- checksum = " ca40c97e20f43e4aac2282d342103d45fafad74ad9bfcbaaf0b5d386f9ce1f39 "
447+ checksum = " 2d072b2ba723f0bada7c515d8b3725224bc4f5052d2a92dcbeb0b118ff37084a "
448448dependencies = [
449449 " proc-macro2" ,
450450 " quote" ,
@@ -454,9 +454,9 @@ dependencies = [
454454
455455[[package ]]
456456name = " chalk-engine"
457- version = " 0.31 .0"
457+ version = " 0.32 .0"
458458source = " registry+https://github.com/rust-lang/crates.io-index"
459- checksum = " 88e3d545394fbc4f7d8fe203c6a78d2b73f82bb119f21af98de1f924c2518e34 "
459+ checksum = " 6fb5475f6083d6d6c509e1c335c4f69ad04144ac090faa1afb134a53c3695841 "
460460dependencies = [
461461 " chalk-derive" ,
462462 " chalk-ir" ,
@@ -467,19 +467,19 @@ dependencies = [
467467
468468[[package ]]
469469name = " chalk-ir"
470- version = " 0.31 .0"
470+ version = " 0.32 .0"
471471source = " registry+https://github.com/rust-lang/crates.io-index"
472- checksum = " 8c4183955e084fcc387b515f867ed0e17e9e7301f5eee29c0338d5e63315bb41 "
472+ checksum = " f60cdb0e18c5455cb6a85e8464aad3622b70476018edfa8845691df66f7e9a05 "
473473dependencies = [
474474 " chalk-derive" ,
475475 " lazy_static" ,
476476]
477477
478478[[package ]]
479479name = " chalk-solve"
480- version = " 0.31 .0"
480+ version = " 0.32 .0"
481481source = " registry+https://github.com/rust-lang/crates.io-index"
482- checksum = " 50e8407bba06d9e760011a28060e8f3b3f87b82ea53fb8bfaa43614c19c14dcc "
482+ checksum = " 981534d499a8476ecc0b520be4d3864757f96211826a75360fbf2cb6fae362ab "
483483dependencies = [
484484 " chalk-derive" ,
485485 " chalk-ir" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index" }
2626rustc_serialize = { path = " ../rustc_serialize" }
2727rustc_ast = { path = " ../rustc_ast" }
2828rustc_span = { path = " ../rustc_span" }
29- chalk-ir = " 0.31 .0"
29+ chalk-ir = " 0.32 .0"
3030smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
3131measureme = " 0.7.1"
3232rustc_session = { path = " ../rustc_session" }
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.31 .0"
16- chalk-solve = " 0.31 .0"
17- chalk-engine = " 0.31 .0"
15+ chalk-ir = " 0.32 .0"
16+ chalk-solve = " 0.32 .0"
17+ chalk-engine = " 0.32 .0"
1818smallvec = { version = " 1.0" , 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