1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

feat: added suport to http crate 1.0 (#508)

* chore: use same feature

* test: add test for new http version added

* stylistic review

---------

Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
morenol
2023-12-05 20:18:17 -04:00
committed by GitHub
parent 923a443950
commit 1945fa0675
4 changed files with 36 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Added support to `http` crate version `1.0`.
## 3.1.1
- Fix `rustls` v0.21 version requirement.