From 33ccb8b128dcd70e81075200b8f7f7e33ff492fa Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 4 Oct 2019 07:02:27 +0900 Subject: [PATCH] Bump up actix-server-config to 0.2.0 --- actix-connect/Cargo.toml | 2 +- actix-ioframe/Cargo.toml | 2 +- actix-server/Cargo.toml | 2 +- actix-test-server/Cargo.toml | 2 +- actix-testing/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 517a185b..15e24cbc 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -58,4 +58,4 @@ webpki = { version = "0.21", optional = true } [dev-dependencies] bytes = "0.4" actix-testing = { version="0.1.0" } -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index b5838832..7eac1f9b 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -30,6 +30,6 @@ log = "0.4" actix-rt = "0.2.2" actix-connect = "0.2.0" actix-testing = "0.1.0" -actix-server-config = "0.1.1" +actix-server-config = "0.2.0" tokio-tcp = "0.1" tokio-timer = "0.2" diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 30183a08..5420b140 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -38,7 +38,7 @@ uds = ["mio-uds", "tokio-uds", "actix-server-config/uds"] [dependencies] actix-rt = "0.2.2" actix-service = "0.4.1" -actix-server-config = "0.1.2" +actix-server-config = "0.2.0" log = "0.4" num_cpus = "1.0" diff --git a/actix-test-server/Cargo.toml b/actix-test-server/Cargo.toml index 8e063c38..2ce973a3 100644 --- a/actix-test-server/Cargo.toml +++ b/actix-test-server/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" actix-server = "0.5.0" -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" actix-testing = "0.1.0" log = "0.4" diff --git a/actix-testing/Cargo.toml b/actix-testing/Cargo.toml index 3c101b13..10d42edc 100644 --- a/actix-testing/Cargo.toml +++ b/actix-testing/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" actix-server = "0.6.0" -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" actix-service = "0.4.0" log = "0.4"