Bump reconcile

This commit is contained in:
Andras Schmelczer 2025-07-13 09:24:45 +01:00
parent 093b14ccda
commit 42a16ee062
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 9 additions and 14 deletions

View file

@ -1623,12 +1623,9 @@ dependencies = [
[[package]]
name = "reconcile-text"
version = "0.4.10"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6c98d553dd72cd0e863f7cc1c610abd2cc7fe33e24f14262daf1420941cb3d"
dependencies = [
"cfg-if",
]
checksum = "c8d690c19b0bf6574cd3591d10f20df5aa52d2af95b8dcaacbc86893292ac8c5"
[[package]]
name = "redox_syscall"

View file

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