1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-06-16 22:10:22 +06:00
parent d2b6502c7a
commit 686e5f1595
9 changed files with 30 additions and 26 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.2.2] - 2019-06-16
* Add .put() and .sput() methods
## [0.2.1] - 2019-06-05
* Add license files

View File

@ -1,6 +1,6 @@
[package]
name = "actix-http-test"
version = "0.2.1"
version = "0.2.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http test server"
readme = "README.md"
@ -32,7 +32,7 @@ ssl = ["openssl", "actix-server/ssl", "awc/ssl"]
[dependencies]
actix-codec = "0.1.2"
actix-rt = "0.2.2"
actix-service = "0.4.0"
actix-service = "0.4.1"
actix-server = "0.5.1"
actix-utils = "0.4.1"
awc = "0.2.1"
@ -55,5 +55,5 @@ tokio-timer = "0.2"
openssl = { version="0.10", optional = true }
[dev-dependencies]
actix-web = "1.0.0-rc"
actix-http = "0.2.3"
actix-web = "1.0.0"
actix-http = "0.2.4"