diff --git a/pmoutils/Cargo.toml b/pmoutils/Cargo.toml index 9280a7c1..cd1380c2 100644 --- a/pmoutils/Cargo.toml +++ b/pmoutils/Cargo.toml @@ -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"