From 40831cfa5742fee8d43559deee52643073b9bc75 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 31 Oct 2022 10:39:48 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ad645..86c8a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * 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]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512]) +* Updated [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513]) [#511]: https://github.com/vbrandl/hoc/pull/511 [#510]: https://github.com/vbrandl/hoc/pull/510 [#512]: https://github.com/vbrandl/hoc/pull/512 +[#513]: https://github.com/vbrandl/hoc/pull/513 ## [0.26.0] 2022-10-03