From f40d35270fc9a104858b74f60fcb986eab6761c8 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 6 Feb 2023 11:26:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404aab5..23066cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`ructe`](https://github.com/kaj/ructe) from 0.15.0 to 0.16.1 ([#559]) * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26 ([#560]) * 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]) [#547]: https://github.com/vbrandl/hoc/pull/547 [#548]: https://github.com/vbrandl/hoc/pull/548 @@ -33,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#559]: https://github.com/vbrandl/hoc/pull/559 [#560]: https://github.com/vbrandl/hoc/pull/560 [#561]: https://github.com/vbrandl/hoc/pull/561 +[#562]: https://github.com/vbrandl/hoc/pull/562 ## [0.30.0] 2023-01-16