Skip to main content

max / alloy

Take alloy_tui 5.1.0, and with it the current makeover suite Brings geometry to 0.7.0, layout to 0.12.0 and makeover-tui to 0.12.0, which alloy was holding at 0.6.2 / 0.8.2 / 0.8.0 transitively.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 15:32 UTC
Signed with PGP, not checked
Commit: dc132fa60e8f7e620b14ef52cf2a59b78786c3d7
Parent: 6f1b536
3 files changed, +22 insertions, -22 deletions
M Cargo.lock +20 -20
@@ -38,9 +38,9 @@
38 38
39 39 [[package]]
40 40 name = "alloy_tui"
41 - version = "5.0.1"
41 + version = "5.1.0"
42 42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 - checksum = "49df4d3d09bbef3eab4ba8b6fc23cb75e575ee2299bccf9a8b6c44f05726d33a"
43 + checksum = "3f4b65e0173b413ca4260aa6991b5e32cba5ba9d98e552080fce14473a58facb"
44 44 dependencies = [
45 45 "makeover",
46 46 "makeover-geometry",
@@ -908,21 +908,21 @@
908 908
909 909 [[package]]
910 910 name = "makeover-geometry"
911 - version = "0.6.2"
911 + version = "0.7.0"
912 912 source = "registry+https://github.com/rust-lang/crates.io-index"
913 - checksum = "c4e0cbec6b86c225f5d4a793437fee457b9bf8e93786ee3af0212d668ad8f132"
913 + checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16"
914 914
915 915 [[package]]
916 916 name = "makeover-layout"
917 - version = "0.8.2"
917 + version = "0.12.0"
918 918 source = "registry+https://github.com/rust-lang/crates.io-index"
919 - checksum = "9883c75a9d26fce10be2b979c01a74f8c07513800a70ec6bf598de1e7d411f1b"
919 + checksum = "58edd16523115ed4c9ca6de016693300ac95cf1bb0bd8ccf7fd246213102a7ff"
920 920
921 921 [[package]]
922 922 name = "makeover-tui"
923 - version = "0.8.0"
923 + version = "0.12.0"
924 924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 - checksum = "fef64d9d88e91745b9d558ec2c12246f776d5a0b3a26092029f27efabe53c64e"
925 + checksum = "88982f3e29d40336e9748e9adafa88278d123c42875aad178e0cea640a128d57"
926 926 dependencies = [
927 927 "makeover",
928 928 "makeover-layout",
@@ -2171,6 +2171,10 @@
2171 2171 source = "registry+https://github.com/rust-lang/crates.io-index"
2172 2172 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2173 2173
2174 + [[patch.unused]]
2175 + name = "docengine"
2176 + version = "0.4.0"
2177 +
2174 2178 [[patch.unused]]
2175 2179 name = "kberg"
2176 2180 version = "0.1.0"
@@ -2183,18 +2187,6 @@
2183 2187 name = "tagtree"
2184 2188 version = "0.4.0"
2185 2189
2186 - [[patch.unused]]
2187 - name = "synckit-client"
2188 - version = "0.8.0"
2189 -
2190 - [[patch.unused]]
2191 - name = "synckit-config"
2192 - version = "0.2.0"
2193 -
2194 - [[patch.unused]]
2195 - name = "docengine"
2196 - version = "0.4.0"
2197 -
2198 2190 [[patch.unused]]
2199 2191 name = "quasi-axum"
2200 2192 version = "0.1.0"
@@ -2218,3 +2210,11 @@
2218 2210 [[patch.unused]]
2219 2211 name = "quasi-webview"
2220 2212 version = "0.1.0"
2213 +
2214 + [[patch.unused]]
2215 + name = "synckit-client"
2216 + version = "0.8.0"
2217 +
2218 + [[patch.unused]]
2219 + name = "synckit-config"
2220 + version = "0.2.0"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "5.0.1"
16 + alloy_tui = "5.1.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 = "5.0.1"
16 + alloy_tui = "5.1.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true