1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 10:19:36 +00:00

update dep versions

This commit is contained in:
Nikolay Kim 2018-10-10 08:36:16 -07:00
parent f45038bbfe
commit ec8aef6b43
2 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,14 @@
# Changes
## [0.7.12] - 2018-10-10
### Changed
* Set min version for actix
* Set min version for actix-net
## [0.7.11] - 2018-10-09
### Fixed

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.7.11"
version = "0.7.12"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
@ -61,11 +61,12 @@ flate2-rust = ["flate2/rust_backend"]
cell = ["actix-net/cell"]
[dependencies]
actix = "0.7.0"
actix-net = "0.1.0"
actix = "^0.7.5"
actix-net = "^0.1.1"
base64 = "0.9"
bitflags = "1.0"
failure = "^0.1.2"
h2 = "0.1"
htmlescape = "0.3"
http = "^0.1.8"
@ -93,8 +94,6 @@ cookie = { version="0.11", features=["percent-encode"] }
brotli2 = { version="^0.3.2", optional = true }
flate2 = { version="^1.0.2", optional = true, default-features = false }
failure = "^0.1.2"
# io
mio = "^0.6.13"
net2 = "0.2"