40 lines
885 B
Diff
40 lines
885 B
Diff
--- gitui-0.16.2/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ gitui-0.16.2/Cargo.toml 2022-07-26T20:50:16.570317+00:00
|
|
@@ -45,7 +45,7 @@
|
|
version = "1.2"
|
|
|
|
[dependencies.bugreport]
|
|
-version = "0.4"
|
|
+version = "0.5"
|
|
|
|
[dependencies.bytesize]
|
|
version = "1.0"
|
|
@@ -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"
|