Merge branch 'main' into p_icons

This commit is contained in:
Preston Thorpe 2023-10-18 11:43:50 -04:00 committed by GitHub
commit f5f8351b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -16,6 +16,6 @@ jobs:
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v5
uses: DeterminateSystems/nix-installer-action@v6
- name: Nix Flake Check
run: nix flake check --all-systems

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"