1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

prepare actix-server release 2.0.0-beta.6

This commit is contained in:
Rob Ede
2021-10-11 05:14:34 +01:00
parent 9fa8d7fc5a
commit ca435b2575
8 changed files with 63 additions and 39 deletions

View File

@ -64,7 +64,7 @@ tokio-native-tls = { version = "0.3", optional = true }
[dev-dependencies]
actix-rt = "2.2.0"
actix-server = "2.0.0-beta.5"
actix-server = "2.0.0-beta.6"
bytes = "1"
env_logger = "0.8"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }