1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

prepare awc release 3.0.0-beta.16

This commit is contained in:
Rob Ede
2021-12-29 07:07:46 +00:00
parent 2b2de29800
commit 798e9911e9
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "3.0.0-beta.15"
version = "3.0.0-beta.16"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
@ -99,7 +99,7 @@ actix-server = "2.0.0-rc.2"
actix-test = { version = "0.1.0-beta.10", features = ["openssl", "rustls"] }
actix-tls = { version = "3.0.0", features = ["openssl", "rustls"] }
actix-utils = "3.0.0"
actix-web = { version = "4.0.0-beta.16", features = ["openssl"] }
actix-web = { version = "4.0.0-beta.17", features = ["openssl"] }
brotli2 = "0.3.2"
env_logger = "0.9"