Bump reconcile-text from 0.5.0 to 0.6.1 in /sync-server

Bumps [reconcile-text](https://github.com/schmelczer/reconcile) from 0.5.0 to 0.6.1.
- [Commits](https://github.com/schmelczer/reconcile/compare/0.5.0...0.6.1)

---
updated-dependencies:
- dependency-name: reconcile-text
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-03 05:41:18 +00:00 committed by GitHub
commit e906480d0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1680,9 +1680,9 @@ dependencies = [
[[package]] [[package]]
name = "reconcile-text" name = "reconcile-text"
version = "0.5.0" version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8d690c19b0bf6574cd3591d10f20df5aa52d2af95b8dcaacbc86893292ac8c5" checksum = "a7bb0e07b021b830232d970bbd94bab3deaeac7354d4df0f7f4852526ffa142f"
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"

View file

@ -35,7 +35,7 @@ bimap = "0.6.3"
ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] } ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] }
serde_with = "3.15.1" serde_with = "3.15.1"
base64 = "0.22.1" base64 = "0.22.1"
reconcile-text = "0.5.0" reconcile-text = "0.6.1"
[profile.release] [profile.release]
codegen-units = 1 codegen-units = 1