@@ -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]
@@ -149,7 +149,7 @@ version = "0.1.3"
149149source  = " registry+https://github.com/rust-lang/crates.io-index" 
150150checksum  = " b0639441fd17a3197d1cbca8dc8768cc172a63b64b4bb6c372e8f41ed0acc9bb" 
151151dependencies  = [
152-  " object 0.30.1 "  ,
152+  " object"  ,
153153]
154154
155155[[package ]]
@@ -215,16 +215,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
215215
216216[[package ]]
217217name  = " backtrace" 
218- version  = " 0.3.66 " 
218+ version  = " 0.3.67 " 
219219source  = " registry+https://github.com/rust-lang/crates.io-index" 
220- checksum  = " cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7 " 
220+ checksum  = " 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca " 
221221dependencies  = [
222222 " addr2line"  ,
223223 " cc"  ,
224224 " cfg-if"  ,
225225 " libc"  ,
226226 " miniz_oxide"  ,
227-  " object 0.29.0 "  ,
227+  " object"  ,
228228 " rustc-demangle"  ,
229229]
230230
@@ -1187,13 +1187,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
11871187
11881188[[package ]]
11891189name  = " flate2" 
1190- version  = " 1.0.23 " 
1190+ version  = " 1.0.25 " 
11911191source  = " registry+https://github.com/rust-lang/crates.io-index" 
1192- checksum  = " b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af " 
1192+ checksum  = " a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 " 
11931193dependencies  = [
1194-  " cfg-if"  ,
11951194 " crc32fast"  ,
1196-  " libc"  ,
11971195 " miniz_oxide"  ,
11981196]
11991197
@@ -1409,12 +1407,20 @@ version = "0.26.2"
14091407source  = " registry+https://github.com/rust-lang/crates.io-index" 
14101408checksum  = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 
14111409dependencies  = [
1412-  " compiler_builtins"  ,
14131410 " fallible-iterator"  ,
14141411 " 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"  ,
14151422 " rustc-std-workspace-alloc"  ,
14161423 " rustc-std-workspace-core"  ,
1417-  " stable_deref_trait"  ,
14181424]
14191425
14201426[[package ]]
@@ -1869,9 +1875,9 @@ checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
18691875
18701876[[package ]]
18711877name  = " libz-sys" 
1872- version  = " 1.1.3 " 
1878+ version  = " 1.1.8 " 
18731879source  = " registry+https://github.com/rust-lang/crates.io-index" 
1874- checksum  = " de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 " 
1880+ checksum  = " 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf " 
18751881dependencies  = [
18761882 " cc"  ,
18771883 " libc"  ,
@@ -2098,9 +2104,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
20982104
20992105[[package ]]
21002106name  = " miniz_oxide" 
2101- version  = " 0.5.3 " 
2107+ version  = " 0.6.2 " 
21022108source  = " registry+https://github.com/rust-lang/crates.io-index" 
2103- checksum  = " 6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc " 
2109+ checksum  = " b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa " 
21042110dependencies  = [
21052111 " adler"  ,
21062112 " compiler_builtins"  ,
@@ -2200,29 +2206,20 @@ dependencies = [
22002206 " libc"  ,
22012207]
22022208
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- 
22152209[[package ]]
22162210name  = " object" 
22172211version  = " 0.30.1" 
22182212source  = " registry+https://github.com/rust-lang/crates.io-index" 
22192213checksum  = " 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" 
22202214dependencies  = [
2215+  " compiler_builtins"  ,
22212216 " crc32fast"  ,
22222217 " flate2"  ,
22232218 " hashbrown 0.13.1"  ,
22242219 " indexmap"  ,
22252220 " memchr"  ,
2221+  " rustc-std-workspace-alloc"  ,
2222+  " rustc-std-workspace-core"  ,
22262223]
22272224
22282225[[package ]]
@@ -3068,7 +3065,7 @@ dependencies = [
30683065 " cstr"  ,
30693066 " libc"  ,
30703067 " measureme"  ,
3071-  " object 0.30.1 "  ,
3068+  " object"  ,
30723069 " rustc-demangle"  ,
30733070 " rustc_ast"  ,
30743071 " rustc_attr"  ,
@@ -3104,7 +3101,7 @@ dependencies = [
31043101 " itertools"  ,
31053102 " jobserver"  ,
31063103 " libc"  ,
3107-  " object 0.30.1 "  ,
3104+  " object"  ,
31083105 " pathdiff"  ,
31093106 " regex"  ,
31103107 " rustc_arena"  ,
@@ -4455,7 +4452,7 @@ dependencies = [
44554452 " hermit-abi 0.3.0"  ,
44564453 " libc"  ,
44574454 " miniz_oxide"  ,
4458-  " object 0.29.0 "  ,
4455+  " object"  ,
44594456 " panic_abort"  ,
44604457 " panic_unwind"  ,
44614458 " profiler_builtins"  ,
@@ -4723,9 +4720,9 @@ version = "0.4.0"
47234720source  = " registry+https://github.com/rust-lang/crates.io-index" 
47244721checksum  = " da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671" 
47254722dependencies  = [
4726-  " gimli"  ,
4723+  " gimli 0.26.2 "  ,
47274724 " hashbrown 0.12.3"  ,
4728-  " object 0.30.1 "  ,
4725+  " object"  ,
47294726 " tracing"  ,
47304727]
47314728
0 commit comments