Update http dep

This commit is contained in:
Nikolay Kim 2024-01-16 20:04:25 +06:00
parent d99178519e
commit 5a04548e13
5 changed files with 16 additions and 8 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.12] - 2024-01-16
* Update http dependency
## [0.1.11] - 2023-11-21
* Implement serde::Serialize/Deserialize for HeaderMap

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-http"
version = "0.1.11"
version = "0.1.12"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Http types for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -16,7 +16,7 @@ name = "ntex_http"
path = "src/lib.rs"
[dependencies]
http = "0.2"
http = "1"
log = "0.4"
fxhash = "0.2.1"
itoa = "1.0.4"