mirror of
https://github.com/starship/starship
synced 2024-11-02 14:04:54 +00:00
build: bump systemstat from 0.1.11 to 0.2.0 (#4302)
Bumps [systemstat](https://github.com/unrelentingtech/systemstat) from 0.1.11 to 0.2.0. - [Release notes](https://github.com/unrelentingtech/systemstat/releases) - [Commits](https://github.com/unrelentingtech/systemstat/compare/v0.1.11...v0.2.0) --- updated-dependencies: - dependency-name: systemstat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6f29fbfdbc
commit
00598adc08
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2778,15 +2778,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "systemstat"
|
||||
version = "0.1.11"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f5dc96f7634f46ac7e485b8c051f5b89ec8ee5cc023236dd12fe4ae2fb52f80"
|
||||
checksum = "79ef8054a60d76603befaecaf7efe08d32d1a05a1e5df70c547b07507e9e262d"
|
||||
dependencies = [
|
||||
"bytesize",
|
||||
"chrono",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"nom 7.1.1",
|
||||
"time 0.3.11",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ shadow-rs = { version = "0.16.3", default-features = false }
|
|||
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||
starship-battery = { version = "0.7.9", optional = true }
|
||||
strsim = "0.10.0"
|
||||
systemstat = "=0.1.11"
|
||||
systemstat = "=0.2.0"
|
||||
terminal_size = "0.2.1"
|
||||
toml = { version = "0.5.9", features = ["preserve_order"] }
|
||||
toml_edit = "0.14.4"
|
||||
|
|
Loading…
Reference in a new issue