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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user