Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4414d9e

Browse files
committed
Keep MSRV 1.65
1 parent d448f0d commit 4414d9e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/v5.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,10 @@ pub mod udp {
466466
Error, Socks5Stream, TargetAddr, ToTargetAddr,
467467
};
468468
use byteorder::{BigEndian, ReadBytesExt};
469-
use core::{
470-
cmp,
471-
net::{Ipv4Addr, SocketAddr, SocketAddrV4},
472-
ptr,
473-
time::Duration,
474-
};
469+
use core::{cmp, ptr, time::Duration};
475470
use std::{
476471
io,
477-
net::{ToSocketAddrs, UdpSocket},
472+
net::{Ipv4Addr, SocketAddr, SocketAddrV4, ToSocketAddrs, UdpSocket},
478473
};
479474

480475
/// A SOCKS5 and SOCKS5H UDP client.

0 commit comments

Comments
 (0)