liter_llm 1.11.3 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/liter_llm_rb/native/Cargo.lock +195 -423
- data/ext/liter_llm_rb/native/Cargo.toml +2 -2
- data/lib/liter_llm/version.rb +2 -2
- metadata +2 -2
|
@@ -8,17 +8,6 @@ version = "2.0.1"
|
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
9
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
10
|
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "aes"
|
|
13
|
-
version = "0.8.4"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
16
|
-
dependencies = [
|
|
17
|
-
"cfg-if",
|
|
18
|
-
"cipher",
|
|
19
|
-
"cpufeatures 0.2.17",
|
|
20
|
-
]
|
|
21
|
-
|
|
22
11
|
[[package]]
|
|
23
12
|
name = "ahash"
|
|
24
13
|
version = "0.7.8"
|
|
@@ -64,15 +53,15 @@ dependencies = [
|
|
|
64
53
|
|
|
65
54
|
[[package]]
|
|
66
55
|
name = "anyhow"
|
|
67
|
-
version = "1.0.
|
|
56
|
+
version = "1.0.104"
|
|
68
57
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
-
checksum = "
|
|
58
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
70
59
|
|
|
71
60
|
[[package]]
|
|
72
61
|
name = "arc-swap"
|
|
73
|
-
version = "1.9.
|
|
62
|
+
version = "1.9.2"
|
|
74
63
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
-
checksum = "
|
|
64
|
+
checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
|
|
76
65
|
dependencies = [
|
|
77
66
|
"rustversion",
|
|
78
67
|
]
|
|
@@ -85,9 +74,9 @@ checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"
|
|
|
85
74
|
|
|
86
75
|
[[package]]
|
|
87
76
|
name = "arrayvec"
|
|
88
|
-
version = "0.7.
|
|
77
|
+
version = "0.7.8"
|
|
89
78
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
-
checksum = "
|
|
79
|
+
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
91
80
|
|
|
92
81
|
[[package]]
|
|
93
82
|
name = "async-compression"
|
|
@@ -114,13 +103,13 @@ dependencies = [
|
|
|
114
103
|
|
|
115
104
|
[[package]]
|
|
116
105
|
name = "async-trait"
|
|
117
|
-
version = "0.1.
|
|
106
|
+
version = "0.1.91"
|
|
118
107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
-
checksum = "
|
|
108
|
+
checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
|
|
120
109
|
dependencies = [
|
|
121
110
|
"proc-macro2",
|
|
122
111
|
"quote",
|
|
123
|
-
"syn
|
|
112
|
+
"syn 3.0.3",
|
|
124
113
|
]
|
|
125
114
|
|
|
126
115
|
[[package]]
|
|
@@ -137,9 +126,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
137
126
|
|
|
138
127
|
[[package]]
|
|
139
128
|
name = "aws-credential-types"
|
|
140
|
-
version = "1.
|
|
129
|
+
version = "1.3.0"
|
|
141
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
-
checksum = "
|
|
131
|
+
checksum = "e93964ffdaf57857f544be3666a5f57570bb699e934700f11b49708f61bb556e"
|
|
143
132
|
dependencies = [
|
|
144
133
|
"aws-smithy-async",
|
|
145
134
|
"aws-smithy-runtime-api",
|
|
@@ -149,9 +138,9 @@ dependencies = [
|
|
|
149
138
|
|
|
150
139
|
[[package]]
|
|
151
140
|
name = "aws-sigv4"
|
|
152
|
-
version = "1.
|
|
141
|
+
version = "1.5.1"
|
|
153
142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
-
checksum = "
|
|
143
|
+
checksum = "723c2234ad7511ceef63eab016b7ba6ff7c55590fefb96fa8467af014a07309f"
|
|
155
144
|
dependencies = [
|
|
156
145
|
"aws-credential-types",
|
|
157
146
|
"aws-smithy-http",
|
|
@@ -160,20 +149,20 @@ dependencies = [
|
|
|
160
149
|
"bytes",
|
|
161
150
|
"form_urlencoded",
|
|
162
151
|
"hex",
|
|
163
|
-
"hmac
|
|
152
|
+
"hmac",
|
|
164
153
|
"http 0.2.12",
|
|
165
154
|
"http 1.4.2",
|
|
166
155
|
"percent-encoding",
|
|
167
|
-
"sha2
|
|
156
|
+
"sha2",
|
|
168
157
|
"time",
|
|
169
158
|
"tracing",
|
|
170
159
|
]
|
|
171
160
|
|
|
172
161
|
[[package]]
|
|
173
162
|
name = "aws-smithy-async"
|
|
174
|
-
version = "1.
|
|
163
|
+
version = "1.3.0"
|
|
175
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
-
checksum = "
|
|
165
|
+
checksum = "f02e407fb3b54891734224b9ffac8a71fdd35f542500fa1af95754a6b2beb316"
|
|
177
166
|
dependencies = [
|
|
178
167
|
"futures-util",
|
|
179
168
|
"pin-project-lite",
|
|
@@ -182,9 +171,9 @@ dependencies = [
|
|
|
182
171
|
|
|
183
172
|
[[package]]
|
|
184
173
|
name = "aws-smithy-http"
|
|
185
|
-
version = "0.
|
|
174
|
+
version = "0.64.0"
|
|
186
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
-
checksum = "
|
|
176
|
+
checksum = "37843d9add67c3aff5856f409c6dc315d3cdff60f9c0cb5b670dab1e9920306d"
|
|
188
177
|
dependencies = [
|
|
189
178
|
"aws-smithy-runtime-api",
|
|
190
179
|
"aws-smithy-types",
|
|
@@ -203,9 +192,9 @@ dependencies = [
|
|
|
203
192
|
|
|
204
193
|
[[package]]
|
|
205
194
|
name = "aws-smithy-runtime-api"
|
|
206
|
-
version = "1.
|
|
195
|
+
version = "1.14.0"
|
|
207
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
208
|
-
checksum = "
|
|
197
|
+
checksum = "3b98f2e1fd67ec06618f9c291e5e495a468e60519e44c9c1979cd0521f3affdb"
|
|
209
198
|
dependencies = [
|
|
210
199
|
"aws-smithy-async",
|
|
211
200
|
"aws-smithy-runtime-api-macros",
|
|
@@ -221,9 +210,9 @@ dependencies = [
|
|
|
221
210
|
|
|
222
211
|
[[package]]
|
|
223
212
|
name = "aws-smithy-runtime-api-macros"
|
|
224
|
-
version = "1.
|
|
213
|
+
version = "1.1.0"
|
|
225
214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
226
|
-
checksum = "
|
|
215
|
+
checksum = "221eaa237ddf1ca79b60d1372aad77e47f9c0ea5b3ce5099da8c61d027dc77b3"
|
|
227
216
|
dependencies = [
|
|
228
217
|
"proc-macro2",
|
|
229
218
|
"quote",
|
|
@@ -232,9 +221,9 @@ dependencies = [
|
|
|
232
221
|
|
|
233
222
|
[[package]]
|
|
234
223
|
name = "aws-smithy-types"
|
|
235
|
-
version = "1.
|
|
224
|
+
version = "1.6.1"
|
|
236
225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
-
checksum = "
|
|
226
|
+
checksum = "d6dc683efb34b9e755675b37fedbe0103141e5b6df7bdc9eb6967756a8c167d8"
|
|
238
227
|
dependencies = [
|
|
239
228
|
"base64-simd",
|
|
240
229
|
"bytes",
|
|
@@ -290,19 +279,13 @@ dependencies = [
|
|
|
290
279
|
"vsimd",
|
|
291
280
|
]
|
|
292
281
|
|
|
293
|
-
[[package]]
|
|
294
|
-
name = "base64ct"
|
|
295
|
-
version = "1.8.3"
|
|
296
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
298
|
-
|
|
299
282
|
[[package]]
|
|
300
283
|
name = "bindgen"
|
|
301
284
|
version = "0.72.1"
|
|
302
285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
286
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
304
287
|
dependencies = [
|
|
305
|
-
"bitflags",
|
|
288
|
+
"bitflags 2.13.1",
|
|
306
289
|
"cexpr",
|
|
307
290
|
"clang-sys",
|
|
308
291
|
"itertools 0.13.0",
|
|
@@ -329,6 +312,12 @@ version = "0.8.0"
|
|
|
329
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
330
313
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
331
314
|
|
|
315
|
+
[[package]]
|
|
316
|
+
name = "bitflags"
|
|
317
|
+
version = "1.3.2"
|
|
318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
320
|
+
|
|
332
321
|
[[package]]
|
|
333
322
|
name = "bitflags"
|
|
334
323
|
version = "2.13.1"
|
|
@@ -337,9 +326,9 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
|
337
326
|
|
|
338
327
|
[[package]]
|
|
339
328
|
name = "bitvec"
|
|
340
|
-
version = "1.
|
|
329
|
+
version = "1.1.1"
|
|
341
330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
-
checksum = "
|
|
331
|
+
checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
|
|
343
332
|
dependencies = [
|
|
344
333
|
"funty",
|
|
345
334
|
"radium",
|
|
@@ -347,15 +336,6 @@ dependencies = [
|
|
|
347
336
|
"wyz",
|
|
348
337
|
]
|
|
349
338
|
|
|
350
|
-
[[package]]
|
|
351
|
-
name = "block-buffer"
|
|
352
|
-
version = "0.10.4"
|
|
353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
-
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
355
|
-
dependencies = [
|
|
356
|
-
"generic-array",
|
|
357
|
-
]
|
|
358
|
-
|
|
359
339
|
[[package]]
|
|
360
340
|
name = "block-buffer"
|
|
361
341
|
version = "0.12.1"
|
|
@@ -365,20 +345,11 @@ dependencies = [
|
|
|
365
345
|
"hybrid-array",
|
|
366
346
|
]
|
|
367
347
|
|
|
368
|
-
[[package]]
|
|
369
|
-
name = "block-padding"
|
|
370
|
-
version = "0.3.3"
|
|
371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
-
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
373
|
-
dependencies = [
|
|
374
|
-
"generic-array",
|
|
375
|
-
]
|
|
376
|
-
|
|
377
348
|
[[package]]
|
|
378
349
|
name = "borsh"
|
|
379
|
-
version = "1.
|
|
350
|
+
version = "1.8.0"
|
|
380
351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
-
checksum = "
|
|
352
|
+
checksum = "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f"
|
|
382
353
|
dependencies = [
|
|
383
354
|
"borsh-derive",
|
|
384
355
|
"bytes",
|
|
@@ -387,9 +358,9 @@ dependencies = [
|
|
|
387
358
|
|
|
388
359
|
[[package]]
|
|
389
360
|
name = "borsh-derive"
|
|
390
|
-
version = "1.
|
|
361
|
+
version = "1.8.0"
|
|
391
362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
363
|
+
checksum = "d8f347189c62a579b8cd5f80714efa178f52e461dc2e6d701d264f5ff22e566c"
|
|
393
364
|
dependencies = [
|
|
394
365
|
"once_cell",
|
|
395
366
|
"proc-macro-crate",
|
|
@@ -457,15 +428,6 @@ dependencies = [
|
|
|
457
428
|
"rustversion",
|
|
458
429
|
]
|
|
459
430
|
|
|
460
|
-
[[package]]
|
|
461
|
-
name = "cbc"
|
|
462
|
-
version = "0.1.2"
|
|
463
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
464
|
-
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
465
|
-
dependencies = [
|
|
466
|
-
"cipher",
|
|
467
|
-
]
|
|
468
|
-
|
|
469
431
|
[[package]]
|
|
470
432
|
name = "cc"
|
|
471
433
|
version = "1.4.0"
|
|
@@ -497,6 +459,17 @@ version = "0.2.2"
|
|
|
497
459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
460
|
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
499
461
|
|
|
462
|
+
[[package]]
|
|
463
|
+
name = "chacha20"
|
|
464
|
+
version = "0.10.1"
|
|
465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
466
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
467
|
+
dependencies = [
|
|
468
|
+
"cfg-if",
|
|
469
|
+
"cpufeatures",
|
|
470
|
+
"rand_core 0.10.1",
|
|
471
|
+
]
|
|
472
|
+
|
|
500
473
|
[[package]]
|
|
501
474
|
name = "chrono"
|
|
502
475
|
version = "0.4.45"
|
|
@@ -511,16 +484,6 @@ dependencies = [
|
|
|
511
484
|
"windows-link",
|
|
512
485
|
]
|
|
513
486
|
|
|
514
|
-
[[package]]
|
|
515
|
-
name = "cipher"
|
|
516
|
-
version = "0.4.4"
|
|
517
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518
|
-
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
519
|
-
dependencies = [
|
|
520
|
-
"crypto-common 0.1.7",
|
|
521
|
-
"inout",
|
|
522
|
-
]
|
|
523
|
-
|
|
524
487
|
[[package]]
|
|
525
488
|
name = "clang-sys"
|
|
526
489
|
version = "1.8.1"
|
|
@@ -554,9 +517,9 @@ dependencies = [
|
|
|
554
517
|
|
|
555
518
|
[[package]]
|
|
556
519
|
name = "compact_str"
|
|
557
|
-
version = "0.9.
|
|
520
|
+
version = "0.9.1"
|
|
558
521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
559
|
-
checksum = "
|
|
522
|
+
checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
|
|
560
523
|
dependencies = [
|
|
561
524
|
"castaway",
|
|
562
525
|
"cfg-if",
|
|
@@ -584,15 +547,6 @@ version = "0.4.32"
|
|
|
584
547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
585
548
|
checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
|
|
586
549
|
|
|
587
|
-
[[package]]
|
|
588
|
-
name = "concurrent-queue"
|
|
589
|
-
version = "2.5.0"
|
|
590
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
591
|
-
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
592
|
-
dependencies = [
|
|
593
|
-
"crossbeam-utils",
|
|
594
|
-
]
|
|
595
|
-
|
|
596
550
|
[[package]]
|
|
597
551
|
name = "console"
|
|
598
552
|
version = "0.15.11"
|
|
@@ -606,12 +560,6 @@ dependencies = [
|
|
|
606
560
|
"windows-sys 0.59.0",
|
|
607
561
|
]
|
|
608
562
|
|
|
609
|
-
[[package]]
|
|
610
|
-
name = "const-oid"
|
|
611
|
-
version = "0.9.6"
|
|
612
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
613
|
-
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
614
|
-
|
|
615
563
|
[[package]]
|
|
616
564
|
name = "const-oid"
|
|
617
565
|
version = "0.10.2"
|
|
@@ -654,15 +602,6 @@ version = "0.8.7"
|
|
|
654
602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
603
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
656
604
|
|
|
657
|
-
[[package]]
|
|
658
|
-
name = "cpufeatures"
|
|
659
|
-
version = "0.2.17"
|
|
660
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
662
|
-
dependencies = [
|
|
663
|
-
"libc",
|
|
664
|
-
]
|
|
665
|
-
|
|
666
605
|
[[package]]
|
|
667
606
|
name = "cpufeatures"
|
|
668
607
|
version = "0.3.0"
|
|
@@ -698,9 +637,9 @@ dependencies = [
|
|
|
698
637
|
|
|
699
638
|
[[package]]
|
|
700
639
|
name = "crossbeam-deque"
|
|
701
|
-
version = "0.8.
|
|
640
|
+
version = "0.8.7"
|
|
702
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
703
|
-
checksum = "
|
|
642
|
+
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
|
|
704
643
|
dependencies = [
|
|
705
644
|
"crossbeam-epoch",
|
|
706
645
|
"crossbeam-utils",
|
|
@@ -717,9 +656,9 @@ dependencies = [
|
|
|
717
656
|
|
|
718
657
|
[[package]]
|
|
719
658
|
name = "crossbeam-utils"
|
|
720
|
-
version = "0.8.
|
|
659
|
+
version = "0.8.22"
|
|
721
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
722
|
-
checksum = "
|
|
661
|
+
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
723
662
|
|
|
724
663
|
[[package]]
|
|
725
664
|
name = "crunchy"
|
|
@@ -727,16 +666,6 @@ version = "0.2.4"
|
|
|
727
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
667
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
729
668
|
|
|
730
|
-
[[package]]
|
|
731
|
-
name = "crypto-common"
|
|
732
|
-
version = "0.1.7"
|
|
733
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
735
|
-
dependencies = [
|
|
736
|
-
"generic-array",
|
|
737
|
-
"typenum",
|
|
738
|
-
]
|
|
739
|
-
|
|
740
669
|
[[package]]
|
|
741
670
|
name = "crypto-common"
|
|
742
671
|
version = "0.2.2"
|
|
@@ -807,9 +736,9 @@ dependencies = [
|
|
|
807
736
|
|
|
808
737
|
[[package]]
|
|
809
738
|
name = "dashmap"
|
|
810
|
-
version = "6.1
|
|
739
|
+
version = "6.2.1"
|
|
811
740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
-
checksum = "
|
|
741
|
+
checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
|
|
813
742
|
dependencies = [
|
|
814
743
|
"cfg-if",
|
|
815
744
|
"crossbeam-utils",
|
|
@@ -820,14 +749,34 @@ dependencies = [
|
|
|
820
749
|
]
|
|
821
750
|
|
|
822
751
|
[[package]]
|
|
823
|
-
name = "
|
|
824
|
-
version = "
|
|
752
|
+
name = "defmt"
|
|
753
|
+
version = "1.1.1"
|
|
825
754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
826
|
-
checksum = "
|
|
755
|
+
checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
|
|
827
756
|
dependencies = [
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
|
|
757
|
+
"bitflags 1.3.2",
|
|
758
|
+
"defmt-macros",
|
|
759
|
+
]
|
|
760
|
+
|
|
761
|
+
[[package]]
|
|
762
|
+
name = "defmt-macros"
|
|
763
|
+
version = "1.1.1"
|
|
764
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
765
|
+
checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
|
|
766
|
+
dependencies = [
|
|
767
|
+
"defmt-parser",
|
|
768
|
+
"proc-macro2",
|
|
769
|
+
"quote",
|
|
770
|
+
"syn 2.0.119",
|
|
771
|
+
]
|
|
772
|
+
|
|
773
|
+
[[package]]
|
|
774
|
+
name = "defmt-parser"
|
|
775
|
+
version = "1.0.0"
|
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
777
|
+
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
|
|
778
|
+
dependencies = [
|
|
779
|
+
"thiserror",
|
|
831
780
|
]
|
|
832
781
|
|
|
833
782
|
[[package]]
|
|
@@ -867,27 +816,15 @@ dependencies = [
|
|
|
867
816
|
"syn 2.0.119",
|
|
868
817
|
]
|
|
869
818
|
|
|
870
|
-
[[package]]
|
|
871
|
-
name = "digest"
|
|
872
|
-
version = "0.10.7"
|
|
873
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
874
|
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
875
|
-
dependencies = [
|
|
876
|
-
"block-buffer 0.10.4",
|
|
877
|
-
"const-oid 0.9.6",
|
|
878
|
-
"crypto-common 0.1.7",
|
|
879
|
-
"subtle",
|
|
880
|
-
]
|
|
881
|
-
|
|
882
819
|
[[package]]
|
|
883
820
|
name = "digest"
|
|
884
821
|
version = "0.11.3"
|
|
885
822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
823
|
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
|
887
824
|
dependencies = [
|
|
888
|
-
"block-buffer
|
|
889
|
-
"const-oid
|
|
890
|
-
"crypto-common
|
|
825
|
+
"block-buffer",
|
|
826
|
+
"const-oid",
|
|
827
|
+
"crypto-common",
|
|
891
828
|
"ctutils",
|
|
892
829
|
]
|
|
893
830
|
|
|
@@ -914,13 +851,13 @@ dependencies = [
|
|
|
914
851
|
|
|
915
852
|
[[package]]
|
|
916
853
|
name = "displaydoc"
|
|
917
|
-
version = "0.2.
|
|
854
|
+
version = "0.2.7"
|
|
918
855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
-
checksum = "
|
|
856
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
920
857
|
dependencies = [
|
|
921
858
|
"proc-macro2",
|
|
922
859
|
"quote",
|
|
923
|
-
"syn
|
|
860
|
+
"syn 3.0.3",
|
|
924
861
|
]
|
|
925
862
|
|
|
926
863
|
[[package]]
|
|
@@ -934,9 +871,9 @@ dependencies = [
|
|
|
934
871
|
|
|
935
872
|
[[package]]
|
|
936
873
|
name = "either"
|
|
937
|
-
version = "1.
|
|
874
|
+
version = "1.17.0"
|
|
938
875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "
|
|
876
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
940
877
|
|
|
941
878
|
[[package]]
|
|
942
879
|
name = "encode_unicode"
|
|
@@ -968,11 +905,10 @@ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
|
|
|
968
905
|
|
|
969
906
|
[[package]]
|
|
970
907
|
name = "event-listener"
|
|
971
|
-
version = "5.4.
|
|
908
|
+
version = "5.4.2"
|
|
972
909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
973
|
-
checksum = "
|
|
910
|
+
checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
|
|
974
911
|
dependencies = [
|
|
975
|
-
"concurrent-queue",
|
|
976
912
|
"parking",
|
|
977
913
|
"pin-project-lite",
|
|
978
914
|
]
|
|
@@ -1068,9 +1004,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
1068
1004
|
|
|
1069
1005
|
[[package]]
|
|
1070
1006
|
name = "futures"
|
|
1071
|
-
version = "0.3.
|
|
1007
|
+
version = "0.3.33"
|
|
1072
1008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1073
|
-
checksum = "
|
|
1009
|
+
checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
|
|
1074
1010
|
dependencies = [
|
|
1075
1011
|
"futures-channel",
|
|
1076
1012
|
"futures-core",
|
|
@@ -1156,9 +1092,9 @@ dependencies = [
|
|
|
1156
1092
|
|
|
1157
1093
|
[[package]]
|
|
1158
1094
|
name = "gcp_auth"
|
|
1159
|
-
version = "0.12.
|
|
1095
|
+
version = "0.12.7"
|
|
1160
1096
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
-
checksum = "
|
|
1097
|
+
checksum = "26d27dbcc645b60b8e7f6e2868a9d7102ece97d1bb49c1288b5321fcc67f7260"
|
|
1162
1098
|
dependencies = [
|
|
1163
1099
|
"async-trait",
|
|
1164
1100
|
"base64 0.22.1",
|
|
@@ -1170,6 +1106,7 @@ dependencies = [
|
|
|
1170
1106
|
"hyper-rustls",
|
|
1171
1107
|
"hyper-util",
|
|
1172
1108
|
"ring",
|
|
1109
|
+
"rustls",
|
|
1173
1110
|
"rustls-pki-types",
|
|
1174
1111
|
"serde",
|
|
1175
1112
|
"serde_json",
|
|
@@ -1180,16 +1117,6 @@ dependencies = [
|
|
|
1180
1117
|
"url",
|
|
1181
1118
|
]
|
|
1182
1119
|
|
|
1183
|
-
[[package]]
|
|
1184
|
-
name = "generic-array"
|
|
1185
|
-
version = "0.14.7"
|
|
1186
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1187
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
1188
|
-
dependencies = [
|
|
1189
|
-
"typenum",
|
|
1190
|
-
"version_check",
|
|
1191
|
-
]
|
|
1192
|
-
|
|
1193
1120
|
[[package]]
|
|
1194
1121
|
name = "getrandom"
|
|
1195
1122
|
version = "0.2.17"
|
|
@@ -1222,13 +1149,14 @@ dependencies = [
|
|
|
1222
1149
|
"cfg-if",
|
|
1223
1150
|
"libc",
|
|
1224
1151
|
"r-efi 6.0.0",
|
|
1152
|
+
"rand_core 0.10.1",
|
|
1225
1153
|
]
|
|
1226
1154
|
|
|
1227
1155
|
[[package]]
|
|
1228
1156
|
name = "glob"
|
|
1229
|
-
version = "0.3.
|
|
1157
|
+
version = "0.3.4"
|
|
1230
1158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
-
checksum = "
|
|
1159
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
1232
1160
|
|
|
1233
1161
|
[[package]]
|
|
1234
1162
|
name = "gloo-timers"
|
|
@@ -1307,22 +1235,13 @@ dependencies = [
|
|
|
1307
1235
|
"windows-sys 0.60.2",
|
|
1308
1236
|
]
|
|
1309
1237
|
|
|
1310
|
-
[[package]]
|
|
1311
|
-
name = "hmac"
|
|
1312
|
-
version = "0.12.1"
|
|
1313
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1314
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1315
|
-
dependencies = [
|
|
1316
|
-
"digest 0.10.7",
|
|
1317
|
-
]
|
|
1318
|
-
|
|
1319
1238
|
[[package]]
|
|
1320
1239
|
name = "hmac"
|
|
1321
1240
|
version = "0.13.0"
|
|
1322
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
1242
|
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
|
1324
1243
|
dependencies = [
|
|
1325
|
-
"digest
|
|
1244
|
+
"digest",
|
|
1326
1245
|
]
|
|
1327
1246
|
|
|
1328
1247
|
[[package]]
|
|
@@ -1627,16 +1546,6 @@ dependencies = [
|
|
|
1627
1546
|
"web-time",
|
|
1628
1547
|
]
|
|
1629
1548
|
|
|
1630
|
-
[[package]]
|
|
1631
|
-
name = "inout"
|
|
1632
|
-
version = "0.1.4"
|
|
1633
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
-
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
1635
|
-
dependencies = [
|
|
1636
|
-
"block-padding",
|
|
1637
|
-
"generic-array",
|
|
1638
|
-
]
|
|
1639
|
-
|
|
1640
1549
|
[[package]]
|
|
1641
1550
|
name = "ipnet"
|
|
1642
1551
|
version = "2.12.0"
|
|
@@ -1669,10 +1578,12 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
1669
1578
|
|
|
1670
1579
|
[[package]]
|
|
1671
1580
|
name = "jiff"
|
|
1672
|
-
version = "0.2.
|
|
1581
|
+
version = "0.2.35"
|
|
1673
1582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
|
-
checksum = "
|
|
1583
|
+
checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
|
|
1675
1584
|
dependencies = [
|
|
1585
|
+
"defmt",
|
|
1586
|
+
"jiff-core",
|
|
1676
1587
|
"jiff-static",
|
|
1677
1588
|
"jiff-tzdb-platform",
|
|
1678
1589
|
"js-sys",
|
|
@@ -1684,12 +1595,22 @@ dependencies = [
|
|
|
1684
1595
|
"windows-link",
|
|
1685
1596
|
]
|
|
1686
1597
|
|
|
1598
|
+
[[package]]
|
|
1599
|
+
name = "jiff-core"
|
|
1600
|
+
version = "0.1.0"
|
|
1601
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1602
|
+
checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
|
|
1603
|
+
dependencies = [
|
|
1604
|
+
"defmt",
|
|
1605
|
+
]
|
|
1606
|
+
|
|
1687
1607
|
[[package]]
|
|
1688
1608
|
name = "jiff-static"
|
|
1689
|
-
version = "0.2.
|
|
1609
|
+
version = "0.2.35"
|
|
1690
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "
|
|
1611
|
+
checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
|
|
1692
1612
|
dependencies = [
|
|
1613
|
+
"jiff-core",
|
|
1693
1614
|
"proc-macro2",
|
|
1694
1615
|
"quote",
|
|
1695
1616
|
"syn 2.0.119",
|
|
@@ -1697,9 +1618,9 @@ dependencies = [
|
|
|
1697
1618
|
|
|
1698
1619
|
[[package]]
|
|
1699
1620
|
name = "jiff-tzdb"
|
|
1700
|
-
version = "0.1.
|
|
1621
|
+
version = "0.1.8"
|
|
1701
1622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1702
|
-
checksum = "
|
|
1623
|
+
checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
|
|
1703
1624
|
|
|
1704
1625
|
[[package]]
|
|
1705
1626
|
name = "jiff-tzdb-platform"
|
|
@@ -1792,9 +1713,6 @@ name = "lazy_static"
|
|
|
1792
1713
|
version = "1.5.0"
|
|
1793
1714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1794
1715
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1795
|
-
dependencies = [
|
|
1796
|
-
"spin",
|
|
1797
|
-
]
|
|
1798
1716
|
|
|
1799
1717
|
[[package]]
|
|
1800
1718
|
name = "libc"
|
|
@@ -1812,17 +1730,11 @@ dependencies = [
|
|
|
1812
1730
|
"windows-link",
|
|
1813
1731
|
]
|
|
1814
1732
|
|
|
1815
|
-
[[package]]
|
|
1816
|
-
name = "libm"
|
|
1817
|
-
version = "0.2.16"
|
|
1818
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1819
|
-
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
1820
|
-
|
|
1821
1733
|
[[package]]
|
|
1822
1734
|
name = "libredox"
|
|
1823
|
-
version = "0.1.
|
|
1735
|
+
version = "0.1.18"
|
|
1824
1736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1825
|
-
checksum = "
|
|
1737
|
+
checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
|
|
1826
1738
|
dependencies = [
|
|
1827
1739
|
"libc",
|
|
1828
1740
|
]
|
|
@@ -1841,9 +1753,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
1841
1753
|
|
|
1842
1754
|
[[package]]
|
|
1843
1755
|
name = "liter-llm"
|
|
1844
|
-
version = "1.11.
|
|
1756
|
+
version = "1.11.4"
|
|
1845
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1846
|
-
checksum = "
|
|
1758
|
+
checksum = "ad4b9444111f9f4ad9855cb0e72f6c440b2d1bb3b3d9f857925b3bd8f4af003e"
|
|
1847
1759
|
dependencies = [
|
|
1848
1760
|
"ahash 0.8.12",
|
|
1849
1761
|
"arc-swap",
|
|
@@ -1884,7 +1796,7 @@ dependencies = [
|
|
|
1884
1796
|
|
|
1885
1797
|
[[package]]
|
|
1886
1798
|
name = "liter-llm-rb"
|
|
1887
|
-
version = "1.11.
|
|
1799
|
+
version = "1.11.4"
|
|
1888
1800
|
dependencies = [
|
|
1889
1801
|
"futures",
|
|
1890
1802
|
"liter-llm",
|
|
@@ -1956,7 +1868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1956
1868
|
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
|
1957
1869
|
dependencies = [
|
|
1958
1870
|
"cfg-if",
|
|
1959
|
-
"digest
|
|
1871
|
+
"digest",
|
|
1960
1872
|
]
|
|
1961
1873
|
|
|
1962
1874
|
[[package]]
|
|
@@ -2076,22 +1988,6 @@ dependencies = [
|
|
|
2076
1988
|
"num-traits",
|
|
2077
1989
|
]
|
|
2078
1990
|
|
|
2079
|
-
[[package]]
|
|
2080
|
-
name = "num-bigint-dig"
|
|
2081
|
-
version = "0.8.6"
|
|
2082
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2083
|
-
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
|
|
2084
|
-
dependencies = [
|
|
2085
|
-
"lazy_static",
|
|
2086
|
-
"libm",
|
|
2087
|
-
"num-integer",
|
|
2088
|
-
"num-iter",
|
|
2089
|
-
"num-traits",
|
|
2090
|
-
"rand 0.8.6",
|
|
2091
|
-
"smallvec",
|
|
2092
|
-
"zeroize",
|
|
2093
|
-
]
|
|
2094
|
-
|
|
2095
1991
|
[[package]]
|
|
2096
1992
|
name = "num-conv"
|
|
2097
1993
|
version = "0.2.2"
|
|
@@ -2107,16 +2003,6 @@ dependencies = [
|
|
|
2107
2003
|
"num-traits",
|
|
2108
2004
|
]
|
|
2109
2005
|
|
|
2110
|
-
[[package]]
|
|
2111
|
-
name = "num-iter"
|
|
2112
|
-
version = "0.1.46"
|
|
2113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2114
|
-
checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
|
|
2115
|
-
dependencies = [
|
|
2116
|
-
"num-integer",
|
|
2117
|
-
"num-traits",
|
|
2118
|
-
]
|
|
2119
|
-
|
|
2120
2006
|
[[package]]
|
|
2121
2007
|
name = "num-traits"
|
|
2122
2008
|
version = "0.2.19"
|
|
@@ -2124,7 +2010,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2124
2010
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
2125
2011
|
dependencies = [
|
|
2126
2012
|
"autocfg",
|
|
2127
|
-
"libm",
|
|
2128
2013
|
]
|
|
2129
2014
|
|
|
2130
2015
|
[[package]]
|
|
@@ -2235,7 +2120,7 @@ version = "0.10.81"
|
|
|
2235
2120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2236
2121
|
checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
|
|
2237
2122
|
dependencies = [
|
|
2238
|
-
"bitflags",
|
|
2123
|
+
"bitflags 2.13.1",
|
|
2239
2124
|
"cfg-if",
|
|
2240
2125
|
"foreign-types",
|
|
2241
2126
|
"libc",
|
|
@@ -2343,16 +2228,6 @@ version = "1.0.15"
|
|
|
2343
2228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2344
2229
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
2345
2230
|
|
|
2346
|
-
[[package]]
|
|
2347
|
-
name = "pbkdf2"
|
|
2348
|
-
version = "0.12.2"
|
|
2349
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2350
|
-
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
2351
|
-
dependencies = [
|
|
2352
|
-
"digest 0.10.7",
|
|
2353
|
-
"hmac 0.12.1",
|
|
2354
|
-
]
|
|
2355
|
-
|
|
2356
2231
|
[[package]]
|
|
2357
2232
|
name = "pem"
|
|
2358
2233
|
version = "3.0.6"
|
|
@@ -2363,15 +2238,6 @@ dependencies = [
|
|
|
2363
2238
|
"serde_core",
|
|
2364
2239
|
]
|
|
2365
2240
|
|
|
2366
|
-
[[package]]
|
|
2367
|
-
name = "pem-rfc7468"
|
|
2368
|
-
version = "0.7.0"
|
|
2369
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2370
|
-
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
2371
|
-
dependencies = [
|
|
2372
|
-
"base64ct",
|
|
2373
|
-
]
|
|
2374
|
-
|
|
2375
2241
|
[[package]]
|
|
2376
2242
|
name = "percent-encoding"
|
|
2377
2243
|
version = "2.3.2"
|
|
@@ -2410,44 +2276,6 @@ version = "0.1.0"
|
|
|
2410
2276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2411
2277
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2412
2278
|
|
|
2413
|
-
[[package]]
|
|
2414
|
-
name = "pkcs1"
|
|
2415
|
-
version = "0.7.5"
|
|
2416
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2417
|
-
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
2418
|
-
dependencies = [
|
|
2419
|
-
"der",
|
|
2420
|
-
"pkcs8",
|
|
2421
|
-
"spki",
|
|
2422
|
-
]
|
|
2423
|
-
|
|
2424
|
-
[[package]]
|
|
2425
|
-
name = "pkcs5"
|
|
2426
|
-
version = "0.7.1"
|
|
2427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2428
|
-
checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
|
|
2429
|
-
dependencies = [
|
|
2430
|
-
"aes",
|
|
2431
|
-
"cbc",
|
|
2432
|
-
"der",
|
|
2433
|
-
"pbkdf2",
|
|
2434
|
-
"scrypt",
|
|
2435
|
-
"sha2 0.10.9",
|
|
2436
|
-
"spki",
|
|
2437
|
-
]
|
|
2438
|
-
|
|
2439
|
-
[[package]]
|
|
2440
|
-
name = "pkcs8"
|
|
2441
|
-
version = "0.10.2"
|
|
2442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2443
|
-
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
2444
|
-
dependencies = [
|
|
2445
|
-
"der",
|
|
2446
|
-
"pkcs5",
|
|
2447
|
-
"rand_core 0.6.4",
|
|
2448
|
-
"spki",
|
|
2449
|
-
]
|
|
2450
|
-
|
|
2451
2279
|
[[package]]
|
|
2452
2280
|
name = "pkg-config"
|
|
2453
2281
|
version = "0.3.33"
|
|
@@ -2456,9 +2284,9 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
|
2456
2284
|
|
|
2457
2285
|
[[package]]
|
|
2458
2286
|
name = "portable-atomic"
|
|
2459
|
-
version = "1.
|
|
2287
|
+
version = "1.14.0"
|
|
2460
2288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2461
|
-
checksum = "
|
|
2289
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
2462
2290
|
|
|
2463
2291
|
[[package]]
|
|
2464
2292
|
name = "portable-atomic-util"
|
|
@@ -2543,9 +2371,9 @@ dependencies = [
|
|
|
2543
2371
|
|
|
2544
2372
|
[[package]]
|
|
2545
2373
|
name = "quick-xml"
|
|
2546
|
-
version = "0.
|
|
2374
|
+
version = "0.41.0"
|
|
2547
2375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2548
|
-
checksum = "
|
|
2376
|
+
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
|
|
2549
2377
|
dependencies = [
|
|
2550
2378
|
"memchr",
|
|
2551
2379
|
"serde",
|
|
@@ -2580,9 +2408,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
2580
2408
|
|
|
2581
2409
|
[[package]]
|
|
2582
2410
|
name = "rand"
|
|
2583
|
-
version = "0.8.
|
|
2411
|
+
version = "0.8.7"
|
|
2584
2412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2585
|
-
checksum = "
|
|
2413
|
+
checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
|
|
2586
2414
|
dependencies = [
|
|
2587
2415
|
"libc",
|
|
2588
2416
|
"rand_chacha 0.3.1",
|
|
@@ -2599,6 +2427,17 @@ dependencies = [
|
|
|
2599
2427
|
"rand_core 0.9.5",
|
|
2600
2428
|
]
|
|
2601
2429
|
|
|
2430
|
+
[[package]]
|
|
2431
|
+
name = "rand"
|
|
2432
|
+
version = "0.10.2"
|
|
2433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2434
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
2435
|
+
dependencies = [
|
|
2436
|
+
"chacha20",
|
|
2437
|
+
"getrandom 0.4.3",
|
|
2438
|
+
"rand_core 0.10.1",
|
|
2439
|
+
]
|
|
2440
|
+
|
|
2602
2441
|
[[package]]
|
|
2603
2442
|
name = "rand_chacha"
|
|
2604
2443
|
version = "0.3.1"
|
|
@@ -2637,6 +2476,12 @@ dependencies = [
|
|
|
2637
2476
|
"getrandom 0.3.4",
|
|
2638
2477
|
]
|
|
2639
2478
|
|
|
2479
|
+
[[package]]
|
|
2480
|
+
name = "rand_core"
|
|
2481
|
+
version = "0.10.1"
|
|
2482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2483
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
2484
|
+
|
|
2640
2485
|
[[package]]
|
|
2641
2486
|
name = "rayon"
|
|
2642
2487
|
version = "1.12.0"
|
|
@@ -2700,9 +2545,9 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
|
2700
2545
|
|
|
2701
2546
|
[[package]]
|
|
2702
2547
|
name = "redis"
|
|
2703
|
-
version = "1.
|
|
2548
|
+
version = "1.4.1"
|
|
2704
2549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2705
|
-
checksum = "
|
|
2550
|
+
checksum = "b0b9503711b03773e43b31668c7b5bd279ee7cd9b7d18cff7c23a42cc1d08e5a"
|
|
2706
2551
|
dependencies = [
|
|
2707
2552
|
"arc-swap",
|
|
2708
2553
|
"arcstr",
|
|
@@ -2719,7 +2564,7 @@ dependencies = [
|
|
|
2719
2564
|
"num-bigint",
|
|
2720
2565
|
"percent-encoding",
|
|
2721
2566
|
"pin-project-lite",
|
|
2722
|
-
"rand 0.
|
|
2567
|
+
"rand 0.10.2",
|
|
2723
2568
|
"rustls",
|
|
2724
2569
|
"rustls-native-certs",
|
|
2725
2570
|
"ryu",
|
|
@@ -2738,7 +2583,7 @@ version = "0.5.18"
|
|
|
2738
2583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2739
2584
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2740
2585
|
dependencies = [
|
|
2741
|
-
"bitflags",
|
|
2586
|
+
"bitflags 2.13.1",
|
|
2742
2587
|
]
|
|
2743
2588
|
|
|
2744
2589
|
[[package]]
|
|
@@ -2792,9 +2637,9 @@ dependencies = [
|
|
|
2792
2637
|
|
|
2793
2638
|
[[package]]
|
|
2794
2639
|
name = "reqsign-aws-v4"
|
|
2795
|
-
version = "3.0.
|
|
2640
|
+
version = "3.0.3"
|
|
2796
2641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2797
|
-
checksum = "
|
|
2642
|
+
checksum = "cc883bc56889f3e4a419265c87facea222a921debc5c6f15c7fd8b68ec4b36b2"
|
|
2798
2643
|
dependencies = [
|
|
2799
2644
|
"anyhow",
|
|
2800
2645
|
"bytes",
|
|
@@ -2803,7 +2648,7 @@ dependencies = [
|
|
|
2803
2648
|
"http 1.4.2",
|
|
2804
2649
|
"log",
|
|
2805
2650
|
"percent-encoding",
|
|
2806
|
-
"quick-xml 0.
|
|
2651
|
+
"quick-xml 0.41.0",
|
|
2807
2652
|
"reqsign-core",
|
|
2808
2653
|
"rust-ini",
|
|
2809
2654
|
"serde",
|
|
@@ -2814,34 +2659,30 @@ dependencies = [
|
|
|
2814
2659
|
|
|
2815
2660
|
[[package]]
|
|
2816
2661
|
name = "reqsign-core"
|
|
2817
|
-
version = "3.0
|
|
2662
|
+
version = "3.2.0"
|
|
2818
2663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2819
|
-
checksum = "
|
|
2664
|
+
checksum = "7e38b44697c60a823705ccef85cb04d8e0527c9d16ed7c58bf1c6395bdd24ceb"
|
|
2820
2665
|
dependencies = [
|
|
2821
2666
|
"anyhow",
|
|
2822
2667
|
"base64 0.22.1",
|
|
2823
2668
|
"bytes",
|
|
2824
|
-
"form_urlencoded",
|
|
2825
2669
|
"futures",
|
|
2826
2670
|
"hex",
|
|
2827
|
-
"hmac
|
|
2671
|
+
"hmac",
|
|
2828
2672
|
"http 1.4.2",
|
|
2829
2673
|
"jiff",
|
|
2830
2674
|
"log",
|
|
2831
2675
|
"percent-encoding",
|
|
2832
|
-
"rsa",
|
|
2833
|
-
"serde",
|
|
2834
|
-
"serde_json",
|
|
2835
2676
|
"sha1",
|
|
2836
|
-
"sha2
|
|
2677
|
+
"sha2",
|
|
2837
2678
|
"windows-sys 0.61.2",
|
|
2838
2679
|
]
|
|
2839
2680
|
|
|
2840
2681
|
[[package]]
|
|
2841
2682
|
name = "reqsign-file-read-tokio"
|
|
2842
|
-
version = "3.0.
|
|
2683
|
+
version = "3.0.3"
|
|
2843
2684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2844
|
-
checksum = "
|
|
2685
|
+
checksum = "688ff0ae421b8d4b92b53fdafaf53df2de28f428a9962edcf21702990b26f74b"
|
|
2845
2686
|
dependencies = [
|
|
2846
2687
|
"anyhow",
|
|
2847
2688
|
"reqsign-core",
|
|
@@ -2936,27 +2777,6 @@ dependencies = [
|
|
|
2936
2777
|
"syn 1.0.109",
|
|
2937
2778
|
]
|
|
2938
2779
|
|
|
2939
|
-
[[package]]
|
|
2940
|
-
name = "rsa"
|
|
2941
|
-
version = "0.9.10"
|
|
2942
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
-
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
|
|
2944
|
-
dependencies = [
|
|
2945
|
-
"const-oid 0.9.6",
|
|
2946
|
-
"digest 0.10.7",
|
|
2947
|
-
"num-bigint-dig",
|
|
2948
|
-
"num-integer",
|
|
2949
|
-
"num-traits",
|
|
2950
|
-
"pkcs1",
|
|
2951
|
-
"pkcs8",
|
|
2952
|
-
"rand_core 0.6.4",
|
|
2953
|
-
"sha2 0.10.9",
|
|
2954
|
-
"signature",
|
|
2955
|
-
"spki",
|
|
2956
|
-
"subtle",
|
|
2957
|
-
"zeroize",
|
|
2958
|
-
]
|
|
2959
|
-
|
|
2960
2780
|
[[package]]
|
|
2961
2781
|
name = "rust-ini"
|
|
2962
2782
|
version = "0.21.3"
|
|
@@ -2977,7 +2797,7 @@ dependencies = [
|
|
|
2977
2797
|
"borsh",
|
|
2978
2798
|
"bytes",
|
|
2979
2799
|
"num-traits",
|
|
2980
|
-
"rand 0.8.
|
|
2800
|
+
"rand 0.8.7",
|
|
2981
2801
|
"rkyv",
|
|
2982
2802
|
"serde",
|
|
2983
2803
|
"serde_json",
|
|
@@ -3005,7 +2825,7 @@ version = "1.1.4"
|
|
|
3005
2825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3006
2826
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
3007
2827
|
dependencies = [
|
|
3008
|
-
"bitflags",
|
|
2828
|
+
"bitflags 2.13.1",
|
|
3009
2829
|
"errno",
|
|
3010
2830
|
"libc",
|
|
3011
2831
|
"linux-raw-sys",
|
|
@@ -3098,15 +2918,6 @@ version = "1.0.23"
|
|
|
3098
2918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3099
2919
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
3100
2920
|
|
|
3101
|
-
[[package]]
|
|
3102
|
-
name = "salsa20"
|
|
3103
|
-
version = "0.10.2"
|
|
3104
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3105
|
-
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
3106
|
-
dependencies = [
|
|
3107
|
-
"cipher",
|
|
3108
|
-
]
|
|
3109
|
-
|
|
3110
2921
|
[[package]]
|
|
3111
2922
|
name = "same-file"
|
|
3112
2923
|
version = "1.0.6"
|
|
@@ -3131,17 +2942,6 @@ version = "1.2.0"
|
|
|
3131
2942
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3132
2943
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
3133
2944
|
|
|
3134
|
-
[[package]]
|
|
3135
|
-
name = "scrypt"
|
|
3136
|
-
version = "0.11.0"
|
|
3137
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3138
|
-
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
3139
|
-
dependencies = [
|
|
3140
|
-
"pbkdf2",
|
|
3141
|
-
"salsa20",
|
|
3142
|
-
"sha2 0.10.9",
|
|
3143
|
-
]
|
|
3144
|
-
|
|
3145
2945
|
[[package]]
|
|
3146
2946
|
name = "seahash"
|
|
3147
2947
|
version = "4.1.0"
|
|
@@ -3164,7 +2964,7 @@ version = "3.7.0"
|
|
|
3164
2964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3165
2965
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
3166
2966
|
dependencies = [
|
|
3167
|
-
"bitflags",
|
|
2967
|
+
"bitflags 2.13.1",
|
|
3168
2968
|
"core-foundation",
|
|
3169
2969
|
"core-foundation-sys",
|
|
3170
2970
|
"libc",
|
|
@@ -3264,8 +3064,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3264
3064
|
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
|
|
3265
3065
|
dependencies = [
|
|
3266
3066
|
"cfg-if",
|
|
3267
|
-
"cpufeatures
|
|
3268
|
-
"digest
|
|
3067
|
+
"cpufeatures",
|
|
3068
|
+
"digest",
|
|
3269
3069
|
]
|
|
3270
3070
|
|
|
3271
3071
|
[[package]]
|
|
@@ -3274,17 +3074,6 @@ version = "1.0.1"
|
|
|
3274
3074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3275
3075
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
3276
3076
|
|
|
3277
|
-
[[package]]
|
|
3278
|
-
name = "sha2"
|
|
3279
|
-
version = "0.10.9"
|
|
3280
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3281
|
-
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
3282
|
-
dependencies = [
|
|
3283
|
-
"cfg-if",
|
|
3284
|
-
"cpufeatures 0.2.17",
|
|
3285
|
-
"digest 0.10.7",
|
|
3286
|
-
]
|
|
3287
|
-
|
|
3288
3077
|
[[package]]
|
|
3289
3078
|
name = "sha2"
|
|
3290
3079
|
version = "0.11.0"
|
|
@@ -3292,8 +3081,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3292
3081
|
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
3293
3082
|
dependencies = [
|
|
3294
3083
|
"cfg-if",
|
|
3295
|
-
"cpufeatures
|
|
3296
|
-
"digest
|
|
3084
|
+
"cpufeatures",
|
|
3085
|
+
"digest",
|
|
3297
3086
|
]
|
|
3298
3087
|
|
|
3299
3088
|
[[package]]
|
|
@@ -3339,15 +3128,14 @@ version = "2.2.0"
|
|
|
3339
3128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3340
3129
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
3341
3130
|
dependencies = [
|
|
3342
|
-
"digest 0.10.7",
|
|
3343
3131
|
"rand_core 0.6.4",
|
|
3344
3132
|
]
|
|
3345
3133
|
|
|
3346
3134
|
[[package]]
|
|
3347
3135
|
name = "simd-adler32"
|
|
3348
|
-
version = "0.3.
|
|
3136
|
+
version = "0.3.10"
|
|
3349
3137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3350
|
-
checksum = "
|
|
3138
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
3351
3139
|
|
|
3352
3140
|
[[package]]
|
|
3353
3141
|
name = "simd_cesu8"
|
|
@@ -3410,22 +3198,6 @@ dependencies = [
|
|
|
3410
3198
|
"winapi",
|
|
3411
3199
|
]
|
|
3412
3200
|
|
|
3413
|
-
[[package]]
|
|
3414
|
-
name = "spin"
|
|
3415
|
-
version = "0.9.9"
|
|
3416
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3417
|
-
checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
|
|
3418
|
-
|
|
3419
|
-
[[package]]
|
|
3420
|
-
name = "spki"
|
|
3421
|
-
version = "0.7.3"
|
|
3422
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3423
|
-
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
3424
|
-
dependencies = [
|
|
3425
|
-
"base64ct",
|
|
3426
|
-
"der",
|
|
3427
|
-
]
|
|
3428
|
-
|
|
3429
3201
|
[[package]]
|
|
3430
3202
|
name = "spm_precompiled"
|
|
3431
3203
|
version = "0.1.4"
|
|
@@ -3556,9 +3328,9 @@ dependencies = [
|
|
|
3556
3328
|
|
|
3557
3329
|
[[package]]
|
|
3558
3330
|
name = "thread_local"
|
|
3559
|
-
version = "1.1.
|
|
3331
|
+
version = "1.1.10"
|
|
3560
3332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3561
|
-
checksum = "
|
|
3333
|
+
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
|
3562
3334
|
dependencies = [
|
|
3563
3335
|
"cfg-if",
|
|
3564
3336
|
]
|
|
@@ -3726,9 +3498,9 @@ dependencies = [
|
|
|
3726
3498
|
|
|
3727
3499
|
[[package]]
|
|
3728
3500
|
name = "toml"
|
|
3729
|
-
version = "1.1.
|
|
3501
|
+
version = "1.1.4+spec-1.1.0"
|
|
3730
3502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3731
|
-
checksum = "
|
|
3503
|
+
checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
|
|
3732
3504
|
dependencies = [
|
|
3733
3505
|
"indexmap",
|
|
3734
3506
|
"serde_core",
|
|
@@ -3750,9 +3522,9 @@ dependencies = [
|
|
|
3750
3522
|
|
|
3751
3523
|
[[package]]
|
|
3752
3524
|
name = "toml_edit"
|
|
3753
|
-
version = "0.25.
|
|
3525
|
+
version = "0.25.13+spec-1.1.0"
|
|
3754
3526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3755
|
-
checksum = "
|
|
3527
|
+
checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
|
|
3756
3528
|
dependencies = [
|
|
3757
3529
|
"indexmap",
|
|
3758
3530
|
"toml_datetime",
|
|
@@ -3762,18 +3534,18 @@ dependencies = [
|
|
|
3762
3534
|
|
|
3763
3535
|
[[package]]
|
|
3764
3536
|
name = "toml_parser"
|
|
3765
|
-
version = "1.1.
|
|
3537
|
+
version = "1.1.3+spec-1.1.0"
|
|
3766
3538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3767
|
-
checksum = "
|
|
3539
|
+
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
|
|
3768
3540
|
dependencies = [
|
|
3769
3541
|
"winnow",
|
|
3770
3542
|
]
|
|
3771
3543
|
|
|
3772
3544
|
[[package]]
|
|
3773
3545
|
name = "toml_writer"
|
|
3774
|
-
version = "1.1.
|
|
3546
|
+
version = "1.1.2+spec-1.1.0"
|
|
3775
3547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3776
|
-
checksum = "
|
|
3548
|
+
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
|
|
3777
3549
|
|
|
3778
3550
|
[[package]]
|
|
3779
3551
|
name = "tower"
|
|
@@ -3799,7 +3571,7 @@ version = "0.6.11"
|
|
|
3799
3571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3800
3572
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
3801
3573
|
dependencies = [
|
|
3802
|
-
"bitflags",
|
|
3574
|
+
"bitflags 2.13.1",
|
|
3803
3575
|
"bytes",
|
|
3804
3576
|
"futures-util",
|
|
3805
3577
|
"http 1.4.2",
|
|
@@ -3818,7 +3590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3818
3590
|
checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
|
|
3819
3591
|
dependencies = [
|
|
3820
3592
|
"async-compression",
|
|
3821
|
-
"bitflags",
|
|
3593
|
+
"bitflags 2.13.1",
|
|
3822
3594
|
"bytes",
|
|
3823
3595
|
"futures-core",
|
|
3824
3596
|
"futures-util",
|
|
@@ -3964,9 +3736,9 @@ dependencies = [
|
|
|
3964
3736
|
|
|
3965
3737
|
[[package]]
|
|
3966
3738
|
name = "unicode-segmentation"
|
|
3967
|
-
version = "1.13.
|
|
3739
|
+
version = "1.13.3"
|
|
3968
3740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3969
|
-
checksum = "
|
|
3741
|
+
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
|
3970
3742
|
|
|
3971
3743
|
[[package]]
|
|
3972
3744
|
name = "unicode-width"
|
|
@@ -4025,9 +3797,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
4025
3797
|
|
|
4026
3798
|
[[package]]
|
|
4027
3799
|
name = "uuid"
|
|
4028
|
-
version = "1.
|
|
3800
|
+
version = "1.24.0"
|
|
4029
3801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4030
|
-
checksum = "
|
|
3802
|
+
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|
4031
3803
|
dependencies = [
|
|
4032
3804
|
"getrandom 0.4.3",
|
|
4033
3805
|
"js-sys",
|
|
@@ -4197,14 +3969,14 @@ version = "0.26.11"
|
|
|
4197
3969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4198
3970
|
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
4199
3971
|
dependencies = [
|
|
4200
|
-
"webpki-roots 1.0.
|
|
3972
|
+
"webpki-roots 1.0.9",
|
|
4201
3973
|
]
|
|
4202
3974
|
|
|
4203
3975
|
[[package]]
|
|
4204
3976
|
name = "webpki-roots"
|
|
4205
|
-
version = "1.0.
|
|
3977
|
+
version = "1.0.9"
|
|
4206
3978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4207
|
-
checksum = "
|
|
3979
|
+
checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
|
|
4208
3980
|
dependencies = [
|
|
4209
3981
|
"rustls-pki-types",
|
|
4210
3982
|
]
|
|
@@ -4466,9 +4238,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
4466
4238
|
|
|
4467
4239
|
[[package]]
|
|
4468
4240
|
name = "winnow"
|
|
4469
|
-
version = "1.0.
|
|
4241
|
+
version = "1.0.4"
|
|
4470
4242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4471
|
-
checksum = "
|
|
4243
|
+
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|
|
4472
4244
|
dependencies = [
|
|
4473
4245
|
"memchr",
|
|
4474
4246
|
]
|
|
@@ -4506,9 +4278,9 @@ dependencies = [
|
|
|
4506
4278
|
|
|
4507
4279
|
[[package]]
|
|
4508
4280
|
name = "xxhash-rust"
|
|
4509
|
-
version = "0.8.
|
|
4281
|
+
version = "0.8.18"
|
|
4510
4282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4511
|
-
checksum = "
|
|
4283
|
+
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
|
|
4512
4284
|
|
|
4513
4285
|
[[package]]
|
|
4514
4286
|
name = "yoke"
|