@@ -4,12 +4,12 @@ version = 3
4
4
5
5
[[package ]]
6
6
name = " addr2line"
7
- version = " 0.17 .0"
7
+ version = " 0.19 .0"
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = " b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b "
9
+ checksum = " a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 "
10
10
dependencies = [
11
11
" compiler_builtins" ,
12
- " gimli" ,
12
+ " gimli 0.27.2 " ,
13
13
" rustc-std-workspace-alloc" ,
14
14
" rustc-std-workspace-core" ,
15
15
]
@@ -106,11 +106,11 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
106
106
107
107
[[package ]]
108
108
name = " ar_archive_writer"
109
- version = " 0.1.1 "
109
+ version = " 0.1.2 "
110
110
source = " registry+https://github.com/rust-lang/crates.io-index"
111
- checksum = " 276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31 "
111
+ checksum = " c2c584cce02ebcebfa2cf43e413e13dcb339bc17f7146be01fbd8d69d298c49c "
112
112
dependencies = [
113
- " object 0.29.0 " ,
113
+ " object" ,
114
114
]
115
115
116
116
[[package ]]
@@ -188,16 +188,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
188
188
189
189
[[package ]]
190
190
name = " backtrace"
191
- version = " 0.3.66 "
191
+ version = " 0.3.67 "
192
192
source = " registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = " cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7 "
193
+ checksum = " 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca "
194
194
dependencies = [
195
195
" addr2line" ,
196
196
" cc" ,
197
197
" cfg-if" ,
198
198
" libc" ,
199
199
" miniz_oxide" ,
200
- " object 0.29.0 " ,
200
+ " object" ,
201
201
" rustc-demangle" ,
202
202
]
203
203
@@ -1519,13 +1519,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1519
1519
1520
1520
[[package ]]
1521
1521
name = " flate2"
1522
- version = " 1.0.23 "
1522
+ version = " 1.0.25 "
1523
1523
source = " registry+https://github.com/rust-lang/crates.io-index"
1524
- checksum = " b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af "
1524
+ checksum = " a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 "
1525
1525
dependencies = [
1526
- " cfg-if" ,
1527
1526
" crc32fast" ,
1528
- " libc" ,
1529
1527
" libz-sys" ,
1530
1528
" miniz_oxide" ,
1531
1529
]
@@ -1775,12 +1773,20 @@ version = "0.26.2"
1775
1773
source = " registry+https://github.com/rust-lang/crates.io-index"
1776
1774
checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1777
1775
dependencies = [
1778
- " compiler_builtins" ,
1779
1776
" fallible-iterator" ,
1780
1777
" indexmap" ,
1778
+ " stable_deref_trait" ,
1779
+ ]
1780
+
1781
+ [[package ]]
1782
+ name = " gimli"
1783
+ version = " 0.27.2"
1784
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = " ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1786
+ dependencies = [
1787
+ " compiler_builtins" ,
1781
1788
" rustc-std-workspace-alloc" ,
1782
1789
" rustc-std-workspace-core" ,
1783
- " stable_deref_trait" ,
1784
1790
]
1785
1791
1786
1792
[[package ]]
@@ -2961,9 +2967,9 @@ dependencies = [
2961
2967
2962
2968
[[package ]]
2963
2969
name = " libz-sys"
2964
- version = " 1.1.3 "
2970
+ version = " 1.1.8 "
2965
2971
source = " registry+https://github.com/rust-lang/crates.io-index"
2966
- checksum = " de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 "
2972
+ checksum = " 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf "
2967
2973
dependencies = [
2968
2974
" cc" ,
2969
2975
" libc" ,
@@ -3223,9 +3229,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3223
3229
3224
3230
[[package ]]
3225
3231
name = " miniz_oxide"
3226
- version = " 0.5.3 "
3232
+ version = " 0.6.2 "
3227
3233
source = " registry+https://github.com/rust-lang/crates.io-index"
3228
- checksum = " 6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc "
3234
+ checksum = " b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa "
3229
3235
dependencies = [
3230
3236
" adler" ,
3231
3237
" compiler_builtins" ,
@@ -3361,29 +3367,20 @@ dependencies = [
3361
3367
" libc" ,
3362
3368
]
3363
3369
3364
- [[package ]]
3365
- name = " object"
3366
- version = " 0.29.0"
3367
- source = " registry+https://github.com/rust-lang/crates.io-index"
3368
- checksum = " 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
3369
- dependencies = [
3370
- " compiler_builtins" ,
3371
- " memchr" ,
3372
- " rustc-std-workspace-alloc" ,
3373
- " rustc-std-workspace-core" ,
3374
- ]
3375
-
3376
3370
[[package ]]
3377
3371
name = " object"
3378
3372
version = " 0.30.1"
3379
3373
source = " registry+https://github.com/rust-lang/crates.io-index"
3380
3374
checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
3381
3375
dependencies = [
3376
+ " compiler_builtins" ,
3382
3377
" crc32fast" ,
3383
3378
" flate2" ,
3384
3379
" hashbrown 0.13.1" ,
3385
3380
" indexmap" ,
3386
3381
" memchr" ,
3382
+ " rustc-std-workspace-alloc" ,
3383
+ " rustc-std-workspace-core" ,
3387
3384
]
3388
3385
3389
3386
[[package ]]
@@ -4411,7 +4408,7 @@ dependencies = [
4411
4408
" cstr" ,
4412
4409
" libc" ,
4413
4410
" measureme" ,
4414
- " object 0.30.1 " ,
4411
+ " object" ,
4415
4412
" rustc-demangle" ,
4416
4413
" rustc_ast" ,
4417
4414
" rustc_attr" ,
@@ -4447,7 +4444,7 @@ dependencies = [
4447
4444
" itertools" ,
4448
4445
" jobserver" ,
4449
4446
" libc" ,
4450
- " object 0.30.1 " ,
4447
+ " object" ,
4451
4448
" pathdiff" ,
4452
4449
" regex" ,
4453
4450
" rustc_arena" ,
@@ -5942,7 +5939,7 @@ dependencies = [
5942
5939
" hermit-abi 0.3.0" ,
5943
5940
" libc" ,
5944
5941
" miniz_oxide" ,
5945
- " object 0.29.0 " ,
5942
+ " object" ,
5946
5943
" panic_abort" ,
5947
5944
" panic_unwind" ,
5948
5945
" profiler_builtins" ,
@@ -6193,9 +6190,9 @@ version = "0.4.0"
6193
6190
source = " registry+https://github.com/rust-lang/crates.io-index"
6194
6191
checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671"
6195
6192
dependencies = [
6196
- " gimli" ,
6193
+ " gimli 0.26.2 " ,
6197
6194
" hashbrown 0.12.3" ,
6198
- " object 0.30.1 " ,
6195
+ " object" ,
6199
6196
" tracing" ,
6200
6197
]
6201
6198
0 commit comments