vorner / spirit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUSTSEC-2020-0016: `net2` crate has been deprecated; use `socket2` instead

github-actions opened this issue · comments

net2 crate has been deprecated; use socket2 instead

Details
Status unmaintained
Package net2
Version 0.2.36
URL deprecrated/net2-rs@3350e38
Date 2020-05-01

The net2 crate has been deprecated
and users are encouraged to considered socket2 instead.

See advisory page for additional details.

That's a deep dependency of tokio 0.2/hyper 0.13. Once hyper releases 0.14, we can migrate.

Should be fine now, after migrating the dependencies.