Update netstat2 to 0.11 for libc compatibility

Fix compilation error with recent libc versions where tcp_info struct
has changed. The netstat2 0.11 update includes compatibility fixes.
This commit is contained in:
Claude
2025-11-05 19:06:08 +00:00
parent 282b4cfad6
commit e60535ed3c

View File

@@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
get_if_addrs = "0.5.3"
os_info = "3.8"
netstat2 = "0.9"
netstat2 = "0.11"
sysinfo = "0.30"
users = "0.11"