Skip to content

Commit cbc1e97

Browse files
committed
Update sysinfo to 0.30.8
Fixes a Mac specific issue when using `build-metrics = true` in `config.toml`
1 parent 36b6f9b commit cbc1e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22052205
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
22062206
dependencies = [
22072207
"cfg-if",
2208-
"windows-targets 0.52.4",
2208+
"windows-targets 0.48.5",
22092209
]
22102210

22112211
[[package]]
@@ -5368,9 +5368,9 @@ dependencies = [
53685368

53695369
[[package]]
53705370
name = "sysinfo"
5371-
version = "0.30.7"
5371+
version = "0.30.8"
53725372
source = "registry+https://github.com/rust-lang/crates.io-index"
5373-
checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
5373+
checksum = "4b1a378e48fb3ce3a5cf04359c456c9c98ff689bcf1c1bc6e6a31f247686f275"
53745374
dependencies = [
53755375
"cfg-if",
53765376
"core-foundation-sys",

0 commit comments

Comments
 (0)