fix(deps): update rust crate serde_json to 1.0.108
This commit is contained in:
parent
781303ad7c
commit
dd729cdaeb
|
@ -716,9 +716,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.107"
|
version = "1.0.108"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|
|
@ -13,7 +13,7 @@ log = { version = "0.4.20", features = ["std"] }
|
||||||
clap = { version = "4.4.7", features = ["derive"] }
|
clap = { version = "4.4.7", features = ["derive"] }
|
||||||
lanzaboote_tool = { path = "../shared" }
|
lanzaboote_tool = { path = "../shared" }
|
||||||
indoc = "2.0.4"
|
indoc = "2.0.4"
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
tempfile = "3.8.1"
|
tempfile = "3.8.1"
|
||||||
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }
|
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }
|
||||||
|
|
Loading…
Reference in New Issue