diff --git a/Cargo.lock b/Cargo.lock index 1e60e1d7..7abf0286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,9 +1536,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", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index d7f454bc..9f067ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1.0.133" serde_yaml = { version = "0.9.34" } sha2 = "0.10.8" tempfile = "3.14.0" -terminal_size = "0.4.0" +terminal_size = "0.4.1" test-with = { version = "0.14.5", default-features = false, features = [ "executable", ] }