This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -427,9 +427,9 @@ dependencies = [
427427
428428[[package ]]
429429name = " chalk-derive"
430- version = " 0.28 .0"
430+ version = " 0.29 .0"
431431source = " registry+https://github.com/rust-lang/crates.io-index"
432- checksum = " 8c85b013e2dc1b46ac4a279f54e62e55556a8c4d859f7b7c4e340a9b1d013640 "
432+ checksum = " 3a7f257e3bcdc56d8877ae31c012bd69fba0be66929d588e603905f2632c0c59 "
433433dependencies = [
434434 " proc-macro2" ,
435435 " quote" ,
@@ -439,9 +439,9 @@ dependencies = [
439439
440440[[package ]]
441441name = " chalk-engine"
442- version = " 0.28 .0"
442+ version = " 0.29 .0"
443443source = " registry+https://github.com/rust-lang/crates.io-index"
444- checksum = " 2a499f81860f6eadfe0c76c5bb606cd2df701939d5a596ed3724c7db04aec14b "
444+ checksum = " c43fcc7edf4d51b42f44ed50e2337bd90ddc8e088d0cd78a71db92a6f780f782 "
445445dependencies = [
446446 " chalk-derive" ,
447447 " chalk-ir" ,
@@ -452,19 +452,19 @@ dependencies = [
452452
453453[[package ]]
454454name = " chalk-ir"
455- version = " 0.28 .0"
455+ version = " 0.29 .0"
456456source = " registry+https://github.com/rust-lang/crates.io-index"
457- checksum = " 2135d844688dc920e3ece3012c5d3d4f06e26986fe38bc041bc98f0e7a9f4e2b "
457+ checksum = " 03a4050029ecb2b5a1ff3bfc64c39279179b294821ec2e8891a4a5c6e3a08db0 "
458458dependencies = [
459459 " chalk-derive" ,
460460 " lazy_static" ,
461461]
462462
463463[[package ]]
464464name = " chalk-solve"
465- version = " 0.28 .0"
465+ version = " 0.29 .0"
466466source = " registry+https://github.com/rust-lang/crates.io-index"
467- checksum = " bc69e4e94ffd4b39f1a865824b431bb82a7b4c8f14a0ba3d461cd86e56a590ac "
467+ checksum = " 828c1f80d4eaf681027cce02050c54a3c97370f81988d31bf2a56df54048746c "
468468dependencies = [
469469 " chalk-derive" ,
470470 " chalk-ir" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index" }
2626rustc_serialize = { path = " ../rustc_serialize" }
2727rustc_ast = { path = " ../rustc_ast" }
2828rustc_span = { path = " ../rustc_span" }
29- chalk-ir = " 0.28 .0"
29+ chalk-ir = " 0.29 .0"
3030smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
3131measureme = " 0.7.1"
3232rustc_session = { path = " ../rustc_session" }
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ rustc_hir = { path = "../rustc_hir" }
1212rustc_index = { path = " ../rustc_index" }
1313rustc_ast = { path = " ../rustc_ast" }
1414rustc_span = { path = " ../rustc_span" }
15- chalk-ir = " 0.28 .0"
16- chalk-solve = " 0.28 .0"
17- chalk-engine = " 0.28 .0"
15+ chalk-ir = " 0.29 .0"
16+ chalk-solve = " 0.29 .0"
17+ chalk-engine = " 0.29 .0"
1818smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
1919rustc_infer = { path = " ../rustc_infer" }
2020rustc_trait_selection = { path = " ../rustc_trait_selection" }
You can’t perform that action at this time.
0 commit comments