File tree 3 files changed +13
-12
lines changed
3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -544,9 +544,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
544
544
545
545
[[package ]]
546
546
name = " chalk-derive"
547
- version = " 0.75 .0"
547
+ version = " 0.76 .0"
548
548
source = " registry+https://github.com/rust-lang/crates.io-index"
549
- checksum = " d54e3b5f9e3425e6b119ff07568d8d006bfa5a8d6f78a9cbc3530b1e962e316c "
549
+ checksum = " 58c24b8052ea1e3adbb6f9ab7ba5fcc18b9d12591c042de4c833f709ce81e0e0 "
550
550
dependencies = [
551
551
" proc-macro2" ,
552
552
" quote" ,
@@ -556,9 +556,9 @@ dependencies = [
556
556
557
557
[[package ]]
558
558
name = " chalk-engine"
559
- version = " 0.75 .0"
559
+ version = " 0.76 .0"
560
560
source = " registry+https://github.com/rust-lang/crates.io-index"
561
- checksum = " bdc891073396b167163db77123b0a3c00088edc00466cecc5531f33e3e989523 "
561
+ checksum = " 0eca186b6ea9af798312f4b568fd094c82e7946ac08be5dc5fea22decc6d2ed8 "
562
562
dependencies = [
563
563
" chalk-derive" ,
564
564
" chalk-ir" ,
@@ -569,9 +569,9 @@ dependencies = [
569
569
570
570
[[package ]]
571
571
name = " chalk-ir"
572
- version = " 0.75 .0"
572
+ version = " 0.76 .0"
573
573
source = " registry+https://github.com/rust-lang/crates.io-index"
574
- checksum = " 2b79e5a1d04b79311e90c69356a2c62027853906a7e33b3e070b93c055fc3e8a "
574
+ checksum = " f3cad5c3f1edd4b4a2c9bda24ae558ceb4f88336f88f944c2e35d0bfeb13c818 "
575
575
dependencies = [
576
576
" bitflags" ,
577
577
" chalk-derive" ,
@@ -580,13 +580,14 @@ dependencies = [
580
580
581
581
[[package ]]
582
582
name = " chalk-solve"
583
- version = " 0.75 .0"
583
+ version = " 0.76 .0"
584
584
source = " registry+https://github.com/rust-lang/crates.io-index"
585
- checksum = " a5d2a1db6605aba70a58820bd80ac422b218913a510f1a40beef9efc5371ea1d "
585
+ checksum = " 94533188d3452bc72cbd5618d166f45fc7646b674ad3fe9667d557bc25236dee "
586
586
dependencies = [
587
587
" chalk-derive" ,
588
588
" chalk-ir" ,
589
589
" ena" ,
590
+ " indexmap" ,
590
591
" itertools 0.10.1" ,
591
592
" petgraph" ,
592
593
" rustc-hash" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rustc_index = { path = "../rustc_index" }
29
29
rustc_serialize = { path = " ../rustc_serialize" }
30
30
rustc_ast = { path = " ../rustc_ast" }
31
31
rustc_span = { path = " ../rustc_span" }
32
- chalk-ir = " 0.75 .0"
32
+ chalk-ir = " 0.76 .0"
33
33
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
34
34
rustc_session = { path = " ../rustc_session" }
35
35
rustc_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" }
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.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"
18
18
smallvec = { version = " 1.6.1" , 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