1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #6902 from uutils/renovate/terminal_size-0.x-lockfile

chore(deps): update rust crate terminal_size to v0.4.1
This commit is contained in:
Daniel Hofstetter 2024-11-30 07:15:41 +01:00 committed by GitHub
commit 2e8a759f97
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]] [[package]]
name = "terminal_size" name = "terminal_size"
version = "0.4.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
dependencies = [ dependencies = [
"rustix 0.38.40", "rustix 0.38.40",
"windows-sys 0.59.0", "windows-sys 0.59.0",
@ -2984,7 +2984,7 @@ dependencies = [
"number_prefix", "number_prefix",
"once_cell", "once_cell",
"selinux", "selinux",
"terminal_size 0.4.0", "terminal_size 0.4.1",
"uucore", "uucore",
"uutils_term_grid", "uutils_term_grid",
] ]
@ -3751,7 +3751,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.59.0", "windows-sys 0.48.0",
] ]
[[package]] [[package]]