fix: rollback another update for async-rustls

This commit is contained in:
Ryan Leckey
2020-12-19 00:41:43 -08:00
parent 2d3b9e4909
commit 46d30d2b5c
2 changed files with 6 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ _tls-rustls = [ ]
[dependencies]
async-native-tls = { version = "0.3.3", optional = true }
async-rustls = { version = "0.2.0", optional = true }
async-rustls = { version = "0.1.0", optional = true }
actix-rt = { version = "1.1.1", optional = true }
actix-threadpool = { version = "0.3.2", optional = true }
async-std = { version = "1.6.5", features = [ "unstable" ], optional = true }