fix(deps): update rust crate serde_json to 1.0.112

This commit is contained in:
renovate[bot] 2024-01-29 03:15:57 +00:00 committed by GitHub
parent 3c3f6d1b0f
commit 1d7bf54752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
rust/tool/Cargo.lock generated
View File

@ -691,9 +691,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.111" version = "1.0.112"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

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