mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
build(deps): bump battery from 0.7.6 to 0.7.7
Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/svartalf/rust-battery/releases) - [Changelog](https://github.com/svartalf/rust-battery/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/rust-battery/compare/0.7.6...0.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
daf7976f9d
commit
e59cefd2b4
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -86,11 +86,11 @@ checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
||||
|
||||
[[package]]
|
||||
name = "battery"
|
||||
version = "0.7.6"
|
||||
version = "0.7.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8775be4956c98c9ac7c11cc383d632636935d3a688dabddb71ac83ba00a3a72f"
|
||||
checksum = "e3ba81abd3ec70c6ef1d7a85c85cfcbab52b6b9536ea97e5ab7948d971603d2b"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
"core-foundation",
|
||||
"lazycell",
|
||||
"libc",
|
||||
@ -1414,9 +1414,9 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
||||
|
||||
[[package]]
|
||||
name = "uom"
|
||||
version = "0.29.0"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8bb593f5252356bfb829112f8fca2d0982d48588d2d6bb5a92553b0dfc4c9aba"
|
||||
checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"typenum",
|
||||
|
@ -39,7 +39,7 @@ rayon = "1.4.1"
|
||||
log = { version = "0.4.11", features = ["std"] }
|
||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||
battery = { version = "0.7.6", optional = true }
|
||||
battery = { version = "0.7.7", optional = true }
|
||||
path-slash = "0.1.3"
|
||||
unicode-segmentation = "1.6.0"
|
||||
gethostname = "0.2.1"
|
||||
|
Loading…
Reference in New Issue
Block a user