deps: bump starship-battery to 0.10.0 (#1607)

This commit is contained in:
Clement Tsang 2024-10-14 21:53:44 -04:00 committed by GitHub
parent 4189ae0935
commit 318ed9fd6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 19 deletions

View file

@ -20,7 +20,7 @@ That said, these are more guidelines rather than hardset rules, though the proje
---
## [0.11.0]/[0.10.3] - Unreleased
## [0.11.0] - Unreleased
### Bug Fixes

22
Cargo.lock generated
View file

@ -156,7 +156,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "bottom"
version = "0.10.2"
version = "0.11.0"
dependencies = [
"anyhow",
"assert_cmd",
@ -169,7 +169,7 @@ dependencies = [
"clap_complete_nushell",
"clap_mangen",
"concat-string",
"core-foundation 0.10.0",
"core-foundation",
"crossterm",
"ctrlc",
"dirs",
@ -360,16 +360,6 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609"
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.10.0"
@ -1403,12 +1393,12 @@ 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 0.9.4",
"core-foundation",
"lazycell",
"libc",
"mach2",
@ -1416,7 +1406,7 @@ dependencies = [
"num-traits",
"plist",
"uom",
"winapi",
"windows-sys 0.59.0",
]
[[package]]

View file

@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.10.2"
version = "0.11.0"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2021"
repository = "https://github.com/ClementTsang/bottom"
@ -96,7 +96,7 @@ itertools = "0.13.0"
nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
starship-battery = { version = "0.9.1", optional = true }
starship-battery = { version = "0.10.0", optional = true }
sysinfo = "=0.30.13"
toml_edit = { version = "0.22.22", features = ["serde"] }
tui = { version = "0.27.0", package = "ratatui" }