15.0.0: follow makeover-tui to 0.44
A major rather than a patch, and the reason is `links` rather than this crate's
own surface. `theme.rs` re-exports `makeover_tui::{Fidelity, Mode, ThemeError}`,
so the public API is typed on makeover-tui; makeover-layout under it carries
`links = "makeover-layout"`, which makes two versions of the vocabulary in one
graph a resolver error rather than a warning. A consumer cannot hold alloy_tui
15 and makeover-tui 0.43 at once, and that is what a major says.
Found by /deepunify, which is the point of its content check: local and index
both read 14.0.0 while the published artifact pinned makeover-tui ^0.43 and the
source had moved to ^0.44. Version equality is not the staleness check.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>