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

This commit is contained in:
renovate[bot] 2024-04-08 08:16:45 +00:00 committed by GitHub
parent ba07823cf4
commit f2057f9f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 19 deletions

25
Cargo.lock generated
View File

@ -1926,17 +1926,6 @@ dependencies = [
"syn 2.0.53",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.28.0"
@ -2805,7 +2794,7 @@ dependencies = [
"indexmap 2.2.6",
"log",
"mockall",
"nix 0.28.0",
"nix",
"notify-rust",
"nu-ansi-term",
"once_cell",
@ -2846,16 +2835,16 @@ dependencies = [
[[package]]
name = "starship-battery"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e"
checksum = "725bc1c7374f435ef65746eb1a5789cb7d02b8e997f9a3edf979bfb42da68311"
dependencies = [
"cfg-if",
"core-foundation",
"lazycell",
"libc",
"mach2",
"nix 0.26.4",
"nix",
"num-traits",
"uom",
"winapi",
@ -3257,9 +3246,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "uom"
version = "0.35.0"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2"
checksum = "ffd36e5350a65d112584053ee91843955826bf9e56ec0d1351214e01f6d7cd9c"
dependencies = [
"num-traits",
"typenum",
@ -3688,7 +3677,7 @@ dependencies = [
"futures-sink",
"futures-util",
"hex",
"nix 0.28.0",
"nix",
"ordered-stream",
"rand",
"serde",

View File

@ -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"