diff --git a/CHANGELOG.md b/CHANGELOG.md index 8969bb9..0d172fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `awc` from 3.2.0 to 3.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712)) - Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713)) - Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715)) -- Bump `serde_json` from 1.0.108 to 1.0.109 ([#717](https://github.com/vbrandl/hoc/pull/717)) +- Bump `serde_json` from 1.0.108 to 1.0.111 ([#717](https://github.com/vbrandl/hoc/pull/717), [#722](https://github.com/vbrandl/hoc/pull/722)) - Bump `vergen` from 8.2.6 to 8.2.9 ([#721](https://github.com/vbrandl/hoc/pull/721)) ## [0.36.0] 2023-11-17 diff --git a/Cargo.lock b/Cargo.lock index c18a7b0..23ce53b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2387,9 +2387,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.109" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 322006d..af87119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl-probe = "0.1.5" reqwest = "0.11.23" serde = "1.0.195" serde_derive = "1.0.166" -serde_json = "1.0.109" +serde_json = "1.0.111" tracing = "0.1.40" tracing-actix-web = "0.7.9" tracing-bunyan-formatter = "0.3.9"