From 554f0d21cfadecda745a2ad3751213960814f9c0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 18 Dec 2022 09:23:30 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e543682..36e399a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519]) * Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522]) -* Bumps [`serde_json`](https://github.com/serde-rs/json) from 1.0.88 to 1.0.90 ([#527]) +* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.88 to 1.0.90 ([#527]) +* Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.151 ([#528]) [#519]: https://github.com/vbrandl/hoc/pull/519 [#522]: https://github.com/vbrandl/hoc/pull/522 [#526]: https://github.com/vbrandl/hoc/pull/526 [#527]: https://github.com/vbrandl/hoc/pull/527 +[#528]: https://github.com/vbrandl/hoc/pull/528 ## [0.27.0] 2022-10-21