From ecf052c73b48ed73b2d6b75a2ac693481700f1f0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 20 Oct 2022 11:08:59 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0240f9..479a405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -* Updated [futures](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511]) +* Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511]) +* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510]) [#511]: https://github.com/vbrandl/hoc/pull/511 +[#510]: https://github.com/vbrandl/hoc/pull/510 + ## [0.26.0] 2022-10-03