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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user