chore(deps): update rust crate terminal_size to v0.4.1

This commit is contained in:
renovate[bot] 2024-11-29 21:46:48 +00:00 committed by GitHub
parent 000583576e
commit 1365f6c025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -2351,9 +2351,9 @@ dependencies = [
[[package]]
name = "terminal_size"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
dependencies = [
"rustix 0.38.40",
"windows-sys 0.59.0",
@ -2984,7 +2984,7 @@ dependencies = [
"number_prefix",
"once_cell",
"selinux",
"terminal_size 0.4.0",
"terminal_size 0.4.1",
"uucore",
"uutils_term_grid",
]
@ -3751,7 +3751,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]