Prep release (#309)

This commit is contained in:
Nikolay Kim 2024-03-12 19:38:37 +06:00 committed by GitHub
parent 0786d3302d
commit ca16e4a5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

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