Skip to content

Commit 8d26ccc

Browse files
authored
Rollup merge of #152748 - GuillaumeGomez:update-sysinfo, r=GuillaumeGomez
Update `sysinfo` version to `0.38.2` r? ghost
2 parents 6c38e46 + 0c8d2b4 commit 8d26ccc

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,9 +2652,9 @@ dependencies = [
26522652

26532653
[[package]]
26542654
name = "objc2-core-foundation"
2655-
version = "0.3.2"
2655+
version = "0.3.1"
26562656
source = "registry+https://github.com/rust-lang/crates.io-index"
2657-
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2657+
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
26582658
dependencies = [
26592659
"bitflags",
26602660
]
@@ -2667,9 +2667,9 @@ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
26672667

26682668
[[package]]
26692669
name = "objc2-io-kit"
2670-
version = "0.3.2"
2670+
version = "0.3.1"
26712671
source = "registry+https://github.com/rust-lang/crates.io-index"
2672-
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
2672+
checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
26732673
dependencies = [
26742674
"libc",
26752675
"objc2-core-foundation",
@@ -5354,9 +5354,9 @@ dependencies = [
53545354

53555355
[[package]]
53565356
name = "sysinfo"
5357-
version = "0.38.0"
5357+
version = "0.38.2"
53585358
source = "registry+https://github.com/rust-lang/crates.io-index"
5359-
checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da"
5359+
checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8"
53605360
dependencies = [
53615361
"libc",
53625362
"objc2-core-foundation",

src/bootstrap/Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -472,18 +472,18 @@ dependencies = [
472472

473473
[[package]]
474474
name = "objc2-core-foundation"
475-
version = "0.3.2"
475+
version = "0.3.1"
476476
source = "registry+https://github.com/rust-lang/crates.io-index"
477-
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
477+
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
478478
dependencies = [
479479
"bitflags",
480480
]
481481

482482
[[package]]
483483
name = "objc2-io-kit"
484-
version = "0.3.2"
484+
version = "0.3.1"
485485
source = "registry+https://github.com/rust-lang/crates.io-index"
486-
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
486+
checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
487487
dependencies = [
488488
"libc",
489489
"objc2-core-foundation",
@@ -743,9 +743,9 @@ dependencies = [
743743

744744
[[package]]
745745
name = "sysinfo"
746-
version = "0.38.0"
746+
version = "0.38.2"
747747
source = "registry+https://github.com/rust-lang/crates.io-index"
748-
checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da"
748+
checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8"
749749
dependencies = [
750750
"libc",
751751
"memchr",

src/bootstrap/Cargo.toml

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

5959
# Dependencies needed by the build-metrics feature
60-
sysinfo = { version = "0.38.0", default-features = false, optional = true, features = ["system"] }
60+
sysinfo = { version = "0.38.2", default-features = false, optional = true, features = ["system"] }
6161

6262
# Dependencies needed by the `tracing` feature
6363
chrono = { version = "0.4", default-features = false, optional = true, features = ["now", "std"] }

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.38.0", default-features = false, features = ["disk"] }
13+
sysinfo = { version = "0.38.2", default-features = false, features = ["disk"] }
1414
fs_extra = "1"
1515
camino = "1"
1616
tar = "0.4"

0 commit comments

Comments
 (0)