7sDream / fontfor

Find fonts which can show a specified character and preview them in terminal or browser.

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.34
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.

dep chains is crossterm -> mio -> net2.

mio already removed net2 dep in version 0.7, but crossterm have not upgrade mio for now(crossterm-rs/crossterm#432).

Waiting crossterm new version fix this.