mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Fix the pipeline_factory
We can now bring up the two servers
This commit is contained in:
+3
-3
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user