Fix the pipeline_factory

We can now bring up the two servers
This commit is contained in:
Valentin Tolmer
2021-03-07 12:36:12 +01:00
parent 6eaf859ba9
commit c63c7105aa
5 changed files with 49 additions and 47 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ name = "lldap"
version = "0.1.0"
[dependencies]
actix = "0.11.0-beta.3"
actix-rt = "*"
actix-rt = "2.1.0"
actix-server = "2.0.0-beta.3"
actix-service = "2.0.0-beta.4"
actix-web = "4.0.0-beta.3"
@@ -18,8 +18,8 @@ ldap3_server = "*"
log = "*"
serde = "*"
thiserror = "*"
tokio = { version = "*", features = ["full"] }
tokio-util = "*"
tokio = { version = "1.2.0", features = ["full"] }
tokio-util = "0.6.3"
tracing = "*"
tracing-actix-web = "0.3.0-beta.2"
tracing-log = "*"