Skip to content

Commit ec48041

Browse files
authored
Rollup merge of #151645 - GuillaumeGomez:update-sysinfo, r=Kobzol
Update `sysinfo` version to `0.38.0` Some bugfixes and added supported for NetBSD. r? @Kobzol
2 parents 237d17f + 36fb9f0 commit ec48041

4 files changed

Lines changed: 183 additions & 44 deletions

File tree

Cargo.lock

Lines changed: 66 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ dependencies = [
857857
"tracing-subscriber",
858858
"unified-diff",
859859
"walkdir",
860-
"windows",
860+
"windows 0.61.3",
861861
]
862862

863863
[[package]]
@@ -2038,7 +2038,7 @@ dependencies = [
20382038
"serde",
20392039
"tempfile",
20402040
"uuid",
2041-
"windows",
2041+
"windows 0.61.3",
20422042
]
20432043

20442044
[[package]]
@@ -3698,7 +3698,7 @@ dependencies = [
36983698
"thorin-dwp",
36993699
"tracing",
37003700
"wasm-encoder 0.219.2",
3701-
"windows",
3701+
"windows 0.61.3",
37023702
]
37033703

37043704
[[package]]
@@ -3756,7 +3756,7 @@ dependencies = [
37563756
"tempfile",
37573757
"thin-vec",
37583758
"tracing",
3759-
"windows",
3759+
"windows 0.61.3",
37603760
]
37613761

37623762
[[package]]
@@ -3822,7 +3822,7 @@ dependencies = [
38223822
"serde_json",
38233823
"shlex",
38243824
"tracing",
3825-
"windows",
3825+
"windows 0.61.3",
38263826
]
38273827

38283828
[[package]]
@@ -3873,7 +3873,7 @@ dependencies = [
38733873
"serde_json",
38743874
"termize",
38753875
"tracing",
3876-
"windows",
3876+
"windows 0.61.3",
38773877
]
38783878

38793879
[[package]]
@@ -4664,7 +4664,7 @@ dependencies = [
46644664
"rustc_target",
46654665
"termize",
46664666
"tracing",
4667-
"windows",
4667+
"windows 0.61.3",
46684668
]
46694669

46704670
[[package]]
@@ -5438,14 +5438,14 @@ dependencies = [
54385438

54395439
[[package]]
54405440
name = "sysinfo"
5441-
version = "0.37.2"
5441+
version = "0.38.0"
54425442
source = "registry+https://github.com/rust-lang/crates.io-index"
5443-
checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
5443+
checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da"
54445444
dependencies = [
54455445
"libc",
54465446
"objc2-core-foundation",
54475447
"objc2-io-kit",
5448-
"windows",
5448+
"windows 0.62.2",
54495449
]
54505450

54515451
[[package]]
@@ -6398,11 +6398,23 @@ version = "0.61.3"
63986398
source = "registry+https://github.com/rust-lang/crates.io-index"
63996399
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
64006400
dependencies = [
6401-
"windows-collections",
6401+
"windows-collections 0.2.0",
64026402
"windows-core 0.61.2",
6403-
"windows-future",
6403+
"windows-future 0.2.1",
64046404
"windows-link 0.1.3",
6405-
"windows-numerics",
6405+
"windows-numerics 0.2.0",
6406+
]
6407+
6408+
[[package]]
6409+
name = "windows"
6410+
version = "0.62.2"
6411+
source = "registry+https://github.com/rust-lang/crates.io-index"
6412+
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
6413+
dependencies = [
6414+
"windows-collections 0.3.2",
6415+
"windows-core 0.62.2",
6416+
"windows-future 0.3.2",
6417+
"windows-numerics 0.3.1",
64066418
]
64076419

64086420
[[package]]
@@ -6413,7 +6425,7 @@ checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
64136425
dependencies = [
64146426
"serde",
64156427
"serde_json",
6416-
"windows-threading",
6428+
"windows-threading 0.1.0",
64176429
]
64186430

64196431
[[package]]
@@ -6425,6 +6437,15 @@ dependencies = [
64256437
"windows-core 0.61.2",
64266438
]
64276439

6440+
[[package]]
6441+
name = "windows-collections"
6442+
version = "0.3.2"
6443+
source = "registry+https://github.com/rust-lang/crates.io-index"
6444+
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
6445+
dependencies = [
6446+
"windows-core 0.62.2",
6447+
]
6448+
64286449
[[package]]
64296450
name = "windows-core"
64306451
version = "0.61.2"
@@ -6459,7 +6480,18 @@ checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
64596480
dependencies = [
64606481
"windows-core 0.61.2",
64616482
"windows-link 0.1.3",
6462-
"windows-threading",
6483+
"windows-threading 0.1.0",
6484+
]
6485+
6486+
[[package]]
6487+
name = "windows-future"
6488+
version = "0.3.2"
6489+
source = "registry+https://github.com/rust-lang/crates.io-index"
6490+
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
6491+
dependencies = [
6492+
"windows-core 0.62.2",
6493+
"windows-link 0.2.1",
6494+
"windows-threading 0.2.1",
64636495
]
64646496

64656497
[[package]]
@@ -6506,6 +6538,16 @@ dependencies = [
65066538
"windows-link 0.1.3",
65076539
]
65086540

6541+
[[package]]
6542+
name = "windows-numerics"
6543+
version = "0.3.1"
6544+
source = "registry+https://github.com/rust-lang/crates.io-index"
6545+
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
6546+
dependencies = [
6547+
"windows-core 0.62.2",
6548+
"windows-link 0.2.1",
6549+
]
6550+
65096551
[[package]]
65106552
name = "windows-result"
65116553
version = "0.3.4"
@@ -6611,6 +6653,15 @@ dependencies = [
66116653
"windows-link 0.1.3",
66126654
]
66136655

6656+
[[package]]
6657+
name = "windows-threading"
6658+
version = "0.2.1"
6659+
source = "registry+https://github.com/rust-lang/crates.io-index"
6660+
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
6661+
dependencies = [
6662+
"windows-link 0.2.1",
6663+
]
6664+
66146665
[[package]]
66156666
name = "windows_aarch64_gnullvm"
66166667
version = "0.52.6"

0 commit comments

Comments
 (0)