fix(deps): update rust crate serde_json to 1.0.112
This commit is contained in:
parent
3c3f6d1b0f
commit
1d7bf54752
|
@ -691,9 +691,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.111"
|
||||
version = "1.0.112"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
||||
checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -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" ] }
|
||||
|
|
Loading…
Reference in New Issue