diff --git a/Cargo.lock b/Cargo.lock index 2a63b3a..13d42fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..d984e3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ indicatif = "0.16.2" indoc = "1.0.3" semver = "1.0.4" serde = { version = "1.0.132", features = ["derive"] } -serde_json = "1.0.73" +serde_json = "1.0.87" tempfile = "3.2.0" ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2"