mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
update dep versions
This commit is contained in:
parent
f45038bbfe
commit
ec8aef6b43
@ -1,5 +1,14 @@
|
|||||||
# Changes
|
# 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
|
## [0.7.11] - 2018-10-09
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-web"
|
name = "actix-web"
|
||||||
version = "0.7.11"
|
version = "0.7.12"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
|
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -61,11 +61,12 @@ flate2-rust = ["flate2/rust_backend"]
|
|||||||
cell = ["actix-net/cell"]
|
cell = ["actix-net/cell"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.7.0"
|
actix = "^0.7.5"
|
||||||
actix-net = "0.1.0"
|
actix-net = "^0.1.1"
|
||||||
|
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
|
failure = "^0.1.2"
|
||||||
h2 = "0.1"
|
h2 = "0.1"
|
||||||
htmlescape = "0.3"
|
htmlescape = "0.3"
|
||||||
http = "^0.1.8"
|
http = "^0.1.8"
|
||||||
@ -93,8 +94,6 @@ cookie = { version="0.11", features=["percent-encode"] }
|
|||||||
brotli2 = { version="^0.3.2", optional = true }
|
brotli2 = { version="^0.3.2", optional = true }
|
||||||
flate2 = { version="^1.0.2", optional = true, default-features = false }
|
flate2 = { version="^1.0.2", optional = true, default-features = false }
|
||||||
|
|
||||||
failure = "^0.1.2"
|
|
||||||
|
|
||||||
# io
|
# io
|
||||||
mio = "^0.6.13"
|
mio = "^0.6.13"
|
||||||
net2 = "0.2"
|
net2 = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user