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 @@ -502,9 +502,9 @@ dependencies = [
502
502
503
503
[[package ]]
504
504
name = " chalk-derive"
505
- version = " 0.80 .0"
505
+ version = " 0.87 .0"
506
506
source = " registry+https://github.com/rust-lang/crates.io-index"
507
- checksum = " d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6 "
507
+ checksum = " d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb "
508
508
dependencies = [
509
509
" proc-macro2" ,
510
510
" quote" ,
@@ -514,9 +514,9 @@ dependencies = [
514
514
515
515
[[package ]]
516
516
name = " chalk-engine"
517
- version = " 0.80 .0"
517
+ version = " 0.87 .0"
518
518
source = " registry+https://github.com/rust-lang/crates.io-index"
519
- checksum = " c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393 "
519
+ checksum = " 7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f "
520
520
dependencies = [
521
521
" chalk-derive" ,
522
522
" chalk-ir" ,
@@ -527,9 +527,9 @@ dependencies = [
527
527
528
528
[[package ]]
529
529
name = " chalk-ir"
530
- version = " 0.80 .0"
530
+ version = " 0.87 .0"
531
531
source = " registry+https://github.com/rust-lang/crates.io-index"
532
- checksum = " 92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1 "
532
+ checksum = " 43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838 "
533
533
dependencies = [
534
534
" bitflags" ,
535
535
" chalk-derive" ,
@@ -538,9 +538,9 @@ dependencies = [
538
538
539
539
[[package ]]
540
540
name = " chalk-solve"
541
- version = " 0.80 .0"
541
+ version = " 0.87 .0"
542
542
source = " registry+https://github.com/rust-lang/crates.io-index"
543
- checksum = " f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1 "
543
+ checksum = " 61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4 "
544
544
dependencies = [
545
545
" chalk-derive" ,
546
546
" chalk-ir" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ doctest = false
8
8
9
9
[dependencies ]
10
10
bitflags = " 1.2.1"
11
- chalk-ir = " 0.80 .0"
11
+ chalk-ir = " 0.87 .0"
12
12
either = " 1.5.0"
13
13
gsgdt = " 0.1.2"
14
14
polonius-engine = " 0.13.0"
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.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"
18
18
smallvec = { version = " 1.8.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