1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-29 06:04:58 +02:00

chore: update mio dependency to v1 (#577)

This commit is contained in:
Rob Ede
2024-06-20 01:22:33 +01:00
committed by GitHub
parent 64fa2f8462
commit 0030800b9a
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ pub(crate) enum SocketAddr {
Unknown,
Tcp(StdSocketAddr),
#[cfg(unix)]
Uds(mio::net::SocketAddr),
Uds(std::os::unix::net::SocketAddr),
}
impl fmt::Display for SocketAddr {