diff --git a/Cargo.lock b/Cargo.lock index 7b854c66..feaecdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,9 +1687,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index d76c5dcf..44552ddc 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -53,7 +53,7 @@ schemars = { version = "0.8.21", default-features = false, features = [ semver = "1.0.9" serde = { version = "1.0.203", features = ["derive", "rc"] } serde_derive = "1.0.137" -serde_json = "1.0.80" +serde_json = "1.0.119" smart-default = "0.7.1" spdx-rs = "0.5.0" termcolor = "1.1.3"