max / goingson
2 files changed,
+41 insertions,
-35 deletions
| @@ -1387,7 +1387,7 @@ | |||
| 1387 | 1387 | "libc", | |
| 1388 | 1388 | "option-ext", | |
| 1389 | 1389 | "redox_users", | |
| 1390 | - | "windows-sys 0.60.2", | |
| 1390 | + | "windows-sys 0.61.2", | |
| 1391 | 1391 | ] | |
| 1392 | 1392 | ||
| 1393 | 1393 | [[package]] | |
| @@ -1628,7 +1628,7 @@ | |||
| 1628 | 1628 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" | |
| 1629 | 1629 | dependencies = [ | |
| 1630 | 1630 | "libc", | |
| 1631 | - | "windows-sys 0.60.2", | |
| 1631 | + | "windows-sys 0.61.2", | |
| 1632 | 1632 | ] | |
| 1633 | 1633 | ||
| 1634 | 1634 | [[package]] | |
| @@ -3434,6 +3434,8 @@ | |||
| 3434 | 3434 | [[package]] | |
| 3435 | 3435 | name = "makeover" | |
| 3436 | 3436 | version = "3.0.0" | |
| 3437 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3438 | + | checksum = "3e6da78c376074e48eb2324394004afc847e674e05ed2ea4bec1331073990b3f" | |
| 3437 | 3439 | dependencies = [ | |
| 3438 | 3440 | "include_dir", | |
| 3439 | 3441 | "serde", | |
| @@ -3443,6 +3445,8 @@ | |||
| 3443 | 3445 | [[package]] | |
| 3444 | 3446 | name = "makeover-build" | |
| 3445 | 3447 | version = "0.49.1" | |
| 3448 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3449 | + | checksum = "b66a88fb6bd30611d1b30c28d1ede1742c58236148f8e825996dd23fc995966b" | |
| 3446 | 3450 | dependencies = [ | |
| 3447 | 3451 | "makeover", | |
| 3448 | 3452 | "makeover-geometry", | |
| @@ -3452,14 +3456,20 @@ | |||
| 3452 | 3456 | [[package]] | |
| 3453 | 3457 | name = "makeover-geometry" | |
| 3454 | 3458 | version = "0.7.0" | |
| 3459 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3460 | + | checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16" | |
| 3455 | 3461 | ||
| 3456 | 3462 | [[package]] | |
| 3457 | 3463 | name = "makeover-layout" | |
| 3458 | 3464 | version = "0.35.0" | |
| 3465 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3466 | + | checksum = "774bfd81b003f0d0059ff50daa8e625e6969175bc0132ddf7c2108bba40c47d5" | |
| 3459 | 3467 | ||
| 3460 | 3468 | [[package]] | |
| 3461 | 3469 | name = "makeover-touch" | |
| 3462 | 3470 | version = "0.24.0" | |
| 3471 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3472 | + | checksum = "75c49f37baa4360fc06e87834a39978b8adc70c256430864a8b234fcf2abfa45" | |
| 3463 | 3473 | dependencies = [ | |
| 3464 | 3474 | "makeover-geometry", | |
| 3465 | 3475 | "makeover-layout", | |
| @@ -3468,6 +3478,8 @@ | |||
| 3468 | 3478 | [[package]] | |
| 3469 | 3479 | name = "makeover-tui" | |
| 3470 | 3480 | version = "0.33.0" | |
| 3481 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3482 | + | checksum = "5196506074bbf9f2b9955ff9e94892e2eca85d9dac5af49ed93da30d50d6c622" | |
| 3471 | 3483 | dependencies = [ | |
| 3472 | 3484 | "makeover", | |
| 3473 | 3485 | "makeover-layout", | |
| @@ -3477,6 +3489,8 @@ | |||
| 3477 | 3489 | [[package]] | |
| 3478 | 3490 | name = "makeover-webview" | |
| 3479 | 3491 | version = "0.57.0" | |
| 3492 | + | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3493 | + | checksum = "de975123768cac0c56ae40479cac721fe8498e0fd50e643e6884799d8eb12d75" | |
| 3480 | 3494 | dependencies = [ | |
| 3481 | 3495 | "makeover-geometry", | |
| 3482 | 3496 | "makeover-layout", | |
| @@ -3625,7 +3639,7 @@ | |||
| 3625 | 3639 | "png 0.18.1", | |
| 3626 | 3640 | "serde", | |
| 3627 | 3641 | "thiserror 2.0.20", | |
| 3628 | - | "windows-sys 0.60.2", | |
| 3642 | + | "windows-sys 0.61.2", | |
| 3629 | 3643 | ] | |
| 3630 | 3644 | ||
| 3631 | 3645 | [[package]] | |
| @@ -3758,7 +3772,7 @@ | |||
| 3758 | 3772 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 3759 | 3773 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" | |
| 3760 | 3774 | dependencies = [ | |
| 3761 | - | "windows-sys 0.60.2", | |
| 3775 | + | "windows-sys 0.61.2", | |
| 3762 | 3776 | ] | |
| 3763 | 3777 | ||
| 3764 | 3778 | [[package]] | |
| @@ -4692,7 +4706,7 @@ | |||
| 4692 | 4706 | ||
| 4693 | 4707 | [[package]] | |
| 4694 | 4708 | name = "quasi-http" | |
| 4695 | - | version = "0.51.0" | |
| 4709 | + | version = "0.52.0" | |
| 4696 | 4710 | dependencies = [ | |
| 4697 | 4711 | "form_urlencoded", | |
| 4698 | 4712 | "http", | |
| @@ -4701,7 +4715,7 @@ | |||
| 4701 | 4715 | ||
| 4702 | 4716 | [[package]] | |
| 4703 | 4717 | name = "quasi-notifs" | |
| 4704 | - | version = "0.51.0" | |
| 4718 | + | version = "0.52.0" | |
| 4705 | 4719 | dependencies = [ | |
| 4706 | 4720 | "quasi-router", | |
| 4707 | 4721 | "synckit-config", | |
| @@ -4709,14 +4723,14 @@ | |||
| 4709 | 4723 | ||
| 4710 | 4724 | [[package]] | |
| 4711 | 4725 | name = "quasi-router" | |
| 4712 | - | version = "0.51.0" | |
| 4726 | + | version = "0.52.0" | |
| 4713 | 4727 | dependencies = [ | |
| 4714 | 4728 | "makeover-layout", | |
| 4715 | 4729 | ] | |
| 4716 | 4730 | ||
| 4717 | 4731 | [[package]] | |
| 4718 | 4732 | name = "quasi-tauri" | |
| 4719 | - | version = "0.51.0" | |
| 4733 | + | version = "0.52.0" | |
| 4720 | 4734 | dependencies = [ | |
| 4721 | 4735 | "http", | |
| 4722 | 4736 | "quasi-http", | |
| @@ -4742,7 +4756,7 @@ | |||
| 4742 | 4756 | ||
| 4743 | 4757 | [[package]] | |
| 4744 | 4758 | name = "quasi-webview" | |
| 4745 | - | version = "0.51.0" | |
| 4759 | + | version = "0.52.0" | |
| 4746 | 4760 | dependencies = [ | |
| 4747 | 4761 | "docengine", | |
| 4748 | 4762 | "makeover-layout", | |
| @@ -5181,7 +5195,7 @@ | |||
| 5181 | 5195 | "errno", | |
| 5182 | 5196 | "libc", | |
| 5183 | 5197 | "linux-raw-sys", | |
| 5184 | - | "windows-sys 0.60.2", | |
| 5198 | + | "windows-sys 0.61.2", | |
| 5185 | 5199 | ] | |
| 5186 | 5200 | ||
| 5187 | 5201 | [[package]] | |
| @@ -5238,7 +5252,7 @@ | |||
| 5238 | 5252 | "security-framework", | |
| 5239 | 5253 | "security-framework-sys", | |
| 5240 | 5254 | "webpki-root-certs", | |
| 5241 | - | "windows-sys 0.60.2", | |
| 5255 | + | "windows-sys 0.61.2", | |
| 5242 | 5256 | ] | |
| 5243 | 5257 | ||
| 5244 | 5258 | [[package]] | |
| @@ -5778,7 +5792,7 @@ | |||
| 5778 | 5792 | checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" | |
| 5779 | 5793 | dependencies = [ | |
| 5780 | 5794 | "libc", | |
| 5781 | - | "windows-sys 0.60.2", | |
| 5795 | + | "windows-sys 0.61.2", | |
| 5782 | 5796 | ] | |
| 5783 | 5797 | ||
| 5784 | 5798 | [[package]] | |
| @@ -6514,7 +6528,7 @@ | |||
| 6514 | 6528 | "serde_with", | |
| 6515 | 6529 | "swift-rs", | |
| 6516 | 6530 | "thiserror 2.0.20", | |
| 6517 | - | "toml 0.9.12+spec-1.1.0", | |
| 6531 | + | "toml 1.1.4+spec-1.1.0", | |
| 6518 | 6532 | "url", | |
| 6519 | 6533 | "urlpattern", | |
| 6520 | 6534 | "uuid", | |
| @@ -6553,7 +6567,7 @@ | |||
| 6553 | 6567 | "getrandom 0.4.3", | |
| 6554 | 6568 | "once_cell", | |
| 6555 | 6569 | "rustix", | |
| 6556 | - | "windows-sys 0.60.2", | |
| 6570 | + | "windows-sys 0.61.2", | |
| 6557 | 6571 | ] | |
| 6558 | 6572 | ||
| 6559 | 6573 | [[package]] | |
| @@ -6575,7 +6589,7 @@ | |||
| 6575 | 6589 | "parking_lot", | |
| 6576 | 6590 | "rustix", | |
| 6577 | 6591 | "signal-hook", | |
| 6578 | - | "windows-sys 0.60.2", | |
| 6592 | + | "windows-sys 0.61.2", | |
| 6579 | 6593 | ] | |
| 6580 | 6594 | ||
| 6581 | 6595 | [[package]] | |
| @@ -7057,7 +7071,7 @@ | |||
| 7057 | 7071 | "png 0.18.1", | |
| 7058 | 7072 | "serde", | |
| 7059 | 7073 | "thiserror 2.0.20", | |
| 7060 | - | "windows-sys 0.60.2", | |
| 7074 | + | "windows-sys 0.61.2", | |
| 7061 | 7075 | ] | |
| 7062 | 7076 | ||
| 7063 | 7077 | [[package]] | |
| @@ -7092,7 +7106,7 @@ | |||
| 7092 | 7106 | dependencies = [ | |
| 7093 | 7107 | "memoffset", | |
| 7094 | 7108 | "tempfile", | |
| 7095 | - | "windows-sys 0.60.2", | |
| 7109 | + | "windows-sys 0.61.2", | |
| 7096 | 7110 | ] | |
| 7097 | 7111 | ||
| 7098 | 7112 | [[package]] | |
| @@ -7622,7 +7636,7 @@ | |||
| 7622 | 7636 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 7623 | 7637 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | |
| 7624 | 7638 | dependencies = [ | |
| 7625 | - | "windows-sys 0.60.2", | |
| 7639 | + | "windows-sys 0.61.2", | |
| 7626 | 7640 | ] | |
| 7627 | 7641 | ||
| 7628 | 7642 | [[package]] | |
| @@ -8479,25 +8493,17 @@ | |||
| 8479 | 8493 | "winnow 1.0.4", | |
| 8480 | 8494 | ] | |
| 8481 | 8495 | ||
| 8482 | - | [[patch.unused]] | |
| 8483 | - | name = "makeover-immediate" | |
| 8484 | - | version = "0.33.0" | |
| 8485 | - | ||
| 8486 | - | [[patch.unused]] | |
| 8487 | - | name = "makeover-timing" | |
| 8488 | - | version = "0.1.0" | |
| 8489 | - | ||
| 8490 | 8496 | [[patch.unused]] | |
| 8491 | 8497 | name = "quasi-axum" | |
| 8492 | - | version = "0.51.0" | |
| 8498 | + | version = "0.52.0" | |
| 8493 | 8499 | ||
| 8494 | 8500 | [[patch.unused]] | |
| 8495 | 8501 | name = "quasi-basics" | |
| 8496 | - | version = "0.51.0" | |
| 8502 | + | version = "0.52.0" | |
| 8497 | 8503 | ||
| 8498 | 8504 | [[patch.unused]] | |
| 8499 | 8505 | name = "quasi-immediate" | |
| 8500 | - | version = "0.51.0" | |
| 8506 | + | version = "0.52.0" | |
| 8501 | 8507 | ||
| 8502 | 8508 | [[patch.unused]] | |
| 8503 | 8509 | name = "quasi-store" |
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | # `quasi` feature. Optional here as well as below so a default build compiles | |
| 39 | 39 | # neither: one `dep:` name covers both tables, which is what lets the feature | |
| 40 | 40 | # gate the build script and the crate together. | |
| 41 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", optional = true } | |
| 41 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", optional = true } | |
| 42 | 42 | ||
| 43 | 43 | [dependencies] | |
| 44 | 44 | goingson-core = { workspace = true } | |
| @@ -56,10 +56,10 @@ | |||
| 56 | 56 | # dependency's source even with the feature off -- so a public clone could not | |
| 57 | 57 | # build at all against a URL it could not reach. quasi went public that day and | |
| 58 | 58 | # the URL moved here with it. | |
| 59 | - | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", optional = true } | |
| 60 | - | quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", optional = true } | |
| 61 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", optional = true } | |
| 62 | - | quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", optional = true } | |
| 59 | + | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", optional = true } | |
| 60 | + | quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", optional = true } | |
| 61 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", optional = true } | |
| 62 | + | quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", optional = true } | |
| 63 | 63 | ||
| 64 | 64 | # The notification declaration, and it is NOT behind the `quasi` feature: the | |
| 65 | 65 | # watcher is desktop app behaviour rather than a described screen, and the | |
| @@ -76,7 +76,7 @@ | |||
| 76 | 76 | # before it has ported its screens cannot take it. `notifications::Notifier` is | |
| 77 | 77 | # the eight lines meanwhile, and it goes when the flip makes quasi-router | |
| 78 | 78 | # unconditional here. | |
| 79 | - | quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.51", features = ["synckit"] } | |
| 79 | + | quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.52", features = ["synckit"] } | |
| 80 | 80 | ||
| 81 | 81 | # Tauri | |
| 82 | 82 | tauri = { workspace = true, features = ["image-png", "devtools"] } |