Skip to main content

max / makenotwork

server: take quasi 0.55.0 Forward-fixed in the same pass as the bump, per the tree rule. 0.55.0 adds Action::elsewhere and Step::Mount; the server uses neither -- it is a webview consumer and the new field defaults off -- so nothing here changes but the requirement. Tests green, clippy clean. The word itself is goingson's: quasi@4de123f, ruled by Max out of goingson 3fb2526a.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 20:49 UTC
Signed with PGP, not checked
Commit: b69a06ecfa653d8b5b7dfcf2f484dd94cb7334c3
Parent: bd70805
2 files changed, +38 insertions, -38 deletions
M server/Cargo.lock +33 -33
@@ -2865,7 +2865,7 @@
2865 2865 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2866 2866 dependencies = [
2867 2867 "libc",
2868 - "windows-sys 0.52.0",
2868 + "windows-sys 0.59.0",
2869 2869 ]
2870 2870
2871 2871 [[package]]
@@ -6617,7 +6617,7 @@
6617 6617
6618 6618 [[package]]
6619 6619 name = "quasi-axum"
6620 - version = "0.54.0"
6620 + version = "0.55.0"
6621 6621 dependencies = [
6622 6622 "axum",
6623 6623 "http 1.4.2",
@@ -6628,7 +6628,7 @@
6628 6628
6629 6629 [[package]]
6630 6630 name = "quasi-basics"
6631 - version = "0.54.0"
6631 + version = "0.55.0"
6632 6632 dependencies = [
6633 6633 "makeover-layout",
6634 6634 "quasi-router",
@@ -6636,7 +6636,7 @@
6636 6636
6637 6637 [[package]]
6638 6638 name = "quasi-http"
6639 - version = "0.54.0"
6639 + version = "0.55.0"
6640 6640 dependencies = [
6641 6641 "form_urlencoded",
6642 6642 "http 1.4.2",
@@ -6645,7 +6645,7 @@
6645 6645
6646 6646 [[package]]
6647 6647 name = "quasi-router"
6648 - version = "0.54.0"
6648 + version = "0.55.0"
6649 6649 dependencies = [
6650 6650 "makeover-layout",
6651 6651 ]
@@ -6668,7 +6668,7 @@
6668 6668
6669 6669 [[package]]
6670 6670 name = "quasi-webview"
6671 - version = "0.54.0"
6671 + version = "0.55.0"
6672 6672 dependencies = [
6673 6673 "docengine",
6674 6674 "makeover-layout",
@@ -7320,7 +7320,7 @@
7320 7320 "errno",
7321 7321 "libc",
7322 7322 "linux-raw-sys 0.12.1",
7323 - "windows-sys 0.52.0",
7323 + "windows-sys 0.59.0",
7324 7324 ]
7325 7325
7326 7326 [[package]]
@@ -7400,7 +7400,7 @@
7400 7400 "security-framework 3.7.0",
7401 7401 "security-framework-sys",
7402 7402 "webpki-root-certs",
7403 - "windows-sys 0.52.0",
7403 + "windows-sys 0.59.0",
7404 7404 ]
7405 7405
7406 7406 [[package]]
@@ -8526,7 +8526,7 @@
8526 8526 "getrandom 0.4.3",
8527 8527 "once_cell",
8528 8528 "rustix 1.1.4",
8529 - "windows-sys 0.52.0",
8529 + "windows-sys 0.59.0",
8530 8530 ]
8531 8531
8532 8532 [[package]]
@@ -10740,30 +10740,6 @@
10740 10740 "pkg-config",
10741 10741 ]
10742 10742
10743 - [[patch.unused]]
10744 - name = "quasi-immediate"
10745 - version = "0.54.0"
10746 -
10747 - [[patch.unused]]
10748 - name = "quasi-notifs"
10749 - version = "0.54.0"
10750 -
10751 - [[patch.unused]]
10752 - name = "quasi-store"
10753 - version = "0.1.0"
10754 -
10755 - [[patch.unused]]
10756 - name = "quasi-tauri"
10757 - version = "0.54.0"
10758 -
10759 - [[patch.unused]]
10760 - name = "synckit-client"
10761 - version = "0.8.1"
10762 -
10763 - [[patch.unused]]
10764 - name = "synckit-config"
10765 - version = "0.2.0"
10766 -
10767 10743 [[patch.unused]]
10768 10744 name = "kberg"
10769 10745 version = "0.1.0"
@@ -10775,3 +10751,27 @@
10775 10751 [[patch.unused]]
10776 10752 name = "painhours"
10777 10753 version = "0.1.0"
10754 +
10755 + [[patch.unused]]
10756 + name = "synckit-client"
10757 + version = "0.8.1"
10758 +
10759 + [[patch.unused]]
10760 + name = "synckit-config"
10761 + version = "0.2.0"
10762 +
10763 + [[patch.unused]]
10764 + name = "quasi-immediate"
10765 + version = "0.55.0"
10766 +
10767 + [[patch.unused]]
10768 + name = "quasi-notifs"
10769 + version = "0.55.0"
10770 +
10771 + [[patch.unused]]
10772 + name = "quasi-store"
10773 + version = "0.1.0"
10774 +
10775 + [[patch.unused]]
10776 + name = "quasi-tauri"
10777 + version = "0.55.0"
@@ -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.54" }
160 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.55" }
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.54" }
177 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.54" }
176 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.55" }
177 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.55" }
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.54" }
182 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.55" }
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.54" }
276 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.55" }
277 277
278 278 [dev-dependencies]
279 279 tower = { version = "0.5.3", features = ["util"] }