File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -442,9 +442,9 @@ dependencies = [
442
442
443
443
[[package ]]
444
444
name = " chalk-derive"
445
- version = " 0.31 .0"
445
+ version = " 0.32 .0"
446
446
source = " registry+https://github.com/rust-lang/crates.io-index"
447
- checksum = " ca40c97e20f43e4aac2282d342103d45fafad74ad9bfcbaaf0b5d386f9ce1f39 "
447
+ checksum = " 2d072b2ba723f0bada7c515d8b3725224bc4f5052d2a92dcbeb0b118ff37084a "
448
448
dependencies = [
449
449
" proc-macro2" ,
450
450
" quote" ,
@@ -454,9 +454,9 @@ dependencies = [
454
454
455
455
[[package ]]
456
456
name = " chalk-engine"
457
- version = " 0.31 .0"
457
+ version = " 0.32 .0"
458
458
source = " registry+https://github.com/rust-lang/crates.io-index"
459
- checksum = " 88e3d545394fbc4f7d8fe203c6a78d2b73f82bb119f21af98de1f924c2518e34 "
459
+ checksum = " 6fb5475f6083d6d6c509e1c335c4f69ad04144ac090faa1afb134a53c3695841 "
460
460
dependencies = [
461
461
" chalk-derive" ,
462
462
" chalk-ir" ,
@@ -467,19 +467,19 @@ dependencies = [
467
467
468
468
[[package ]]
469
469
name = " chalk-ir"
470
- version = " 0.31 .0"
470
+ version = " 0.32 .0"
471
471
source = " registry+https://github.com/rust-lang/crates.io-index"
472
- checksum = " 8c4183955e084fcc387b515f867ed0e17e9e7301f5eee29c0338d5e63315bb41 "
472
+ checksum = " f60cdb0e18c5455cb6a85e8464aad3622b70476018edfa8845691df66f7e9a05 "
473
473
dependencies = [
474
474
" chalk-derive" ,
475
475
" lazy_static" ,
476
476
]
477
477
478
478
[[package ]]
479
479
name = " chalk-solve"
480
- version = " 0.31 .0"
480
+ version = " 0.32 .0"
481
481
source = " registry+https://github.com/rust-lang/crates.io-index"
482
- checksum = " 50e8407bba06d9e760011a28060e8f3b3f87b82ea53fb8bfaa43614c19c14dcc "
482
+ checksum = " 981534d499a8476ecc0b520be4d3864757f96211826a75360fbf2cb6fae362ab "
483
483
dependencies = [
484
484
" chalk-derive" ,
485
485
" chalk-ir" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index" }
26
26
rustc_serialize = { path = " ../rustc_serialize" }
27
27
rustc_ast = { path = " ../rustc_ast" }
28
28
rustc_span = { path = " ../rustc_span" }
29
- chalk-ir = " 0.31 .0"
29
+ chalk-ir = " 0.32 .0"
30
30
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
31
31
measureme = " 0.7.1"
32
32
rustc_session = { path = " ../rustc_session" }
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ rustc_hir = { path = "../rustc_hir" }
12
12
rustc_index = { path = " ../rustc_index" }
13
13
rustc_ast = { path = " ../rustc_ast" }
14
14
rustc_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"
18
18
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
19
19
rustc_infer = { path = " ../rustc_infer" }
20
20
rustc_trait_selection = { path = " ../rustc_trait_selection" }
You can’t perform that action at this time.
0 commit comments