Start using reconcile-text

This commit is contained in:
Andras Schmelczer 2025-07-12 12:20:54 +01:00
commit 0ce5787858
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
13 changed files with 69 additions and 102 deletions

4
backend/Cargo.lock generated
View file

@ -1700,9 +1700,9 @@ dependencies = [
[[package]]
name = "reconcile-text"
version = "0.4.8"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54fa4679b1042b1110aeac9c00fe292339af66426833da724a3fcaae0052b4da"
checksum = "eb6c98d553dd72cd0e863f7cc1c610abd2cc7fe33e24f14262daf1420941cb3d"
dependencies = [
"cfg-if",
]

View file

@ -35,7 +35,7 @@ clap-verbosity-flag = "3.0.3"
bimap = "0.6.3"
ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] }
serde_with = "3.12.0"
reconcile-text = "0.4.8"
reconcile-text = "0.4.10"
[lints]
workspace = true