@@ -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
]
@@ -149,7 +149,7 @@ version = "0.1.3"
149
149
source = " registry+https://github.com/rust-lang/crates.io-index"
150
150
checksum = " b0639441fd17a3197d1cbca8dc8768cc172a63b64b4bb6c372e8f41ed0acc9bb"
151
151
dependencies = [
152
- " object 0.30.1 " ,
152
+ " object" ,
153
153
]
154
154
155
155
[[package ]]
@@ -215,16 +215,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
215
215
216
216
[[package ]]
217
217
name = " backtrace"
218
- version = " 0.3.66 "
218
+ version = " 0.3.67 "
219
219
source = " registry+https://github.com/rust-lang/crates.io-index"
220
- checksum = " cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7 "
220
+ checksum = " 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca "
221
221
dependencies = [
222
222
" addr2line" ,
223
223
" cc" ,
224
224
" cfg-if" ,
225
225
" libc" ,
226
226
" miniz_oxide" ,
227
- " object 0.29.0 " ,
227
+ " object" ,
228
228
" rustc-demangle" ,
229
229
]
230
230
@@ -1187,13 +1187,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1187
1187
1188
1188
[[package ]]
1189
1189
name = " flate2"
1190
- version = " 1.0.23 "
1190
+ version = " 1.0.25 "
1191
1191
source = " registry+https://github.com/rust-lang/crates.io-index"
1192
- checksum = " b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af "
1192
+ checksum = " a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 "
1193
1193
dependencies = [
1194
- " cfg-if" ,
1195
1194
" crc32fast" ,
1196
- " libc" ,
1197
1195
" miniz_oxide" ,
1198
1196
]
1199
1197
@@ -1409,12 +1407,20 @@ version = "0.26.2"
1409
1407
source = " registry+https://github.com/rust-lang/crates.io-index"
1410
1408
checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1411
1409
dependencies = [
1412
- " compiler_builtins" ,
1413
1410
" fallible-iterator" ,
1414
1411
" indexmap" ,
1412
+ " stable_deref_trait" ,
1413
+ ]
1414
+
1415
+ [[package ]]
1416
+ name = " gimli"
1417
+ version = " 0.27.2"
1418
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = " ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1420
+ dependencies = [
1421
+ " compiler_builtins" ,
1415
1422
" rustc-std-workspace-alloc" ,
1416
1423
" rustc-std-workspace-core" ,
1417
- " stable_deref_trait" ,
1418
1424
]
1419
1425
1420
1426
[[package ]]
@@ -1869,9 +1875,9 @@ checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1869
1875
1870
1876
[[package ]]
1871
1877
name = " libz-sys"
1872
- version = " 1.1.3 "
1878
+ version = " 1.1.8 "
1873
1879
source = " registry+https://github.com/rust-lang/crates.io-index"
1874
- checksum = " de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 "
1880
+ checksum = " 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf "
1875
1881
dependencies = [
1876
1882
" cc" ,
1877
1883
" libc" ,
@@ -2098,9 +2104,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2098
2104
2099
2105
[[package ]]
2100
2106
name = " miniz_oxide"
2101
- version = " 0.5.3 "
2107
+ version = " 0.6.2 "
2102
2108
source = " registry+https://github.com/rust-lang/crates.io-index"
2103
- checksum = " 6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc "
2109
+ checksum = " b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa "
2104
2110
dependencies = [
2105
2111
" adler" ,
2106
2112
" compiler_builtins" ,
@@ -2200,29 +2206,20 @@ dependencies = [
2200
2206
" libc" ,
2201
2207
]
2202
2208
2203
- [[package ]]
2204
- name = " object"
2205
- version = " 0.29.0"
2206
- source = " registry+https://github.com/rust-lang/crates.io-index"
2207
- checksum = " 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2208
- dependencies = [
2209
- " compiler_builtins" ,
2210
- " memchr" ,
2211
- " rustc-std-workspace-alloc" ,
2212
- " rustc-std-workspace-core" ,
2213
- ]
2214
-
2215
2209
[[package ]]
2216
2210
name = " object"
2217
2211
version = " 0.30.1"
2218
2212
source = " registry+https://github.com/rust-lang/crates.io-index"
2219
2213
checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2220
2214
dependencies = [
2215
+ " compiler_builtins" ,
2221
2216
" crc32fast" ,
2222
2217
" flate2" ,
2223
2218
" hashbrown 0.13.1" ,
2224
2219
" indexmap" ,
2225
2220
" memchr" ,
2221
+ " rustc-std-workspace-alloc" ,
2222
+ " rustc-std-workspace-core" ,
2226
2223
]
2227
2224
2228
2225
[[package ]]
@@ -3073,7 +3070,7 @@ dependencies = [
3073
3070
" cstr" ,
3074
3071
" libc" ,
3075
3072
" measureme" ,
3076
- " object 0.30.1 " ,
3073
+ " object" ,
3077
3074
" rustc-demangle" ,
3078
3075
" rustc_ast" ,
3079
3076
" rustc_attr" ,
@@ -3110,7 +3107,7 @@ dependencies = [
3110
3107
" itertools" ,
3111
3108
" jobserver" ,
3112
3109
" libc" ,
3113
- " object 0.30.1 " ,
3110
+ " object" ,
3114
3111
" pathdiff" ,
3115
3112
" regex" ,
3116
3113
" rustc_arena" ,
@@ -4498,7 +4495,7 @@ dependencies = [
4498
4495
" hermit-abi 0.3.0" ,
4499
4496
" libc" ,
4500
4497
" miniz_oxide" ,
4501
- " object 0.29.0 " ,
4498
+ " object" ,
4502
4499
" panic_abort" ,
4503
4500
" panic_unwind" ,
4504
4501
" profiler_builtins" ,
@@ -4766,9 +4763,9 @@ version = "0.4.0"
4766
4763
source = " registry+https://github.com/rust-lang/crates.io-index"
4767
4764
checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671"
4768
4765
dependencies = [
4769
- " gimli" ,
4766
+ " gimli 0.26.2 " ,
4770
4767
" hashbrown 0.12.3" ,
4771
- " object 0.30.1 " ,
4768
+ " object" ,
4772
4769
" tracing" ,
4773
4770
]
4774
4771
0 commit comments