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"] }