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 @@ -427,9 +427,9 @@ dependencies = [
427
427
428
428
[[package ]]
429
429
name = " chalk-derive"
430
- version = " 0.24 .0"
430
+ version = " 0.25 .0"
431
431
source = " registry+https://github.com/rust-lang/crates.io-index"
432
- checksum = " 37f72751ba791492671e4cbc382c9cc0a1051e264e5c4f1cb5bba0ed58f8e65e "
432
+ checksum = " 624e14d3f029186e6ffd97081ffa082f98ddd5df20655b6f0e8efb83dd8ac8b4 "
433
433
dependencies = [
434
434
" proc-macro2" ,
435
435
" quote" ,
@@ -439,9 +439,9 @@ dependencies = [
439
439
440
440
[[package ]]
441
441
name = " chalk-engine"
442
- version = " 0.24 .0"
442
+ version = " 0.25 .0"
443
443
source = " registry+https://github.com/rust-lang/crates.io-index"
444
- checksum = " 196432c82e77fea69c9ef96070d66f76e91fb067caf7cf21c12878ea334358c7 "
444
+ checksum = " fd172df00ff1de4789ed8971e1623afb10551041a9385d3b4e22fe6b1e8a0d1d "
445
445
dependencies = [
446
446
" chalk-derive" ,
447
447
" chalk-ir" ,
@@ -452,19 +452,19 @@ dependencies = [
452
452
453
453
[[package ]]
454
454
name = " chalk-ir"
455
- version = " 0.24 .0"
455
+ version = " 0.25 .0"
456
456
source = " registry+https://github.com/rust-lang/crates.io-index"
457
- checksum = " 45e1d0a1980c632ba01074c44e4299257bb0227d19ac03f7f903127da788ea13 "
457
+ checksum = " 118c68eccdda5604af50bbef84c94550f3854f76989cb03c36ffd36cc2ffe958 "
458
458
dependencies = [
459
459
" chalk-derive" ,
460
460
" lazy_static" ,
461
461
]
462
462
463
463
[[package ]]
464
464
name = " chalk-solve"
465
- version = " 0.24 .0"
465
+ version = " 0.25 .0"
466
466
source = " registry+https://github.com/rust-lang/crates.io-index"
467
- checksum = " f892ee7c59419a18554fdc006e2fb4237a0af85a6ae59dcc22e0408c3538a093 "
467
+ checksum = " 45b235a1f568b28707f117b2d30eabbee9cbcfccaa0d6e9697300400c8ca0996 "
468
468
dependencies = [
469
469
" chalk-derive" ,
470
470
" 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.24 .0"
29
+ chalk-ir = " 0.25 .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.24 .0"
16
- chalk-solve = " 0.24 .0"
17
- chalk-engine = " 0.24 .0"
15
+ chalk-ir = " 0.25 .0"
16
+ chalk-solve = " 0.25 .0"
17
+ chalk-engine = " 0.25 .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