max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
2 files changed,
+11 insertions,
-11 deletions
| @@ -3444,9 +3444,9 @@ | |||
| 3444 | 3444 | ||
| 3445 | 3445 | [[package]] | |
| 3446 | 3446 | name = "makeover-build" | |
| 3447 | - | version = "0.59.0" | |
| 3447 | + | version = "0.60.0" | |
| 3448 | 3448 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3449 | - | checksum = "edbf5bb797029beb9a2fb82f6945a40f5699e5059bf820789fc4d306feced958" | |
| 3449 | + | checksum = "347bc87ae657975fb73638f028d7df91cfd8c6486f56f38682a73395011bf201" | |
| 3450 | 3450 | dependencies = [ | |
| 3451 | 3451 | "makeover", | |
| 3452 | 3452 | "makeover-geometry", | |
| @@ -3499,9 +3499,9 @@ | |||
| 3499 | 3499 | ||
| 3500 | 3500 | [[package]] | |
| 3501 | 3501 | name = "makeover-webview" | |
| 3502 | - | version = "0.66.0" | |
| 3502 | + | version = "0.67.0" | |
| 3503 | 3503 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3504 | - | checksum = "38d8db2ca46e821e19050b3d8bae17cf542b694f028210eb2ac9738faed127c2" | |
| 3504 | + | checksum = "87b1f05ef8adcc840f118da789b73ffb25d4111103113e597ee6e9d858d02183" | |
| 3505 | 3505 | dependencies = [ | |
| 3506 | 3506 | "makeover-geometry", | |
| 3507 | 3507 | "makeover-layout", | |
| @@ -8489,10 +8489,6 @@ | |||
| 8489 | 8489 | "winnow 1.0.4", | |
| 8490 | 8490 | ] | |
| 8491 | 8491 | ||
| 8492 | - | [[patch.unused]] | |
| 8493 | - | name = "ops-status" | |
| 8494 | - | version = "0.1.0" | |
| 8495 | - | ||
| 8496 | 8492 | [[patch.unused]] | |
| 8497 | 8493 | name = "quasi-axum" | |
| 8498 | 8494 | version = "0.78.0" | |
| @@ -8508,3 +8504,7 @@ | |||
| 8508 | 8504 | [[patch.unused]] | |
| 8509 | 8505 | name = "quasi-store" | |
| 8510 | 8506 | version = "0.1.0" | |
| 8507 | + | ||
| 8508 | + | [[patch.unused]] | |
| 8509 | + | name = "ops-status" | |
| 8510 | + | version = "0.1.0" |
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | # Materialises all three generated files: themes/, geometry.css, layout.css, | |
| 19 | 19 | # and holds both drift checks this build.rs used to carry itself: touch density | |
| 20 | 20 | # as of 0.17, breakpoints as of 0.18. | |
| 21 | - | makeover-build = "0.59.0" | |
| 21 | + | makeover-build = "0.60.0" | |
| 22 | 22 | # Cuts the two house faces into frontend/fonts/. A git dependency because | |
| 23 | 23 | # quasi-type is `publish = false`, which is also why makeover-build cannot do | |
| 24 | 24 | # this and only emits the CSS that fetches the result. The rev is the one | |
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | # The table CSS is generated here too: the columns are this app's, so the | |
| 29 | 29 | # shared helper cannot know them, but the tracks and the narrowing rules come | |
| 30 | 30 | # from the description rather than from hand-written nth-child cuts. | |
| 31 | - | makeover-webview = "0.66.0" | |
| 31 | + | makeover-webview = "0.67.0" | |
| 32 | 32 | makeover-layout = "0.39.0" | |
| 33 | 33 | # Width. Direct rather than through makeover-webview, because the narrow table | |
| 34 | 34 | # pass keys off SizeClass::Compact and a boundary reached transitively is a | |
| @@ -139,7 +139,7 @@ | |||
| 139 | 139 | # The forms emitter and the description it renders. Runtime deps, not build: | |
| 140 | 140 | # form markup depends on the value, the error and the options at the moment a | |
| 141 | 141 | # modal opens, so it cannot be materialised the way the stylesheet is. | |
| 142 | - | makeover-webview = "0.66.0" | |
| 142 | + | makeover-webview = "0.67.0" | |
| 143 | 143 | makeover-layout = "0.39.0" | |
| 144 | 144 | # Browser opening | |
| 145 | 145 | open = { workspace = true } |