From 9d84d14ef4926e087b596dc4dfae05272becd838 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 14:47:30 +0600 Subject: [PATCH] update deps --- actix-connect/Cargo.toml | 2 +- actix-ioframe/Cargo.toml | 2 +- actix-testing/Cargo.toml | 4 ++-- actix-tls/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index e3b9d207..3088638d 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -55,4 +55,4 @@ webpki = { version = "0.21", optional = true } [dev-dependencies] bytes = "0.5.2" -actix-testing = { version="1.0.0-alpha.2" } +actix-testing = { version="1.0.0" } diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index d645063d..9e287ff5 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -30,4 +30,4 @@ log = "0.4" [dev-dependencies] actix-connect = "1.0.0-alpha.2" -actix-testing = "1.0.0-alpha.2" +actix-testing = "1.0.0" diff --git a/actix-testing/Cargo.toml b/actix-testing/Cargo.toml index d527f6b7..6c0f96c7 100644 --- a/actix-testing/Cargo.toml +++ b/actix-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-testing" -version = "1.0.0-alpha.3" +version = "1.0.0" authors = ["Nikolay Kim "] description = "Actix testing utils" keywords = ["network", "framework", "async", "futures"] @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "1.0.0" actix-macros = "0.1.0" -actix-server = "1.0.0-alpha.3" +actix-server = "1.0.0" actix-service = "1.0.0" log = "0.4" diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index c0af30a5..c9b18e25 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -57,4 +57,4 @@ tokio-tls = { version="0.3", optional = true } [dev-dependencies] bytes = "0.5" -actix-testing = { version="1.0.0-alpha.3" } +actix-testing = { version="1.0.0" }