From 2452597403888673fccd779851bd78449dc76125 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Feb 2022 01:13:49 +0000 Subject: [PATCH] prepare actix-codec release 0.5.0 --- actix-codec/CHANGES.md | 3 +++ actix-codec/Cargo.toml | 2 +- actix-server/Cargo.toml | 2 +- actix-tls/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index 1b7611f7..018b2f9b 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.5.0 - 2022-02-15 - Updated `tokio-util` dependency to `0.7.0`. [#???] [#338]: https://github.com/actix/actix-net/pull/338 diff --git a/actix-codec/Cargo.toml b/actix-codec/Cargo.toml index 6a1b8d49..abd45f34 100644 --- a/actix-codec/Cargo.toml +++ b/actix-codec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-codec" -version = "0.4.2" +version = "0.5.0" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 23701332..4a788a9b 100755 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.13.1", features = ["sync"] } tokio-uring = { version = "0.2", optional = true } [dev-dependencies] -actix-codec = "0.4.2" +actix-codec = "0.5.0" actix-rt = "2.6.0" bytes = "1" diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index b19a3995..4bff2cea 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -42,7 +42,7 @@ native-tls = ["tokio-native-tls"] uri = ["http"] [dependencies] -actix-codec = "0.4.2" +actix-codec = "0.5.0" actix-rt = { version = "2.2.0", default-features = false } actix-service = "2.0.0" actix-utils = "3.0.0"