prepare actix-codec release 0.5.0

This commit is contained in:
Rob Ede 2022-02-15 01:13:49 +00:00
parent d1d9823d05
commit 2452597403
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.4.2"
version = "0.5.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",

View File

@ -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"

View File

@ -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"