1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 05:10:36 +02: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

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