Take makeover-tui 0.35.0, makeover-build 0.54.0 and makeover-webview 0.61.0
3 files changed,
+4 insertions,
-4 deletions
| 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 = "3.0"
|
| 21 |
|
- |
makeover-tui = { version = "0.33.0", features = ["theme"] }
|
|
21 |
+ |
makeover-tui = { version = "0.35.0", features = ["theme"] }
|
| 22 |
22 |
|
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal", "fs"] }
|
| 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
|
| 15 |
15 |
|
# selection; `makeover-tui` is the terminal renderer, and its `theme` feature is
|
| 16 |
16 |
|
# the intents-to-ratatui-colours mapping. No colour is named in this crate.
|
| 17 |
17 |
|
makeover = "3.0"
|
| 18 |
|
- |
makeover-tui = { version = "0.33.0", features = ["theme"] }
|
|
18 |
+ |
makeover-tui = { version = "0.35.0", features = ["theme"] }
|
| 19 |
19 |
|
tokio = { version = "1", features = ["full"] }
|
| 20 |
20 |
|
# `rustls-no-provider` rather than `rustls`: the latter is an alias for
|
| 21 |
21 |
|
# `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring
|
| 175 |
175 |
|
# through quasi-webview for makeover-layout's reason: two `form::` paths from
|
| 176 |
176 |
|
# two resolutions are two crates, and the `data-format="markdown"` rules in
|
| 177 |
177 |
|
# `static/layout.css` are generated from this one.
|
| 178 |
|
- |
makeover-webview = "0.60.0"
|
|
178 |
+ |
makeover-webview = "0.61.0"
|
| 179 |
179 |
|
# For the request head the per-viewer state factory reads. axum re-exports it,
|
| 180 |
180 |
|
# but the factory's signature is quasi-axum's and names `http::request::Parts`.
|
| 181 |
181 |
|
http = "1.3.1"
|
| 254 |
254 |
|
# Emits static/geometry.css (makeover-geometry) and static/layout.css
|
| 255 |
255 |
|
# (makeover-webview). The same generator GO and BB run; only the output paths
|
| 256 |
256 |
|
# differ, since the server serves its stylesheets rather than bundling them.
|
| 257 |
|
- |
makeover-build = "0.53.0"
|
|
257 |
+ |
makeover-build = "0.54.0"
|
| 258 |
258 |
|
# Read directly for the embeds' own copy of the spacing layer, which they need
|
| 259 |
259 |
|
# because an iframe cannot link a stylesheet. makeover-build does not re-export
|
| 260 |
260 |
|
# it, so the pin lives here and has to track the one makeover-build resolves.
|