diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f7d61..72e074c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.3.0 to 1.4.0 ([#561]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92 ([#562]) * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.5.0 to 7.5.1 ([#563]) +* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93 ([#564]) [#547]: https://github.com/vbrandl/hoc/pull/547 [#548]: https://github.com/vbrandl/hoc/pull/548 @@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#561]: https://github.com/vbrandl/hoc/pull/561 [#562]: https://github.com/vbrandl/hoc/pull/562 [#563]: https://github.com/vbrandl/hoc/pull/563 +[#564]: https://github.com/vbrandl/hoc/pull/564 ## [0.30.0] 2023-01-16 diff --git a/Cargo.lock b/Cargo.lock index 933325b..9f31417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1773,9 +1773,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 494f13a..ee299ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl-probe = "0.1.5" reqwest = "0.11.14" serde = "1.0.152" serde_derive = "1.0.137" -serde_json = "1.0.92" +serde_json = "1.0.93" tracing = "0.1.37" tracing-actix-web = "0.7.2" tracing-bunyan-formatter = "0.3.6"