From 08ff91324c01c67f77245d6dba93bab6bcdbb866 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 21 Nov 2022 10:40:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996bec0..62b7b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * 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]) * Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13 ([#515]) +* Bumps [`tokio`](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0 ([#516]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88 ([#517]) @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#513]: https://github.com/vbrandl/hoc/pull/513 [#514]: https://github.com/vbrandl/hoc/pull/514 [#515]: https://github.com/vbrandl/hoc/pull/515 +[#516]: https://github.com/vbrandl/hoc/pull/516 [#517]: https://github.com/vbrandl/hoc/pull/517