build(deps): update rust crate starship-battery to 0.10.1

This commit is contained in:
renovate[bot]
2025-03-14 18:24:10 +00:00
committed by GitHub
parent 6d3eed0983
commit 8e0b2d648a
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3155,9 +3155,9 @@ dependencies = [
[[package]]
name = "starship-battery"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9017a937879cf3db80807fa7c28f09eafd4981c998265233028ee7b75f898ed2"
checksum = "ce0bc92586a2cba9cd189520c457b95e50f5565c3011484a5c83949be2f9fdcc"
dependencies = [
"cfg-if",
"core-foundation",
+1 -1
View File
@@ -77,7 +77,7 @@ sha1 = "0.10.6"
shadow-rs = { version = "1.0.1", default-features = false, features = ["build"] }
# 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.10.0", optional = true }
starship-battery = { version = "0.10.1", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.4"
terminal_size = "0.4.2"