Bump all actix-codec versions, add pr info

This commit is contained in:
Brock Elmore 2021-11-05 09:48:04 -04:00
parent 6a4a6343a5
commit c747719948
3 changed files with 5 additions and 3 deletions

View File

@ -28,7 +28,7 @@ rustls = ["tls-rustls", "actix-http/rustls", "awc/rustls"]
openssl = ["tls-openssl", "actix-http/openssl", "awc/openssl"]
[dependencies]
actix-codec = "0.4.0"
actix-codec = "0.4.1"
actix-http = "3.0.0-beta.11"
actix-http-test = "3.0.0-beta.5"
actix-service = "2.0.0"

View File

@ -15,7 +15,7 @@ path = "src/lib.rs"
[dependencies]
actix = { version = "0.12.0", default-features = false }
actix-codec = "0.4.0"
actix-codec = "0.4.1"
actix-http = "3.0.0-beta.11"
actix-web = { version = "4.0.0-beta.10", default-features = false }

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Reexport ConnectionIo
* Bump `actix-codec` version to 0.4.1
[#2436]: https://github.com/actix/actix-web/pull/2436
## 3.0.0-beta.9 - 2021-10-20
* Updated rustls to v0.20. [#2414]