From 837504c10f8be3c2c57d25931316aca898d4f49c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 May 2019 08:40:42 -0700 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db220227..13313ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,10 +29,10 @@ members = [ ] [dev-dependencies] -actix-service = "0.3.3" +actix-service = "0.4.0" actix-codec = "0.1.1" actix-rt = "0.2.0" -actix-server = { path="actix-server", features=["ssl"] } +actix-server = { version="0.5.0", features=["ssl"] } env_logger = "0.6" futures = "0.1.25" openssl = "0.10"