Prep release

This commit is contained in:
Nikolay Kim 2023-11-21 01:01:09 +06:00
parent aaefa34591
commit 3043dbe57c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [0.1.11] - 2023-xx-xx
## [0.1.11] - 2023-11-21
* Implement serde::Serialize/Deserialize for HeaderMap

View file

@ -50,7 +50,7 @@ async-std = ["ntex-rt/async-std", "ntex-async-std", "ntex-connect/async-std"]
[dependencies]
ntex-codec = "0.6.2"
ntex-connect = "0.3.2"
ntex-http = "0.1.10"
ntex-http = "0.1.11"
ntex-router = "0.5.2"
ntex-service = "1.2.7"
ntex-macros = "0.1.3"