Skip to main content

max / alloy

Take alloy_tui 12.0.0 Forward-fix in the same pass as the bump. alloy_tui went major because it re-exports makeover-tui types publicly, so its consumers move with it rather than being pinned back. This also pulls makeover-tui 0.33.0 -> 0.41.1 here, which the 11.0.0 pin had been holding eight minors back.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-08-31 14:25 UTC
Signed with PGP, not checked
Commit: 0c889d67af12f61e239d2d7ad7a53afa741a591e
Parent: 8b6131f
3 files changed, +58 insertions, -48 deletions
M Cargo.lock +56 -46
@@ -39,9 +39,9 @@
39 39
40 40 [[package]]
41 41 name = "alloy_tui"
42 - version = "11.0.0"
42 + version = "12.0.0"
43 43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 - checksum = "52b7f579479974bb2719f2619127f1af2a2316d76da0119630426ef0c81e4ab3"
44 + checksum = "f3e21cccdd20354a8be053a961bee9d84935576fad98a2ae19e843a45733367c"
45 45 dependencies = [
46 46 "makeover",
47 47 "makeover-geometry",
@@ -1158,18 +1158,28 @@
1158 1158
1159 1159 [[package]]
1160 1160 name = "makeover-layout"
1161 - version = "0.35.0"
1161 + version = "0.41.2"
1162 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 - checksum = "774bfd81b003f0d0059ff50daa8e625e6969175bc0132ddf7c2108bba40c47d5"
1163 + checksum = "f99de8062307b884315ffa57696427bfc846227d4b1d8b03ade031cd07c9eb2c"
1164 +
1165 + [[package]]
1166 + name = "makeover-timing"
1167 + version = "0.1.2"
1168 + source = "registry+https://github.com/rust-lang/crates.io-index"
1169 + checksum = "a0fb70a912386e8298e7fb24979cfd04a21b033d88297ee568b25e2f59f7e28d"
1170 + dependencies = [
1171 + "makeover-geometry",
1172 + ]
1164 1173
1165 1174 [[package]]
1166 1175 name = "makeover-tui"
1167 - version = "0.33.0"
1176 + version = "0.41.1"
1168 1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 - checksum = "5196506074bbf9f2b9955ff9e94892e2eca85d9dac5af49ed93da30d50d6c622"
1178 + checksum = "8c1caed49e474408e88200e2bc20acfff616916cc1d07194ba275de3baab34fa"
1170 1179 dependencies = [
1171 1180 "makeover",
1172 1181 "makeover-layout",
1182 + "makeover-timing",
1173 1183 "ratatui",
1174 1184 ]
1175 1185
@@ -2643,46 +2653,6 @@
2643 2653 "winnow",
2644 2654 ]
2645 2655
2646 - [[patch.unused]]
2647 - name = "docengine"
2648 - version = "0.7.0"
2649 -
2650 - [[patch.unused]]
2651 - name = "quasi-axum"
2652 - version = "0.79.0"
2653 -
2654 - [[patch.unused]]
2655 - name = "quasi-basics"
2656 - version = "0.79.0"
2657 -
2658 - [[patch.unused]]
2659 - name = "quasi-http"
2660 - version = "0.79.0"
2661 -
2662 - [[patch.unused]]
2663 - name = "quasi-immediate"
2664 - version = "0.79.0"
2665 -
2666 - [[patch.unused]]
2667 - name = "quasi-notifs"
2668 - version = "0.79.0"
2669 -
2670 - [[patch.unused]]
2671 - name = "quasi-router"
2672 - version = "0.79.0"
2673 -
2674 - [[patch.unused]]
2675 - name = "quasi-store"
2676 - version = "0.1.0"
2677 -
2678 - [[patch.unused]]
2679 - name = "quasi-tauri"
2680 - version = "0.79.0"
2681 -
2682 - [[patch.unused]]
2683 - name = "quasi-webview"
2684 - version = "0.79.0"
2685 -
2686 2656 [[patch.unused]]
2687 2657 name = "synckit-client"
2688 2658 version = "0.10.0"
@@ -2695,6 +2665,42 @@
2695 2665 name = "quasi-type"
2696 2666 version = "0.1.3"
2697 2667
2668 + [[patch.unused]]
2669 + name = "quasi-axum"
2670 + version = "0.93.0"
2671 +
2672 + [[patch.unused]]
2673 + name = "quasi-basics"
2674 + version = "0.93.0"
2675 +
2676 + [[patch.unused]]
2677 + name = "quasi-http"
2678 + version = "0.93.0"
2679 +
2680 + [[patch.unused]]
2681 + name = "quasi-immediate"
2682 + version = "0.93.0"
2683 +
2684 + [[patch.unused]]
2685 + name = "quasi-notifs"
2686 + version = "0.93.0"
2687 +
2688 + [[patch.unused]]
2689 + name = "quasi-router"
2690 + version = "0.93.0"
2691 +
2692 + [[patch.unused]]
2693 + name = "quasi-store"
2694 + version = "0.1.0"
2695 +
2696 + [[patch.unused]]
2697 + name = "quasi-tauri"
2698 + version = "0.93.0"
2699 +
2700 + [[patch.unused]]
2701 + name = "quasi-webview"
2702 + version = "0.93.0"
2703 +
2698 2704 [[patch.unused]]
2699 2705 name = "kberg"
2700 2706 version = "0.1.0"
@@ -2710,3 +2716,7 @@
2710 2716 [[patch.unused]]
2711 2717 name = "tagtree"
2712 2718 version = "0.4.1"
2719 +
2720 + [[patch.unused]]
2721 + name = "docengine"
2722 + version = "0.7.0"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "11.0.0"
16 + alloy_tui = "12.0.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 ratatui.workspace = true
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "11.0.0"
16 + alloy_tui = "12.0.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true