From ca16e4a5e4279e849e0983390e768492bd0f3d19 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 12 Mar 2024 19:38:37 +0600 Subject: [PATCH] Prep release (#309) --- ntex/CHANGES.md | 4 ++++ ntex/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index eb823ad6..ee94deb4 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [1.1.2] - 2024-03-12 + +* Update ntex-h2 + ## [1.1.1] - 2024-03-11 * http: Replace EncodeError::Internal with Fmt error diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index a6afabfc..408219f5 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -65,7 +65,7 @@ ntex-glommio = { version = "0.4.0", optional = true } ntex-async-std = { version = "0.4.0", optional = true } async-channel = "2.1" -base64 = "0.21" +base64 = "0.22" bitflags = "2.4" log = "0.4" oneshot = { version = "0.1", default-features = false, features = ["async"] }