Merge pull request #598 from cakebaker/bump_terminal_size

Bump `terminal_size` from `0.4.0` to `0.4.3`
This commit is contained in:
Daniel Hofstetter
2025-12-06 16:43:00 +01:00
committed by GitHub
Generated
+12 -31
View File
@@ -520,15 +520,9 @@ dependencies = [
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "linux-raw-sys"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "lock_api"
@@ -770,28 +764,15 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustix"
version = "0.38.44"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys 0.4.14",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f8dcd64f141950290e45c99f7710ede1b600297c91818bb30b3667c0f45dc0"
dependencies = [
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys 0.9.2",
"windows-sys 0.59.0",
"linux-raw-sys",
"windows-sys 0.60.2",
]
[[package]]
@@ -905,18 +886,18 @@ dependencies = [
"fastrand",
"getrandom",
"once_cell",
"rustix 1.0.0",
"windows-sys 0.61.0",
"rustix",
"windows-sys 0.60.2",
]
[[package]]
name = "terminal_size"
version = "0.4.0"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
dependencies = [
"rustix 0.38.44",
"windows-sys 0.59.0",
"rustix",
"windows-sys 0.60.2",
]
[[package]]