@@ -4,12 +4,12 @@ version = 3
44
55[[package ]]
66name = " addr2line"
7- version = " 0.17 .0"
7+ version = " 0.19 .0"
88source = " registry+https://github.com/rust-lang/crates.io-index"
9- checksum = " b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b "
9+ checksum = " a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 "
1010dependencies = [
1111 " compiler_builtins" ,
12- " gimli" ,
12+ " gimli 0.27.2 " ,
1313 " rustc-std-workspace-alloc" ,
1414 " rustc-std-workspace-core" ,
1515]
@@ -106,11 +106,11 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
106106
107107[[package ]]
108108name = " ar_archive_writer"
109- version = " 0.1.1 "
109+ version = " 0.1.2 "
110110source = " registry+https://github.com/rust-lang/crates.io-index"
111- checksum = " 276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31 "
111+ checksum = " c2c584cce02ebcebfa2cf43e413e13dcb339bc17f7146be01fbd8d69d298c49c "
112112dependencies = [
113- " object 0.29.0 " ,
113+ " object" ,
114114]
115115
116116[[package ]]
@@ -188,16 +188,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
188188
189189[[package ]]
190190name = " backtrace"
191- version = " 0.3.66 "
191+ version = " 0.3.67 "
192192source = " registry+https://github.com/rust-lang/crates.io-index"
193- checksum = " cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7 "
193+ checksum = " 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca "
194194dependencies = [
195195 " addr2line" ,
196196 " cc" ,
197197 " cfg-if" ,
198198 " libc" ,
199199 " miniz_oxide" ,
200- " object 0.29.0 " ,
200+ " object" ,
201201 " rustc-demangle" ,
202202]
203203
@@ -1519,13 +1519,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
15191519
15201520[[package ]]
15211521name = " flate2"
1522- version = " 1.0.23 "
1522+ version = " 1.0.25 "
15231523source = " registry+https://github.com/rust-lang/crates.io-index"
1524- checksum = " b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af "
1524+ checksum = " a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 "
15251525dependencies = [
1526- " cfg-if" ,
15271526 " crc32fast" ,
1528- " libc" ,
15291527 " libz-sys" ,
15301528 " miniz_oxide" ,
15311529]
@@ -1775,12 +1773,20 @@ version = "0.26.2"
17751773source = " registry+https://github.com/rust-lang/crates.io-index"
17761774checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
17771775dependencies = [
1778- " compiler_builtins" ,
17791776 " fallible-iterator" ,
17801777 " 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" ,
17811788 " rustc-std-workspace-alloc" ,
17821789 " rustc-std-workspace-core" ,
1783- " stable_deref_trait" ,
17841790]
17851791
17861792[[package ]]
@@ -2961,9 +2967,9 @@ dependencies = [
29612967
29622968[[package ]]
29632969name = " libz-sys"
2964- version = " 1.1.3 "
2970+ version = " 1.1.8 "
29652971source = " registry+https://github.com/rust-lang/crates.io-index"
2966- checksum = " de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 "
2972+ checksum = " 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf "
29672973dependencies = [
29682974 " cc" ,
29692975 " libc" ,
@@ -3223,9 +3229,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
32233229
32243230[[package ]]
32253231name = " miniz_oxide"
3226- version = " 0.5.3 "
3232+ version = " 0.6.2 "
32273233source = " registry+https://github.com/rust-lang/crates.io-index"
3228- checksum = " 6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc "
3234+ checksum = " b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa "
32293235dependencies = [
32303236 " adler" ,
32313237 " compiler_builtins" ,
@@ -3361,29 +3367,20 @@ dependencies = [
33613367 " libc" ,
33623368]
33633369
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-
33763370[[package ]]
33773371name = " object"
33783372version = " 0.30.1"
33793373source = " registry+https://github.com/rust-lang/crates.io-index"
33803374checksum = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
33813375dependencies = [
3376+ " compiler_builtins" ,
33823377 " crc32fast" ,
33833378 " flate2" ,
33843379 " hashbrown 0.13.1" ,
33853380 " indexmap" ,
33863381 " memchr" ,
3382+ " rustc-std-workspace-alloc" ,
3383+ " rustc-std-workspace-core" ,
33873384]
33883385
33893386[[package ]]
@@ -4411,7 +4408,7 @@ dependencies = [
44114408 " cstr" ,
44124409 " libc" ,
44134410 " measureme" ,
4414- " object 0.30.1 " ,
4411+ " object" ,
44154412 " rustc-demangle" ,
44164413 " rustc_ast" ,
44174414 " rustc_attr" ,
@@ -4447,7 +4444,7 @@ dependencies = [
44474444 " itertools" ,
44484445 " jobserver" ,
44494446 " libc" ,
4450- " object 0.30.1 " ,
4447+ " object" ,
44514448 " pathdiff" ,
44524449 " regex" ,
44534450 " rustc_arena" ,
@@ -5943,7 +5940,7 @@ dependencies = [
59435940 " hermit-abi 0.3.0" ,
59445941 " libc" ,
59455942 " miniz_oxide" ,
5946- " object 0.29.0 " ,
5943+ " object" ,
59475944 " panic_abort" ,
59485945 " panic_unwind" ,
59495946 " profiler_builtins" ,
@@ -6194,9 +6191,9 @@ version = "0.4.0"
61946191source = " registry+https://github.com/rust-lang/crates.io-index"
61956192checksum = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671"
61966193dependencies = [
6197- " gimli" ,
6194+ " gimli 0.26.2 " ,
61986195 " hashbrown 0.12.3" ,
6199- " object 0.30.1 " ,
6196+ " object" ,
62006197 " tracing" ,
62016198]
62026199
0 commit comments