From 3043dbe57c535ebad8b87c91bc69de36624351ff Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 21 Nov 2023 01:01:09 +0600 Subject: [PATCH] Prep release --- ntex-http/CHANGES.md | 2 +- ntex/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"