Skip to main content

max / makenotwork

Bump the remaining quasi pins to 0.11 quasi-axum, quasi-webview and quasi-basics were left on 0.10 by the previous commit, which only moved quasi-router. Caught by the version requirement on the git deps rather than by a compile error, which is what it is there for.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 19:51 UTC
Signed with PGP, not checked
Commit: 495af203bc67734143668304b05bd499778193b8
Parent: 23fc997
2 files changed, +36 insertions, -36 deletions
M server/Cargo.lock +33 -33
@@ -178,7 +178,7 @@
178 178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 179 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
180 180 dependencies = [
181 - "windows-sys 0.61.2",
181 + "windows-sys 0.60.2",
182 182 ]
183 183
184 184 [[package]]
@@ -189,7 +189,7 @@
189 189 dependencies = [
190 190 "anstyle",
191 191 "once_cell_polyfill",
192 - "windows-sys 0.61.2",
192 + "windows-sys 0.60.2",
193 193 ]
194 194
195 195 [[package]]
@@ -2831,7 +2831,7 @@
2831 2831 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2832 2832 dependencies = [
2833 2833 "libc",
2834 - "windows-sys 0.61.2",
2834 + "windows-sys 0.52.0",
2835 2835 ]
2836 2836
2837 2837 [[package]]
@@ -3598,7 +3598,7 @@
3598 3598 checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1"
3599 3599 dependencies = [
3600 3600 "bstr",
3601 - "hashbrown 0.17.1",
3601 + "hashbrown 0.15.5",
3602 3602 ]
3603 3603
3604 3604 [[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.61.2",
4752 + "windows-sys 0.59.0",
4753 4753 ]
4754 4754
4755 4755 [[package]]
@@ -5631,7 +5631,7 @@
5631 5631 source = "registry+https://github.com/rust-lang/crates.io-index"
5632 5632 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5633 5633 dependencies = [
5634 - "windows-sys 0.61.2",
5634 + "windows-sys 0.59.0",
5635 5635 ]
5636 5636
5637 5637 [[package]]
@@ -6542,7 +6542,7 @@
6542 6542
6543 6543 [[package]]
6544 6544 name = "quasi-axum"
6545 - version = "0.10.0"
6545 + version = "0.11.0"
6546 6546 dependencies = [
6547 6547 "axum",
6548 6548 "http 1.4.2",
@@ -6553,7 +6553,7 @@
6553 6553
6554 6554 [[package]]
6555 6555 name = "quasi-basics"
6556 - version = "0.10.0"
6556 + version = "0.11.0"
6557 6557 dependencies = [
6558 6558 "makeover-layout",
6559 6559 "quasi-router",
@@ -6561,7 +6561,7 @@
6561 6561
6562 6562 [[package]]
6563 6563 name = "quasi-http"
6564 - version = "0.10.0"
6564 + version = "0.11.0"
6565 6565 dependencies = [
6566 6566 "form_urlencoded",
6567 6567 "http 1.4.2",
@@ -6577,7 +6577,7 @@
6577 6577
6578 6578 [[package]]
6579 6579 name = "quasi-webview"
6580 - version = "0.10.0"
6580 + version = "0.11.0"
6581 6581 dependencies = [
6582 6582 "docengine",
6583 6583 "makeover-layout",
@@ -7218,7 +7218,7 @@
7218 7218 "errno",
7219 7219 "libc",
7220 7220 "linux-raw-sys 0.12.1",
7221 - "windows-sys 0.61.2",
7221 + "windows-sys 0.52.0",
7222 7222 ]
7223 7223
7224 7224 [[package]]
@@ -7298,7 +7298,7 @@
7298 7298 "security-framework 3.7.0",
7299 7299 "security-framework-sys",
7300 7300 "webpki-root-certs",
7301 - "windows-sys 0.61.2",
7301 + "windows-sys 0.52.0",
7302 7302 ]
7303 7303
7304 7304 [[package]]
@@ -7929,7 +7929,7 @@
7929 7929 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7930 7930 dependencies = [
7931 7931 "libc",
7932 - "windows-sys 0.61.2",
7932 + "windows-sys 0.60.2",
7933 7933 ]
7934 7934
7935 7935 [[package]]
@@ -8414,7 +8414,7 @@
8414 8414 "getrandom 0.4.3",
8415 8415 "once_cell",
8416 8416 "rustix 1.1.4",
8417 - "windows-sys 0.61.2",
8417 + "windows-sys 0.52.0",
8418 8418 ]
8419 8419
8420 8420 [[package]]
@@ -9853,7 +9853,7 @@
9853 9853 source = "registry+https://github.com/rust-lang/crates.io-index"
9854 9854 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9855 9855 dependencies = [
9856 - "windows-sys 0.61.2",
9856 + "windows-sys 0.48.0",
9857 9857 ]
9858 9858
9859 9859 [[package]]
@@ -10688,17 +10688,9 @@
10688 10688 "pkg-config",
10689 10689 ]
10690 10690
10691 - [[patch.unused]]
10692 - name = "synckit-client"
10693 - version = "0.8.0"
10694 -
10695 - [[patch.unused]]
10696 - name = "synckit-config"
10697 - version = "0.2.0"
10698 -
10699 10691 [[patch.unused]]
10700 10692 name = "quasi-immediate"
10701 - version = "0.10.0"
10693 + version = "0.11.0"
10702 10694
10703 10695 [[patch.unused]]
10704 10696 name = "quasi-store"
@@ -10706,7 +10698,23 @@
10706 10698
10707 10699 [[patch.unused]]
10708 10700 name = "quasi-tauri"
10709 - version = "0.10.0"
10701 + version = "0.11.0"
10702 +
10703 + [[patch.unused]]
10704 + name = "makeover-immediate"
10705 + version = "0.25.0"
10706 +
10707 + [[patch.unused]]
10708 + name = "makeover-tui"
10709 + version = "0.25.0"
10710 +
10711 + [[patch.unused]]
10712 + name = "synckit-client"
10713 + version = "0.8.0"
10714 +
10715 + [[patch.unused]]
10716 + name = "synckit-config"
10717 + version = "0.2.0"
10710 10718
10711 10719 [[patch.unused]]
10712 10720 name = "kberg"
@@ -10719,11 +10727,3 @@
10719 10727 [[patch.unused]]
10720 10728 name = "painhours"
10721 10729 version = "0.1.0"
10722 -
10723 - [[patch.unused]]
10724 - name = "makeover-immediate"
10725 - version = "0.25.0"
10726 -
10727 - [[patch.unused]]
10728 - name = "makeover-tui"
10729 - version = "0.25.0"
@@ -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.10" }
171 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.10" }
170 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
171 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
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.10" }
176 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
177 177
178 178 # Git source browser
179 179 gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }