chore: upgrade to uutils_term_grid from unmaintained term_grid

This commit is contained in:
PThorpe92 2023-10-16 14:04:23 -04:00
parent 3e2f1e184a
commit 342a62fc4d
No known key found for this signature in database
GPG key ID: 66DB3FBACBDD05CC
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View file

@ -374,11 +374,11 @@ dependencies = [
"phf",
"proc-mounts",
"scoped_threadpool",
"term_grid",
"terminal_size",
"timeago",
"trycmd",
"unicode-width",
"uutils_term_grid",
"uzers",
"windows-sys",
"zoneinfo_compiled",
@ -1067,15 +1067,6 @@ dependencies = [
"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]]
name = "terminal_size"
version = "0.3.0"
@ -1223,6 +1214,15 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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]]
name = "uzers"
version = "0.11.3"

View file

@ -84,7 +84,7 @@ number_prefix = "0.4"
percent-encoding = "2.3.0"
phf = { version = "0.11.2", features = ["macros"] }
scoped_threadpool = "0.1"
term_grid = "0.1"
uutils_term_grid = "0.3"
terminal_size = "0.3.0"
timeago = { version = "0.4.2", default-features = false }
unicode-width = "0.1"