Skip to main content

max / balanced_breakfast

Refresh the lockfile for synckit-client's keyring split
Author: Max Johnson <me@maxj.phd> · 2026-07-29 12:55 UTC
Signed with PGP, not checked
Commit: 1d01d41bcb94e5a35ae785ebc02f122b55691d3c
Parent: 15759bc
1 file changed, +2 insertions, -0 deletions
M Cargo.lock +2
@@ -5906,6 +5906,7 @@
5906 5906 name = "synckit-client"
5907 5907 version = "0.6.0"
5908 5908 dependencies = [
5909 + "apple-native-keyring-store",
5909 5910 "argon2",
5910 5911 "base64 0.22.1",
5911 5912 "bytes",
@@ -5913,6 +5914,7 @@
5913 5914 "chrono",
5914 5915 "hex",
5915 5916 "keyring",
5917 + "keyring-core",
5916 5918 "parking_lot",
5917 5919 "rand 0.10.2",
5918 5920 "reqwest",