Skip to main content

max / audiofiles

Take synckit-client 0.10 0.10 puts exclude_where in the wire fingerprint (synckit@2ee43a2). Nothing here declares a storage version or a predicate, so this is the pin and the lock only.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-28 17:00 UTC
Signed with PGP, not checked
Commit: b928002dac834f65c47379609b7bcc23b8cdcd78
Parent: df23e3c
2 files changed, +27 insertions, -27 deletions
M Cargo.lock +26 -26
@@ -1272,7 +1272,7 @@
1272 1272 "libc",
1273 1273 "option-ext",
1274 1274 "redox_users",
1275 - "windows-sys 0.61.2",
1275 + "windows-sys 0.59.0",
1276 1276 ]
1277 1277
1278 1278 [[package]]
@@ -1617,7 +1617,7 @@
1617 1617 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1618 1618 dependencies = [
1619 1619 "libc",
1620 - "windows-sys 0.61.2",
1620 + "windows-sys 0.59.0",
1621 1621 ]
1622 1622
1623 1623 [[package]]
@@ -3225,7 +3225,7 @@
3225 3225 "once_cell",
3226 3226 "png",
3227 3227 "thiserror 2.0.20",
3228 - "windows-sys 0.61.2",
3228 + "windows-sys 0.60.2",
3229 3229 ]
3230 3230
3231 3231 [[package]]
@@ -3310,7 +3310,7 @@
3310 3310 source = "registry+https://github.com/rust-lang/crates.io-index"
3311 3311 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3312 3312 dependencies = [
3313 - "windows-sys 0.61.2",
3313 + "windows-sys 0.59.0",
3314 3314 ]
3315 3315
3316 3316 [[package]]
@@ -3413,7 +3413,7 @@
3413 3413 source = "registry+https://github.com/rust-lang/crates.io-index"
3414 3414 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3415 3415 dependencies = [
3416 - "proc-macro-crate 3.5.0",
3416 + "proc-macro-crate 1.3.1",
3417 3417 "proc-macro2",
3418 3418 "quote",
3419 3419 "syn 2.0.119",
@@ -4667,7 +4667,7 @@
4667 4667 "errno",
4668 4668 "libc",
4669 4669 "linux-raw-sys 0.12.1",
4670 - "windows-sys 0.61.2",
4670 + "windows-sys 0.59.0",
4671 4671 ]
4672 4672
4673 4673 [[package]]
@@ -4724,7 +4724,7 @@
4724 4724 "security-framework",
4725 4725 "security-framework-sys",
4726 4726 "webpki-root-certs",
4727 - "windows-sys 0.61.2",
4727 + "windows-sys 0.59.0",
4728 4728 ]
4729 4729
4730 4730 [[package]]
@@ -5120,7 +5120,7 @@
5120 5120 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5121 5121 dependencies = [
5122 5122 "libc",
5123 - "windows-sys 0.61.2",
5123 + "windows-sys 0.60.2",
5124 5124 ]
5125 5125
5126 5126 [[package]]
@@ -5614,7 +5614,7 @@
5614 5614
5615 5615 [[package]]
5616 5616 name = "synckit-client"
5617 - version = "0.9.1"
5617 + version = "0.10.0"
5618 5618 dependencies = [
5619 5619 "apple-native-keyring-store",
5620 5620 "argon2",
@@ -5714,10 +5714,10 @@
5714 5714 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
5715 5715 dependencies = [
5716 5716 "fastrand",
5717 - "getrandom 0.4.3",
5717 + "getrandom 0.3.4",
5718 5718 "once_cell",
5719 5719 "rustix 1.1.4",
5720 - "windows-sys 0.61.2",
5720 + "windows-sys 0.59.0",
5721 5721 ]
5722 5722
5723 5723 [[package]]
@@ -6124,7 +6124,7 @@
6124 6124 "once_cell",
6125 6125 "png",
6126 6126 "thiserror 2.0.20",
6127 - "windows-sys 0.61.2",
6127 + "windows-sys 0.60.2",
6128 6128 ]
6129 6129
6130 6130 [[package]]
@@ -6156,7 +6156,7 @@
6156 6156 dependencies = [
6157 6157 "memoffset",
6158 6158 "tempfile",
6159 - "windows-sys 0.61.2",
6159 + "windows-sys 0.60.2",
6160 6160 ]
6161 6161
6162 6162 [[package]]
@@ -6748,7 +6748,7 @@
6748 6748 source = "registry+https://github.com/rust-lang/crates.io-index"
6749 6749 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6750 6750 dependencies = [
6751 - "windows-sys 0.61.2",
6751 + "windows-sys 0.59.0",
6752 6752 ]
6753 6753
6754 6754 [[package]]
@@ -7556,18 +7556,6 @@
7556 7556 "winnow 1.0.4",
7557 7557 ]
7558 7558
7559 - [[patch.unused]]
7560 - name = "kberg"
7561 - version = "0.1.0"
7562 -
7563 - [[patch.unused]]
7564 - name = "ops-status"
7565 - version = "0.1.0"
7566 -
7567 - [[patch.unused]]
7568 - name = "painhours"
7569 - version = "0.1.0"
7570 -
7571 7559 [[patch.unused]]
7572 7560 name = "quasi-type"
7573 7561 version = "0.1.1"
@@ -7599,3 +7587,15 @@
7599 7587 [[patch.unused]]
7600 7588 name = "quasi-webview"
7601 7589 version = "0.74.0"
7590 +
7591 + [[patch.unused]]
7592 + name = "kberg"
7593 + version = "0.1.0"
7594 +
7595 + [[patch.unused]]
7596 + name = "ops-status"
7597 + version = "0.1.0"
7598 +
7599 + [[patch.unused]]
7600 + name = "painhours"
7601 + version = "0.1.0"
@@ -6,7 +6,7 @@
6 6
7 7 [dependencies]
8 8 audiofiles-core = { workspace = true }
9 - synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.9" }
9 + synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.10" }
10 10 rusqlite = { workspace = true }
11 11 parking_lot = { workspace = true }
12 12 tokio = { workspace = true }