mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
prepare awc release
This commit is contained in:
parent
beae9ca0f7
commit
07c9eec803
@ -71,7 +71,7 @@ actix-utils = "0.4.0"
|
|||||||
actix-router = "0.1.3"
|
actix-router = "0.1.3"
|
||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web-codegen = "0.1.0-beta.1"
|
actix-web-codegen = "0.1.0-beta.1"
|
||||||
actix-http = { version = "0.1.5", features=["fail"] }
|
actix-http = { version = "0.2.0", features=["fail"] }
|
||||||
actix-server = "0.5.0"
|
actix-server = "0.5.0"
|
||||||
actix-server-config = "0.1.1"
|
actix-server-config = "0.1.1"
|
||||||
actix-threadpool = "0.1.0"
|
actix-threadpool = "0.1.0"
|
||||||
@ -99,7 +99,7 @@ openssl = { version="0.10", optional = true }
|
|||||||
rustls = { version = "^0.15", optional = true }
|
rustls = { version = "^0.15", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-http = { version = "0.1.5", features=["ssl", "brotli", "flate2-zlib"] }
|
actix-http = { version = "0.2.0", features=["ssl", "brotli", "flate2-zlib"] }
|
||||||
actix-http-test = { version = "0.1.1", features=["ssl"] }
|
actix-http-test = { version = "0.1.1", features=["ssl"] }
|
||||||
actix-files = { version = "0.1.0-betsa.1" }
|
actix-files = { version = "0.1.0-betsa.1" }
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
|
@ -1,9 +1,15 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.2.0] - 2019-05-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Allow to send headers in `Camel-Case` form.
|
* Allow to send headers in `Camel-Case` form.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Upgrade actix-http dependency.
|
||||||
|
|
||||||
|
|
||||||
## [0.1.1] - 2019-04-19
|
## [0.1.1] - 2019-04-19
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "awc"
|
name = "awc"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix http client."
|
description = "Actix http client."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -41,7 +41,7 @@ flate2-rust = ["actix-http/flate2-rust"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-codec = "0.1.2"
|
actix-codec = "0.1.2"
|
||||||
actix-service = "0.4.0"
|
actix-service = "0.4.0"
|
||||||
actix-http = "0.1.4"
|
actix-http = "0.2.0"
|
||||||
base64 = "0.10.1"
|
base64 = "0.10.1"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
@ -59,9 +59,9 @@ openssl = { version="0.10", optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web = { version = "1.0.0-beta.1", features=["ssl"] }
|
actix-web = { version = "1.0.0-beta.1", features=["ssl"] }
|
||||||
actix-http = { version = "0.1.4", features=["ssl"] }
|
actix-http = { version = "0.2.0", features=["ssl"] }
|
||||||
actix-http-test = { version = "0.1.1", features=["ssl"] }
|
actix-http-test = { version = "0.1.1", features=["ssl"] }
|
||||||
actix-utils = "0.3.4"
|
actix-utils = "0.4.0"
|
||||||
actix-server = { version = "0.5.0", features=["ssl"] }
|
actix-server = { version = "0.5.0", features=["ssl"] }
|
||||||
brotli2 = { version="0.3.2" }
|
brotli2 = { version="0.3.2" }
|
||||||
flate2 = { version="1.0.2" }
|
flate2 = { version="1.0.2" }
|
||||||
|
Loading…
Reference in New Issue
Block a user