@@ -4,40 +4,31 @@ version = 3
4
4
5
5
[[package]]
6
6
name = "addr2line"
7
- version = "0.16 .0"
7
+ version = "0.17 .0"
8
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd "
9
+ checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b "
10
10
dependencies = [
11
11
"compiler_builtins",
12
- "gimli 0.25.0 ",
12
+ "gimli",
13
13
"rustc-std-workspace-alloc",
14
14
"rustc-std-workspace-core",
15
15
]
16
16
17
- [[package]]
18
- name = "addr2line"
19
- version = "0.17.0"
20
- source = "registry+https://github.com/rust-lang/crates.io-index"
21
- checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
22
- dependencies = [
23
- "gimli 0.26.1",
24
- ]
25
-
26
17
[[package]]
27
18
name = "adler"
28
19
version = "0.2.3"
29
20
source = "registry+https://github.com/rust-lang/crates.io-index"
30
21
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
31
- dependencies = [
32
- "compiler_builtins",
33
- "rustc-std-workspace-core",
34
- ]
35
22
36
23
[[package]]
37
24
name = "adler"
38
25
version = "1.0.2"
39
26
source = "registry+https://github.com/rust-lang/crates.io-index"
40
27
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
28
+ dependencies = [
29
+ "compiler_builtins",
30
+ "rustc-std-workspace-core",
31
+ ]
41
32
42
33
[[package]]
43
34
name = "ahash"
@@ -185,12 +176,12 @@ version = "0.3.66"
185
176
source = "registry+https://github.com/rust-lang/crates.io-index"
186
177
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
187
178
dependencies = [
188
- "addr2line 0.17.0 ",
179
+ "addr2line",
189
180
"cc",
190
181
"cfg-if 1.0.0",
191
182
"libc",
192
183
"miniz_oxide 0.5.3",
193
- "object 0.29.0 ",
184
+ "object",
194
185
"rustc-demangle",
195
186
]
196
187
@@ -1545,25 +1536,17 @@ dependencies = [
1545
1536
"wasi 0.9.0+wasi-snapshot-preview1",
1546
1537
]
1547
1538
1548
- [[package]]
1549
- name = "gimli"
1550
- version = "0.25.0"
1551
- source = "registry+https://github.com/rust-lang/crates.io-index"
1552
- checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1553
- dependencies = [
1554
- "compiler_builtins",
1555
- "rustc-std-workspace-alloc",
1556
- "rustc-std-workspace-core",
1557
- ]
1558
-
1559
1539
[[package]]
1560
1540
name = "gimli"
1561
1541
version = "0.26.1"
1562
1542
source = "registry+https://github.com/rust-lang/crates.io-index"
1563
1543
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1564
1544
dependencies = [
1545
+ "compiler_builtins",
1565
1546
"fallible-iterator",
1566
1547
"indexmap",
1548
+ "rustc-std-workspace-alloc",
1549
+ "rustc-std-workspace-core",
1567
1550
"stable_deref_trait",
1568
1551
]
1569
1552
@@ -2233,9 +2216,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2233
2216
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2234
2217
dependencies = [
2235
2218
"adler 0.2.3",
2236
- "compiler_builtins",
2237
- "rustc-std-workspace-alloc",
2238
- "rustc-std-workspace-core",
2239
2219
]
2240
2220
2241
2221
[[package]]
@@ -2245,6 +2225,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2245
2225
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2246
2226
dependencies = [
2247
2227
"adler 1.0.2",
2228
+ "compiler_builtins",
2229
+ "rustc-std-workspace-alloc",
2230
+ "rustc-std-workspace-core",
2248
2231
]
2249
2232
2250
2233
[[package]]
@@ -2346,29 +2329,20 @@ dependencies = [
2346
2329
"libc",
2347
2330
]
2348
2331
2349
- [[package]]
2350
- name = "object"
2351
- version = "0.26.2"
2352
- source = "registry+https://github.com/rust-lang/crates.io-index"
2353
- checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2354
- dependencies = [
2355
- "compiler_builtins",
2356
- "memchr",
2357
- "rustc-std-workspace-alloc",
2358
- "rustc-std-workspace-core",
2359
- ]
2360
-
2361
2332
[[package]]
2362
2333
name = "object"
2363
2334
version = "0.29.0"
2364
2335
source = "registry+https://github.com/rust-lang/crates.io-index"
2365
2336
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2366
2337
dependencies = [
2338
+ "compiler_builtins",
2367
2339
"crc32fast",
2368
2340
"flate2",
2369
2341
"hashbrown",
2370
2342
"indexmap",
2371
2343
"memchr",
2344
+ "rustc-std-workspace-alloc",
2345
+ "rustc-std-workspace-core",
2372
2346
]
2373
2347
2374
2348
[[package]]
@@ -3305,7 +3279,7 @@ dependencies = [
3305
3279
"cstr",
3306
3280
"libc",
3307
3281
"measureme",
3308
- "object 0.29.0 ",
3282
+ "object",
3309
3283
"rustc-demangle",
3310
3284
"rustc_ast",
3311
3285
"rustc_attr",
@@ -3339,7 +3313,7 @@ dependencies = [
3339
3313
"itertools",
3340
3314
"jobserver",
3341
3315
"libc",
3342
- "object 0.29.0 ",
3316
+ "object",
3343
3317
"pathdiff",
3344
3318
"regex",
3345
3319
"rustc_arena",
@@ -4698,7 +4672,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4698
4672
name = "std"
4699
4673
version = "0.0.0"
4700
4674
dependencies = [
4701
- "addr2line 0.16.0 ",
4675
+ "addr2line",
4702
4676
"alloc",
4703
4677
"cfg-if 1.0.0",
4704
4678
"compiler_builtins",
@@ -4708,8 +4682,8 @@ dependencies = [
4708
4682
"hashbrown",
4709
4683
"hermit-abi 0.2.6",
4710
4684
"libc",
4711
- "miniz_oxide 0.4.0 ",
4712
- "object 0.26.2 ",
4685
+ "miniz_oxide 0.5.3 ",
4686
+ "object",
4713
4687
"panic_abort",
4714
4688
"panic_unwind",
4715
4689
"profiler_builtins",
@@ -4926,9 +4900,9 @@ version = "0.3.0"
4926
4900
source = "registry+https://github.com/rust-lang/crates.io-index"
4927
4901
checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
4928
4902
dependencies = [
4929
- "gimli 0.26.1 ",
4903
+ "gimli",
4930
4904
"hashbrown",
4931
- "object 0.29.0 ",
4905
+ "object",
4932
4906
"tracing",
4933
4907
]
4934
4908
0 commit comments