Skip to content

Commit 28131e1

Browse files
Update sysinfo version to 0.38.4
1 parent 98e7077 commit 28131e1

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
@@ -2622,9 +2622,9 @@ dependencies = [
26222622

26232623
[[package]]
26242624
name = "objc2-core-foundation"
2625-
version = "0.3.1"
2625+
version = "0.3.2"
26262626
source = "registry+https://github.com/rust-lang/crates.io-index"
2627-
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
2627+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
26282628
dependencies = [
26292629
"bitflags",
26302630
]
@@ -2637,9 +2637,9 @@ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
26372637

26382638
[[package]]
26392639
name = "objc2-io-kit"
2640-
version = "0.3.1"
2640+
version = "0.3.2"
26412641
source = "registry+https://github.com/rust-lang/crates.io-index"
2642-
checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
2642+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
26432643
dependencies = [
26442644
"libc",
26452645
"objc2-core-foundation",
@@ -5315,9 +5315,9 @@ dependencies = [
53155315

53165316
[[package]]
53175317
name = "sysinfo"
5318-
version = "0.38.2"
5318+
version = "0.38.4"
53195319
source = "registry+https://github.com/rust-lang/crates.io-index"
5320-
checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8"
5320+
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
53215321
dependencies = [
53225322
"libc",
53235323
"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.1"
475+
version = "0.3.2"
476476
source = "registry+https://github.com/rust-lang/crates.io-index"
477-
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
477+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
478478
dependencies = [
479479
"bitflags",
480480
]
481481

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

744744
[[package]]
745745
name = "sysinfo"
746-
version = "0.38.2"
746+
version = "0.38.4"
747747
source = "registry+https://github.com/rust-lang/crates.io-index"
748-
checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8"
748+
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
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.2", default-features = false, optional = true, features = ["system"] }
60+
sysinfo = { version = "0.38.4", 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.2", default-features = false, features = ["disk"] }
13+
sysinfo = { version = "0.38.4", default-features = false, features = ["disk"] }
1414
fs_extra = "1"
1515
camino = "1"
1616
tar = "0.4"

0 commit comments

Comments
 (0)