From 7712de3d8e8b26c5131b1adec80f2a8bad319f23 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 May 2019 08:10:30 -0700 Subject: [PATCH] update deps --- actix-test-server/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actix-test-server/Cargo.toml b/actix-test-server/Cargo.toml index 7dae2175..dd461c9d 100644 --- a/actix-test-server/Cargo.toml +++ b/actix-test-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-test-server" -version = "0.2.1" +version = "0.2.2" authors = ["Nikolay Kim "] description = "Actix test server" keywords = ["network", "framework", "async", "futures"] @@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] edition = "2018" -workspace = "../" +workspace = ".." [package.metadata.docs.rs] features = ["ssl", "tls", "rust-tls"] @@ -34,7 +34,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] [dependencies] actix-rt = "0.2.1" -actix-server = "0.4.0" +actix-server = "0.5.0" actix-server-config = "0.1.0" log = "0.4" @@ -56,4 +56,4 @@ webpki = { version = "0.19", optional = true } webpki-roots = { version = "0.16", optional = true } [dev-dependencies] -actix-service = "0.3.4" +actix-service = "0.4.0"