Skip to main content

max / alloy

Take alloy_tui 11.0.0 in alloy and skelgen alloy_tui 11.0.0 is on crates.io as of today, so the two consumers can leave 8.0.0. This was the one internal-dep pin in the tree /deepunify could not close, because alloy takes alloy_tui from the registry rather than as a git dep and the pin could not move before the publish landed. Pulls makeover-tui 0.28.0 -> 0.33.0 and makeover-layout 0.28.2 -> 0.35.0 through the lock. Workspace builds, 1005 + 132 tests green.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 22:54 UTC
Signed with PGP, not checked
Commit: 568daa45a1e01abf2caec8a3ae7dde3355819942
Parent: b6677a0
3 files changed, +49 insertions, -49 deletions
M Cargo.lock +47 -47
@@ -39,9 +39,9 @@
39 39
40 40 [[package]]
41 41 name = "alloy_tui"
42 - version = "8.0.0"
42 + version = "11.0.0"
43 43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 - checksum = "3aa09380539198e70c58f2313b69d1e50e109a5b1e8f9ee8fcaee8470b3c690d"
44 + checksum = "52b7f579479974bb2719f2619127f1af2a2316d76da0119630426ef0c81e4ab3"
45 45 dependencies = [
46 46 "makeover",
47 47 "makeover-geometry",
@@ -1158,15 +1158,15 @@
1158 1158
1159 1159 [[package]]
1160 1160 name = "makeover-layout"
1161 - version = "0.28.2"
1161 + version = "0.35.0"
1162 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 - checksum = "23a39310f0553033a02c056725a24295519e4d28ecb5597796fbfc7b2aa81dfa"
1163 + checksum = "774bfd81b003f0d0059ff50daa8e625e6969175bc0132ddf7c2108bba40c47d5"
1164 1164
1165 1165 [[package]]
1166 1166 name = "makeover-tui"
1167 - version = "0.28.0"
1167 + version = "0.33.0"
1168 1168 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 - checksum = "6d0d5477580f4514a63a66c0955ea32323798fedcf78433c11769bee7ef65268"
1169 + checksum = "5196506074bbf9f2b9955ff9e94892e2eca85d9dac5af49ed93da30d50d6c622"
1170 1170 dependencies = [
1171 1171 "makeover",
1172 1172 "makeover-layout",
@@ -2643,9 +2643,45 @@
2643 2643 "winnow",
2644 2644 ]
2645 2645
2646 + [[patch.unused]]
2647 + name = "quasi-axum"
2648 + version = "0.61.1"
2649 +
2650 + [[patch.unused]]
2651 + name = "quasi-basics"
2652 + version = "0.61.1"
2653 +
2654 + [[patch.unused]]
2655 + name = "quasi-http"
2656 + version = "0.61.1"
2657 +
2658 + [[patch.unused]]
2659 + name = "quasi-immediate"
2660 + version = "0.61.1"
2661 +
2662 + [[patch.unused]]
2663 + name = "quasi-notifs"
2664 + version = "0.61.1"
2665 +
2666 + [[patch.unused]]
2667 + name = "quasi-router"
2668 + version = "0.61.1"
2669 +
2670 + [[patch.unused]]
2671 + name = "quasi-store"
2672 + version = "0.1.0"
2673 +
2674 + [[patch.unused]]
2675 + name = "quasi-tauri"
2676 + version = "0.61.1"
2677 +
2678 + [[patch.unused]]
2679 + name = "quasi-webview"
2680 + version = "0.61.1"
2681 +
2646 2682 [[patch.unused]]
2647 2683 name = "synckit-client"
2648 - version = "0.8.1"
2684 + version = "0.9.1"
2649 2685
2650 2686 [[patch.unused]]
2651 2687 name = "synckit-config"
@@ -2667,46 +2703,10 @@
2667 2703 name = "tagtree"
2668 2704 version = "0.4.1"
2669 2705
2670 - [[patch.unused]]
2671 - name = "quasi-type"
2672 - version = "0.1.0"
2673 -
2674 - [[patch.unused]]
2675 - name = "quasi-axum"
2676 - version = "0.56.0"
2677 -
2678 - [[patch.unused]]
2679 - name = "quasi-basics"
2680 - version = "0.56.0"
2681 -
2682 - [[patch.unused]]
2683 - name = "quasi-http"
2684 - version = "0.56.0"
2685 -
2686 - [[patch.unused]]
2687 - name = "quasi-immediate"
2688 - version = "0.56.0"
2689 -
2690 - [[patch.unused]]
2691 - name = "quasi-notifs"
2692 - version = "0.56.0"
2693 -
2694 - [[patch.unused]]
2695 - name = "quasi-router"
2696 - version = "0.56.0"
2697 -
2698 - [[patch.unused]]
2699 - name = "quasi-store"
2700 - version = "0.1.0"
2701 -
2702 - [[patch.unused]]
2703 - name = "quasi-tauri"
2704 - version = "0.56.0"
2705 -
2706 - [[patch.unused]]
2707 - name = "quasi-webview"
2708 - version = "0.56.0"
2709 -
2710 2706 [[patch.unused]]
2711 2707 name = "docengine"
2712 2708 version = "0.7.0"
2709 +
2710 + [[patch.unused]]
2711 + name = "quasi-type"
2712 + version = "0.1.0"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "8.0.0"
16 + alloy_tui = "11.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 = "8.0.0"
16 + alloy_tui = "11.0.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true