From 67711e7f71a0540e48cdef7591f2800c73d87b4a Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:31:17 +0800 Subject: Hot-fix: Windows compile issue (#356) --- src/os/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/windows.rs b/src/os/windows.rs index 5c72400..a0d7823 100644 --- a/src/os/windows.rs +++ b/src/os/windows.rs @@ -1,7 +1,7 @@ use std::collections::HashMap; use netstat2::*; -use sysinfo::{Pid, PidExt, ProcessExt, System, SystemExt}; +use sysinfo::{Pid, System}; use crate::{ network::{LocalSocket, Protocol}, -- cgit v1.2.3