From 07b9707ca100df7730d20572163a668f833da284 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 May 2019 09:56:55 -0700 Subject: [PATCH] prepare actix-http release --- Cargo.toml | 2 +- actix-http/CHANGES.md | 6 +++++- actix-http/Cargo.toml | 6 +++--- actix-session/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4e2f79ea..1bd47e439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ bytes = "0.4" derive_more = "0.14" encoding = "0.2" futures = "0.1" -hashbrown = "0.2.2" +hashbrown = "0.3.0" log = "0.4" mime = "0.3" net2 = "0.2.33" diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index f1c119d57..a6653f621 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2019-xx-xx +## [0.2.0] - 2019-05-xx ### Changed @@ -8,6 +8,10 @@ * Expect and upgrade services accept `ServerConfig` config. +### Deleted + +* `OneRequest` service + ## [0.1.5] - 2019-05-04 diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index eaac7c090..1f0e1268c 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "0.1.5" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md" @@ -59,8 +59,8 @@ copyless = "0.1.2" derive_more = "0.14" either = "1.5.2" encoding = "0.2" -futures = "0.1" -hashbrown = "0.2.2" +futures = "0.1.25" +hashbrown = "0.3.0" h2 = "0.1.16" http = "0.1.17" httparse = "1.3" diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index fe2054c91..4af0fc29a 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -29,7 +29,7 @@ actix-service = "0.4.0" bytes = "0.4" derive_more = "0.14" futures = "0.1.25" -hashbrown = "0.2.2" +hashbrown = "0.3.0" serde = "1.0" serde_json = "1.0" time = "0.1.42"