mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-30 10:38:30 +00:00
build(deps): update rust crate starship-battery to 0.8.2
This commit is contained in:
parent
4ac4fa886e
commit
4a61dd7747
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -3009,9 +3009,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "starship-battery"
|
name = "starship-battery"
|
||||||
version = "0.8.1"
|
version = "0.8.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cdba3bd6d6ead031f1ebf9dd84ebb02cfdbe5b0e51104b4befd0a2fc3d24f87b"
|
checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"core-foundation",
|
"core-foundation",
|
||||||
@ -3401,9 +3401,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uom"
|
name = "uom"
|
||||||
version = "0.34.0"
|
version = "0.35.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e8f50eddd69f656ee545f7663ea5fefb7c789bc1a0d11124e049715f563a16a4"
|
checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"typenum",
|
"typenum",
|
||||||
|
@ -76,7 +76,7 @@ sha1 = "0.10.5"
|
|||||||
shadow-rs = { version = "0.23.0", default-features = false }
|
shadow-rs = { version = "0.23.0", default-features = false }
|
||||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||||
starship-battery = { version = "0.8.1", optional = true }
|
starship-battery = { version = "0.8.2", optional = true }
|
||||||
strsim = "0.10.0"
|
strsim = "0.10.0"
|
||||||
systemstat = "=0.2.3"
|
systemstat = "=0.2.3"
|
||||||
terminal_size = "0.2.6"
|
terminal_size = "0.2.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user