1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

lib,ostree-ext: use canon-json

Replace all serde_json::to_{string,vec,writer} with
equivalent canon_json::CanonJsonSerialize to make the
output stable / reproducible.

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
This commit is contained in:
Etienne Champetier
2025-06-24 07:54:43 -04:00
parent 350fb402c3
commit 80deb0e48c
9 changed files with 40 additions and 18 deletions

View File

@@ -46,6 +46,7 @@ lto = "yes"
anstream = "0.6"
anyhow = "1.0.82"
camino = "1.1.6"
canon-json = "0.2.1"
cap-std-ext = "4.0.3"
chrono = { version = "0.4.38", default-features = false }
clap = "4.5.4"