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

fix(deps): update rust crate serde_json to 1.0.108
This commit is contained in:
Julian Stecklina 2023-11-08 19:59:35 +01:00 committed by GitHub
commit bc0fd4e1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
serde_json = "1.0.107"
serde_json = "1.0.108"
sha2 = "0.10.8"
tempfile = "3.8.1"
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }