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

This commit is contained in:
renovate[bot] 2024-09-06 12:19:12 +00:00
parent b258388b3d
commit e0c5650017
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -527,9 +527,9 @@ dependencies = [
[[package]]
name = "core-foundation"
version = "0.9.4"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
dependencies = [
"core-foundation-sys",
"libc",
@ -2806,9 +2806,9 @@ dependencies = [
[[package]]
name = "starship-battery"
version = "0.9.1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da7915746794358b8f649d3032c8ce150f55b7a0cd41951f170162e82e6cf43f"
checksum = "9017a937879cf3db80807fa7c28f09eafd4981c998265233028ee7b75f898ed2"
dependencies = [
"cfg-if",
"core-foundation",
@ -2819,7 +2819,7 @@ dependencies = [
"num-traits",
"plist",
"uom",
"winapi",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -76,7 +76,7 @@ sha1 = "0.10.6"
shadow-rs = { version = "0.34.0", 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.9.1", optional = true }
starship-battery = { version = "0.10.0", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"