Skip to content

Commit 4759475

Browse files
authored
Unrolled build for #145247
Rollup merge of #145247 - GuillaumeGomez:update-sysinfo, r=Kobzol Update `sysinfo` version to `0.37.0` Some small performance improvements and internal cleanups.
2 parents 6355cd3 + eff5315 commit 4759475

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5284,9 +5284,9 @@ dependencies = [
52845284

52855285
[[package]]
52865286
name = "sysinfo"
5287-
version = "0.36.1"
5287+
version = "0.37.0"
52885288
source = "registry+https://github.com/rust-lang/crates.io-index"
5289-
checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d"
5289+
checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753"
52905290
dependencies = [
52915291
"libc",
52925292
"objc2-core-foundation",

src/bootstrap/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,9 @@ dependencies = [
730730

731731
[[package]]
732732
name = "sysinfo"
733-
version = "0.36.0"
733+
version = "0.37.0"
734734
source = "registry+https://github.com/rust-lang/crates.io-index"
735-
checksum = "aab138f5c1bb35231de19049060a87977ad23e04f2303e953bc5c2947ac7dec4"
735+
checksum = "07cec4dc2d2e357ca1e610cfb07de2fa7a10fc3e9fe89f72545f3d244ea87753"
736736
dependencies = [
737737
"libc",
738738
"memchr",

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ walkdir = "2.4"
5858
xz2 = "0.1"
5959

6060
# Dependencies needed by the build-metrics feature
61-
sysinfo = { version = "0.36.0", default-features = false, optional = true, features = ["system"] }
61+
sysinfo = { version = "0.37.0", default-features = false, optional = true, features = ["system"] }
6262

6363
# Dependencies needed by the `tracing` feature
6464
tracing = { version = "0.1", optional = true, features = ["attributes"] }

src/tools/opt-dist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ log = "0.4"
1010
anyhow = "1"
1111
humantime = "2"
1212
humansize = "2"
13-
sysinfo = { version = "0.36.0", default-features = false, features = ["disk"] }
13+
sysinfo = { version = "0.37.0", default-features = false, features = ["disk"] }
1414
fs_extra = "1"
1515
camino = "1"
1616
tar = "0.4"

0 commit comments

Comments
 (0)