diff --git a/CHANGELOG.md b/CHANGELOG.md index daa0659..ffa15b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623) - Bump `git2` from 0.17.1 to 0.17.2 (#624) - Bump `tempfile` from 3.5.0 to 3.6.0 (#626) -- Bump `serde_json` from 1.0.96 to 1.0.100 (#630, #632, #637) +- Bump `serde_json` from 1.0.96 to 1.0.102 (#630, #632, #637, #641) - Bump `openssl` from 0.10.50 to 0.10.55 (#631) diff --git a/Cargo.lock b/Cargo.lock index 3eab1ba..ac494b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2488,9 +2488,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 2484bc1..8270bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl-probe = "0.1.5" reqwest = "0.11.18" serde = "1.0.171" serde_derive = "1.0.166" -serde_json = "1.0.100" +serde_json = "1.0.102" tracing = "0.1.37" tracing-actix-web = "0.7.5" tracing-bunyan-formatter = "0.3.7"