Skip to main content

max / alloy

Re-resolve the lock: alloy_tui 14, makeover 0.43 Catching up to what the crates.io index already serves. alloy takes alloy_tui from the registry rather than from the tree, so this is independent of the makeover 0.44 cascade: alloy_tui 14.0.0 is published against makeover 0.43 and that is what resolves here until alloy_tui is republished.
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-09-02 15:58 UTC
Signed with PGP, not checked
Commit: 4547aa97787e4e5db4c519b17e7ccf1d99b227e4
Parent: 8ff9bc9
1 file changed, +28 insertions, -28 deletions
M Cargo.lock +28 -28
@@ -39,9 +39,9 @@
39 39
40 40 [[package]]
41 41 name = "alloy_tui"
42 - version = "13.0.0"
42 + version = "14.0.0"
43 43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 - checksum = "2f1a0fb16ed2d1258978166bc645e2e2ab6cbee45787754501a29d65470048e4"
44 + checksum = "2938a71d04e645c72f8917b83f6d995eb07c64a5f6eef107f42394bfb903546c"
45 45 dependencies = [
46 46 "makeover",
47 47 "makeover-geometry",
@@ -1158,9 +1158,9 @@
1158 1158
1159 1159 [[package]]
1160 1160 name = "makeover-layout"
1161 - version = "0.42.0"
1161 + version = "0.43.0"
1162 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 - checksum = "662f6e429e96748bd0d6690963df98af2224adfa26e9b30789eb72b1cb044a09"
1163 + checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
1164 1164
1165 1165 [[package]]
1166 1166 name = "makeover-timing"
@@ -1173,9 +1173,9 @@
1173 1173
1174 1174 [[package]]
1175 1175 name = "makeover-tui"
1176 - version = "0.42.0"
1176 + version = "0.43.0"
1177 1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 - checksum = "ab81296f40acfc84a4fa3d7a09a47e3d57c72256819f8868bf3ff08dac6f111c"
1178 + checksum = "39fc9343435bdcbaef8a5f5e2910254b841b08171919c19795dc50be7b1910ba"
1179 1179 dependencies = [
1180 1180 "makeover",
1181 1181 "makeover-layout",
@@ -2653,6 +2653,22 @@
2653 2653 "winnow",
2654 2654 ]
2655 2655
2656 + [[patch.unused]]
2657 + name = "kberg"
2658 + version = "0.1.0"
2659 +
2660 + [[patch.unused]]
2661 + name = "ops-status"
2662 + version = "0.1.0"
2663 +
2664 + [[patch.unused]]
2665 + name = "painhours"
2666 + version = "0.1.0"
2667 +
2668 + [[patch.unused]]
2669 + name = "tagtree"
2670 + version = "0.4.1"
2671 +
2656 2672 [[patch.unused]]
2657 2673 name = "quasi-axum"
2658 2674 version = "0.97.0"
@@ -2690,33 +2706,17 @@
2690 2706 version = "0.97.0"
2691 2707
2692 2708 [[patch.unused]]
2693 - name = "synckit-client"
2694 - version = "0.10.0"
2695 -
2696 - [[patch.unused]]
2697 - name = "synckit-config"
2698 - version = "0.2.0"
2709 + name = "quasi-type"
2710 + version = "0.1.3"
2699 2711
2700 2712 [[patch.unused]]
2701 2713 name = "docengine"
2702 2714 version = "0.7.0"
2703 2715
2704 2716 [[patch.unused]]
2705 - name = "kberg"
2706 - version = "0.1.0"
2717 + name = "synckit-client"
2718 + version = "0.10.0"
2707 2719
2708 2720 [[patch.unused]]
2709 - name = "ops-status"
2710 - version = "0.1.0"
2711 -
2712 - [[patch.unused]]
2713 - name = "painhours"
2714 - version = "0.1.0"
2715 -
2716 - [[patch.unused]]
2717 - name = "tagtree"
2718 - version = "0.4.1"
2719 -
2720 - [[patch.unused]]
2721 - name = "quasi-type"
2722 - version = "0.1.3"
2721 + name = "synckit-config"
2722 + version = "0.2.0"