--- gitui-0.16.2/Cargo.toml 1970-01-01T00:00:00+00:00 +++ gitui-0.16.2/Cargo.toml 2022-02-13T16:05:32.616632+00:00 @@ -62,7 +62,7 @@ version = "0.5" [dependencies.crossterm] -version = "0.19" +version = "0.22" features = ["serde"] [dependencies.dirs-next] @@ -111,7 +111,7 @@ version = "0.14" [dependencies.tui] -version = "0.15" +version = "0.17" features = ["crossterm", "serde"] default-features = false @@ -131,9 +131,5 @@ timing = ["scopetime/enabled"] [target."cfg(all(target_family=\"unix\",not(target_os=\"macos\")))".dependencies.which] version = "4.1" -[target."cfg(not(windows))".dependencies.pprof] -version = "0.4" -features = ["flamegraph"] -optional = true [badges.maintenance] status = "actively-developed"