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 @@ -515,9 +515,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
515
515
516
516
[[package ]]
517
517
name = " chalk-derive"
518
- version = " 0.76 .0"
518
+ version = " 0.80 .0"
519
519
source = " registry+https://github.com/rust-lang/crates.io-index"
520
- checksum = " 58c24b8052ea1e3adbb6f9ab7ba5fcc18b9d12591c042de4c833f709ce81e0e0 "
520
+ checksum = " d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6 "
521
521
dependencies = [
522
522
" proc-macro2" ,
523
523
" quote" ,
@@ -527,9 +527,9 @@ dependencies = [
527
527
528
528
[[package ]]
529
529
name = " chalk-engine"
530
- version = " 0.76 .0"
530
+ version = " 0.80 .0"
531
531
source = " registry+https://github.com/rust-lang/crates.io-index"
532
- checksum = " 0eca186b6ea9af798312f4b568fd094c82e7946ac08be5dc5fea22decc6d2ed8 "
532
+ checksum = " c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393 "
533
533
dependencies = [
534
534
" chalk-derive" ,
535
535
" chalk-ir" ,
@@ -540,9 +540,9 @@ dependencies = [
540
540
541
541
[[package ]]
542
542
name = " chalk-ir"
543
- version = " 0.76 .0"
543
+ version = " 0.80 .0"
544
544
source = " registry+https://github.com/rust-lang/crates.io-index"
545
- checksum = " f3cad5c3f1edd4b4a2c9bda24ae558ceb4f88336f88f944c2e35d0bfeb13c818 "
545
+ checksum = " 92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1 "
546
546
dependencies = [
547
547
" bitflags" ,
548
548
" chalk-derive" ,
@@ -551,9 +551,9 @@ dependencies = [
551
551
552
552
[[package ]]
553
553
name = " chalk-solve"
554
- version = " 0.76 .0"
554
+ version = " 0.80 .0"
555
555
source = " registry+https://github.com/rust-lang/crates.io-index"
556
- checksum = " 94533188d3452bc72cbd5618d166f45fc7646b674ad3fe9667d557bc25236dee "
556
+ checksum = " f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1 "
557
557
dependencies = [
558
558
" chalk-derive" ,
559
559
" chalk-ir" ,
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.76 .0"
32
+ chalk-ir = " 0.80 .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.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"
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