main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
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>
2 files changed,
+48 insertions,
-48 deletions
3476
3476
3477
3477
[[package]]
3478
3478
name = "synckit-client"
3479
-
version = "0.9.1"
3479
+
version = "0.10.0"
3480
3480
dependencies = [
3481
3481
"argon2 0.5.3",
3482
3482
"base64",
3540
3540
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3541
3541
dependencies = [
3542
3542
"fastrand",
3543
-
"getrandom 0.4.2",
3543
+
"getrandom 0.3.4",
3544
3544
"once_cell",
3545
3545
"rustix",
3546
3546
"windows-sys 0.61.2",
4777
4777
source = "registry+https://github.com/rust-lang/crates.io-index"
4778
4778
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4779
4779
4780
+
[[patch.unused]]
4781
+
name = "quasi-axum"
4782
+
version = "0.74.0"
4783
+
4784
+
[[patch.unused]]
4785
+
name = "quasi-basics"
4786
+
version = "0.74.0"
4787
+
4788
+
[[patch.unused]]
4789
+
name = "quasi-http"
4790
+
version = "0.74.0"
4791
+
4792
+
[[patch.unused]]
4793
+
name = "quasi-immediate"
4794
+
version = "0.74.0"
4795
+
4796
+
[[patch.unused]]
4797
+
name = "quasi-notifs"
4798
+
version = "0.74.0"
4799
+
4800
+
[[patch.unused]]
4801
+
name = "quasi-router"
4802
+
version = "0.74.0"
4803
+
4804
+
[[patch.unused]]
4805
+
name = "quasi-store"
4806
+
version = "0.1.0"
4807
+
4808
+
[[patch.unused]]
4809
+
name = "quasi-tauri"
4810
+
version = "0.74.0"
4811
+
4812
+
[[patch.unused]]
4813
+
name = "quasi-webview"
4814
+
version = "0.74.0"
4815
+
4816
+
[[patch.unused]]
4817
+
name = "synckit-config"
4818
+
version = "0.2.0"
4819
+
4820
+
[[patch.unused]]
4821
+
name = "docengine"
4822
+
version = "0.7.0"
4823
+
4780
4824
[[patch.unused]]
4781
4825
name = "kberg"
4782
4826
version = "0.1.0"
4793
4837
name = "tagtree"
4794
4838
version = "0.4.1"
4795
4839
4796
-
[[patch.unused]]
4797
-
name = "synckit-config"
4798
-
version = "0.2.0"
4799
-
4800
-
[[patch.unused]]
4801
-
name = "docengine"
4802
-
version = "0.7.0"
4803
-
4804
4840
[[patch.unused]]
4805
4841
name = "quasi-type"
4806
-
version = "0.1.0"
4807
-
4808
-
[[patch.unused]]
4809
-
name = "quasi-axum"
4810
-
version = "0.71.0"
4811
-
4812
-
[[patch.unused]]
4813
-
name = "quasi-basics"
4814
-
version = "0.71.0"
4815
-
4816
-
[[patch.unused]]
4817
-
name = "quasi-http"
4818
-
version = "0.71.0"
4819
-
4820
-
[[patch.unused]]
4821
-
name = "quasi-immediate"
4822
-
version = "0.71.0"
4823
-
4824
-
[[patch.unused]]
4825
-
name = "quasi-notifs"
4826
-
version = "0.71.0"
4827
-
4828
-
[[patch.unused]]
4829
-
name = "quasi-router"
4830
-
version = "0.71.0"
4831
-
4832
-
[[patch.unused]]
4833
-
name = "quasi-store"
4834
-
version = "0.1.0"
4835
-
4836
-
[[patch.unused]]
4837
-
name = "quasi-tauri"
4838
-
version = "0.71.0"
4839
-
4840
-
[[patch.unused]]
4841
-
name = "quasi-webview"
4842
-
version = "0.71.0"
4842
+
version = "0.1.1"
36
36
hmac = "0.13.0"
37
37
sha2 = "0.11.0"
38
38
hex = "0.4.3"
39
-
synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.9", default-features = false }
39
+
synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.10", default-features = false }
40
40
uuid = "1"
41
41
42
42
[lints.rust]