1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 16:52:58 +01:00

update deps

This commit is contained in:
Nikolay Kim 2019-12-11 14:47:30 +06:00
parent 60bfa1bfb1
commit 9d84d14ef4
4 changed files with 5 additions and 5 deletions

View File

@ -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" }

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "actix-testing"
version = "1.0.0-alpha.3"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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"

View File

@ -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" }