--- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ version = "0.6.0" version = "1.10.0" [dependencies.open] -version = "3.0" +version = "4.0" optional = true [dependencies.petgraph] @@ -129,7 +129,3 @@ tui-unix = [ "crosstermion/tui-react-termion", "tui-shared", ] - -[target."cfg(all(target_os = \"macos\", target_arch = \"aarch64\"))".dependencies.sysinfo] -version = "0.23.2" -default-features = false