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.21 .0"
430+ version = " 0.22 .0"
431431source = " registry+https://github.com/rust-lang/crates.io-index"
432- checksum = " c1df0dbb57d74b4acd20f20fa66ab2acd09776b79eaeb9d8f947b2f3e01c40bf "
432+ checksum = " f26289db4cf059de9e0ab868ab9fc0dbc64455c3b09279c62c73ea0b3948b53f "
433433dependencies = [
434434 " proc-macro2" ,
435435 " quote" ,
@@ -439,9 +439,9 @@ dependencies = [
439439
440440[[package ]]
441441name = " chalk-engine"
442- version = " 0.21 .0"
442+ version = " 0.22 .0"
443443source = " registry+https://github.com/rust-lang/crates.io-index"
444- checksum = " fb7c65a13f32f02aba8f1d9a37f206af615f77ac564624b81a4c593c6c1735b9 "
444+ checksum = " 45ea68bc2cdd40ea6b48e39580adebfe833dc72a9593426fa73589326a2e1d75 "
445445dependencies = [
446446 " chalk-derive" ,
447447 " chalk-ir" ,
@@ -452,19 +452,19 @@ dependencies = [
452452
453453[[package ]]
454454name = " chalk-ir"
455- version = " 0.21 .0"
455+ version = " 0.22 .0"
456456source = " registry+https://github.com/rust-lang/crates.io-index"
457- checksum = " 44361a25dbdb1dc428f56ad7a3c21ba9ca12f3225c26a47919ff6fcb10a583d4 "
457+ checksum = " e155e98d67dbf34f0eaa7b5ef34b629c1d61e949196b3d2bd046e4daed7b506e "
458458dependencies = [
459459 " chalk-derive" ,
460460 " lazy_static" ,
461461]
462462
463463[[package ]]
464464name = " chalk-solve"
465- version = " 0.21 .0"
465+ version = " 0.22 .0"
466466source = " registry+https://github.com/rust-lang/crates.io-index"
467- checksum = " a886da37a0dc457057d86f78f026f7a09c6d8088aa13f4f4127fdb8dc80119a3 "
467+ checksum = " 08cce24bb0f20800287136fec62669bbef50409712162ee51fd1db40926d10f1 "
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.21 .0"
29+ chalk-ir = " 0.22 .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.21 .0"
16- chalk-solve = " 0.21 .0"
17- chalk-engine = " 0.21 .0"
15+ chalk-ir = " 0.22 .0"
16+ chalk-solve = " 0.22 .0"
17+ chalk-engine = " 0.22 .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