mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
deps: bump starship-battery to 0.10.0 (#1607)
This commit is contained in:
parent
4189ae0935
commit
318ed9fd6f
3 changed files with 9 additions and 19 deletions
|
@ -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
|
### Bug Fixes
|
||||||
|
|
||||||
|
|
22
Cargo.lock
generated
22
Cargo.lock
generated
|
@ -156,7 +156,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.10.2"
|
version = "0.11.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
@ -169,7 +169,7 @@ dependencies = [
|
||||||
"clap_complete_nushell",
|
"clap_complete_nushell",
|
||||||
"clap_mangen",
|
"clap_mangen",
|
||||||
"concat-string",
|
"concat-string",
|
||||||
"core-foundation 0.10.0",
|
"core-foundation",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"ctrlc",
|
"ctrlc",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
@ -360,16 +360,6 @@ version = "1.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609"
|
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]]
|
[[package]]
|
||||||
name = "core-foundation"
|
name = "core-foundation"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
|
@ -1403,12 +1393,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "starship-battery"
|
name = "starship-battery"
|
||||||
version = "0.9.1"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da7915746794358b8f649d3032c8ce150f55b7a0cd41951f170162e82e6cf43f"
|
checksum = "9017a937879cf3db80807fa7c28f09eafd4981c998265233028ee7b75f898ed2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"core-foundation 0.9.4",
|
"core-foundation",
|
||||||
"lazycell",
|
"lazycell",
|
||||||
"libc",
|
"libc",
|
||||||
"mach2",
|
"mach2",
|
||||||
|
@ -1416,7 +1406,7 @@ dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"plist",
|
"plist",
|
||||||
"uom",
|
"uom",
|
||||||
"winapi",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.10.2"
|
version = "0.11.0"
|
||||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
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"] }
|
nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functions"] }
|
||||||
regex = "1.11.0"
|
regex = "1.11.0"
|
||||||
serde = { version = "1.0.210", features = ["derive"] }
|
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"
|
sysinfo = "=0.30.13"
|
||||||
toml_edit = { version = "0.22.22", features = ["serde"] }
|
toml_edit = { version = "0.22.22", features = ["serde"] }
|
||||||
tui = { version = "0.27.0", package = "ratatui" }
|
tui = { version = "0.27.0", package = "ratatui" }
|
||||||
|
|
Loading…
Reference in a new issue