From 71f8577713791a6991a2e7120077d52347d38a55 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Sep 2019 20:13:28 +0600 Subject: [PATCH] prepare awc release --- awc/CHANGES.md | 5 +---- awc/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 27962a6f..4a52a9df 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,14 +1,11 @@ # Changes -## +## [0.2.5] - 2019-09-11 ### Added * Add `FrozenClientRequest` to support retries for sending HTTP requests - -## [0.2.5] - 2019-09-06 - ### Changed * Ensure that the `Host` header is set when initiating a WebSocket client connection. diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 7f42501e..3d15c943 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awc" -version = "0.2.4" +version = "0.2.5" authors = ["Nikolay Kim "] description = "Actix http client." readme = "README.md" @@ -44,7 +44,7 @@ flate2-rust = ["actix-http/flate2-rust"] [dependencies] actix-codec = "0.1.2" actix-service = "0.4.1" -actix-http = "0.2.9" +actix-http = "0.2.10" base64 = "0.10.1" bytes = "0.4" derive_more = "0.15.0" @@ -63,7 +63,7 @@ rustls = { version = "0.15.2", optional = true } [dev-dependencies] actix-rt = "0.2.2" actix-web = { version = "1.0.0", features=["ssl"] } -actix-http = { version = "0.2.4", features=["ssl"] } +actix-http = { version = "0.2.10", features=["ssl"] } actix-http-test = { version = "0.2.0", features=["ssl"] } actix-utils = "0.4.1" actix-server = { version = "0.6.0", features=["ssl", "rust-tls"] }