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

web: Replace net2 crate with socket2

This commit is contained in:
Yuki Okushi
2020-05-19 09:34:37 +09:00
parent 2dac9afc4e
commit 9a7f93610a
5 changed files with 21 additions and 28 deletions

View File

@ -14,6 +14,8 @@
* Bump minimum supported Rust version to 1.40
* Replace deprecated `net2` crate with `socket2`
[#1485]: https://github.com/actix/actix-web/pull/1485
[#1509]: https://github.com/actix/actix-web/pull/1509