mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
build(deps): update rust crate starship-battery to 0.10.1
This commit is contained in:
Generated
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user