max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+5 insertions,
-5 deletions
| @@ -157,7 +157,7 @@ | |||
| 157 | 157 | # through quasi beside its Askama equivalent, so the cost of describing a screen | |
| 158 | 158 | # here is measured rather than argued. Not load-bearing for any shipped route. | |
| 159 | 159 | # See wiki look-wave-2, tier G. | |
| 160 | - | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" } | |
| 160 | + | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" } | |
| 161 | 161 | # The description vocabulary quasi's screen types are built from. Pinned here | |
| 162 | 162 | # rather than reached through quasi-router's re-export because a described | |
| 163 | 163 | # screen names FieldKind and Tone directly; it has to track what quasi-router | |
| @@ -173,13 +173,13 @@ | |||
| 173 | 173 | # For the request head the per-viewer state factory reads. axum re-exports it, | |
| 174 | 174 | # but the factory's signature is quasi-axum's and names `http::request::Parts`. | |
| 175 | 175 | http = "1.3.1" | |
| 176 | - | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" } | |
| 177 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" } | |
| 176 | + | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" } | |
| 177 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" } | |
| 178 | 178 | # The first-party widget set. The carousel was proved here against three pages | |
| 179 | 179 | # and then moved there; what is left in `quasi/widgets/carousel.rs` is the | |
| 180 | 180 | # Askama glue. Not `makeover-basics`: a widget is an assembly of `Node`s, so it | |
| 181 | 181 | # sits above quasi-router rather than inside the description suite. | |
| 182 | - | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" } | |
| 182 | + | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" } | |
| 183 | 183 | ||
| 184 | 184 | # Git source browser | |
| 185 | 185 | gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] } | |
| @@ -273,7 +273,7 @@ | |||
| 273 | 273 | # Written from the crate rather than copied into the repo for the reason the | |
| 274 | 274 | # constants exist: a stale copy in a static directory is a silently dead bulk | |
| 275 | 275 | # bar, and the version has to be the one the emitter agrees with. | |
| 276 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" } | |
| 276 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" } | |
| 277 | 277 | ||
| 278 | 278 | [dev-dependencies] | |
| 279 | 279 | tower = { version = "0.5.3", features = ["util"] } |