Updated backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-20 21:33:18 +01:00
parent 3c8de8279b
commit ed9fd097e9
4 changed files with 585 additions and 486 deletions

View File

@ -57,7 +57,7 @@ pub fn is_net_interface_name_valid<D: AsRef<str>>(int: D) -> bool {
/// Get the list of available network interfaces
pub fn net_list() -> Vec<String> {
let mut networks = Networks::new();
networks.refresh_list();
networks.refresh(true);
networks
.list()