build: bump sys-info from 0.9.0 to 0.9.1 (#3172)
Bumps [sys-info](https://github.com/FillZpp/sys-info-rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/FillZpp/sys-info-rs/releases) - [Changelog](https://github.com/FillZpp/sys-info-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/FillZpp/sys-info-rs/commits) --- updated-dependencies: - dependency-name: sys-info dependency-type: direct:production update-type: version-update:semver-patch ... 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
16f8c23614
commit
63d79a4305
|
@ -1831,9 +1831,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sys-info"
|
name = "sys-info"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -47,7 +47,7 @@ unicode-segmentation = "1.8.0"
|
||||||
gethostname = "0.2.1"
|
gethostname = "0.2.1"
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
sys-info = "0.9.0"
|
sys-info = "0.9.1"
|
||||||
byte-unit = "4.0.13"
|
byte-unit = "4.0.13"
|
||||||
starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" }
|
starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" }
|
||||||
yaml-rust = "0.4.5"
|
yaml-rust = "0.4.5"
|
||||||
|
|
Loading…
Reference in New Issue