deps: update sysinfo to 0.26.7 (#867)
This commit is contained in:
parent
6f95aaee34
commit
ec21306f55
|
@ -1565,9 +1565,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.26.4"
|
||||
version = "0.26.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7890fff842b8db56f2033ebee8f6efe1921475c3830c115995552914fb967580"
|
||||
checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"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"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
starship-battery = { version = "0.7.9", optional = true }
|
||||
sysinfo = "0.26.4"
|
||||
sysinfo = "0.26.7"
|
||||
thiserror = "1.0.30"
|
||||
time = { version = "0.3.9", features = ["formatting", "macros"] }
|
||||
toml = "0.5.9"
|
||||
|
@ -115,21 +115,9 @@ clap_mangen = "0.1.6"
|
|||
[package.metadata.deb]
|
||||
section = "utility"
|
||||
assets = [
|
||||
[
|
||||
"target/release/btm",
|
||||
"usr/bin/",
|
||||
"755",
|
||||
],
|
||||
[
|
||||
"LICENSE",
|
||||
"usr/share/doc/btm/",
|
||||
"644",
|
||||
],
|
||||
[
|
||||
"manpage/btm.1.gz",
|
||||
"usr/share/man/man1/btm.1.gz",
|
||||
"644",
|
||||
],
|
||||
["target/release/btm", "usr/bin/", "755"],
|
||||
["LICENSE", "usr/share/doc/btm/", "644"],
|
||||
["manpage/btm.1.gz", "usr/share/man/man1/btm.1.gz", "644"],
|
||||
[
|
||||
"completion/btm.bash",
|
||||
"usr/share/bash-completion/completions/btm",
|
||||
|
@ -140,11 +128,7 @@ assets = [
|
|||
"usr/share/fish/vendor_completions.d/btm.fish",
|
||||
"644",
|
||||
],
|
||||
[
|
||||
"completion/_btm",
|
||||
"usr/share/zsh/vendor-completions/",
|
||||
"644",
|
||||
],
|
||||
["completion/_btm", "usr/share/zsh/vendor-completions/", "644"],
|
||||
]
|
||||
extended-description = """\
|
||||
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
|
||||
|
|
Loading…
Reference in New Issue