Upgrade actix-rt to 2.0.0-beta.2

This commit is contained in:
Jonas Platte
2021-01-14 18:19:11 +01:00
committed by Ryan Leckey
parent f13c187f26
commit 3a8c89babf
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ _tls-rustls = [ ]
[dependencies]
async-native-tls = { version = "0.3.3", optional = true }
async-rustls = { version = "0.2.0", optional = true }
actix-rt = { version = "=2.0.0-beta.1", optional = true }
actix-rt = { version = "=2.0.0-beta.2", optional = true }
actix-threadpool = { version = "0.3.2", optional = true }
async-std = { version = "1.7.0", features = [ "unstable" ], optional = true }
tokio = { version = "1.0.1", optional = true, features = [ "fs", "net", "macros", "rt", "rt-multi-thread", "time", "io-util" ] }