mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 08:04:27 +02:00
deps: update sysinfo to 0.26.7 (#867)
This commit is contained in:
parent
6f95aaee34
commit
ec21306f55
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1565,9 +1565,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sysinfo"
|
name = "sysinfo"
|
||||||
version = "0.26.4"
|
version = "0.26.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7890fff842b8db56f2033ebee8f6efe1921475c3830c115995552914fb967580"
|
checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"core-foundation-sys 0.8.3",
|
"core-foundation-sys 0.8.3",
|
||||||
|
26
Cargo.toml
26
Cargo.toml
@ -74,7 +74,7 @@ once_cell = "1.5.2"
|
|||||||
regex = "1.5.5"
|
regex = "1.5.5"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
starship-battery = { version = "0.7.9", optional = true }
|
starship-battery = { version = "0.7.9", optional = true }
|
||||||
sysinfo = "0.26.4"
|
sysinfo = "0.26.7"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
time = { version = "0.3.9", features = ["formatting", "macros"] }
|
time = { version = "0.3.9", features = ["formatting", "macros"] }
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
@ -115,21 +115,9 @@ clap_mangen = "0.1.6"
|
|||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
section = "utility"
|
section = "utility"
|
||||||
assets = [
|
assets = [
|
||||||
[
|
["target/release/btm", "usr/bin/", "755"],
|
||||||
"target/release/btm",
|
["LICENSE", "usr/share/doc/btm/", "644"],
|
||||||
"usr/bin/",
|
["manpage/btm.1.gz", "usr/share/man/man1/btm.1.gz", "644"],
|
||||||
"755",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"LICENSE",
|
|
||||||
"usr/share/doc/btm/",
|
|
||||||
"644",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"manpage/btm.1.gz",
|
|
||||||
"usr/share/man/man1/btm.1.gz",
|
|
||||||
"644",
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"completion/btm.bash",
|
"completion/btm.bash",
|
||||||
"usr/share/bash-completion/completions/btm",
|
"usr/share/bash-completion/completions/btm",
|
||||||
@ -140,11 +128,7 @@ assets = [
|
|||||||
"usr/share/fish/vendor_completions.d/btm.fish",
|
"usr/share/fish/vendor_completions.d/btm.fish",
|
||||||
"644",
|
"644",
|
||||||
],
|
],
|
||||||
[
|
["completion/_btm", "usr/share/zsh/vendor-completions/", "644"],
|
||||||
"completion/_btm",
|
|
||||||
"usr/share/zsh/vendor-completions/",
|
|
||||||
"644",
|
|
||||||
],
|
|
||||||
]
|
]
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
|
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user