max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
1 file changed,
+5 insertions,
-5 deletions
| @@ -163,7 +163,7 @@ | |||
| 163 | 163 | # through quasi beside its Askama equivalent, so the cost of describing a screen | |
| 164 | 164 | # here is measured rather than argued. Not load-bearing for any shipped route. | |
| 165 | 165 | # See wiki look-wave-2, tier G. | |
| 166 | - | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" } | |
| 166 | + | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" } | |
| 167 | 167 | # The declared form. A screen written as `declare!` is compiled to the same | |
| 168 | 168 | # `quasi_router` constructors the hand-written shape called, at build time, so | |
| 169 | 169 | # nothing new reaches the binary and the macro is not in the request path. | |
| @@ -183,13 +183,13 @@ | |||
| 183 | 183 | # For the request head the per-viewer state factory reads. axum re-exports it, | |
| 184 | 184 | # but the factory's signature is quasi-axum's and names `http::request::Parts`. | |
| 185 | 185 | http = "1.3.1" | |
| 186 | - | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" } | |
| 187 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" } | |
| 186 | + | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" } | |
| 187 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" } | |
| 188 | 188 | # The first-party widget set. The carousel was proved here against three pages | |
| 189 | 189 | # and then moved there; what is left in `quasi/widgets/carousel.rs` is the | |
| 190 | 190 | # Askama glue. Not `makeover-basics`: a widget is an assembly of `Node`s, so it | |
| 191 | 191 | # sits above quasi-router rather than inside the description suite. | |
| 192 | - | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" } | |
| 192 | + | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" } | |
| 193 | 193 | ||
| 194 | 194 | # Git source browser | |
| 195 | 195 | gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] } | |
| @@ -288,7 +288,7 @@ | |||
| 288 | 288 | # Written from the crate rather than copied into the repo for the reason the | |
| 289 | 289 | # constants exist: a stale copy in a static directory is a silently dead bulk | |
| 290 | 290 | # bar, and the version has to be the one the emitter agrees with. | |
| 291 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" } | |
| 291 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" } | |
| 292 | 292 | ||
| 293 | 293 | [dev-dependencies] | |
| 294 | 294 | tower = { version = "0.5.3", features = ["util"] } |