Update sysinfo to 0.30.8

Fixes a Mac specific issue when using `build-metrics = true` in `config.toml`
This commit is contained in:
Ana Hobden 2024-04-02 10:44:23 -07:00
parent 36b6f9b58e
commit b626f01310
No known key found for this signature in database

View file

@ -5368,9 +5368,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.30.7"
version = "0.30.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
checksum = "4b1a378e48fb3ce3a5cf04359c456c9c98ff689bcf1c1bc6e6a31f247686f275"
dependencies = [
"cfg-if",
"core-foundation-sys",