File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ packages:
8787 path: ".."
8888 relative: true
8989 source: path
90- version: "7.62 .0"
90+ version: "7.63 .0"
9191 lints:
9292 dependency: transitive
9393 description:
9494 name: lints
95- sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0
95+ sha256: "12f842a479589fea194fe5c5a3095abc7be0c1f2ddfa9a0e76aed1dbd26a87df"
9696 url: "https://pub.dev"
9797 source: hosted
98- version: "6.0 .0"
98+ version: "6.1 .0"
9999 meta:
100100 dependency: transitive
101101 description:
@@ -140,10 +140,10 @@ packages:
140140 dependency: transitive
141141 description:
142142 name: source_span
143- sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c "
143+ sha256: "56a02f1f4cd1a2d96303c0144c93bd6d909eea6bee6bf5a0e0b685edbd4c47ab "
144144 url: "https://pub.dev"
145145 source: hosted
146- version: "1.10.1 "
146+ version: "1.10.2 "
147147 string_scanner:
148148 dependency: transitive
149149 description:
Original file line number Diff line number Diff line change @@ -5093,8 +5093,8 @@ const int OSATOMIC_DEPRECATED = 1;
50935093
50945094typedef OSAtomic_int64_aligned64_t = ffi.Int64 ;
50955095typedef DartOSAtomic_int64_aligned64_t = int ;
5096- typedef OSFifoQueueHead = UnnamedStruct$11 ;
5097- typedef OSQueueHead = UnnamedStruct$10 ;
5096+ typedef OSFifoQueueHead = UnnamedStruct$10 ;
5097+ typedef OSQueueHead = UnnamedStruct$11 ;
50985098
50995099const int OSSPINLOCK_DEPRECATED = 1 ;
51005100
@@ -7368,18 +7368,18 @@ final class UnnamedStruct$1 extends ffi.Struct{
73687368final class UnnamedStruct$10 extends ffi.Struct {
73697369 external ffi.Pointer <ffi.Void > opaque1;
73707370
7371- @ffi .Long ()
7372- external int opaque2;
7371+ external ffi.Pointer <ffi.Void > opaque2;
7372+
7373+ @ffi .Int ()
7374+ external int opaque3;
73737375
73747376}
73757377
73767378final class UnnamedStruct$11 extends ffi.Struct {
73777379 external ffi.Pointer <ffi.Void > opaque1;
73787380
7379- external ffi.Pointer <ffi.Void > opaque2;
7380-
7381- @ffi .Int ()
7382- external int opaque3;
7381+ @ffi .Long ()
7382+ external int opaque2;
73837383
73847384}
73857385
Original file line number Diff line number Diff line change @@ -213,10 +213,10 @@ packages:
213213 dependency: transitive
214214 description:
215215 name: lints
216- sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0
216+ sha256: "12f842a479589fea194fe5c5a3095abc7be0c1f2ddfa9a0e76aed1dbd26a87df"
217217 url: "https://pub.dev"
218218 source: hosted
219- version: "6.0 .0"
219+ version: "6.1 .0"
220220 logging:
221221 dependency: transitive
222222 description:
@@ -277,10 +277,10 @@ packages:
277277 dependency: "direct dev"
278278 description:
279279 name: pana
280- sha256: "27954f86caed3c2cef4318cb540c4ba6ba1145c17141bdb9018e284dc76a4535 "
280+ sha256: "8505825414005c57ba477874b98c4d47ec3e12fccb54af43730c055980bfa143 "
281281 url: "https://pub.dev"
282282 source: hosted
283- version: "0.23.8 "
283+ version: "0.23.9 "
284284 path:
285285 dependency: transitive
286286 description:
@@ -397,10 +397,10 @@ packages:
397397 dependency: transitive
398398 description:
399399 name: source_span
400- sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c "
400+ sha256: "56a02f1f4cd1a2d96303c0144c93bd6d909eea6bee6bf5a0e0b685edbd4c47ab "
401401 url: "https://pub.dev"
402402 source: hosted
403- version: "1.10.1 "
403+ version: "1.10.2 "
404404 stack_trace:
405405 dependency: transitive
406406 description:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dev_dependencies:
1818 analyzer : ^10.0.2
1919 coverage : ^1.15.0 # See: https://github.com/dart-lang/test/issues/1265
2020 ffigen : ^20.1.1
21- pana : ^0.23.8
21+ pana : ^0.23.9
2222 pedantic_sensuikan1973 : ^5.16.0
2323 test : ^1.29.0
2424
You can’t perform that action at this time.
0 commit comments