summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-08 08:16:45 +0000
committerGitHub <noreply@github.com>2024-04-08 08:16:45 +0000
commitf2057f9f4feab18ef1c409872ab932174f95fa9e (patch)
tree2c1b51549f7edbf1f051f410a3abf31fcc75556a /Cargo.toml
parentba07823cf4af329d74d5be0819f92d6232094cac (diff)
build(deps): update rust crate starship-battery to 0.8.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eba614096..fae71f12e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,7 +76,7 @@ sha1 = "0.10.6"
shadow-rs = { version = "0.27.1", default-features = false }
# battery is optional (on by default) because the crate doesn't currently build for Termux
# see: https://github.com/svartalf/rust-battery/issues/33
-starship-battery = { version = "0.8.2", optional = true }
+starship-battery = { version = "0.8.3", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"