diff --git a/ntex-http/CHANGES.md b/ntex-http/CHANGES.md index 697421ab..4c0b452f 100644 --- a/ntex-http/CHANGES.md +++ b/ntex-http/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.1.11] - 2023-xx-xx +## [0.1.11] - 2023-11-21 * Implement serde::Serialize/Deserialize for HeaderMap diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 0d1eea45..eef8d1e2 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -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"