From 32508fe96f76cd879582b97c7f62a1b90a8dcec3 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 3 Jan 2021 23:17:15 +0000 Subject: [PATCH] add note about tokio 1.0 to changelogs --- CHANGES.md | 1 + actix-http/CHANGES.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4cba158ef..32f444ec1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ## Unreleased - 2021-xx-xx ### Changed +* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813] * Bumped `rand` to `0.8`. * Update `rust-tls` to `0.19`. [#1813] * Rename `Handler` to `HandlerService` and rename `Factory` to `Handler`. [#1852] diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a4caa0c59..147285ddf 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,9 +3,11 @@ ## Unreleased - 2021-xx-xx ### Changed * Bumped `rand` to `0.8`. +* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813] * Update `bytes` to `1.0`. [#1813] * Update `h2` to `0.3`. [#1813] + [#1813]: https://github.com/actix/actix-web/pull/1813