mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Prep release (#309)
This commit is contained in:
parent
0786d3302d
commit
ca16e4a5e4
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue