Skip to content

Commit fd611ab

Browse files
authored
Unrolled build for #142276
Rollup merge of #142276 - tgross35:update-library-lockfile, r=Mark-Simulacrum Update dependencies in `library/Cargo.lock` This removes the `compiler_builtins` dependency from a handful of library dependencies, which is progress toward [1]. [1]: #142265
2 parents 0d6ab20 + 457a4c4 commit fd611ab

File tree

1 file changed

+20
-29
lines changed

1 file changed

+20
-29
lines changed

library/Cargo.lock

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ dependencies = [
1616

1717
[[package]]
1818
name = "adler2"
19-
version = "2.0.0"
19+
version = "2.0.1"
2020
source = "registry+https://github.com/rust-lang/crates.io-index"
21-
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
21+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
2222
dependencies = [
23-
"compiler_builtins",
2423
"rustc-std-workspace-core",
2524
]
2625

@@ -51,11 +50,10 @@ dependencies = [
5150

5251
[[package]]
5352
name = "cfg-if"
54-
version = "1.0.0"
53+
version = "1.0.1"
5554
source = "registry+https://github.com/rust-lang/crates.io-index"
56-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
55+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
5756
dependencies = [
58-
"compiler_builtins",
5957
"rustc-std-workspace-core",
6058
]
6159

@@ -81,12 +79,11 @@ dependencies = [
8179

8280
[[package]]
8381
name = "dlmalloc"
84-
version = "0.2.8"
82+
version = "0.2.9"
8583
source = "registry+https://github.com/rust-lang/crates.io-index"
86-
checksum = "8cff88b751e7a276c4ab0e222c3f355190adc6dde9ce39c851db39da34990df7"
84+
checksum = "d01597dde41c0b9da50d5f8c219023d63d8f27f39a27095070fd191fddc83891"
8785
dependencies = [
8886
"cfg-if",
89-
"compiler_builtins",
9087
"libc",
9188
"rustc-std-workspace-core",
9289
"windows-sys",
@@ -104,9 +101,9 @@ dependencies = [
104101

105102
[[package]]
106103
name = "getopts"
107-
version = "0.2.21"
104+
version = "0.2.23"
108105
source = "registry+https://github.com/rust-lang/crates.io-index"
109-
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
106+
checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1"
110107
dependencies = [
111108
"rustc-std-workspace-core",
112109
"rustc-std-workspace-std",
@@ -136,11 +133,10 @@ dependencies = [
136133

137134
[[package]]
138135
name = "hermit-abi"
139-
version = "0.5.1"
136+
version = "0.5.2"
140137
source = "registry+https://github.com/rust-lang/crates.io-index"
141-
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
138+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
142139
dependencies = [
143-
"compiler_builtins",
144140
"rustc-std-workspace-alloc",
145141
"rustc-std-workspace-core",
146142
]
@@ -156,22 +152,20 @@ dependencies = [
156152

157153
[[package]]
158154
name = "memchr"
159-
version = "2.7.4"
155+
version = "2.7.5"
160156
source = "registry+https://github.com/rust-lang/crates.io-index"
161-
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
157+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
162158
dependencies = [
163-
"compiler_builtins",
164159
"rustc-std-workspace-core",
165160
]
166161

167162
[[package]]
168163
name = "miniz_oxide"
169-
version = "0.8.8"
164+
version = "0.8.9"
170165
source = "registry+https://github.com/rust-lang/crates.io-index"
171-
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
166+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
172167
dependencies = [
173168
"adler2",
174-
"compiler_builtins",
175169
"rustc-std-workspace-alloc",
176170
"rustc-std-workspace-core",
177171
]
@@ -273,11 +267,10 @@ dependencies = [
273267

274268
[[package]]
275269
name = "rustc-demangle"
276-
version = "0.1.24"
270+
version = "0.1.25"
277271
source = "registry+https://github.com/rust-lang/crates.io-index"
278-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
272+
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
279273
dependencies = [
280-
"compiler_builtins",
281274
"rustc-std-workspace-core",
282275
]
283276

@@ -380,11 +373,10 @@ dependencies = [
380373

381374
[[package]]
382375
name = "unicode-width"
383-
version = "0.1.14"
376+
version = "0.2.1"
384377
source = "registry+https://github.com/rust-lang/crates.io-index"
385-
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
378+
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
386379
dependencies = [
387-
"compiler_builtins",
388380
"rustc-std-workspace-core",
389381
"rustc-std-workspace-std",
390382
]
@@ -413,11 +405,10 @@ dependencies = [
413405

414406
[[package]]
415407
name = "wasi"
416-
version = "0.11.0+wasi-snapshot-preview1"
408+
version = "0.11.1+wasi-snapshot-preview1"
417409
source = "registry+https://github.com/rust-lang/crates.io-index"
418-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
410+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
419411
dependencies = [
420-
"compiler_builtins",
421412
"rustc-std-workspace-alloc",
422413
"rustc-std-workspace-core",
423414
]

0 commit comments

Comments
 (0)