diff --git a/Cargo.lock b/Cargo.lock index 6b8d0f4c..8200301f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3063,9 +3063,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 4bd9598c..fde9842d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ shadow-rs = { version = "0.36.0", default-features = false } starship-battery = { version = "0.10.0", optional = true } strsim = "0.11.1" systemstat = "=0.2.3" -terminal_size = "0.4.0" +terminal_size = "0.4.1" toml = { version = "0.8.19", features = ["preserve_order"] } toml_edit = "0.22.22" unicode-segmentation = "1.12.0"