mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update http dep
This commit is contained in:
parent
d99178519e
commit
5a04548e13
5 changed files with 16 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue