mirror of https://github.com/fafhrd91/actix-net
fix rt version in tls
This commit is contained in:
parent
539ca4fcca
commit
47583f7fca
|
@ -41,7 +41,7 @@ uri = ["http"]
|
|||
|
||||
[dependencies]
|
||||
actix-codec = "0.4.0-beta.1"
|
||||
actix-rt = { version = "2.0.0", default-features = false }
|
||||
actix-rt = { version = "2.1.0", default-features = false }
|
||||
actix-service = "2.0.0-beta.4"
|
||||
actix-utils = "3.0.0-beta.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue