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"