diff --git a/Cargo.lock b/Cargo.lock index 1d00da513..3df41dc87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3407,12 +3407,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" +checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" dependencies = [ "rustix", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9698af3af..4b667c735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] starship-battery = { version = "0.10.2", optional = true } strsim = "0.11.1" systemstat = "=0.2.5" -terminal_size = "0.4.2" +terminal_size = "0.4.3" toml = { version = "0.9.5", features = ["preserve_order"] } toml_edit = "0.23.3" unicode-segmentation = "1.12.0"