max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | # `makeover-tui` is the terminal renderer, and its `theme` feature is the | |
| 19 | 19 | # intents-to-ratatui-colours mapping. No hex value is written in this crate. | |
| 20 | 20 | makeover = "2.5.0" | |
| 21 | - | makeover-tui = { version = "0.12.0", features = ["theme"] } | |
| 21 | + | makeover-tui = { version = "0.14.0", features = ["theme"] } | |
| 22 | 22 | tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal"] } | |
| 23 | 23 | # `rustls-no-provider` rather than `rustls`: the latter is an alias for | |
| 24 | 24 | # `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring |