Skip to main content

max / audiofiles

Take quasi 0.47 Additive: `Protocol::pending` and `Late<S>` in quasi-tauri, which this crate does not use. Bumped in the same pass as the library.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-21 23:44 UTC
Signed with PGP, not checked
Commit: 734a6681976b25c908b81e7d6666d8124d3c098e
Parent: 6cfa9f9
2 files changed, +43 insertions, -43 deletions
M Cargo.lock +41 -41
@@ -1271,7 +1271,7 @@
1271 1271 "libc",
1272 1272 "option-ext",
1273 1273 "redox_users",
1274 - "windows-sys 0.61.2",
1274 + "windows-sys 0.59.0",
1275 1275 ]
1276 1276
1277 1277 [[package]]
@@ -1616,7 +1616,7 @@
1616 1616 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1617 1617 dependencies = [
1618 1618 "libc",
1619 - "windows-sys 0.61.2",
1619 + "windows-sys 0.59.0",
1620 1620 ]
1621 1621
1622 1622 [[package]]
@@ -3073,7 +3073,7 @@
3073 3073
3074 3074 [[package]]
3075 3075 name = "makeover-immediate"
3076 - version = "0.30.0"
3076 + version = "0.31.0"
3077 3077 dependencies = [
3078 3078 "egui",
3079 3079 "egui_extras",
@@ -3082,7 +3082,7 @@
3082 3082
3083 3083 [[package]]
3084 3084 name = "makeover-layout"
3085 - version = "0.31.0"
3085 + version = "0.32.0"
3086 3086
3087 3087 [[package]]
3088 3088 name = "maplit"
@@ -3210,7 +3210,7 @@
3210 3210 "once_cell",
3211 3211 "png",
3212 3212 "thiserror 2.0.20",
3213 - "windows-sys 0.61.2",
3213 + "windows-sys 0.60.2",
3214 3214 ]
3215 3215
3216 3216 [[package]]
@@ -3295,7 +3295,7 @@
3295 3295 source = "registry+https://github.com/rust-lang/crates.io-index"
3296 3296 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3297 3297 dependencies = [
3298 - "windows-sys 0.61.2",
3298 + "windows-sys 0.59.0",
3299 3299 ]
3300 3300
3301 3301 [[package]]
@@ -3398,7 +3398,7 @@
3398 3398 source = "registry+https://github.com/rust-lang/crates.io-index"
3399 3399 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3400 3400 dependencies = [
3401 - "proc-macro-crate 3.5.0",
3401 + "proc-macro-crate 1.3.1",
3402 3402 "proc-macro2",
3403 3403 "quote",
3404 3404 "syn 2.0.119",
@@ -4241,7 +4241,7 @@
4241 4241
4242 4242 [[package]]
4243 4243 name = "quasi-immediate"
4244 - version = "0.45.0"
4244 + version = "0.47.0"
4245 4245 dependencies = [
4246 4246 "docengine",
4247 4247 "egui",
@@ -4251,7 +4251,7 @@
4251 4251
4252 4252 [[package]]
4253 4253 name = "quasi-router"
4254 - version = "0.45.0"
4254 + version = "0.47.0"
4255 4255 dependencies = [
4256 4256 "makeover-layout",
4257 4257 ]
@@ -4651,7 +4651,7 @@
4651 4651 "errno",
4652 4652 "libc",
4653 4653 "linux-raw-sys 0.12.1",
4654 - "windows-sys 0.61.2",
4654 + "windows-sys 0.59.0",
4655 4655 ]
4656 4656
4657 4657 [[package]]
@@ -4708,7 +4708,7 @@
4708 4708 "security-framework",
4709 4709 "security-framework-sys",
4710 4710 "webpki-root-certs",
4711 - "windows-sys 0.61.2",
4711 + "windows-sys 0.59.0",
4712 4712 ]
4713 4713
4714 4714 [[package]]
@@ -5104,7 +5104,7 @@
5104 5104 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5105 5105 dependencies = [
5106 5106 "libc",
5107 - "windows-sys 0.61.2",
5107 + "windows-sys 0.60.2",
5108 5108 ]
5109 5109
5110 5110 [[package]]
@@ -5598,7 +5598,7 @@
5598 5598
5599 5599 [[package]]
5600 5600 name = "synckit-client"
5601 - version = "0.8.0"
5601 + version = "0.8.1"
5602 5602 dependencies = [
5603 5603 "apple-native-keyring-store",
5604 5604 "argon2",
@@ -5701,7 +5701,7 @@
5701 5701 "getrandom 0.4.3",
5702 5702 "once_cell",
5703 5703 "rustix 1.1.4",
5704 - "windows-sys 0.61.2",
5704 + "windows-sys 0.59.0",
5705 5705 ]
5706 5706
5707 5707 [[package]]
@@ -6108,7 +6108,7 @@
6108 6108 "once_cell",
6109 6109 "png",
6110 6110 "thiserror 2.0.20",
6111 - "windows-sys 0.61.2",
6111 + "windows-sys 0.60.2",
6112 6112 ]
6113 6113
6114 6114 [[package]]
@@ -6140,7 +6140,7 @@
6140 6140 dependencies = [
6141 6141 "memoffset",
6142 6142 "tempfile",
6143 - "windows-sys 0.61.2",
6143 + "windows-sys 0.60.2",
6144 6144 ]
6145 6145
6146 6146 [[package]]
@@ -6732,7 +6732,7 @@
6732 6732 source = "registry+https://github.com/rust-lang/crates.io-index"
6733 6733 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6734 6734 dependencies = [
6735 - "windows-sys 0.61.2",
6735 + "windows-sys 0.59.0",
6736 6736 ]
6737 6737
6738 6738 [[package]]
@@ -7540,25 +7540,21 @@
7540 7540 "winnow 1.0.4",
7541 7541 ]
7542 7542
7543 - [[patch.unused]]
7544 - name = "quasi-type"
7545 - version = "0.1.0"
7546 -
7547 7543 [[patch.unused]]
7548 7544 name = "quasi-axum"
7549 - version = "0.45.0"
7545 + version = "0.47.0"
7550 7546
7551 7547 [[patch.unused]]
7552 7548 name = "quasi-basics"
7553 - version = "0.45.0"
7549 + version = "0.47.0"
7554 7550
7555 7551 [[patch.unused]]
7556 7552 name = "quasi-http"
7557 - version = "0.45.0"
7553 + version = "0.47.0"
7558 7554
7559 7555 [[patch.unused]]
7560 7556 name = "quasi-notifs"
7561 - version = "0.45.0"
7557 + version = "0.47.0"
7562 7558
7563 7559 [[patch.unused]]
7564 7560 name = "quasi-store"
@@ -7566,27 +7562,15 @@
7566 7562
7567 7563 [[patch.unused]]
7568 7564 name = "quasi-tauri"
7569 - version = "0.45.0"
7570 -
7571 - [[patch.unused]]
7572 - name = "quasi-webview"
7573 - version = "0.45.0"
7574 -
7575 - [[patch.unused]]
7576 - name = "makeover-build"
7577 7565 version = "0.47.0"
7578 7566
7579 7567 [[patch.unused]]
7580 - name = "makeover-touch"
7581 - version = "0.22.0"
7568 + name = "quasi-webview"
7569 + version = "0.47.0"
7582 7570
7583 7571 [[patch.unused]]
7584 - name = "makeover-tui"
7585 - version = "0.30.0"
7586 -
7587 - [[patch.unused]]
7588 - name = "makeover-webview"
7589 - version = "0.53.0"
7572 + name = "quasi-type"
7573 + version = "0.1.0"
7590 7574
7591 7575 [[patch.unused]]
7592 7576 name = "kberg"
@@ -7599,3 +7583,19 @@
7599 7583 [[patch.unused]]
7600 7584 name = "painhours"
7601 7585 version = "0.1.0"
7586 +
7587 + [[patch.unused]]
7588 + name = "makeover-build"
7589 + version = "0.48.0"
7590 +
7591 + [[patch.unused]]
7592 + name = "makeover-touch"
7593 + version = "0.22.1"
7594 +
7595 + [[patch.unused]]
7596 + name = "makeover-tui"
7597 + version = "0.31.0"
7598 +
7599 + [[patch.unused]]
7600 + name = "makeover-webview"
7601 + version = "0.54.0"
M Cargo.toml +2 -2
@@ -21,8 +21,8 @@
21 21 makeover-immediate = "0.31.0"
22 22 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
23 23 # with a version requirement, per the tree's rule for cross-repo deps.
24 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.46" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.46" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.47" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.47" }
26 26 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
27 27 egui_extras = { version = "0.35", default-features = false }
28 28 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }