summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-15 01:20:10 +0000
committerGitHub <noreply@github.com>2023-02-15 01:20:10 +0000
commitf18bdaa52233452085f7308f0cc2065bd3dd1de7 (patch)
tree4b2116614d4f19e97059f7a560917a7a38891889
parentc6b77adf61e90d8003949dc123e624faf7e118f5 (diff)
build(deps): update rust crate terminal_size to 0.2.5
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d8c57f4f..9918aee55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2965,12 +2965,12 @@ dependencies = [
[[package]]
name = "terminal_size"
-version = "0.2.3"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
+checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
dependencies = [
"rustix",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index ce0227bd9..5e55c2911 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ shadow-rs = { version = "0.20.0", default-features = false }
starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
-terminal_size = "0.2.3"
+terminal_size = "0.2.5"
toml = { version = "0.7.2", features = ["preserve_order"] }
toml_edit = "0.19.3"
unicode-segmentation = "1.10.1"