Skip to main content

max / makenotwork

Take quasi 0.22.0: a described row is capped at the lines its flow allows
Author: Max Johnson <me@maxj.phd> · 2026-08-18 00:05 UTC
Signed with PGP, not checked
Commit: ccbea86a7149cd3a9d6c3ee4c50919d12efaf274
Parent: dd5c955
2 files changed, +37 insertions, -37 deletions
M server/Cargo.lock +33 -33
@@ -2881,7 +2881,7 @@
2881 2881 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2882 2882 dependencies = [
2883 2883 "libc",
2884 - "windows-sys 0.61.2",
2884 + "windows-sys 0.52.0",
2885 2885 ]
2886 2886
2887 2887 [[package]]
@@ -3666,7 +3666,7 @@
3666 3666 checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1"
3667 3667 dependencies = [
3668 3668 "bstr",
3669 - "hashbrown 0.17.1",
3669 + "hashbrown 0.15.5",
3670 3670 ]
3671 3671
3672 3672 [[package]]
@@ -4817,7 +4817,7 @@
4817 4817 source = "registry+https://github.com/rust-lang/crates.io-index"
4818 4818 checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd"
4819 4819 dependencies = [
4820 - "windows-sys 0.61.2",
4820 + "windows-sys 0.59.0",
4821 4821 ]
4822 4822
4823 4823 [[package]]
@@ -5720,7 +5720,7 @@
5720 5720 source = "registry+https://github.com/rust-lang/crates.io-index"
5721 5721 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5722 5722 dependencies = [
5723 - "windows-sys 0.61.2",
5723 + "windows-sys 0.59.0",
5724 5724 ]
5725 5725
5726 5726 [[package]]
@@ -6640,7 +6640,7 @@
6640 6640
6641 6641 [[package]]
6642 6642 name = "quasi-axum"
6643 - version = "0.21.0"
6643 + version = "0.22.0"
6644 6644 dependencies = [
6645 6645 "axum",
6646 6646 "http 1.4.2",
@@ -6651,7 +6651,7 @@
6651 6651
6652 6652 [[package]]
6653 6653 name = "quasi-basics"
6654 - version = "0.21.0"
6654 + version = "0.22.0"
6655 6655 dependencies = [
6656 6656 "makeover-layout",
6657 6657 "quasi-router",
@@ -6659,7 +6659,7 @@
6659 6659
6660 6660 [[package]]
6661 6661 name = "quasi-http"
6662 - version = "0.21.0"
6662 + version = "0.22.0"
6663 6663 dependencies = [
6664 6664 "form_urlencoded",
6665 6665 "http 1.4.2",
@@ -6668,7 +6668,7 @@
6668 6668
6669 6669 [[package]]
6670 6670 name = "quasi-router"
6671 - version = "0.21.0"
6671 + version = "0.22.0"
6672 6672 dependencies = [
6673 6673 "makeover-layout",
6674 6674 ]
@@ -6691,7 +6691,7 @@
6691 6691
6692 6692 [[package]]
6693 6693 name = "quasi-webview"
6694 - version = "0.21.0"
6694 + version = "0.22.0"
6695 6695 dependencies = [
6696 6696 "docengine",
6697 6697 "makeover-layout",
@@ -7343,7 +7343,7 @@
7343 7343 "errno",
7344 7344 "libc",
7345 7345 "linux-raw-sys 0.12.1",
7346 - "windows-sys 0.61.2",
7346 + "windows-sys 0.52.0",
7347 7347 ]
7348 7348
7349 7349 [[package]]
@@ -7423,7 +7423,7 @@
7423 7423 "security-framework 3.7.0",
7424 7424 "security-framework-sys",
7425 7425 "webpki-root-certs",
7426 - "windows-sys 0.61.2",
7426 + "windows-sys 0.52.0",
7427 7427 ]
7428 7428
7429 7429 [[package]]
@@ -8549,7 +8549,7 @@
8549 8549 "getrandom 0.4.3",
8550 8550 "once_cell",
8551 8551 "rustix 1.1.4",
8552 - "windows-sys 0.61.2",
8552 + "windows-sys 0.52.0",
8553 8553 ]
8554 8554
8555 8555 [[package]]
@@ -9988,7 +9988,7 @@
9988 9988 source = "registry+https://github.com/rust-lang/crates.io-index"
9989 9989 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9990 9990 dependencies = [
9991 - "windows-sys 0.61.2",
9991 + "windows-sys 0.48.0",
9992 9992 ]
9993 9993
9994 9994 [[package]]
@@ -10776,26 +10776,6 @@
10776 10776 "pkg-config",
10777 10777 ]
10778 10778
10779 - [[patch.unused]]
10780 - name = "quasi-immediate"
10781 - version = "0.21.0"
10782 -
10783 - [[patch.unused]]
10784 - name = "quasi-store"
10785 - version = "0.1.0"
10786 -
10787 - [[patch.unused]]
10788 - name = "quasi-tauri"
10789 - version = "0.21.0"
10790 -
10791 - [[patch.unused]]
10792 - name = "synckit-client"
10793 - version = "0.8.0"
10794 -
10795 - [[patch.unused]]
10796 - name = "synckit-config"
10797 - version = "0.2.0"
10798 -
10799 10779 [[patch.unused]]
10800 10780 name = "kberg"
10801 10781 version = "0.1.0"
@@ -10807,3 +10787,23 @@
10807 10787 [[patch.unused]]
10808 10788 name = "painhours"
10809 10789 version = "0.1.0"
10790 +
10791 + [[patch.unused]]
10792 + name = "synckit-client"
10793 + version = "0.8.0"
10794 +
10795 + [[patch.unused]]
10796 + name = "synckit-config"
10797 + version = "0.2.0"
10798 +
10799 + [[patch.unused]]
10800 + name = "quasi-immediate"
10801 + version = "0.22.0"
10802 +
10803 + [[patch.unused]]
10804 + name = "quasi-store"
10805 + version = "0.1.0"
10806 +
10807 + [[patch.unused]]
10808 + name = "quasi-tauri"
10809 + version = "0.22.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.21" }
161 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.22" }
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.21" }
171 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.21" }
170 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.22" }
171 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.22" }
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.21" }
176 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.22" }
177 177
178 178 # Git source browser
179 179 gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }