From f670505a1b21bcdc2880c93a3fe5cb14d9ee18e2 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Feb 2023 11:05:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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