Skip to main content

max / balanced_breakfast

Re-resolve the lockfile after dropping the Windows target
Author: Max Johnson <me@maxj.phd> · 2026-08-07 00:17 UTC
Signed with PGP, not checked
Commit: 40950c9fedb551b1aff09dc03690595e179be6f3
Parent: b130f59
1 file changed, +19 insertions, -32 deletions
M Cargo.lock +19 -32
@@ -1380,7 +1380,7 @@
1380 1380 "libc",
1381 1381 "option-ext",
1382 1382 "redox_users",
1383 - "windows-sys 0.61.2",
1383 + "windows-sys 0.59.0",
1384 1384 ]
1385 1385
1386 1386 [[package]]
@@ -1590,7 +1590,7 @@
1590 1590 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1591 1591 dependencies = [
1592 1592 "libc",
1593 - "windows-sys 0.61.2",
1593 + "windows-sys 0.59.0",
1594 1594 ]
1595 1595
1596 1596 [[package]]
@@ -2531,7 +2531,7 @@
2531 2531 "js-sys",
2532 2532 "log",
2533 2533 "wasm-bindgen",
2534 - "windows-core 0.62.2",
2534 + "windows-core",
2535 2535 ]
2536 2536
2537 2537 [[package]]
@@ -3332,7 +3332,7 @@
3332 3332 source = "registry+https://github.com/rust-lang/crates.io-index"
3333 3333 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3334 3334 dependencies = [
3335 - "windows-sys 0.61.2",
3335 + "windows-sys 0.59.0",
3336 3336 ]
3337 3337
3338 3338 [[package]]
@@ -3440,7 +3440,7 @@
3440 3440 source = "registry+https://github.com/rust-lang/crates.io-index"
3441 3441 checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
3442 3442 dependencies = [
3443 - "proc-macro-crate 3.4.0",
3443 + "proc-macro-crate 1.3.1",
3444 3444 "proc-macro2",
3445 3445 "quote",
3446 3446 "syn 2.0.114",
@@ -3720,7 +3720,7 @@
3720 3720 checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
3721 3721 dependencies = [
3722 3722 "libc",
3723 - "windows-sys 0.61.2",
3723 + "windows-sys 0.59.0",
3724 3724 ]
3725 3725
3726 3726 [[package]]
@@ -4740,7 +4740,7 @@
4740 4740 "errno",
4741 4741 "libc",
4742 4742 "linux-raw-sys",
4743 - "windows-sys 0.61.2",
4743 + "windows-sys 0.59.0",
4744 4744 ]
4745 4745
4746 4746 [[package]]
@@ -4797,7 +4797,7 @@
4797 4797 "security-framework",
4798 4798 "security-framework-sys",
4799 4799 "webpki-root-certs",
4800 - "windows-sys 0.61.2",
4800 + "windows-sys 0.59.0",
4801 4801 ]
4802 4802
4803 4803 [[package]]
@@ -5764,7 +5764,7 @@
5764 5764
5765 5765 [[package]]
5766 5766 name = "synckit-client"
5767 - version = "0.6.0"
5767 + version = "0.7.0"
5768 5768 dependencies = [
5769 5769 "apple-native-keyring-store",
5770 5770 "argon2",
@@ -5898,7 +5898,7 @@
5898 5898 "unicode-segmentation",
5899 5899 "url",
5900 5900 "windows",
5901 - "windows-core 0.61.2",
5901 + "windows-core",
5902 5902 "windows-version",
5903 5903 "x11-dl",
5904 5904 ]
@@ -6282,7 +6282,7 @@
6282 6282 "getrandom 0.4.3",
6283 6283 "once_cell",
6284 6284 "rustix",
6285 - "windows-sys 0.61.2",
6285 + "windows-sys 0.59.0",
6286 6286 ]
6287 6287
6288 6288 [[package]]
@@ -7248,7 +7248,7 @@
7248 7248 "webview2-com-macros",
7249 7249 "webview2-com-sys",
7250 7250 "windows",
7251 - "windows-core 0.61.2",
7251 + "windows-core",
7252 7252 "windows-implement",
7253 7253 "windows-interface",
7254 7254 ]
@@ -7272,7 +7272,7 @@
7272 7272 dependencies = [
7273 7273 "thiserror 2.0.18",
7274 7274 "windows",
7275 - "windows-core 0.61.2",
7275 + "windows-core",
7276 7276 ]
7277 7277
7278 7278 [[package]]
@@ -7309,7 +7309,7 @@
7309 7309 source = "registry+https://github.com/rust-lang/crates.io-index"
7310 7310 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7311 7311 dependencies = [
7312 - "windows-sys 0.61.2",
7312 + "windows-sys 0.59.0",
7313 7313 ]
7314 7314
7315 7315 [[package]]
@@ -7340,7 +7340,7 @@
7340 7340 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
7341 7341 dependencies = [
7342 7342 "windows-collections",
7343 - "windows-core 0.61.2",
7343 + "windows-core",
7344 7344 "windows-future",
7345 7345 "windows-link 0.1.3",
7346 7346 "windows-numerics",
@@ -7352,7 +7352,7 @@
7352 7352 source = "registry+https://github.com/rust-lang/crates.io-index"
7353 7353 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
7354 7354 dependencies = [
7355 - "windows-core 0.61.2",
7355 + "windows-core",
7356 7356 ]
7357 7357
7358 7358 [[package]]
@@ -7368,26 +7368,13 @@
7368 7368 "windows-strings 0.4.2",
7369 7369 ]
7370 7370
7371 - [[package]]
7372 - name = "windows-core"
7373 - version = "0.62.2"
7374 - source = "registry+https://github.com/rust-lang/crates.io-index"
7375 - checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7376 - dependencies = [
7377 - "windows-implement",
7378 - "windows-interface",
7379 - "windows-link 0.2.1",
7380 - "windows-result 0.4.1",
7381 - "windows-strings 0.5.1",
7382 - ]
7383 -
7384 7371 [[package]]
7385 7372 name = "windows-future"
7386 7373 version = "0.2.1"
7387 7374 source = "registry+https://github.com/rust-lang/crates.io-index"
7388 7375 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
7389 7376 dependencies = [
7390 - "windows-core 0.61.2",
7377 + "windows-core",
7391 7378 "windows-link 0.1.3",
7392 7379 "windows-threading",
7393 7380 ]
@@ -7445,7 +7432,7 @@
7445 7432 source = "registry+https://github.com/rust-lang/crates.io-index"
7446 7433 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
7447 7434 dependencies = [
7448 - "windows-core 0.61.2",
7435 + "windows-core",
7449 7436 "windows-link 0.1.3",
7450 7437 ]
7451 7438
@@ -7857,7 +7844,7 @@
7857 7844 "webkit2gtk-sys",
7858 7845 "webview2-com",
7859 7846 "windows",
7860 - "windows-core 0.61.2",
7847 + "windows-core",
7861 7848 "windows-version",
7862 7849 "x11-dl",
7863 7850 ]