Merge pull request #292 from nix-community/renovate/all

fix(deps): update rust crate serde_json to 1.0.112
This commit is contained in:
nikstur 2024-01-29 10:09:39 +00:00 committed by GitHub
commit c42edac7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ log = { version = "0.4.20", features = ["std"] }
clap = { version = "4.4.18", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
serde_json = "1.0.111"
serde_json = "1.0.112"
sha2 = "0.10.8"
tempfile = "3.9.0"
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }