max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
7 files changed,
+48 insertions,
-27 deletions
| @@ -2831,7 +2831,7 @@ | |||
| 2831 | 2831 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" | |
| 2832 | 2832 | dependencies = [ | |
| 2833 | 2833 | "libc", | |
| 2834 | - | "windows-sys 0.59.0", | |
| 2834 | + | "windows-sys 0.52.0", | |
| 2835 | 2835 | ] | |
| 2836 | 2836 | ||
| 2837 | 2837 | [[package]] | |
| @@ -4749,7 +4749,7 @@ | |||
| 4749 | 4749 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 4750 | 4750 | checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd" | |
| 4751 | 4751 | dependencies = [ | |
| 4752 | - | "windows-sys 0.59.0", | |
| 4752 | + | "windows-sys 0.61.2", | |
| 4753 | 4753 | ] | |
| 4754 | 4754 | ||
| 4755 | 4755 | [[package]] | |
| @@ -5637,7 +5637,7 @@ | |||
| 5637 | 5637 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 5638 | 5638 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" | |
| 5639 | 5639 | dependencies = [ | |
| 5640 | - | "windows-sys 0.59.0", | |
| 5640 | + | "windows-sys 0.61.2", | |
| 5641 | 5641 | ] | |
| 5642 | 5642 | ||
| 5643 | 5643 | [[package]] | |
| @@ -6548,7 +6548,7 @@ | |||
| 6548 | 6548 | ||
| 6549 | 6549 | [[package]] | |
| 6550 | 6550 | name = "quasi-axum" | |
| 6551 | - | version = "0.15.0" | |
| 6551 | + | version = "0.16.0" | |
| 6552 | 6552 | dependencies = [ | |
| 6553 | 6553 | "axum", | |
| 6554 | 6554 | "http 1.4.2", | |
| @@ -6559,7 +6559,7 @@ | |||
| 6559 | 6559 | ||
| 6560 | 6560 | [[package]] | |
| 6561 | 6561 | name = "quasi-basics" | |
| 6562 | - | version = "0.15.0" | |
| 6562 | + | version = "0.16.0" | |
| 6563 | 6563 | dependencies = [ | |
| 6564 | 6564 | "makeover-layout", | |
| 6565 | 6565 | "quasi-router", | |
| @@ -6567,7 +6567,7 @@ | |||
| 6567 | 6567 | ||
| 6568 | 6568 | [[package]] | |
| 6569 | 6569 | name = "quasi-http" | |
| 6570 | - | version = "0.15.0" | |
| 6570 | + | version = "0.16.0" | |
| 6571 | 6571 | dependencies = [ | |
| 6572 | 6572 | "form_urlencoded", | |
| 6573 | 6573 | "http 1.4.2", | |
| @@ -6576,14 +6576,14 @@ | |||
| 6576 | 6576 | ||
| 6577 | 6577 | [[package]] | |
| 6578 | 6578 | name = "quasi-router" | |
| 6579 | - | version = "0.15.0" | |
| 6579 | + | version = "0.16.0" | |
| 6580 | 6580 | dependencies = [ | |
| 6581 | 6581 | "makeover-layout", | |
| 6582 | 6582 | ] | |
| 6583 | 6583 | ||
| 6584 | 6584 | [[package]] | |
| 6585 | 6585 | name = "quasi-webview" | |
| 6586 | - | version = "0.15.0" | |
| 6586 | + | version = "0.16.0" | |
| 6587 | 6587 | dependencies = [ | |
| 6588 | 6588 | "docengine", | |
| 6589 | 6589 | "makeover-layout", | |
| @@ -6659,7 +6659,7 @@ | |||
| 6659 | 6659 | "once_cell", | |
| 6660 | 6660 | "socket2", | |
| 6661 | 6661 | "tracing", | |
| 6662 | - | "windows-sys 0.59.0", | |
| 6662 | + | "windows-sys 0.52.0", | |
| 6663 | 6663 | ] | |
| 6664 | 6664 | ||
| 6665 | 6665 | [[package]] | |
| @@ -7211,7 +7211,7 @@ | |||
| 7211 | 7211 | "errno", | |
| 7212 | 7212 | "libc", | |
| 7213 | 7213 | "linux-raw-sys 0.4.15", | |
| 7214 | - | "windows-sys 0.59.0", | |
| 7214 | + | "windows-sys 0.52.0", | |
| 7215 | 7215 | ] | |
| 7216 | 7216 | ||
| 7217 | 7217 | [[package]] | |
| @@ -7224,7 +7224,7 @@ | |||
| 7224 | 7224 | "errno", | |
| 7225 | 7225 | "libc", | |
| 7226 | 7226 | "linux-raw-sys 0.12.1", | |
| 7227 | - | "windows-sys 0.59.0", | |
| 7227 | + | "windows-sys 0.52.0", | |
| 7228 | 7228 | ] | |
| 7229 | 7229 | ||
| 7230 | 7230 | [[package]] | |
| @@ -7304,7 +7304,7 @@ | |||
| 7304 | 7304 | "security-framework 3.7.0", | |
| 7305 | 7305 | "security-framework-sys", | |
| 7306 | 7306 | "webpki-root-certs", | |
| 7307 | - | "windows-sys 0.59.0", | |
| 7307 | + | "windows-sys 0.52.0", | |
| 7308 | 7308 | ] | |
| 7309 | 7309 | ||
| 7310 | 7310 | [[package]] | |
| @@ -8420,7 +8420,7 @@ | |||
| 8420 | 8420 | "getrandom 0.4.3", | |
| 8421 | 8421 | "once_cell", | |
| 8422 | 8422 | "rustix 1.1.4", | |
| 8423 | - | "windows-sys 0.59.0", | |
| 8423 | + | "windows-sys 0.52.0", | |
| 8424 | 8424 | ] | |
| 8425 | 8425 | ||
| 8426 | 8426 | [[package]] | |
| @@ -10620,14 +10620,6 @@ | |||
| 10620 | 10620 | "pkg-config", | |
| 10621 | 10621 | ] | |
| 10622 | 10622 | ||
| 10623 | - | [[patch.unused]] | |
| 10624 | - | name = "synckit-client" | |
| 10625 | - | version = "0.8.0" | |
| 10626 | - | ||
| 10627 | - | [[patch.unused]] | |
| 10628 | - | name = "synckit-config" | |
| 10629 | - | version = "0.2.0" | |
| 10630 | - | ||
| 10631 | 10623 | [[patch.unused]] | |
| 10632 | 10624 | name = "kberg" | |
| 10633 | 10625 | version = "0.1.0" | |
| @@ -10642,7 +10634,7 @@ | |||
| 10642 | 10634 | ||
| 10643 | 10635 | [[patch.unused]] | |
| 10644 | 10636 | name = "quasi-immediate" | |
| 10645 | - | version = "0.15.0" | |
| 10637 | + | version = "0.16.0" | |
| 10646 | 10638 | ||
| 10647 | 10639 | [[patch.unused]] | |
| 10648 | 10640 | name = "quasi-store" | |
| @@ -10650,4 +10642,12 @@ | |||
| 10650 | 10642 | ||
| 10651 | 10643 | [[patch.unused]] | |
| 10652 | 10644 | name = "quasi-tauri" | |
| 10653 | - | version = "0.15.0" | |
| 10645 | + | version = "0.16.0" | |
| 10646 | + | ||
| 10647 | + | [[patch.unused]] | |
| 10648 | + | name = "synckit-client" | |
| 10649 | + | version = "0.8.0" | |
| 10650 | + | ||
| 10651 | + | [[patch.unused]] | |
| 10652 | + | name = "synckit-config" | |
| 10653 | + | version = "0.2.0" |
| @@ -158,7 +158,7 @@ | |||
| 158 | 158 | # through quasi beside its Askama equivalent, so the cost of describing a screen | |
| 159 | 159 | # here is measured rather than argued. Not load-bearing for any shipped route. | |
| 160 | 160 | # See wiki look-wave-2, tier G. | |
| 161 | - | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" } | |
| 161 | + | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.16" } | |
| 162 | 162 | # The description vocabulary quasi's screen types are built from. Pinned here | |
| 163 | 163 | # rather than reached through quasi-router's re-export because a described | |
| 164 | 164 | # screen names FieldKind and Tone directly; it has to track what quasi-router | |
| @@ -167,13 +167,13 @@ | |||
| 167 | 167 | # For the request head the per-viewer state factory reads. axum re-exports it, | |
| 168 | 168 | # but the factory's signature is quasi-axum's and names `http::request::Parts`. | |
| 169 | 169 | http = "1.3.1" | |
| 170 | - | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" } | |
| 171 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" } | |
| 170 | + | quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.16" } | |
| 171 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.16" } | |
| 172 | 172 | # The first-party widget set. The carousel was proved here against three pages | |
| 173 | 173 | # and then moved there; what is left in `quasi/widgets/carousel.rs` is the | |
| 174 | 174 | # Askama glue. Not `makeover-basics`: a widget is an assembly of `Node`s, so it | |
| 175 | 175 | # sits above quasi-router rather than inside the description suite. | |
| 176 | - | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" } | |
| 176 | + | quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.16" } | |
| 177 | 177 | ||
| 178 | 178 | # Git source browser | |
| 179 | 179 | gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] } |
| @@ -158,6 +158,9 @@ | |||
| 158 | 158 | ]) | |
| 159 | 159 | }) | |
| 160 | 160 | .collect(), | |
| 161 | + | // No paging described here: every one of these tables is a | |
| 162 | + | // whole set the handler already counted. | |
| 163 | + | more: None, | |
| 161 | 164 | } | |
| 162 | 165 | } | |
| 163 | 166 |
| @@ -238,6 +238,9 @@ | |||
| 238 | 238 | ]) | |
| 239 | 239 | }) | |
| 240 | 240 | .collect(), | |
| 241 | + | // No paging described here: every one of these tables is a | |
| 242 | + | // whole set the handler already counted. | |
| 243 | + | more: None, | |
| 241 | 244 | } | |
| 242 | 245 | } | |
| 243 | 246 |
| @@ -218,6 +218,9 @@ | |||
| 218 | 218 | ]) | |
| 219 | 219 | }) | |
| 220 | 220 | .collect(), | |
| 221 | + | // No paging described here: every one of these tables is a | |
| 222 | + | // whole set the handler already counted. | |
| 223 | + | more: None, | |
| 221 | 224 | } | |
| 222 | 225 | } | |
| 223 | 226 | ||
| @@ -256,6 +259,9 @@ | |||
| 256 | 259 | ]) | |
| 257 | 260 | }) | |
| 258 | 261 | .collect(), | |
| 262 | + | // No paging described here: every one of these tables is a | |
| 263 | + | // whole set the handler already counted. | |
| 264 | + | more: None, | |
| 259 | 265 | } | |
| 260 | 266 | } | |
| 261 | 267 |
| @@ -262,6 +262,9 @@ | |||
| 262 | 262 | ]) | |
| 263 | 263 | }) | |
| 264 | 264 | .collect(), | |
| 265 | + | // No paging described here: every one of these tables is a | |
| 266 | + | // whole set the handler already counted. | |
| 267 | + | more: None, | |
| 265 | 268 | } | |
| 266 | 269 | } | |
| 267 | 270 | ||
| @@ -343,6 +346,9 @@ | |||
| 343 | 346 | ]) | |
| 344 | 347 | }) | |
| 345 | 348 | .collect(), | |
| 349 | + | // No paging described here: every one of these tables is a | |
| 350 | + | // whole set the handler already counted. | |
| 351 | + | more: None, | |
| 346 | 352 | } | |
| 347 | 353 | } | |
| 348 | 354 |
| @@ -383,6 +383,9 @@ | |||
| 383 | 383 | ]) | |
| 384 | 384 | }) | |
| 385 | 385 | .collect(), | |
| 386 | + | // No paging described here: every one of these tables is a | |
| 387 | + | // whole set the handler already counted. | |
| 388 | + | more: None, | |
| 386 | 389 | } | |
| 387 | 390 | } | |
| 388 | 391 |