43 lines
974 B
Diff
43 lines
974 B
Diff
--- gitui-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ gitui-0.20.1/Cargo.toml 2022-07-21T09:01:20.897104+00:00
|
|
@@ -46,7 +46,7 @@
|
|
version = "1.3"
|
|
|
|
[dependencies.bugreport]
|
|
-version = "0.4"
|
|
+version = "0.5"
|
|
|
|
[dependencies.bytesize]
|
|
version = "1.1"
|
|
@@ -63,7 +63,7 @@
|
|
version = "0.5"
|
|
|
|
[dependencies.crossterm]
|
|
-version = "0.20"
|
|
+version = "0.22"
|
|
features = ["serde"]
|
|
|
|
[dependencies.dirs-next]
|
|
@@ -119,9 +119,8 @@
|
|
version = "0.14"
|
|
|
|
[dependencies.tui]
|
|
-version = "0.16"
|
|
-features = ["crossterm", "serde"]
|
|
-default-features = false
|
|
+version = "0.17"
|
|
+features = ["serde"]
|
|
|
|
[dependencies.unicode-segmentation]
|
|
version = "1.8"
|
|
@@ -141,9 +140,5 @@
|
|
trace-libgit = ["asyncgit/trace-libgit"]
|
|
[target."cfg(all(target_family=\"unix\",not(target_os=\"macos\")))".dependencies.which]
|
|
version = "4.2"
|
|
-[target."cfg(not(windows))".dependencies.pprof]
|
|
-version = "=0.6.1"
|
|
-features = ["flamegraph"]
|
|
-optional = true
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|