From 0b0060fe47f1a5bc8921b33571b530df64ee17fe Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 14 Oct 2019 10:37:48 +0600 Subject: [PATCH] update deps --- actix-connect/Cargo.toml | 2 +- actix-ioframe/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 15e24cbc..0fa5c903 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -57,5 +57,5 @@ webpki = { version = "0.21", optional = true } [dev-dependencies] bytes = "0.4" -actix-testing = { version="0.1.0" } +actix-testing = { version="0.2.0" } actix-server-config = "0.2.0" diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index 7eac1f9b..53639e36 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -28,8 +28,8 @@ log = "0.4" [dev-dependencies] actix-rt = "0.2.2" -actix-connect = "0.2.0" -actix-testing = "0.1.0" +actix-connect = "0.3.0" +actix-testing = "0.2.0" actix-server-config = "0.2.0" tokio-tcp = "0.1" tokio-timer = "0.2"