diff --git a/Cargo.lock b/Cargo.lock index 59dc3efd..82ac9964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2889,11 +2889,11 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.2.6" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.37.21", + "rustix 0.38.11", "windows-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 963213ec..c1cf0514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ shadow-rs = { version = "0.23.0", default-features = false } starship-battery = { version = "0.8.2", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" -terminal_size = "0.2.6" +terminal_size = "0.3.0" toml = { version = "0.8.0", features = ["preserve_order"] } toml_edit = "0.20.0" unicode-segmentation = "1.10.1"