Move to alloy_tui 4.0.1
Nothing here uses the API that changed: got draws Theme, AlloyStatusBar and
hint, so the removed ColorDepth, the reworked button and the new well never
reach it. The bump is to stop sitting a major behind, and to pick up the
terminal detection fix underneath it, which does reach anything that
resolves a theme.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+5 insertions,
-5 deletions
| 61 |
61 |
|
|
| 62 |
62 |
|
[[package]]
|
| 63 |
63 |
|
name = "alloy_tui"
|
| 64 |
|
- |
version = "3.1.0"
|
|
64 |
+ |
version = "4.0.1"
|
| 65 |
65 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 66 |
|
- |
checksum = "24b412f566e273ced5cc8d133109d50066a9ddbc44b3977224bd3a5eb45423e9"
|
|
66 |
+ |
checksum = "29853f363f07ca5c866b6f85d0bb82b38044aac0d74f862a7f0e073d11f2f7ac"
|
| 67 |
67 |
|
dependencies = [
|
| 68 |
68 |
|
"makeover",
|
| 69 |
69 |
|
"makeover-geometry",
|
| 3406 |
3406 |
|
|
| 3407 |
3407 |
|
[[package]]
|
| 3408 |
3408 |
|
name = "makeover-tui"
|
| 3409 |
|
- |
version = "0.4.0"
|
|
3409 |
+ |
version = "0.4.1"
|
| 3410 |
3410 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3411 |
|
- |
checksum = "a1d502c4f6ed8be2d2d4aaa3ce57a308f69f98e93d2426d61af0f784ca8cf264"
|
|
3411 |
+ |
checksum = "09697f0990426e98777b31261feaa16f9fcab6d32d7fe4bd0a02e127267176b3"
|
| 3412 |
3412 |
|
dependencies = [
|
| 3413 |
3413 |
|
"makeover-layout 0.4.0",
|
| 3414 |
3414 |
|
"ratatui",
|
| 83 |
83 |
|
notify = "8.2"
|
| 84 |
84 |
|
notify-debouncer-mini = "0.7"
|
| 85 |
85 |
|
makeover = "2.3.0"
|
| 86 |
|
- |
alloy_tui = "3.1.0"
|
|
86 |
+ |
alloy_tui = "4.0.1"
|
| 87 |
87 |
|
toml = "1.1"
|
| 88 |
88 |
|
|
| 89 |
89 |
|
# Enums
|