File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pin-project-lite = "0.2.11"
92
92
93
93
# Everything else is optional...
94
94
bytes = { version = " 1.0.0" , optional = true }
95
- mio = { version = " 0.8.9 " , optional = true , default-features = false }
95
+ mio = { version = " 1.0.1 " , optional = true , default-features = false }
96
96
parking_lot = { version = " 0.12.0" , optional = true }
97
97
98
98
[target .'cfg(not(target_family = "wasm"))' .dependencies ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use std::fmt;
2
2
use std:: path:: Path ;
3
3
4
4
/// An address associated with a Tokio Unix socket.
5
- pub struct SocketAddr ( pub ( super ) mio :: net:: SocketAddr ) ;
5
+ pub struct SocketAddr ( pub ( super ) std :: os :: unix :: net:: SocketAddr ) ;
6
6
7
7
impl SocketAddr {
8
8
/// Returns `true` if the address is unnamed.
You can’t perform that action at this time.
0 commit comments