From c6da99c1f2ffdda9e50dd8d4968062add72589bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:24:30 +0200 Subject: [PATCH] build(deps): update rust crate terminal_size to 0.3.0 (#5444) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"