Skip to content

Commit 096c29a

Browse files
committed
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
1 parent c6768de commit 096c29a

File tree

1 file changed

+18
-26
lines changed

1 file changed

+18
-26
lines changed

library/Cargo.lock

Lines changed: 18 additions & 26 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",
@@ -126,11 +123,10 @@ dependencies = [
126123

127124
[[package]]
128125
name = "hashbrown"
129-
version = "0.15.3"
126+
version = "0.15.4"
130127
source = "registry+https://github.com/rust-lang/crates.io-index"
131-
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
128+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
132129
dependencies = [
133-
"compiler_builtins",
134130
"rustc-std-workspace-alloc",
135131
"rustc-std-workspace-core",
136132
]
@@ -167,12 +163,11 @@ dependencies = [
167163

168164
[[package]]
169165
name = "miniz_oxide"
170-
version = "0.8.8"
166+
version = "0.8.9"
171167
source = "registry+https://github.com/rust-lang/crates.io-index"
172-
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
168+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
173169
dependencies = [
174170
"adler2",
175-
"compiler_builtins",
176171
"rustc-std-workspace-alloc",
177172
"rustc-std-workspace-core",
178173
]
@@ -274,11 +269,10 @@ dependencies = [
274269

275270
[[package]]
276271
name = "rustc-demangle"
277-
version = "0.1.24"
272+
version = "0.1.25"
278273
source = "registry+https://github.com/rust-lang/crates.io-index"
279-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
274+
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
280275
dependencies = [
281-
"compiler_builtins",
282276
"rustc-std-workspace-core",
283277
]
284278

@@ -381,11 +375,10 @@ dependencies = [
381375

382376
[[package]]
383377
name = "unicode-width"
384-
version = "0.1.14"
378+
version = "0.2.1"
385379
source = "registry+https://github.com/rust-lang/crates.io-index"
386-
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
380+
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
387381
dependencies = [
388-
"compiler_builtins",
389382
"rustc-std-workspace-core",
390383
"rustc-std-workspace-std",
391384
]
@@ -414,11 +407,10 @@ dependencies = [
414407

415408
[[package]]
416409
name = "wasi"
417-
version = "0.11.0+wasi-snapshot-preview1"
410+
version = "0.11.1+wasi-snapshot-preview1"
418411
source = "registry+https://github.com/rust-lang/crates.io-index"
419-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
412+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
420413
dependencies = [
421-
"compiler_builtins",
422414
"rustc-std-workspace-alloc",
423415
"rustc-std-workspace-core",
424416
]

0 commit comments

Comments
 (0)