summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-03 06:21:06 +0000
committerGitHub <noreply@github.com>2023-04-03 06:21:06 +0000
commitdc7bc701b26dc9c3267bf82bf329af61dd94ae62 (patch)
tree32040e07540f6dbe44cf7e3f9766644d7b48fc10
parentd29ce7c45d4ea21a6e14ad308bd50cb0e61d1ef8 (diff)
build(deps): update rust crate terminal_size to 0.2.6
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml2
2 files changed, 14 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d4092719..6c4844d72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2925,12 +2925,12 @@ dependencies = [
[[package]]
name = "terminal_size"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
+checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
dependencies = [
- "rustix 0.36.4",
- "windows-sys 0.45.0",
+ "rustix 0.37.4",
+ "windows-sys 0.48.0",
]
[[package]]
@@ -3492,6 +3492,15 @@ dependencies = [
]
[[package]]
+name = "windows-sys"
+version = "0.48.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
+dependencies = [
+ "windows-targets 0.48.0",
+]
+
+[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 2611454e7..ecd38367f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ shadow-rs = { version = "0.21.0", default-features = false }
starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
-terminal_size = "0.2.5"
+terminal_size = "0.2.6"
toml = { version = "0.7.3", features = ["preserve_order"] }
toml_edit = "0.19.8"
unicode-segmentation = "1.10.1"