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:
dependabot[bot] 2021-10-22 08:05:32 +01:00 committed by GitHub
parent 16f8c23614
commit 63d79a4305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1831,9 +1831,9 @@ dependencies = [
[[package]]
name = "sys-info"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",

View File

@ -47,7 +47,7 @@ unicode-segmentation = "1.8.0"
gethostname = "0.2.1"
once_cell = "1.8.0"
chrono = "0.4.19"
sys-info = "0.9.0"
sys-info = "0.9.1"
byte-unit = "4.0.13"
starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" }
yaml-rust = "0.4.5"