|
@@ -374,11 +374,11 @@ dependencies = [
|
|
|
"phf",
|
|
"phf",
|
|
|
"proc-mounts",
|
|
"proc-mounts",
|
|
|
"scoped_threadpool",
|
|
"scoped_threadpool",
|
|
|
- "term_grid",
|
|
|
|
|
"terminal_size",
|
|
"terminal_size",
|
|
|
"timeago",
|
|
"timeago",
|
|
|
"trycmd",
|
|
"trycmd",
|
|
|
"unicode-width",
|
|
"unicode-width",
|
|
|
|
|
+ "uutils_term_grid",
|
|
|
"uzers",
|
|
"uzers",
|
|
|
"windows-sys",
|
|
"windows-sys",
|
|
|
"zoneinfo_compiled",
|
|
"zoneinfo_compiled",
|
|
@@ -1067,15 +1067,6 @@ dependencies = [
|
|
|
"windows-sys",
|
|
"windows-sys",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "term_grid"
|
|
|
|
|
-version = "0.1.7"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "unicode-width",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "terminal_size"
|
|
name = "terminal_size"
|
|
|
version = "0.3.0"
|
|
version = "0.3.0"
|
|
@@ -1223,6 +1214,15 @@ version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "uutils_term_grid"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b389452a568698688dda38802068378a16c15c4af9b153cdd99b65391292bbc7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "unicode-width",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "uzers"
|
|
name = "uzers"
|
|
|
version = "0.11.3"
|
|
version = "0.11.3"
|