@@ -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
@@ -1546,25 +1537,17 @@ dependencies = [
1546
1537
" wasi 0.9.0+wasi-snapshot-preview1" ,
1547
1538
]
1548
1539
1549
- [[package ]]
1550
- name = " gimli"
1551
- version = " 0.25.0"
1552
- source = " registry+https://github.com/rust-lang/crates.io-index"
1553
- checksum = " f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1554
- dependencies = [
1555
- " compiler_builtins" ,
1556
- " rustc-std-workspace-alloc" ,
1557
- " rustc-std-workspace-core" ,
1558
- ]
1559
-
1560
1540
[[package ]]
1561
1541
name = " gimli"
1562
1542
version = " 0.26.1"
1563
1543
source = " registry+https://github.com/rust-lang/crates.io-index"
1564
1544
checksum = " 78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1565
1545
dependencies = [
1546
+ " compiler_builtins" ,
1566
1547
" fallible-iterator" ,
1567
1548
" indexmap" ,
1549
+ " rustc-std-workspace-alloc" ,
1550
+ " rustc-std-workspace-core" ,
1568
1551
" stable_deref_trait" ,
1569
1552
]
1570
1553
@@ -2234,9 +2217,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2234
2217
checksum = " be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2235
2218
dependencies = [
2236
2219
" adler 0.2.3" ,
2237
- " compiler_builtins" ,
2238
- " rustc-std-workspace-alloc" ,
2239
- " rustc-std-workspace-core" ,
2240
2220
]
2241
2221
2242
2222
[[package ]]
@@ -2246,6 +2226,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2246
2226
checksum = " 6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2247
2227
dependencies = [
2248
2228
" adler 1.0.2" ,
2229
+ " compiler_builtins" ,
2230
+ " rustc-std-workspace-alloc" ,
2231
+ " rustc-std-workspace-core" ,
2249
2232
]
2250
2233
2251
2234
[[package ]]
@@ -2338,29 +2321,20 @@ dependencies = [
2338
2321
" libc" ,
2339
2322
]
2340
2323
2341
- [[package ]]
2342
- name = " object"
2343
- version = " 0.26.2"
2344
- source = " registry+https://github.com/rust-lang/crates.io-index"
2345
- checksum = " 39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2346
- dependencies = [
2347
- " compiler_builtins" ,
2348
- " memchr" ,
2349
- " rustc-std-workspace-alloc" ,
2350
- " rustc-std-workspace-core" ,
2351
- ]
2352
-
2353
2324
[[package ]]
2354
2325
name = " object"
2355
2326
version = " 0.29.0"
2356
2327
source = " registry+https://github.com/rust-lang/crates.io-index"
2357
2328
checksum = " 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2358
2329
dependencies = [
2330
+ " compiler_builtins" ,
2359
2331
" crc32fast" ,
2360
2332
" flate2" ,
2361
2333
" hashbrown" ,
2362
2334
" indexmap" ,
2363
2335
" memchr" ,
2336
+ " rustc-std-workspace-alloc" ,
2337
+ " rustc-std-workspace-core" ,
2364
2338
]
2365
2339
2366
2340
[[package ]]
@@ -3297,7 +3271,7 @@ dependencies = [
3297
3271
" cstr" ,
3298
3272
" libc" ,
3299
3273
" measureme" ,
3300
- " object 0.29.0 " ,
3274
+ " object" ,
3301
3275
" rustc-demangle" ,
3302
3276
" rustc_ast" ,
3303
3277
" rustc_attr" ,
@@ -3331,7 +3305,7 @@ dependencies = [
3331
3305
" itertools" ,
3332
3306
" jobserver" ,
3333
3307
" libc" ,
3334
- " object 0.29.0 " ,
3308
+ " object" ,
3335
3309
" pathdiff" ,
3336
3310
" regex" ,
3337
3311
" rustc_arena" ,
@@ -4689,7 +4663,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4689
4663
name = " std"
4690
4664
version = " 0.0.0"
4691
4665
dependencies = [
4692
- " addr2line 0.16.0 " ,
4666
+ " addr2line" ,
4693
4667
" alloc" ,
4694
4668
" cfg-if 1.0.0" ,
4695
4669
" compiler_builtins" ,
@@ -4699,8 +4673,8 @@ dependencies = [
4699
4673
" hashbrown" ,
4700
4674
" hermit-abi 0.2.6" ,
4701
4675
" libc" ,
4702
- " miniz_oxide 0.4.0 " ,
4703
- " object 0.26.2 " ,
4676
+ " miniz_oxide 0.5.3 " ,
4677
+ " object" ,
4704
4678
" panic_abort" ,
4705
4679
" panic_unwind" ,
4706
4680
" profiler_builtins" ,
@@ -4917,9 +4891,9 @@ version = "0.3.0"
4917
4891
source = " registry+https://github.com/rust-lang/crates.io-index"
4918
4892
checksum = " e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
4919
4893
dependencies = [
4920
- " gimli 0.26.1 " ,
4894
+ " gimli" ,
4921
4895
" hashbrown" ,
4922
- " object 0.29.0 " ,
4896
+ " object" ,
4923
4897
" tracing" ,
4924
4898
]
4925
4899
0 commit comments