Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated net2 in outdated mio dependency #432

Closed
extrawurst opened this issue May 18, 2020 · 1 comment
Closed

deprecated net2 in outdated mio dependency #432

extrawurst opened this issue May 18, 2020 · 1 comment

Comments

@extrawurst
Copy link
Contributor

extrawurst commented May 18, 2020

the mio dependency needs to be upgraded to 0.7 to remove net2 from the dependency tree: tokio-rs/mio#1322

right now cargo audit returns:

Crate:  net2
Title:  `net2` crate has been deprecated; use `socket2` instead
Date:   2020-05-01
URL:    https://rustsec.org/advisories/RUSTSEC-2020-0016
Dependency tree:
net2 0.2.34
├── miow 0.2.1
│   └── mio 0.6.22
│       ├── tokio 0.2.21
│       │   └── crossterm 0.17.3
│       ├── signal-hook 0.1.15
│       │   └── crossterm 0.17.3
│       ├── mio-uds 0.6.8
│       │   ├── tokio 0.2.21
│       │   └── async-std 1.5.0
│       │       └── crossterm 0.17.3
│       ├── mio-named-pipes 0.1.6
│       │   └── tokio 0.2.21
│       ├── crossterm 0.17.3
│       └── async-std 1.5.0
└── mio 0.6.22
@extrawurst
Copy link
Contributor Author

confirmed fixed in 0.17.6

december1981 pushed a commit to december1981/crossterm that referenced this issue Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant