mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +00:00
build(deps): bump sys-info from 0.7.0 to 0.8.0
Bumps [sys-info](https://github.com/FillZpp/sys-info-rs) from 0.7.0 to 0.8.0. - [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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a2058b791a
commit
f673487638
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1390,9 +1390,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sys-info"
|
name = "sys-info"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e5cfbd84f86389198ade41b439f72a5b1b3a8ba728e61cd589e1720d0df44c39"
|
checksum = "3f3e7ba888a12ddcf0084e36ae4609b055845f38022d1946b67356fbc27d5795"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -46,7 +46,7 @@ unicode-segmentation = "1.7.1"
|
|||||||
gethostname = "0.2.1"
|
gethostname = "0.2.1"
|
||||||
once_cell = "1.5.2"
|
once_cell = "1.5.2"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
sys-info = "0.7.0"
|
sys-info = "0.8.0"
|
||||||
byte-unit = "4.0.9"
|
byte-unit = "4.0.9"
|
||||||
starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" }
|
starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" }
|
||||||
yaml-rust = "0.4.5"
|
yaml-rust = "0.4.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user