deltalake-rb 0.1.6 → 0.2.0
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/CHANGELOG.md +11 -0
- data/Cargo.lock +897 -735
- data/ext/deltalake/Cargo.toml +6 -6
- data/ext/deltalake/src/error.rs +0 -27
- data/ext/deltalake/src/lib.rs +106 -103
- data/lib/deltalake/table.rb +9 -3
- data/lib/deltalake/version.rb +1 -1
- metadata +4 -4
data/Cargo.lock
CHANGED
@@ -13,22 +13,22 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "adler2"
|
16
|
-
version = "2.0.
|
16
|
+
version = "2.0.1"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "ahash"
|
22
|
-
version = "0.8.
|
22
|
+
version = "0.8.12"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
25
25
|
dependencies = [
|
26
26
|
"cfg-if",
|
27
27
|
"const-random",
|
28
|
-
"getrandom 0.
|
28
|
+
"getrandom 0.3.3",
|
29
29
|
"once_cell",
|
30
30
|
"version_check",
|
31
|
-
"zerocopy
|
31
|
+
"zerocopy",
|
32
32
|
]
|
33
33
|
|
34
34
|
[[package]]
|
@@ -78,9 +78,9 @@ dependencies = [
|
|
78
78
|
|
79
79
|
[[package]]
|
80
80
|
name = "anyhow"
|
81
|
-
version = "1.0.
|
81
|
+
version = "1.0.98"
|
82
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
83
|
-
checksum = "
|
83
|
+
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
84
84
|
|
85
85
|
[[package]]
|
86
86
|
name = "arrayref"
|
@@ -96,9 +96,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
96
96
|
|
97
97
|
[[package]]
|
98
98
|
name = "arrow"
|
99
|
-
version = "
|
99
|
+
version = "55.2.0"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "f3f15b4c6b148206ff3a2b35002e08929c2462467b62b9c02036d9c34f9ef994"
|
102
102
|
dependencies = [
|
103
103
|
"arrow-arith",
|
104
104
|
"arrow-array",
|
@@ -117,9 +117,9 @@ dependencies = [
|
|
117
117
|
|
118
118
|
[[package]]
|
119
119
|
name = "arrow-arith"
|
120
|
-
version = "
|
120
|
+
version = "55.2.0"
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
-
checksum = "
|
122
|
+
checksum = "30feb679425110209ae35c3fbf82404a39a4c0436bb3ec36164d8bffed2a4ce4"
|
123
123
|
dependencies = [
|
124
124
|
"arrow-array",
|
125
125
|
"arrow-buffer",
|
@@ -131,9 +131,9 @@ dependencies = [
|
|
131
131
|
|
132
132
|
[[package]]
|
133
133
|
name = "arrow-array"
|
134
|
-
version = "
|
134
|
+
version = "55.2.0"
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
136
|
+
checksum = "70732f04d285d49054a48b72c54f791bb3424abae92d27aafdf776c98af161c8"
|
137
137
|
dependencies = [
|
138
138
|
"ahash",
|
139
139
|
"arrow-buffer",
|
@@ -142,15 +142,15 @@ dependencies = [
|
|
142
142
|
"chrono",
|
143
143
|
"chrono-tz",
|
144
144
|
"half",
|
145
|
-
"hashbrown 0.15.
|
145
|
+
"hashbrown 0.15.4",
|
146
146
|
"num",
|
147
147
|
]
|
148
148
|
|
149
149
|
[[package]]
|
150
150
|
name = "arrow-buffer"
|
151
|
-
version = "
|
151
|
+
version = "55.2.0"
|
152
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
-
checksum = "
|
153
|
+
checksum = "169b1d5d6cb390dd92ce582b06b23815c7953e9dfaaea75556e89d890d19993d"
|
154
154
|
dependencies = [
|
155
155
|
"bytes",
|
156
156
|
"half",
|
@@ -159,9 +159,9 @@ dependencies = [
|
|
159
159
|
|
160
160
|
[[package]]
|
161
161
|
name = "arrow-cast"
|
162
|
-
version = "
|
162
|
+
version = "55.2.0"
|
163
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
164
|
+
checksum = "e4f12eccc3e1c05a766cafb31f6a60a46c2f8efec9b74c6e0648766d30686af8"
|
165
165
|
dependencies = [
|
166
166
|
"arrow-array",
|
167
167
|
"arrow-buffer",
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
180
180
|
|
181
181
|
[[package]]
|
182
182
|
name = "arrow-csv"
|
183
|
-
version = "
|
183
|
+
version = "55.2.0"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "012c9fef3f4a11573b2c74aec53712ff9fdae4a95f4ce452d1bbf088ee00f06b"
|
186
186
|
dependencies = [
|
187
187
|
"arrow-array",
|
188
188
|
"arrow-cast",
|
@@ -190,15 +190,14 @@ dependencies = [
|
|
190
190
|
"chrono",
|
191
191
|
"csv",
|
192
192
|
"csv-core",
|
193
|
-
"lazy_static",
|
194
193
|
"regex",
|
195
194
|
]
|
196
195
|
|
197
196
|
[[package]]
|
198
197
|
name = "arrow-data"
|
199
|
-
version = "
|
198
|
+
version = "55.2.0"
|
200
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
-
checksum = "
|
200
|
+
checksum = "8de1ce212d803199684b658fc4ba55fb2d7e87b213de5af415308d2fee3619c2"
|
202
201
|
dependencies = [
|
203
202
|
"arrow-buffer",
|
204
203
|
"arrow-schema",
|
@@ -208,9 +207,9 @@ dependencies = [
|
|
208
207
|
|
209
208
|
[[package]]
|
210
209
|
name = "arrow-ipc"
|
211
|
-
version = "
|
210
|
+
version = "55.2.0"
|
212
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "
|
212
|
+
checksum = "d9ea5967e8b2af39aff5d9de2197df16e305f47f404781d3230b2dc672da5d92"
|
214
213
|
dependencies = [
|
215
214
|
"arrow-array",
|
216
215
|
"arrow-buffer",
|
@@ -222,9 +221,9 @@ dependencies = [
|
|
222
221
|
|
223
222
|
[[package]]
|
224
223
|
name = "arrow-json"
|
225
|
-
version = "
|
224
|
+
version = "55.2.0"
|
226
225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
226
|
+
checksum = "5709d974c4ea5be96d900c01576c7c0b99705f4a3eec343648cb1ca863988a9c"
|
228
227
|
dependencies = [
|
229
228
|
"arrow-array",
|
230
229
|
"arrow-buffer",
|
@@ -235,16 +234,18 @@ dependencies = [
|
|
235
234
|
"half",
|
236
235
|
"indexmap",
|
237
236
|
"lexical-core",
|
237
|
+
"memchr",
|
238
238
|
"num",
|
239
239
|
"serde",
|
240
240
|
"serde_json",
|
241
|
+
"simdutf8",
|
241
242
|
]
|
242
243
|
|
243
244
|
[[package]]
|
244
245
|
name = "arrow-ord"
|
245
|
-
version = "
|
246
|
+
version = "55.2.0"
|
246
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
247
|
-
checksum = "
|
248
|
+
checksum = "6506e3a059e3be23023f587f79c82ef0bcf6d293587e3272d20f2d30b969b5a7"
|
248
249
|
dependencies = [
|
249
250
|
"arrow-array",
|
250
251
|
"arrow-buffer",
|
@@ -255,9 +256,9 @@ dependencies = [
|
|
255
256
|
|
256
257
|
[[package]]
|
257
258
|
name = "arrow-row"
|
258
|
-
version = "
|
259
|
+
version = "55.2.0"
|
259
260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
260
|
-
checksum = "
|
261
|
+
checksum = "52bf7393166beaf79b4bed9bfdf19e97472af32ce5b6b48169d321518a08cae2"
|
261
262
|
dependencies = [
|
262
263
|
"arrow-array",
|
263
264
|
"arrow-buffer",
|
@@ -268,19 +269,20 @@ dependencies = [
|
|
268
269
|
|
269
270
|
[[package]]
|
270
271
|
name = "arrow-schema"
|
271
|
-
version = "
|
272
|
+
version = "55.2.0"
|
272
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
273
|
-
checksum = "
|
274
|
+
checksum = "af7686986a3bf2254c9fb130c623cdcb2f8e1f15763e7c71c310f0834da3d292"
|
274
275
|
dependencies = [
|
275
|
-
"bitflags
|
276
|
+
"bitflags",
|
276
277
|
"serde",
|
278
|
+
"serde_json",
|
277
279
|
]
|
278
280
|
|
279
281
|
[[package]]
|
280
282
|
name = "arrow-select"
|
281
|
-
version = "
|
283
|
+
version = "55.2.0"
|
282
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
283
|
-
checksum = "
|
285
|
+
checksum = "dd2b45757d6a2373faa3352d02ff5b54b098f5e21dccebc45a21806bc34501e5"
|
284
286
|
dependencies = [
|
285
287
|
"ahash",
|
286
288
|
"arrow-array",
|
@@ -292,9 +294,9 @@ dependencies = [
|
|
292
294
|
|
293
295
|
[[package]]
|
294
296
|
name = "arrow-string"
|
295
|
-
version = "
|
297
|
+
version = "55.2.0"
|
296
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
297
|
-
checksum = "
|
299
|
+
checksum = "0377d532850babb4d927a06294314b316e23311503ed580ec6ce6a0158f49d40"
|
298
300
|
dependencies = [
|
299
301
|
"arrow-array",
|
300
302
|
"arrow-buffer",
|
@@ -326,13 +328,13 @@ dependencies = [
|
|
326
328
|
|
327
329
|
[[package]]
|
328
330
|
name = "async-trait"
|
329
|
-
version = "0.1.
|
331
|
+
version = "0.1.88"
|
330
332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
331
|
-
checksum = "
|
333
|
+
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
332
334
|
dependencies = [
|
333
335
|
"proc-macro2",
|
334
336
|
"quote",
|
335
|
-
"syn
|
337
|
+
"syn",
|
336
338
|
]
|
337
339
|
|
338
340
|
[[package]]
|
@@ -352,15 +354,15 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
352
354
|
|
353
355
|
[[package]]
|
354
356
|
name = "autocfg"
|
355
|
-
version = "1.
|
357
|
+
version = "1.5.0"
|
356
358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
357
|
-
checksum = "
|
359
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
358
360
|
|
359
361
|
[[package]]
|
360
362
|
name = "aws-config"
|
361
|
-
version = "1.6.
|
363
|
+
version = "1.6.3"
|
362
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
363
|
-
checksum = "
|
365
|
+
checksum = "02a18fd934af6ae7ca52410d4548b98eb895aab0f1ea417d168d85db1434a141"
|
364
366
|
dependencies = [
|
365
367
|
"aws-credential-types",
|
366
368
|
"aws-runtime",
|
@@ -388,9 +390,9 @@ dependencies = [
|
|
388
390
|
|
389
391
|
[[package]]
|
390
392
|
name = "aws-credential-types"
|
391
|
-
version = "1.2.
|
393
|
+
version = "1.2.3"
|
392
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
393
|
-
checksum = "
|
395
|
+
checksum = "687bc16bc431a8533fe0097c7f0182874767f920989d7260950172ae8e3c4465"
|
394
396
|
dependencies = [
|
395
397
|
"aws-smithy-async",
|
396
398
|
"aws-smithy-runtime-api",
|
@@ -400,9 +402,9 @@ dependencies = [
|
|
400
402
|
|
401
403
|
[[package]]
|
402
404
|
name = "aws-lc-rs"
|
403
|
-
version = "1.
|
405
|
+
version = "1.13.2"
|
404
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405
|
-
checksum = "
|
407
|
+
checksum = "08b5d4e069cbc868041a64bd68dc8cb39a0d79585cd6c5a24caa8c2d622121be"
|
406
408
|
dependencies = [
|
407
409
|
"aws-lc-sys",
|
408
410
|
"zeroize",
|
@@ -410,9 +412,9 @@ dependencies = [
|
|
410
412
|
|
411
413
|
[[package]]
|
412
414
|
name = "aws-lc-sys"
|
413
|
-
version = "0.
|
415
|
+
version = "0.30.0"
|
414
416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
415
|
-
checksum = "
|
417
|
+
checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
|
416
418
|
dependencies = [
|
417
419
|
"bindgen",
|
418
420
|
"cc",
|
@@ -423,9 +425,9 @@ dependencies = [
|
|
423
425
|
|
424
426
|
[[package]]
|
425
427
|
name = "aws-runtime"
|
426
|
-
version = "1.5.
|
428
|
+
version = "1.5.8"
|
427
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
-
checksum = "
|
430
|
+
checksum = "4f6c68419d8ba16d9a7463671593c54f81ba58cab466e9b759418da606dcc2e2"
|
429
431
|
dependencies = [
|
430
432
|
"aws-credential-types",
|
431
433
|
"aws-sigv4",
|
@@ -439,7 +441,6 @@ dependencies = [
|
|
439
441
|
"fastrand",
|
440
442
|
"http 0.2.12",
|
441
443
|
"http-body 0.4.6",
|
442
|
-
"once_cell",
|
443
444
|
"percent-encoding",
|
444
445
|
"pin-project-lite",
|
445
446
|
"tracing",
|
@@ -448,9 +449,9 @@ dependencies = [
|
|
448
449
|
|
449
450
|
[[package]]
|
450
451
|
name = "aws-sdk-dynamodb"
|
451
|
-
version = "1.
|
452
|
+
version = "1.79.0"
|
452
453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
-
checksum = "
|
454
|
+
checksum = "c3e30c5374787c7ec96b290e39a1b565c9508fee443dabcabf903ff157598fab"
|
454
455
|
dependencies = [
|
455
456
|
"aws-credential-types",
|
456
457
|
"aws-runtime",
|
@@ -464,16 +465,15 @@ dependencies = [
|
|
464
465
|
"bytes",
|
465
466
|
"fastrand",
|
466
467
|
"http 0.2.12",
|
467
|
-
"once_cell",
|
468
468
|
"regex-lite",
|
469
469
|
"tracing",
|
470
470
|
]
|
471
471
|
|
472
472
|
[[package]]
|
473
473
|
name = "aws-sdk-sso"
|
474
|
-
version = "1.
|
474
|
+
version = "1.72.0"
|
475
475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
|
-
checksum = "
|
476
|
+
checksum = "13118ad30741222f67b1a18e5071385863914da05124652b38e172d6d3d9ce31"
|
477
477
|
dependencies = [
|
478
478
|
"aws-credential-types",
|
479
479
|
"aws-runtime",
|
@@ -485,17 +485,17 @@ dependencies = [
|
|
485
485
|
"aws-smithy-types",
|
486
486
|
"aws-types",
|
487
487
|
"bytes",
|
488
|
+
"fastrand",
|
488
489
|
"http 0.2.12",
|
489
|
-
"once_cell",
|
490
490
|
"regex-lite",
|
491
491
|
"tracing",
|
492
492
|
]
|
493
493
|
|
494
494
|
[[package]]
|
495
495
|
name = "aws-sdk-ssooidc"
|
496
|
-
version = "1.
|
496
|
+
version = "1.73.0"
|
497
497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
498
|
-
checksum = "
|
498
|
+
checksum = "f879a8572b4683a8f84f781695bebf2f25cf11a81a2693c31fc0e0215c2c1726"
|
499
499
|
dependencies = [
|
500
500
|
"aws-credential-types",
|
501
501
|
"aws-runtime",
|
@@ -507,17 +507,17 @@ dependencies = [
|
|
507
507
|
"aws-smithy-types",
|
508
508
|
"aws-types",
|
509
509
|
"bytes",
|
510
|
+
"fastrand",
|
510
511
|
"http 0.2.12",
|
511
|
-
"once_cell",
|
512
512
|
"regex-lite",
|
513
513
|
"tracing",
|
514
514
|
]
|
515
515
|
|
516
516
|
[[package]]
|
517
517
|
name = "aws-sdk-sts"
|
518
|
-
version = "1.
|
518
|
+
version = "1.73.0"
|
519
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
520
|
-
checksum = "
|
520
|
+
checksum = "f1e9c3c24e36183e2f698235ed38dcfbbdff1d09b9232dc866c4be3011e0b47e"
|
521
521
|
dependencies = [
|
522
522
|
"aws-credential-types",
|
523
523
|
"aws-runtime",
|
@@ -530,17 +530,17 @@ dependencies = [
|
|
530
530
|
"aws-smithy-types",
|
531
531
|
"aws-smithy-xml",
|
532
532
|
"aws-types",
|
533
|
+
"fastrand",
|
533
534
|
"http 0.2.12",
|
534
|
-
"once_cell",
|
535
535
|
"regex-lite",
|
536
536
|
"tracing",
|
537
537
|
]
|
538
538
|
|
539
539
|
[[package]]
|
540
540
|
name = "aws-sigv4"
|
541
|
-
version = "1.3.
|
541
|
+
version = "1.3.3"
|
542
542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
543
|
-
checksum = "
|
543
|
+
checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666"
|
544
544
|
dependencies = [
|
545
545
|
"aws-credential-types",
|
546
546
|
"aws-smithy-http",
|
@@ -552,7 +552,6 @@ dependencies = [
|
|
552
552
|
"hmac",
|
553
553
|
"http 0.2.12",
|
554
554
|
"http 1.3.1",
|
555
|
-
"once_cell",
|
556
555
|
"percent-encoding",
|
557
556
|
"sha2",
|
558
557
|
"time",
|
@@ -572,9 +571,9 @@ dependencies = [
|
|
572
571
|
|
573
572
|
[[package]]
|
574
573
|
name = "aws-smithy-http"
|
575
|
-
version = "0.62.
|
574
|
+
version = "0.62.1"
|
576
575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
577
|
-
checksum = "
|
576
|
+
checksum = "99335bec6cdc50a346fda1437f9fefe33abf8c99060739a546a16457f2862ca9"
|
578
577
|
dependencies = [
|
579
578
|
"aws-smithy-runtime-api",
|
580
579
|
"aws-smithy-types",
|
@@ -584,7 +583,6 @@ dependencies = [
|
|
584
583
|
"http 0.2.12",
|
585
584
|
"http 1.3.1",
|
586
585
|
"http-body 0.4.6",
|
587
|
-
"once_cell",
|
588
586
|
"percent-encoding",
|
589
587
|
"pin-project-lite",
|
590
588
|
"pin-utils",
|
@@ -593,25 +591,26 @@ dependencies = [
|
|
593
591
|
|
594
592
|
[[package]]
|
595
593
|
name = "aws-smithy-http-client"
|
596
|
-
version = "1.0.
|
594
|
+
version = "1.0.6"
|
597
595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
598
|
-
checksum = "
|
596
|
+
checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0"
|
599
597
|
dependencies = [
|
600
598
|
"aws-smithy-async",
|
601
599
|
"aws-smithy-runtime-api",
|
602
600
|
"aws-smithy-types",
|
603
|
-
"h2 0.
|
601
|
+
"h2 0.3.27",
|
602
|
+
"h2 0.4.11",
|
604
603
|
"http 0.2.12",
|
605
604
|
"http 1.3.1",
|
606
605
|
"http-body 0.4.6",
|
607
606
|
"hyper 0.14.32",
|
608
607
|
"hyper 1.6.0",
|
609
608
|
"hyper-rustls 0.24.2",
|
610
|
-
"hyper-rustls 0.27.
|
609
|
+
"hyper-rustls 0.27.7",
|
611
610
|
"hyper-util",
|
612
611
|
"pin-project-lite",
|
613
612
|
"rustls 0.21.12",
|
614
|
-
"rustls 0.23.
|
613
|
+
"rustls 0.23.29",
|
615
614
|
"rustls-native-certs 0.8.1",
|
616
615
|
"rustls-pki-types",
|
617
616
|
"tokio",
|
@@ -621,13 +620,22 @@ dependencies = [
|
|
621
620
|
|
622
621
|
[[package]]
|
623
622
|
name = "aws-smithy-json"
|
624
|
-
version = "0.61.
|
623
|
+
version = "0.61.4"
|
625
624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
-
checksum = "
|
625
|
+
checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9"
|
627
626
|
dependencies = [
|
628
627
|
"aws-smithy-types",
|
629
628
|
]
|
630
629
|
|
630
|
+
[[package]]
|
631
|
+
name = "aws-smithy-observability"
|
632
|
+
version = "0.1.3"
|
633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
634
|
+
checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393"
|
635
|
+
dependencies = [
|
636
|
+
"aws-smithy-runtime-api",
|
637
|
+
]
|
638
|
+
|
631
639
|
[[package]]
|
632
640
|
name = "aws-smithy-query"
|
633
641
|
version = "0.60.7"
|
@@ -640,13 +648,14 @@ dependencies = [
|
|
640
648
|
|
641
649
|
[[package]]
|
642
650
|
name = "aws-smithy-runtime"
|
643
|
-
version = "1.8.
|
651
|
+
version = "1.8.4"
|
644
652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
645
|
-
checksum = "
|
653
|
+
checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c"
|
646
654
|
dependencies = [
|
647
655
|
"aws-smithy-async",
|
648
656
|
"aws-smithy-http",
|
649
657
|
"aws-smithy-http-client",
|
658
|
+
"aws-smithy-observability",
|
650
659
|
"aws-smithy-runtime-api",
|
651
660
|
"aws-smithy-types",
|
652
661
|
"bytes",
|
@@ -655,7 +664,6 @@ dependencies = [
|
|
655
664
|
"http 1.3.1",
|
656
665
|
"http-body 0.4.6",
|
657
666
|
"http-body 1.0.1",
|
658
|
-
"once_cell",
|
659
667
|
"pin-project-lite",
|
660
668
|
"pin-utils",
|
661
669
|
"tokio",
|
@@ -664,9 +672,9 @@ dependencies = [
|
|
664
672
|
|
665
673
|
[[package]]
|
666
674
|
name = "aws-smithy-runtime-api"
|
667
|
-
version = "1.
|
675
|
+
version = "1.8.3"
|
668
676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
669
|
-
checksum = "
|
677
|
+
checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67"
|
670
678
|
dependencies = [
|
671
679
|
"aws-smithy-async",
|
672
680
|
"aws-smithy-types",
|
@@ -681,9 +689,9 @@ dependencies = [
|
|
681
689
|
|
682
690
|
[[package]]
|
683
691
|
name = "aws-smithy-types"
|
684
|
-
version = "1.3.
|
692
|
+
version = "1.3.2"
|
685
693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
686
|
-
checksum = "
|
694
|
+
checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8"
|
687
695
|
dependencies = [
|
688
696
|
"base64-simd",
|
689
697
|
"bytes",
|
@@ -707,18 +715,18 @@ dependencies = [
|
|
707
715
|
|
708
716
|
[[package]]
|
709
717
|
name = "aws-smithy-xml"
|
710
|
-
version = "0.60.
|
718
|
+
version = "0.60.10"
|
711
719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
-
checksum = "
|
720
|
+
checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728"
|
713
721
|
dependencies = [
|
714
722
|
"xmlparser",
|
715
723
|
]
|
716
724
|
|
717
725
|
[[package]]
|
718
726
|
name = "aws-types"
|
719
|
-
version = "1.3.
|
727
|
+
version = "1.3.7"
|
720
728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
-
checksum = "
|
729
|
+
checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a"
|
722
730
|
dependencies = [
|
723
731
|
"aws-credential-types",
|
724
732
|
"aws-smithy-async",
|
@@ -730,9 +738,9 @@ dependencies = [
|
|
730
738
|
|
731
739
|
[[package]]
|
732
740
|
name = "backon"
|
733
|
-
version = "1.
|
741
|
+
version = "1.5.1"
|
734
742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
-
checksum = "
|
743
|
+
checksum = "302eaff5357a264a2c42f127ecb8bac761cf99749fc3dc95677e2743991f99e7"
|
736
744
|
dependencies = [
|
737
745
|
"fastrand",
|
738
746
|
"tokio",
|
@@ -740,9 +748,9 @@ dependencies = [
|
|
740
748
|
|
741
749
|
[[package]]
|
742
750
|
name = "backtrace"
|
743
|
-
version = "0.3.
|
751
|
+
version = "0.3.75"
|
744
752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
745
|
-
checksum = "
|
753
|
+
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
746
754
|
dependencies = [
|
747
755
|
"addr2line",
|
748
756
|
"cfg-if",
|
@@ -777,9 +785,9 @@ dependencies = [
|
|
777
785
|
|
778
786
|
[[package]]
|
779
787
|
name = "bigdecimal"
|
780
|
-
version = "0.4.
|
788
|
+
version = "0.4.8"
|
781
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
782
|
-
checksum = "
|
790
|
+
checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
|
783
791
|
dependencies = [
|
784
792
|
"autocfg",
|
785
793
|
"libm",
|
@@ -794,7 +802,7 @@ version = "0.69.5"
|
|
794
802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795
803
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
796
804
|
dependencies = [
|
797
|
-
"bitflags
|
805
|
+
"bitflags",
|
798
806
|
"cexpr",
|
799
807
|
"clang-sys",
|
800
808
|
"itertools 0.12.1",
|
@@ -807,21 +815,15 @@ dependencies = [
|
|
807
815
|
"regex",
|
808
816
|
"rustc-hash 1.1.0",
|
809
817
|
"shlex",
|
810
|
-
"syn
|
818
|
+
"syn",
|
811
819
|
"which",
|
812
820
|
]
|
813
821
|
|
814
822
|
[[package]]
|
815
823
|
name = "bitflags"
|
816
|
-
version = "
|
817
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
819
|
-
|
820
|
-
[[package]]
|
821
|
-
name = "bitflags"
|
822
|
-
version = "2.9.0"
|
824
|
+
version = "2.9.1"
|
823
825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
824
|
-
checksum = "
|
826
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
825
827
|
|
826
828
|
[[package]]
|
827
829
|
name = "blake2"
|
@@ -834,9 +836,9 @@ dependencies = [
|
|
834
836
|
|
835
837
|
[[package]]
|
836
838
|
name = "blake3"
|
837
|
-
version = "1.
|
839
|
+
version = "1.8.2"
|
838
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
839
|
-
checksum = "
|
841
|
+
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
|
840
842
|
dependencies = [
|
841
843
|
"arrayref",
|
842
844
|
"arrayvec",
|
@@ -856,9 +858,9 @@ dependencies = [
|
|
856
858
|
|
857
859
|
[[package]]
|
858
860
|
name = "brotli"
|
859
|
-
version = "
|
861
|
+
version = "8.0.1"
|
860
862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
861
|
-
checksum = "
|
863
|
+
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
862
864
|
dependencies = [
|
863
865
|
"alloc-no-stdlib",
|
864
866
|
"alloc-stdlib",
|
@@ -867,9 +869,9 @@ dependencies = [
|
|
867
869
|
|
868
870
|
[[package]]
|
869
871
|
name = "brotli-decompressor"
|
870
|
-
version = "
|
872
|
+
version = "5.0.0"
|
871
873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
872
|
-
checksum = "
|
874
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
873
875
|
dependencies = [
|
874
876
|
"alloc-no-stdlib",
|
875
877
|
"alloc-stdlib",
|
@@ -877,15 +879,15 @@ dependencies = [
|
|
877
879
|
|
878
880
|
[[package]]
|
879
881
|
name = "bumpalo"
|
880
|
-
version = "3.
|
882
|
+
version = "3.19.0"
|
881
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
882
|
-
checksum = "
|
884
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
883
885
|
|
884
886
|
[[package]]
|
885
887
|
name = "bytemuck"
|
886
|
-
version = "1.
|
888
|
+
version = "1.23.1"
|
887
889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888
|
-
checksum = "
|
890
|
+
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
|
889
891
|
|
890
892
|
[[package]]
|
891
893
|
name = "byteorder"
|
@@ -930,9 +932,9 @@ dependencies = [
|
|
930
932
|
|
931
933
|
[[package]]
|
932
934
|
name = "cc"
|
933
|
-
version = "1.2.
|
935
|
+
version = "1.2.29"
|
934
936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
935
|
-
checksum = "
|
937
|
+
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
|
936
938
|
dependencies = [
|
937
939
|
"jobserver",
|
938
940
|
"libc",
|
@@ -950,9 +952,9 @@ dependencies = [
|
|
950
952
|
|
951
953
|
[[package]]
|
952
954
|
name = "cfg-if"
|
953
|
-
version = "1.0.
|
955
|
+
version = "1.0.1"
|
954
956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
955
|
-
checksum = "
|
957
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
956
958
|
|
957
959
|
[[package]]
|
958
960
|
name = "cfg_aliases"
|
@@ -962,9 +964,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
962
964
|
|
963
965
|
[[package]]
|
964
966
|
name = "chrono"
|
965
|
-
version = "0.4.
|
967
|
+
version = "0.4.41"
|
966
968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
967
|
-
checksum = "
|
969
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
968
970
|
dependencies = [
|
969
971
|
"android-tzdata",
|
970
972
|
"iana-time-zone",
|
@@ -972,30 +974,19 @@ dependencies = [
|
|
972
974
|
"num-traits",
|
973
975
|
"serde",
|
974
976
|
"wasm-bindgen",
|
975
|
-
"windows-
|
977
|
+
"windows-link",
|
976
978
|
]
|
977
979
|
|
978
980
|
[[package]]
|
979
981
|
name = "chrono-tz"
|
980
|
-
version = "0.10.
|
982
|
+
version = "0.10.4"
|
981
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
982
|
-
checksum = "
|
984
|
+
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
|
983
985
|
dependencies = [
|
984
986
|
"chrono",
|
985
|
-
"chrono-tz-build",
|
986
987
|
"phf",
|
987
988
|
]
|
988
989
|
|
989
|
-
[[package]]
|
990
|
-
name = "chrono-tz-build"
|
991
|
-
version = "0.4.0"
|
992
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
993
|
-
checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
|
994
|
-
dependencies = [
|
995
|
-
"parse-zoneinfo",
|
996
|
-
"phf_codegen",
|
997
|
-
]
|
998
|
-
|
999
990
|
[[package]]
|
1000
991
|
name = "clang-sys"
|
1001
992
|
version = "1.8.1"
|
@@ -1041,7 +1032,7 @@ version = "0.1.16"
|
|
1041
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042
1033
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
1043
1034
|
dependencies = [
|
1044
|
-
"getrandom 0.2.
|
1035
|
+
"getrandom 0.2.16",
|
1045
1036
|
"once_cell",
|
1046
1037
|
"tiny-keccak",
|
1047
1038
|
]
|
@@ -1052,6 +1043,15 @@ version = "0.3.1"
|
|
1052
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053
1044
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
1054
1045
|
|
1046
|
+
[[package]]
|
1047
|
+
name = "convert_case"
|
1048
|
+
version = "0.8.0"
|
1049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1050
|
+
checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
|
1051
|
+
dependencies = [
|
1052
|
+
"unicode-segmentation",
|
1053
|
+
]
|
1054
|
+
|
1055
1055
|
[[package]]
|
1056
1056
|
name = "core-foundation"
|
1057
1057
|
version = "0.9.4"
|
@@ -1064,9 +1064,9 @@ dependencies = [
|
|
1064
1064
|
|
1065
1065
|
[[package]]
|
1066
1066
|
name = "core-foundation"
|
1067
|
-
version = "0.10.
|
1067
|
+
version = "0.10.1"
|
1068
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069
|
-
checksum = "
|
1069
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
1070
1070
|
dependencies = [
|
1071
1071
|
"core-foundation-sys",
|
1072
1072
|
"libc",
|
@@ -1104,9 +1104,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
1104
1104
|
|
1105
1105
|
[[package]]
|
1106
1106
|
name = "crunchy"
|
1107
|
-
version = "0.2.
|
1107
|
+
version = "0.2.4"
|
1108
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109
|
-
checksum = "
|
1109
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
1110
1110
|
|
1111
1111
|
[[package]]
|
1112
1112
|
name = "crypto-common"
|
@@ -1139,6 +1139,41 @@ dependencies = [
|
|
1139
1139
|
"memchr",
|
1140
1140
|
]
|
1141
1141
|
|
1142
|
+
[[package]]
|
1143
|
+
name = "darling"
|
1144
|
+
version = "0.20.11"
|
1145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1146
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
1147
|
+
dependencies = [
|
1148
|
+
"darling_core",
|
1149
|
+
"darling_macro",
|
1150
|
+
]
|
1151
|
+
|
1152
|
+
[[package]]
|
1153
|
+
name = "darling_core"
|
1154
|
+
version = "0.20.11"
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
+
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
1157
|
+
dependencies = [
|
1158
|
+
"fnv",
|
1159
|
+
"ident_case",
|
1160
|
+
"proc-macro2",
|
1161
|
+
"quote",
|
1162
|
+
"strsim",
|
1163
|
+
"syn",
|
1164
|
+
]
|
1165
|
+
|
1166
|
+
[[package]]
|
1167
|
+
name = "darling_macro"
|
1168
|
+
version = "0.20.11"
|
1169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170
|
+
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
1171
|
+
dependencies = [
|
1172
|
+
"darling_core",
|
1173
|
+
"quote",
|
1174
|
+
"syn",
|
1175
|
+
]
|
1176
|
+
|
1142
1177
|
[[package]]
|
1143
1178
|
name = "dashmap"
|
1144
1179
|
version = "6.1.0"
|
@@ -1155,9 +1190,9 @@ dependencies = [
|
|
1155
1190
|
|
1156
1191
|
[[package]]
|
1157
1192
|
name = "datafusion"
|
1158
|
-
version = "
|
1193
|
+
version = "48.0.1"
|
1159
1194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1160
|
-
checksum = "
|
1195
|
+
checksum = "8a11e19a7ccc5bb979c95c1dceef663eab39c9061b3bbf8d1937faf0f03bf41f"
|
1161
1196
|
dependencies = [
|
1162
1197
|
"arrow",
|
1163
1198
|
"arrow-ipc",
|
@@ -1171,6 +1206,9 @@ dependencies = [
|
|
1171
1206
|
"datafusion-common",
|
1172
1207
|
"datafusion-common-runtime",
|
1173
1208
|
"datafusion-datasource",
|
1209
|
+
"datafusion-datasource-csv",
|
1210
|
+
"datafusion-datasource-json",
|
1211
|
+
"datafusion-datasource-parquet",
|
1174
1212
|
"datafusion-execution",
|
1175
1213
|
"datafusion-expr",
|
1176
1214
|
"datafusion-expr-common",
|
@@ -1179,12 +1217,12 @@ dependencies = [
|
|
1179
1217
|
"datafusion-functions-nested",
|
1180
1218
|
"datafusion-functions-table",
|
1181
1219
|
"datafusion-functions-window",
|
1182
|
-
"datafusion-macros",
|
1183
1220
|
"datafusion-optimizer",
|
1184
1221
|
"datafusion-physical-expr",
|
1185
1222
|
"datafusion-physical-expr-common",
|
1186
1223
|
"datafusion-physical-optimizer",
|
1187
1224
|
"datafusion-physical-plan",
|
1225
|
+
"datafusion-session",
|
1188
1226
|
"datafusion-sql",
|
1189
1227
|
"flate2",
|
1190
1228
|
"futures",
|
@@ -1193,9 +1231,9 @@ dependencies = [
|
|
1193
1231
|
"object_store",
|
1194
1232
|
"parking_lot",
|
1195
1233
|
"parquet",
|
1196
|
-
"rand 0.
|
1234
|
+
"rand 0.9.1",
|
1197
1235
|
"regex",
|
1198
|
-
"sqlparser 0.
|
1236
|
+
"sqlparser 0.55.0",
|
1199
1237
|
"tempfile",
|
1200
1238
|
"tokio",
|
1201
1239
|
"url",
|
@@ -1206,29 +1244,35 @@ dependencies = [
|
|
1206
1244
|
|
1207
1245
|
[[package]]
|
1208
1246
|
name = "datafusion-catalog"
|
1209
|
-
version = "
|
1247
|
+
version = "48.0.1"
|
1210
1248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211
|
-
checksum = "
|
1249
|
+
checksum = "94985e67cab97b1099db2a7af11f31a45008b282aba921c1e1d35327c212ec18"
|
1212
1250
|
dependencies = [
|
1213
1251
|
"arrow",
|
1214
1252
|
"async-trait",
|
1215
1253
|
"dashmap",
|
1216
1254
|
"datafusion-common",
|
1255
|
+
"datafusion-common-runtime",
|
1256
|
+
"datafusion-datasource",
|
1217
1257
|
"datafusion-execution",
|
1218
1258
|
"datafusion-expr",
|
1259
|
+
"datafusion-physical-expr",
|
1219
1260
|
"datafusion-physical-plan",
|
1261
|
+
"datafusion-session",
|
1220
1262
|
"datafusion-sql",
|
1221
1263
|
"futures",
|
1222
1264
|
"itertools 0.14.0",
|
1223
1265
|
"log",
|
1266
|
+
"object_store",
|
1224
1267
|
"parking_lot",
|
1268
|
+
"tokio",
|
1225
1269
|
]
|
1226
1270
|
|
1227
1271
|
[[package]]
|
1228
1272
|
name = "datafusion-catalog-listing"
|
1229
|
-
version = "
|
1273
|
+
version = "48.0.1"
|
1230
1274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1231
|
-
checksum = "
|
1275
|
+
checksum = "e002df133bdb7b0b9b429d89a69aa77b35caeadee4498b2ce1c7c23a99516988"
|
1232
1276
|
dependencies = [
|
1233
1277
|
"arrow",
|
1234
1278
|
"async-trait",
|
@@ -1240,6 +1284,7 @@ dependencies = [
|
|
1240
1284
|
"datafusion-physical-expr",
|
1241
1285
|
"datafusion-physical-expr-common",
|
1242
1286
|
"datafusion-physical-plan",
|
1287
|
+
"datafusion-session",
|
1243
1288
|
"futures",
|
1244
1289
|
"log",
|
1245
1290
|
"object_store",
|
@@ -1248,9 +1293,9 @@ dependencies = [
|
|
1248
1293
|
|
1249
1294
|
[[package]]
|
1250
1295
|
name = "datafusion-common"
|
1251
|
-
version = "
|
1296
|
+
version = "48.0.1"
|
1252
1297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1253
|
-
checksum = "
|
1298
|
+
checksum = "e13242fc58fd753787b0a538e5ae77d356cb9d0656fa85a591a33c5f106267f6"
|
1254
1299
|
dependencies = [
|
1255
1300
|
"ahash",
|
1256
1301
|
"arrow",
|
@@ -1265,26 +1310,27 @@ dependencies = [
|
|
1265
1310
|
"parquet",
|
1266
1311
|
"paste",
|
1267
1312
|
"recursive",
|
1268
|
-
"sqlparser 0.
|
1313
|
+
"sqlparser 0.55.0",
|
1269
1314
|
"tokio",
|
1270
1315
|
"web-time",
|
1271
1316
|
]
|
1272
1317
|
|
1273
1318
|
[[package]]
|
1274
1319
|
name = "datafusion-common-runtime"
|
1275
|
-
version = "
|
1320
|
+
version = "48.0.1"
|
1276
1321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1277
|
-
checksum = "
|
1322
|
+
checksum = "d2239f964e95c3a5d6b4a8cde07e646de8995c1396a7fd62c6e784f5341db499"
|
1278
1323
|
dependencies = [
|
1324
|
+
"futures",
|
1279
1325
|
"log",
|
1280
1326
|
"tokio",
|
1281
1327
|
]
|
1282
1328
|
|
1283
1329
|
[[package]]
|
1284
1330
|
name = "datafusion-datasource"
|
1285
|
-
version = "
|
1331
|
+
version = "48.0.1"
|
1286
1332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1287
|
-
checksum = "
|
1333
|
+
checksum = "2cf792579bc8bf07d1b2f68c2d5382f8a63679cce8fbebfd4ba95742b6e08864"
|
1288
1334
|
dependencies = [
|
1289
1335
|
"arrow",
|
1290
1336
|
"async-compression",
|
@@ -1292,7 +1338,6 @@ dependencies = [
|
|
1292
1338
|
"bytes",
|
1293
1339
|
"bzip2",
|
1294
1340
|
"chrono",
|
1295
|
-
"datafusion-catalog",
|
1296
1341
|
"datafusion-common",
|
1297
1342
|
"datafusion-common-runtime",
|
1298
1343
|
"datafusion-execution",
|
@@ -1300,13 +1345,16 @@ dependencies = [
|
|
1300
1345
|
"datafusion-physical-expr",
|
1301
1346
|
"datafusion-physical-expr-common",
|
1302
1347
|
"datafusion-physical-plan",
|
1348
|
+
"datafusion-session",
|
1303
1349
|
"flate2",
|
1304
1350
|
"futures",
|
1305
1351
|
"glob",
|
1306
1352
|
"itertools 0.14.0",
|
1307
1353
|
"log",
|
1308
1354
|
"object_store",
|
1309
|
-
"
|
1355
|
+
"parquet",
|
1356
|
+
"rand 0.9.1",
|
1357
|
+
"tempfile",
|
1310
1358
|
"tokio",
|
1311
1359
|
"tokio-util",
|
1312
1360
|
"url",
|
@@ -1314,17 +1362,98 @@ dependencies = [
|
|
1314
1362
|
"zstd",
|
1315
1363
|
]
|
1316
1364
|
|
1365
|
+
[[package]]
|
1366
|
+
name = "datafusion-datasource-csv"
|
1367
|
+
version = "48.0.1"
|
1368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1369
|
+
checksum = "cfc114f9a1415174f3e8d2719c371fc72092ef2195a7955404cfe6b2ba29a706"
|
1370
|
+
dependencies = [
|
1371
|
+
"arrow",
|
1372
|
+
"async-trait",
|
1373
|
+
"bytes",
|
1374
|
+
"datafusion-catalog",
|
1375
|
+
"datafusion-common",
|
1376
|
+
"datafusion-common-runtime",
|
1377
|
+
"datafusion-datasource",
|
1378
|
+
"datafusion-execution",
|
1379
|
+
"datafusion-expr",
|
1380
|
+
"datafusion-physical-expr",
|
1381
|
+
"datafusion-physical-expr-common",
|
1382
|
+
"datafusion-physical-plan",
|
1383
|
+
"datafusion-session",
|
1384
|
+
"futures",
|
1385
|
+
"object_store",
|
1386
|
+
"regex",
|
1387
|
+
"tokio",
|
1388
|
+
]
|
1389
|
+
|
1390
|
+
[[package]]
|
1391
|
+
name = "datafusion-datasource-json"
|
1392
|
+
version = "48.0.1"
|
1393
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1394
|
+
checksum = "d88dd5e215c420a52362b9988ecd4cefd71081b730663d4f7d886f706111fc75"
|
1395
|
+
dependencies = [
|
1396
|
+
"arrow",
|
1397
|
+
"async-trait",
|
1398
|
+
"bytes",
|
1399
|
+
"datafusion-catalog",
|
1400
|
+
"datafusion-common",
|
1401
|
+
"datafusion-common-runtime",
|
1402
|
+
"datafusion-datasource",
|
1403
|
+
"datafusion-execution",
|
1404
|
+
"datafusion-expr",
|
1405
|
+
"datafusion-physical-expr",
|
1406
|
+
"datafusion-physical-expr-common",
|
1407
|
+
"datafusion-physical-plan",
|
1408
|
+
"datafusion-session",
|
1409
|
+
"futures",
|
1410
|
+
"object_store",
|
1411
|
+
"serde_json",
|
1412
|
+
"tokio",
|
1413
|
+
]
|
1414
|
+
|
1415
|
+
[[package]]
|
1416
|
+
name = "datafusion-datasource-parquet"
|
1417
|
+
version = "48.0.1"
|
1418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1419
|
+
checksum = "33692acdd1fbe75280d14f4676fe43f39e9cb36296df56575aa2cac9a819e4cf"
|
1420
|
+
dependencies = [
|
1421
|
+
"arrow",
|
1422
|
+
"async-trait",
|
1423
|
+
"bytes",
|
1424
|
+
"datafusion-catalog",
|
1425
|
+
"datafusion-common",
|
1426
|
+
"datafusion-common-runtime",
|
1427
|
+
"datafusion-datasource",
|
1428
|
+
"datafusion-execution",
|
1429
|
+
"datafusion-expr",
|
1430
|
+
"datafusion-functions-aggregate",
|
1431
|
+
"datafusion-physical-expr",
|
1432
|
+
"datafusion-physical-expr-common",
|
1433
|
+
"datafusion-physical-optimizer",
|
1434
|
+
"datafusion-physical-plan",
|
1435
|
+
"datafusion-session",
|
1436
|
+
"futures",
|
1437
|
+
"itertools 0.14.0",
|
1438
|
+
"log",
|
1439
|
+
"object_store",
|
1440
|
+
"parking_lot",
|
1441
|
+
"parquet",
|
1442
|
+
"rand 0.9.1",
|
1443
|
+
"tokio",
|
1444
|
+
]
|
1445
|
+
|
1317
1446
|
[[package]]
|
1318
1447
|
name = "datafusion-doc"
|
1319
|
-
version = "
|
1448
|
+
version = "48.0.1"
|
1320
1449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1321
|
-
checksum = "
|
1450
|
+
checksum = "e0e7b648387b0c1937b83cb328533c06c923799e73a9e3750b762667f32662c0"
|
1322
1451
|
|
1323
1452
|
[[package]]
|
1324
1453
|
name = "datafusion-execution"
|
1325
|
-
version = "
|
1454
|
+
version = "48.0.1"
|
1326
1455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1327
|
-
checksum = "
|
1456
|
+
checksum = "9609d83d52ff8315283c6dad3b97566e877d8f366fab4c3297742f33dcd636c7"
|
1328
1457
|
dependencies = [
|
1329
1458
|
"arrow",
|
1330
1459
|
"dashmap",
|
@@ -1334,16 +1463,16 @@ dependencies = [
|
|
1334
1463
|
"log",
|
1335
1464
|
"object_store",
|
1336
1465
|
"parking_lot",
|
1337
|
-
"rand 0.
|
1466
|
+
"rand 0.9.1",
|
1338
1467
|
"tempfile",
|
1339
1468
|
"url",
|
1340
1469
|
]
|
1341
1470
|
|
1342
1471
|
[[package]]
|
1343
1472
|
name = "datafusion-expr"
|
1344
|
-
version = "
|
1473
|
+
version = "48.0.1"
|
1345
1474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1346
|
-
checksum = "
|
1475
|
+
checksum = "e75230cd67f650ef0399eb00f54d4a073698f2c0262948298e5299fc7324da63"
|
1347
1476
|
dependencies = [
|
1348
1477
|
"arrow",
|
1349
1478
|
"chrono",
|
@@ -1357,14 +1486,14 @@ dependencies = [
|
|
1357
1486
|
"paste",
|
1358
1487
|
"recursive",
|
1359
1488
|
"serde_json",
|
1360
|
-
"sqlparser 0.
|
1489
|
+
"sqlparser 0.55.0",
|
1361
1490
|
]
|
1362
1491
|
|
1363
1492
|
[[package]]
|
1364
1493
|
name = "datafusion-expr-common"
|
1365
|
-
version = "
|
1494
|
+
version = "48.0.1"
|
1366
1495
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1367
|
-
checksum = "
|
1496
|
+
checksum = "70fafb3a045ed6c49cfca0cd090f62cf871ca6326cc3355cb0aaf1260fa760b6"
|
1368
1497
|
dependencies = [
|
1369
1498
|
"arrow",
|
1370
1499
|
"datafusion-common",
|
@@ -1375,9 +1504,9 @@ dependencies = [
|
|
1375
1504
|
|
1376
1505
|
[[package]]
|
1377
1506
|
name = "datafusion-functions"
|
1378
|
-
version = "
|
1507
|
+
version = "48.0.1"
|
1379
1508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380
|
-
checksum = "
|
1509
|
+
checksum = "cdf9a9cf655265861a20453b1e58357147eab59bdc90ce7f2f68f1f35104d3bb"
|
1381
1510
|
dependencies = [
|
1382
1511
|
"arrow",
|
1383
1512
|
"arrow-buffer",
|
@@ -1395,7 +1524,7 @@ dependencies = [
|
|
1395
1524
|
"itertools 0.14.0",
|
1396
1525
|
"log",
|
1397
1526
|
"md-5",
|
1398
|
-
"rand 0.
|
1527
|
+
"rand 0.9.1",
|
1399
1528
|
"regex",
|
1400
1529
|
"sha2",
|
1401
1530
|
"unicode-segmentation",
|
@@ -1404,9 +1533,9 @@ dependencies = [
|
|
1404
1533
|
|
1405
1534
|
[[package]]
|
1406
1535
|
name = "datafusion-functions-aggregate"
|
1407
|
-
version = "
|
1536
|
+
version = "48.0.1"
|
1408
1537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409
|
-
checksum = "
|
1538
|
+
checksum = "7f07e49733d847be0a05235e17b884d326a2fd402c97a89fe8bcf0bfba310005"
|
1410
1539
|
dependencies = [
|
1411
1540
|
"ahash",
|
1412
1541
|
"arrow",
|
@@ -1425,9 +1554,9 @@ dependencies = [
|
|
1425
1554
|
|
1426
1555
|
[[package]]
|
1427
1556
|
name = "datafusion-functions-aggregate-common"
|
1428
|
-
version = "
|
1557
|
+
version = "48.0.1"
|
1429
1558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
-
checksum = "
|
1559
|
+
checksum = "4512607e10d72b0b0a1dc08f42cb5bd5284cb8348b7fea49dc83409493e32b1b"
|
1431
1560
|
dependencies = [
|
1432
1561
|
"ahash",
|
1433
1562
|
"arrow",
|
@@ -1438,9 +1567,9 @@ dependencies = [
|
|
1438
1567
|
|
1439
1568
|
[[package]]
|
1440
1569
|
name = "datafusion-functions-nested"
|
1441
|
-
version = "
|
1570
|
+
version = "48.0.1"
|
1442
1571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1443
|
-
checksum = "
|
1572
|
+
checksum = "2ab331806e34f5545e5f03396e4d5068077395b1665795d8f88c14ec4f1e0b7a"
|
1444
1573
|
dependencies = [
|
1445
1574
|
"arrow",
|
1446
1575
|
"arrow-ord",
|
@@ -1459,9 +1588,9 @@ dependencies = [
|
|
1459
1588
|
|
1460
1589
|
[[package]]
|
1461
1590
|
name = "datafusion-functions-table"
|
1462
|
-
version = "
|
1591
|
+
version = "48.0.1"
|
1463
1592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464
|
-
checksum = "
|
1593
|
+
checksum = "d4ac2c0be983a06950ef077e34e0174aa0cb9e346f3aeae459823158037ade37"
|
1465
1594
|
dependencies = [
|
1466
1595
|
"arrow",
|
1467
1596
|
"async-trait",
|
@@ -1475,10 +1604,11 @@ dependencies = [
|
|
1475
1604
|
|
1476
1605
|
[[package]]
|
1477
1606
|
name = "datafusion-functions-window"
|
1478
|
-
version = "
|
1607
|
+
version = "48.0.1"
|
1479
1608
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1480
|
-
checksum = "
|
1609
|
+
checksum = "36f3d92731de384c90906941d36dcadf6a86d4128409a9c5cd916662baed5f53"
|
1481
1610
|
dependencies = [
|
1611
|
+
"arrow",
|
1482
1612
|
"datafusion-common",
|
1483
1613
|
"datafusion-doc",
|
1484
1614
|
"datafusion-expr",
|
@@ -1492,9 +1622,9 @@ dependencies = [
|
|
1492
1622
|
|
1493
1623
|
[[package]]
|
1494
1624
|
name = "datafusion-functions-window-common"
|
1495
|
-
version = "
|
1625
|
+
version = "48.0.1"
|
1496
1626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497
|
-
checksum = "
|
1627
|
+
checksum = "c679f8bf0971704ec8fd4249fcbb2eb49d6a12cc3e7a840ac047b4928d3541b5"
|
1498
1628
|
dependencies = [
|
1499
1629
|
"datafusion-common",
|
1500
1630
|
"datafusion-physical-expr-common",
|
@@ -1502,20 +1632,20 @@ dependencies = [
|
|
1502
1632
|
|
1503
1633
|
[[package]]
|
1504
1634
|
name = "datafusion-macros"
|
1505
|
-
version = "
|
1635
|
+
version = "48.0.1"
|
1506
1636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507
|
-
checksum = "
|
1637
|
+
checksum = "2821de7cb0362d12e75a5196b636a59ea3584ec1e1cc7dc6f5e34b9e8389d251"
|
1508
1638
|
dependencies = [
|
1509
1639
|
"datafusion-expr",
|
1510
1640
|
"quote",
|
1511
|
-
"syn
|
1641
|
+
"syn",
|
1512
1642
|
]
|
1513
1643
|
|
1514
1644
|
[[package]]
|
1515
1645
|
name = "datafusion-optimizer"
|
1516
|
-
version = "
|
1646
|
+
version = "48.0.1"
|
1517
1647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518
|
-
checksum = "
|
1648
|
+
checksum = "1594c7a97219ede334f25347ad8d57056621e7f4f35a0693c8da876e10dd6a53"
|
1519
1649
|
dependencies = [
|
1520
1650
|
"arrow",
|
1521
1651
|
"chrono",
|
@@ -1532,9 +1662,9 @@ dependencies = [
|
|
1532
1662
|
|
1533
1663
|
[[package]]
|
1534
1664
|
name = "datafusion-physical-expr"
|
1535
|
-
version = "
|
1665
|
+
version = "48.0.1"
|
1536
1666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1537
|
-
checksum = "
|
1667
|
+
checksum = "dc6da0f2412088d23f6b01929dedd687b5aee63b19b674eb73d00c3eb3c883b7"
|
1538
1668
|
dependencies = [
|
1539
1669
|
"ahash",
|
1540
1670
|
"arrow",
|
@@ -1554,9 +1684,9 @@ dependencies = [
|
|
1554
1684
|
|
1555
1685
|
[[package]]
|
1556
1686
|
name = "datafusion-physical-expr-common"
|
1557
|
-
version = "
|
1687
|
+
version = "48.0.1"
|
1558
1688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559
|
-
checksum = "
|
1689
|
+
checksum = "dcb0dbd9213078a593c3fe28783beaa625a4e6c6a6c797856ee2ba234311fb96"
|
1560
1690
|
dependencies = [
|
1561
1691
|
"ahash",
|
1562
1692
|
"arrow",
|
@@ -1568,9 +1698,9 @@ dependencies = [
|
|
1568
1698
|
|
1569
1699
|
[[package]]
|
1570
1700
|
name = "datafusion-physical-optimizer"
|
1571
|
-
version = "
|
1701
|
+
version = "48.0.1"
|
1572
1702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1573
|
-
checksum = "
|
1703
|
+
checksum = "6d140854b2db3ef8ac611caad12bfb2e1e1de827077429322a6188f18fc0026a"
|
1574
1704
|
dependencies = [
|
1575
1705
|
"arrow",
|
1576
1706
|
"datafusion-common",
|
@@ -1587,9 +1717,9 @@ dependencies = [
|
|
1587
1717
|
|
1588
1718
|
[[package]]
|
1589
1719
|
name = "datafusion-physical-plan"
|
1590
|
-
version = "
|
1720
|
+
version = "48.0.1"
|
1591
1721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1592
|
-
checksum = "
|
1722
|
+
checksum = "b46cbdf21a01206be76d467f325273b22c559c744a012ead5018dfe79597de08"
|
1593
1723
|
dependencies = [
|
1594
1724
|
"ahash",
|
1595
1725
|
"arrow",
|
@@ -1617,9 +1747,9 @@ dependencies = [
|
|
1617
1747
|
|
1618
1748
|
[[package]]
|
1619
1749
|
name = "datafusion-proto"
|
1620
|
-
version = "
|
1750
|
+
version = "48.0.1"
|
1621
1751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1622
|
-
checksum = "
|
1752
|
+
checksum = "e3fc7a2744332c2ef8804274c21f9fa664b4ca5889169250a6fd6b649ee5d16c"
|
1623
1753
|
dependencies = [
|
1624
1754
|
"arrow",
|
1625
1755
|
"chrono",
|
@@ -1633,20 +1763,44 @@ dependencies = [
|
|
1633
1763
|
|
1634
1764
|
[[package]]
|
1635
1765
|
name = "datafusion-proto-common"
|
1636
|
-
version = "
|
1766
|
+
version = "48.0.1"
|
1637
1767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1638
|
-
checksum = "
|
1768
|
+
checksum = "800add86852f12e3d249867425de2224c1e9fb7adc2930460548868781fbeded"
|
1639
1769
|
dependencies = [
|
1640
1770
|
"arrow",
|
1641
1771
|
"datafusion-common",
|
1642
1772
|
"prost",
|
1643
1773
|
]
|
1644
1774
|
|
1775
|
+
[[package]]
|
1776
|
+
name = "datafusion-session"
|
1777
|
+
version = "48.0.1"
|
1778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1779
|
+
checksum = "3a72733766ddb5b41534910926e8da5836622316f6283307fd9fb7e19811a59c"
|
1780
|
+
dependencies = [
|
1781
|
+
"arrow",
|
1782
|
+
"async-trait",
|
1783
|
+
"dashmap",
|
1784
|
+
"datafusion-common",
|
1785
|
+
"datafusion-common-runtime",
|
1786
|
+
"datafusion-execution",
|
1787
|
+
"datafusion-expr",
|
1788
|
+
"datafusion-physical-expr",
|
1789
|
+
"datafusion-physical-plan",
|
1790
|
+
"datafusion-sql",
|
1791
|
+
"futures",
|
1792
|
+
"itertools 0.14.0",
|
1793
|
+
"log",
|
1794
|
+
"object_store",
|
1795
|
+
"parking_lot",
|
1796
|
+
"tokio",
|
1797
|
+
]
|
1798
|
+
|
1645
1799
|
[[package]]
|
1646
1800
|
name = "datafusion-sql"
|
1647
|
-
version = "
|
1801
|
+
version = "48.0.1"
|
1648
1802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1649
|
-
checksum = "
|
1803
|
+
checksum = "c5162338cdec9cc7ea13a0e6015c361acad5ec1d88d83f7c86301f789473971f"
|
1650
1804
|
dependencies = [
|
1651
1805
|
"arrow",
|
1652
1806
|
"bigdecimal",
|
@@ -1656,24 +1810,22 @@ dependencies = [
|
|
1656
1810
|
"log",
|
1657
1811
|
"recursive",
|
1658
1812
|
"regex",
|
1659
|
-
"sqlparser 0.
|
1813
|
+
"sqlparser 0.55.0",
|
1660
1814
|
]
|
1661
1815
|
|
1662
1816
|
[[package]]
|
1663
1817
|
name = "delta_kernel"
|
1664
|
-
version = "0.
|
1818
|
+
version = "0.13.0"
|
1665
1819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666
|
-
checksum = "
|
1820
|
+
checksum = "f06f3676832e713e44f65804cebf82f46962d3e126f64f3251eb5fbeb0ad94e4"
|
1667
1821
|
dependencies = [
|
1668
1822
|
"arrow",
|
1669
1823
|
"bytes",
|
1670
1824
|
"chrono",
|
1671
1825
|
"delta_kernel_derive",
|
1672
|
-
"fix-hidden-lifetime-bug",
|
1673
1826
|
"futures",
|
1674
|
-
"home",
|
1675
1827
|
"indexmap",
|
1676
|
-
"itertools 0.
|
1828
|
+
"itertools 0.14.0",
|
1677
1829
|
"object_store",
|
1678
1830
|
"parquet",
|
1679
1831
|
"reqwest",
|
@@ -1682,35 +1834,34 @@ dependencies = [
|
|
1682
1834
|
"serde",
|
1683
1835
|
"serde_json",
|
1684
1836
|
"strum",
|
1685
|
-
"thiserror
|
1837
|
+
"thiserror",
|
1686
1838
|
"tokio",
|
1687
1839
|
"tracing",
|
1688
1840
|
"url",
|
1689
1841
|
"uuid",
|
1690
|
-
"visibility",
|
1691
1842
|
"z85",
|
1692
1843
|
]
|
1693
1844
|
|
1694
1845
|
[[package]]
|
1695
1846
|
name = "delta_kernel_derive"
|
1696
|
-
version = "0.
|
1847
|
+
version = "0.13.0"
|
1697
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1698
|
-
checksum = "
|
1849
|
+
checksum = "059e70a67ae0c827a0e7f393eb05db2985533b3b612f8b33243433853570db45"
|
1699
1850
|
dependencies = [
|
1700
1851
|
"proc-macro2",
|
1701
1852
|
"quote",
|
1702
|
-
"syn
|
1853
|
+
"syn",
|
1703
1854
|
]
|
1704
1855
|
|
1705
1856
|
[[package]]
|
1706
1857
|
name = "deltalake"
|
1707
|
-
version = "0.
|
1858
|
+
version = "0.2.0"
|
1708
1859
|
dependencies = [
|
1709
1860
|
"arrow",
|
1710
1861
|
"arrow-schema",
|
1711
1862
|
"chrono",
|
1712
1863
|
"delta_kernel",
|
1713
|
-
"deltalake 0.
|
1864
|
+
"deltalake 0.27.0",
|
1714
1865
|
"futures",
|
1715
1866
|
"magnus",
|
1716
1867
|
"num_cpus",
|
@@ -1721,10 +1872,11 @@ dependencies = [
|
|
1721
1872
|
|
1722
1873
|
[[package]]
|
1723
1874
|
name = "deltalake"
|
1724
|
-
version = "0.
|
1875
|
+
version = "0.27.0"
|
1725
1876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1726
|
-
checksum = "
|
1877
|
+
checksum = "c0bc8093956854b2b096ca67e16bef496242a634bf477942404ab955fb99f28e"
|
1727
1878
|
dependencies = [
|
1879
|
+
"delta_kernel",
|
1728
1880
|
"deltalake-aws",
|
1729
1881
|
"deltalake-azure",
|
1730
1882
|
"deltalake-core",
|
@@ -1733,14 +1885,16 @@ dependencies = [
|
|
1733
1885
|
|
1734
1886
|
[[package]]
|
1735
1887
|
name = "deltalake-aws"
|
1736
|
-
version = "0.
|
1888
|
+
version = "0.10.0"
|
1737
1889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1738
|
-
checksum = "
|
1890
|
+
checksum = "2d49a948b7545aaad4bc5affb4bbf9fde5c740c53c8e321df2d2772678f5825c"
|
1739
1891
|
dependencies = [
|
1740
1892
|
"async-trait",
|
1741
1893
|
"aws-config",
|
1742
1894
|
"aws-credential-types",
|
1743
1895
|
"aws-sdk-dynamodb",
|
1896
|
+
"aws-sdk-sso",
|
1897
|
+
"aws-sdk-ssooidc",
|
1744
1898
|
"aws-sdk-sts",
|
1745
1899
|
"aws-smithy-runtime-api",
|
1746
1900
|
"backon",
|
@@ -1751,7 +1905,7 @@ dependencies = [
|
|
1751
1905
|
"maplit",
|
1752
1906
|
"object_store",
|
1753
1907
|
"regex",
|
1754
|
-
"thiserror
|
1908
|
+
"thiserror",
|
1755
1909
|
"tokio",
|
1756
1910
|
"tracing",
|
1757
1911
|
"url",
|
@@ -1760,9 +1914,9 @@ dependencies = [
|
|
1760
1914
|
|
1761
1915
|
[[package]]
|
1762
1916
|
name = "deltalake-azure"
|
1763
|
-
version = "0.
|
1917
|
+
version = "0.10.0"
|
1764
1918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1765
|
-
checksum = "
|
1919
|
+
checksum = "05985eea8ddd75f11c5e023541a269913c84fde3c9e1e6c0b4d24ad9955ce8bd"
|
1766
1920
|
dependencies = [
|
1767
1921
|
"async-trait",
|
1768
1922
|
"bytes",
|
@@ -1770,7 +1924,7 @@ dependencies = [
|
|
1770
1924
|
"futures",
|
1771
1925
|
"object_store",
|
1772
1926
|
"regex",
|
1773
|
-
"thiserror
|
1927
|
+
"thiserror",
|
1774
1928
|
"tokio",
|
1775
1929
|
"tracing",
|
1776
1930
|
"url",
|
@@ -1778,9 +1932,9 @@ dependencies = [
|
|
1778
1932
|
|
1779
1933
|
[[package]]
|
1780
1934
|
name = "deltalake-core"
|
1781
|
-
version = "0.
|
1935
|
+
version = "0.27.0"
|
1782
1936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1783
|
-
checksum = "
|
1937
|
+
checksum = "5af7ca925315b5fe07ff61f8a6f12afff44fcc64a70c3a668c777d152b932ca8"
|
1784
1938
|
dependencies = [
|
1785
1939
|
"arrow",
|
1786
1940
|
"arrow-arith",
|
@@ -1799,23 +1953,14 @@ dependencies = [
|
|
1799
1953
|
"chrono",
|
1800
1954
|
"dashmap",
|
1801
1955
|
"datafusion",
|
1802
|
-
"datafusion-common",
|
1803
|
-
"datafusion-expr",
|
1804
|
-
"datafusion-functions",
|
1805
|
-
"datafusion-functions-aggregate",
|
1806
|
-
"datafusion-physical-expr",
|
1807
|
-
"datafusion-physical-plan",
|
1808
1956
|
"datafusion-proto",
|
1809
|
-
"datafusion-sql",
|
1810
1957
|
"delta_kernel",
|
1958
|
+
"deltalake-derive",
|
1811
1959
|
"either",
|
1812
|
-
"errno",
|
1813
|
-
"fix-hidden-lifetime-bug",
|
1814
1960
|
"futures",
|
1815
1961
|
"humantime",
|
1816
1962
|
"indexmap",
|
1817
1963
|
"itertools 0.14.0",
|
1818
|
-
"libc",
|
1819
1964
|
"maplit",
|
1820
1965
|
"num-bigint",
|
1821
1966
|
"num-traits",
|
@@ -1827,25 +1972,37 @@ dependencies = [
|
|
1827
1972
|
"pin-project-lite",
|
1828
1973
|
"rand 0.8.5",
|
1829
1974
|
"regex",
|
1830
|
-
"roaring",
|
1831
1975
|
"serde",
|
1832
1976
|
"serde_json",
|
1833
|
-
"sqlparser 0.
|
1977
|
+
"sqlparser 0.56.0",
|
1834
1978
|
"strum",
|
1835
|
-
"thiserror
|
1979
|
+
"thiserror",
|
1836
1980
|
"tokio",
|
1837
1981
|
"tracing",
|
1838
1982
|
"url",
|
1839
1983
|
"urlencoding",
|
1840
1984
|
"uuid",
|
1841
|
-
"
|
1985
|
+
"validator",
|
1986
|
+
]
|
1987
|
+
|
1988
|
+
[[package]]
|
1989
|
+
name = "deltalake-derive"
|
1990
|
+
version = "0.27.0"
|
1991
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1992
|
+
checksum = "e436342b66a8cafcb019e7ef0cc1de2b2ffad5ca246c45b7d99a4c5702849ece"
|
1993
|
+
dependencies = [
|
1994
|
+
"convert_case",
|
1995
|
+
"itertools 0.14.0",
|
1996
|
+
"proc-macro2",
|
1997
|
+
"quote",
|
1998
|
+
"syn",
|
1842
1999
|
]
|
1843
2000
|
|
1844
2001
|
[[package]]
|
1845
2002
|
name = "deltalake-gcp"
|
1846
|
-
version = "0.
|
2003
|
+
version = "0.11.0"
|
1847
2004
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1848
|
-
checksum = "
|
2005
|
+
checksum = "297f1f1705966e27b0bfb696cf0afafcb686b5eb502ab6c5cb061174ef6dc539"
|
1849
2006
|
dependencies = [
|
1850
2007
|
"async-trait",
|
1851
2008
|
"bytes",
|
@@ -1853,7 +2010,7 @@ dependencies = [
|
|
1853
2010
|
"futures",
|
1854
2011
|
"object_store",
|
1855
2012
|
"regex",
|
1856
|
-
"thiserror
|
2013
|
+
"thiserror",
|
1857
2014
|
"tokio",
|
1858
2015
|
"tracing",
|
1859
2016
|
"url",
|
@@ -1861,9 +2018,9 @@ dependencies = [
|
|
1861
2018
|
|
1862
2019
|
[[package]]
|
1863
2020
|
name = "deranged"
|
1864
|
-
version = "0.
|
2021
|
+
version = "0.4.0"
|
1865
2022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1866
|
-
checksum = "
|
2023
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
1867
2024
|
dependencies = [
|
1868
2025
|
"powerfmt",
|
1869
2026
|
]
|
@@ -1887,7 +2044,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
1887
2044
|
dependencies = [
|
1888
2045
|
"proc-macro2",
|
1889
2046
|
"quote",
|
1890
|
-
"syn
|
2047
|
+
"syn",
|
1891
2048
|
]
|
1892
2049
|
|
1893
2050
|
[[package]]
|
@@ -1910,12 +2067,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
1910
2067
|
|
1911
2068
|
[[package]]
|
1912
2069
|
name = "errno"
|
1913
|
-
version = "0.3.
|
2070
|
+
version = "0.3.13"
|
1914
2071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1915
|
-
checksum = "
|
2072
|
+
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
1916
2073
|
dependencies = [
|
1917
2074
|
"libc",
|
1918
|
-
"windows-sys 0.
|
2075
|
+
"windows-sys 0.60.2",
|
1919
2076
|
]
|
1920
2077
|
|
1921
2078
|
[[package]]
|
@@ -1924,26 +2081,6 @@ version = "2.3.0"
|
|
1924
2081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1925
2082
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
1926
2083
|
|
1927
|
-
[[package]]
|
1928
|
-
name = "fix-hidden-lifetime-bug"
|
1929
|
-
version = "0.2.7"
|
1930
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1931
|
-
checksum = "ab7b4994e93dd63050356bdde7d417591d1b348523638dc1c1f539f16e338d55"
|
1932
|
-
dependencies = [
|
1933
|
-
"fix-hidden-lifetime-bug-proc_macros",
|
1934
|
-
]
|
1935
|
-
|
1936
|
-
[[package]]
|
1937
|
-
name = "fix-hidden-lifetime-bug-proc_macros"
|
1938
|
-
version = "0.2.7"
|
1939
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1940
|
-
checksum = "e8f0de9daf465d763422866d0538f07be1596e05623e120b37b4f715f5585200"
|
1941
|
-
dependencies = [
|
1942
|
-
"proc-macro2",
|
1943
|
-
"quote",
|
1944
|
-
"syn 1.0.109",
|
1945
|
-
]
|
1946
|
-
|
1947
2084
|
[[package]]
|
1948
2085
|
name = "fixedbitset"
|
1949
2086
|
version = "0.5.7"
|
@@ -1952,21 +2089,22 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
1952
2089
|
|
1953
2090
|
[[package]]
|
1954
2091
|
name = "flatbuffers"
|
1955
|
-
version = "
|
2092
|
+
version = "25.2.10"
|
1956
2093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1957
|
-
checksum = "
|
2094
|
+
checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1"
|
1958
2095
|
dependencies = [
|
1959
|
-
"bitflags
|
2096
|
+
"bitflags",
|
1960
2097
|
"rustc_version",
|
1961
2098
|
]
|
1962
2099
|
|
1963
2100
|
[[package]]
|
1964
2101
|
name = "flate2"
|
1965
|
-
version = "1.1.
|
2102
|
+
version = "1.1.2"
|
1966
2103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1967
|
-
checksum = "
|
2104
|
+
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
|
1968
2105
|
dependencies = [
|
1969
2106
|
"crc32fast",
|
2107
|
+
"libz-rs-sys",
|
1970
2108
|
"miniz_oxide",
|
1971
2109
|
]
|
1972
2110
|
|
@@ -1976,6 +2114,12 @@ version = "1.0.7"
|
|
1976
2114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1977
2115
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
1978
2116
|
|
2117
|
+
[[package]]
|
2118
|
+
name = "foldhash"
|
2119
|
+
version = "0.1.5"
|
2120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2121
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2122
|
+
|
1979
2123
|
[[package]]
|
1980
2124
|
name = "form_urlencoded"
|
1981
2125
|
version = "1.2.1"
|
@@ -2047,7 +2191,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
2047
2191
|
dependencies = [
|
2048
2192
|
"proc-macro2",
|
2049
2193
|
"quote",
|
2050
|
-
"syn
|
2194
|
+
"syn",
|
2051
2195
|
]
|
2052
2196
|
|
2053
2197
|
[[package]]
|
@@ -2092,27 +2236,29 @@ dependencies = [
|
|
2092
2236
|
|
2093
2237
|
[[package]]
|
2094
2238
|
name = "getrandom"
|
2095
|
-
version = "0.2.
|
2239
|
+
version = "0.2.16"
|
2096
2240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2097
|
-
checksum = "
|
2241
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2098
2242
|
dependencies = [
|
2099
2243
|
"cfg-if",
|
2100
2244
|
"js-sys",
|
2101
2245
|
"libc",
|
2102
|
-
"wasi 0.11.
|
2246
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
2103
2247
|
"wasm-bindgen",
|
2104
2248
|
]
|
2105
2249
|
|
2106
2250
|
[[package]]
|
2107
2251
|
name = "getrandom"
|
2108
|
-
version = "0.3.
|
2252
|
+
version = "0.3.3"
|
2109
2253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2110
|
-
checksum = "
|
2254
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2111
2255
|
dependencies = [
|
2112
2256
|
"cfg-if",
|
2257
|
+
"js-sys",
|
2113
2258
|
"libc",
|
2114
|
-
"
|
2115
|
-
"
|
2259
|
+
"r-efi",
|
2260
|
+
"wasi 0.14.2+wasi-0.2.4",
|
2261
|
+
"wasm-bindgen",
|
2116
2262
|
]
|
2117
2263
|
|
2118
2264
|
[[package]]
|
@@ -2129,9 +2275,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
2129
2275
|
|
2130
2276
|
[[package]]
|
2131
2277
|
name = "h2"
|
2132
|
-
version = "0.3.
|
2278
|
+
version = "0.3.27"
|
2133
2279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2134
|
-
checksum = "
|
2280
|
+
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
2135
2281
|
dependencies = [
|
2136
2282
|
"bytes",
|
2137
2283
|
"fnv",
|
@@ -2148,9 +2294,9 @@ dependencies = [
|
|
2148
2294
|
|
2149
2295
|
[[package]]
|
2150
2296
|
name = "h2"
|
2151
|
-
version = "0.4.
|
2297
|
+
version = "0.4.11"
|
2152
2298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2153
|
-
checksum = "
|
2299
|
+
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
|
2154
2300
|
dependencies = [
|
2155
2301
|
"atomic-waker",
|
2156
2302
|
"bytes",
|
@@ -2167,9 +2313,9 @@ dependencies = [
|
|
2167
2313
|
|
2168
2314
|
[[package]]
|
2169
2315
|
name = "half"
|
2170
|
-
version = "2.
|
2316
|
+
version = "2.6.0"
|
2171
2317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2172
|
-
checksum = "
|
2318
|
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
2173
2319
|
dependencies = [
|
2174
2320
|
"cfg-if",
|
2175
2321
|
"crunchy",
|
@@ -2188,9 +2334,14 @@ dependencies = [
|
|
2188
2334
|
|
2189
2335
|
[[package]]
|
2190
2336
|
name = "hashbrown"
|
2191
|
-
version = "0.15.
|
2337
|
+
version = "0.15.4"
|
2192
2338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193
|
-
checksum = "
|
2339
|
+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2340
|
+
dependencies = [
|
2341
|
+
"allocator-api2",
|
2342
|
+
"equivalent",
|
2343
|
+
"foldhash",
|
2344
|
+
]
|
2194
2345
|
|
2195
2346
|
[[package]]
|
2196
2347
|
name = "heck"
|
@@ -2200,9 +2351,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
2200
2351
|
|
2201
2352
|
[[package]]
|
2202
2353
|
name = "hermit-abi"
|
2203
|
-
version = "0.
|
2354
|
+
version = "0.5.2"
|
2204
2355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2205
|
-
checksum = "
|
2356
|
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
2206
2357
|
|
2207
2358
|
[[package]]
|
2208
2359
|
name = "hex"
|
@@ -2221,11 +2372,11 @@ dependencies = [
|
|
2221
2372
|
|
2222
2373
|
[[package]]
|
2223
2374
|
name = "home"
|
2224
|
-
version = "0.5.
|
2375
|
+
version = "0.5.11"
|
2225
2376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2226
|
-
checksum = "
|
2377
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2227
2378
|
dependencies = [
|
2228
|
-
"windows-sys 0.
|
2379
|
+
"windows-sys 0.59.0",
|
2229
2380
|
]
|
2230
2381
|
|
2231
2382
|
[[package]]
|
@@ -2298,9 +2449,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
2298
2449
|
|
2299
2450
|
[[package]]
|
2300
2451
|
name = "humantime"
|
2301
|
-
version = "2.
|
2452
|
+
version = "2.2.0"
|
2302
2453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2303
|
-
checksum = "
|
2454
|
+
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
|
2304
2455
|
|
2305
2456
|
[[package]]
|
2306
2457
|
name = "hyper"
|
@@ -2312,7 +2463,7 @@ dependencies = [
|
|
2312
2463
|
"futures-channel",
|
2313
2464
|
"futures-core",
|
2314
2465
|
"futures-util",
|
2315
|
-
"h2 0.3.
|
2466
|
+
"h2 0.3.27",
|
2316
2467
|
"http 0.2.12",
|
2317
2468
|
"http-body 0.4.6",
|
2318
2469
|
"httparse",
|
@@ -2335,7 +2486,7 @@ dependencies = [
|
|
2335
2486
|
"bytes",
|
2336
2487
|
"futures-channel",
|
2337
2488
|
"futures-util",
|
2338
|
-
"h2 0.4.
|
2489
|
+
"h2 0.4.11",
|
2339
2490
|
"http 1.3.1",
|
2340
2491
|
"http-body 1.0.1",
|
2341
2492
|
"httparse",
|
@@ -2364,15 +2515,14 @@ dependencies = [
|
|
2364
2515
|
|
2365
2516
|
[[package]]
|
2366
2517
|
name = "hyper-rustls"
|
2367
|
-
version = "0.27.
|
2518
|
+
version = "0.27.7"
|
2368
2519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2369
|
-
checksum = "
|
2520
|
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2370
2521
|
dependencies = [
|
2371
|
-
"futures-util",
|
2372
2522
|
"http 1.3.1",
|
2373
2523
|
"hyper 1.6.0",
|
2374
2524
|
"hyper-util",
|
2375
|
-
"rustls 0.23.
|
2525
|
+
"rustls 0.23.29",
|
2376
2526
|
"rustls-native-certs 0.8.1",
|
2377
2527
|
"rustls-pki-types",
|
2378
2528
|
"tokio",
|
@@ -2382,16 +2532,21 @@ dependencies = [
|
|
2382
2532
|
|
2383
2533
|
[[package]]
|
2384
2534
|
name = "hyper-util"
|
2385
|
-
version = "0.1.
|
2535
|
+
version = "0.1.15"
|
2386
2536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2387
|
-
checksum = "
|
2537
|
+
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
|
2388
2538
|
dependencies = [
|
2539
|
+
"base64 0.22.1",
|
2389
2540
|
"bytes",
|
2390
2541
|
"futures-channel",
|
2542
|
+
"futures-core",
|
2391
2543
|
"futures-util",
|
2392
2544
|
"http 1.3.1",
|
2393
2545
|
"http-body 1.0.1",
|
2394
2546
|
"hyper 1.6.0",
|
2547
|
+
"ipnet",
|
2548
|
+
"libc",
|
2549
|
+
"percent-encoding",
|
2395
2550
|
"pin-project-lite",
|
2396
2551
|
"socket2",
|
2397
2552
|
"tokio",
|
@@ -2401,14 +2556,15 @@ dependencies = [
|
|
2401
2556
|
|
2402
2557
|
[[package]]
|
2403
2558
|
name = "iana-time-zone"
|
2404
|
-
version = "0.1.
|
2559
|
+
version = "0.1.63"
|
2405
2560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2406
|
-
checksum = "
|
2561
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
2407
2562
|
dependencies = [
|
2408
2563
|
"android_system_properties",
|
2409
2564
|
"core-foundation-sys",
|
2410
2565
|
"iana-time-zone-haiku",
|
2411
2566
|
"js-sys",
|
2567
|
+
"log",
|
2412
2568
|
"wasm-bindgen",
|
2413
2569
|
"windows-core",
|
2414
2570
|
]
|
@@ -2424,21 +2580,22 @@ dependencies = [
|
|
2424
2580
|
|
2425
2581
|
[[package]]
|
2426
2582
|
name = "icu_collections"
|
2427
|
-
version = "
|
2583
|
+
version = "2.0.0"
|
2428
2584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2429
|
-
checksum = "
|
2585
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2430
2586
|
dependencies = [
|
2431
2587
|
"displaydoc",
|
2588
|
+
"potential_utf",
|
2432
2589
|
"yoke",
|
2433
2590
|
"zerofrom",
|
2434
2591
|
"zerovec",
|
2435
2592
|
]
|
2436
2593
|
|
2437
2594
|
[[package]]
|
2438
|
-
name = "
|
2439
|
-
version = "
|
2595
|
+
name = "icu_locale_core"
|
2596
|
+
version = "2.0.0"
|
2440
2597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2441
|
-
checksum = "
|
2598
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2442
2599
|
dependencies = [
|
2443
2600
|
"displaydoc",
|
2444
2601
|
"litemap",
|
@@ -2447,31 +2604,11 @@ dependencies = [
|
|
2447
2604
|
"zerovec",
|
2448
2605
|
]
|
2449
2606
|
|
2450
|
-
[[package]]
|
2451
|
-
name = "icu_locid_transform"
|
2452
|
-
version = "1.5.0"
|
2453
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2454
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2455
|
-
dependencies = [
|
2456
|
-
"displaydoc",
|
2457
|
-
"icu_locid",
|
2458
|
-
"icu_locid_transform_data",
|
2459
|
-
"icu_provider",
|
2460
|
-
"tinystr",
|
2461
|
-
"zerovec",
|
2462
|
-
]
|
2463
|
-
|
2464
|
-
[[package]]
|
2465
|
-
name = "icu_locid_transform_data"
|
2466
|
-
version = "1.5.0"
|
2467
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2468
|
-
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2469
|
-
|
2470
2607
|
[[package]]
|
2471
2608
|
name = "icu_normalizer"
|
2472
|
-
version = "
|
2609
|
+
version = "2.0.0"
|
2473
2610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2474
|
-
checksum = "
|
2611
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
2475
2612
|
dependencies = [
|
2476
2613
|
"displaydoc",
|
2477
2614
|
"icu_collections",
|
@@ -2479,66 +2616,59 @@ dependencies = [
|
|
2479
2616
|
"icu_properties",
|
2480
2617
|
"icu_provider",
|
2481
2618
|
"smallvec",
|
2482
|
-
"utf16_iter",
|
2483
|
-
"utf8_iter",
|
2484
|
-
"write16",
|
2485
2619
|
"zerovec",
|
2486
2620
|
]
|
2487
2621
|
|
2488
2622
|
[[package]]
|
2489
2623
|
name = "icu_normalizer_data"
|
2490
|
-
version = "
|
2624
|
+
version = "2.0.0"
|
2491
2625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2492
|
-
checksum = "
|
2626
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
2493
2627
|
|
2494
2628
|
[[package]]
|
2495
2629
|
name = "icu_properties"
|
2496
|
-
version = "
|
2630
|
+
version = "2.0.1"
|
2497
2631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2498
|
-
checksum = "
|
2632
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
2499
2633
|
dependencies = [
|
2500
2634
|
"displaydoc",
|
2501
2635
|
"icu_collections",
|
2502
|
-
"
|
2636
|
+
"icu_locale_core",
|
2503
2637
|
"icu_properties_data",
|
2504
2638
|
"icu_provider",
|
2505
|
-
"
|
2639
|
+
"potential_utf",
|
2640
|
+
"zerotrie",
|
2506
2641
|
"zerovec",
|
2507
2642
|
]
|
2508
2643
|
|
2509
2644
|
[[package]]
|
2510
2645
|
name = "icu_properties_data"
|
2511
|
-
version = "
|
2646
|
+
version = "2.0.1"
|
2512
2647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2513
|
-
checksum = "
|
2648
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
2514
2649
|
|
2515
2650
|
[[package]]
|
2516
2651
|
name = "icu_provider"
|
2517
|
-
version = "
|
2652
|
+
version = "2.0.0"
|
2518
2653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2519
|
-
checksum = "
|
2654
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
2520
2655
|
dependencies = [
|
2521
2656
|
"displaydoc",
|
2522
|
-
"
|
2523
|
-
"icu_provider_macros",
|
2657
|
+
"icu_locale_core",
|
2524
2658
|
"stable_deref_trait",
|
2525
2659
|
"tinystr",
|
2526
2660
|
"writeable",
|
2527
2661
|
"yoke",
|
2528
2662
|
"zerofrom",
|
2663
|
+
"zerotrie",
|
2529
2664
|
"zerovec",
|
2530
2665
|
]
|
2531
2666
|
|
2532
2667
|
[[package]]
|
2533
|
-
name = "
|
2534
|
-
version = "1.
|
2668
|
+
name = "ident_case"
|
2669
|
+
version = "1.0.1"
|
2535
2670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2536
|
-
checksum = "
|
2537
|
-
dependencies = [
|
2538
|
-
"proc-macro2",
|
2539
|
-
"quote",
|
2540
|
-
"syn 2.0.100",
|
2541
|
-
]
|
2671
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2542
2672
|
|
2543
2673
|
[[package]]
|
2544
2674
|
name = "idna"
|
@@ -2553,9 +2683,9 @@ dependencies = [
|
|
2553
2683
|
|
2554
2684
|
[[package]]
|
2555
2685
|
name = "idna_adapter"
|
2556
|
-
version = "1.2.
|
2686
|
+
version = "1.2.1"
|
2557
2687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2558
|
-
checksum = "
|
2688
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2559
2689
|
dependencies = [
|
2560
2690
|
"icu_normalizer",
|
2561
2691
|
"icu_properties",
|
@@ -2563,12 +2693,12 @@ dependencies = [
|
|
2563
2693
|
|
2564
2694
|
[[package]]
|
2565
2695
|
name = "indexmap"
|
2566
|
-
version = "2.
|
2696
|
+
version = "2.10.0"
|
2567
2697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2568
|
-
checksum = "
|
2698
|
+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
2569
2699
|
dependencies = [
|
2570
2700
|
"equivalent",
|
2571
|
-
"hashbrown 0.15.
|
2701
|
+
"hashbrown 0.15.4",
|
2572
2702
|
]
|
2573
2703
|
|
2574
2704
|
[[package]]
|
@@ -2577,6 +2707,17 @@ version = "3.0.4"
|
|
2577
2707
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2578
2708
|
checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
2579
2709
|
|
2710
|
+
[[package]]
|
2711
|
+
name = "io-uring"
|
2712
|
+
version = "0.7.8"
|
2713
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2714
|
+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
|
2715
|
+
dependencies = [
|
2716
|
+
"bitflags",
|
2717
|
+
"cfg-if",
|
2718
|
+
"libc",
|
2719
|
+
]
|
2720
|
+
|
2580
2721
|
[[package]]
|
2581
2722
|
name = "ipnet"
|
2582
2723
|
version = "2.11.0"
|
@@ -2584,19 +2725,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2584
2725
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2585
2726
|
|
2586
2727
|
[[package]]
|
2587
|
-
name = "
|
2588
|
-
version = "0.
|
2728
|
+
name = "iri-string"
|
2729
|
+
version = "0.7.8"
|
2589
2730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2590
|
-
checksum = "
|
2731
|
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
2591
2732
|
dependencies = [
|
2592
|
-
"
|
2733
|
+
"memchr",
|
2734
|
+
"serde",
|
2593
2735
|
]
|
2594
2736
|
|
2595
2737
|
[[package]]
|
2596
2738
|
name = "itertools"
|
2597
|
-
version = "0.
|
2739
|
+
version = "0.12.1"
|
2598
2740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2599
|
-
checksum = "
|
2741
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2600
2742
|
dependencies = [
|
2601
2743
|
"either",
|
2602
2744
|
]
|
@@ -2618,10 +2760,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
2618
2760
|
|
2619
2761
|
[[package]]
|
2620
2762
|
name = "jobserver"
|
2621
|
-
version = "0.1.
|
2763
|
+
version = "0.1.33"
|
2622
2764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2623
|
-
checksum = "
|
2765
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
2624
2766
|
dependencies = [
|
2767
|
+
"getrandom 0.3.3",
|
2625
2768
|
"libc",
|
2626
2769
|
]
|
2627
2770
|
|
@@ -2713,25 +2856,34 @@ dependencies = [
|
|
2713
2856
|
|
2714
2857
|
[[package]]
|
2715
2858
|
name = "libc"
|
2716
|
-
version = "0.2.
|
2859
|
+
version = "0.2.174"
|
2717
2860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2718
|
-
checksum = "
|
2861
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2719
2862
|
|
2720
2863
|
[[package]]
|
2721
2864
|
name = "libloading"
|
2722
|
-
version = "0.8.
|
2865
|
+
version = "0.8.8"
|
2723
2866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2724
|
-
checksum = "
|
2867
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2725
2868
|
dependencies = [
|
2726
2869
|
"cfg-if",
|
2727
|
-
"windows-targets 0.
|
2870
|
+
"windows-targets 0.53.2",
|
2728
2871
|
]
|
2729
2872
|
|
2730
2873
|
[[package]]
|
2731
2874
|
name = "libm"
|
2732
|
-
version = "0.2.
|
2875
|
+
version = "0.2.15"
|
2733
2876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2734
|
-
checksum = "
|
2877
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2878
|
+
|
2879
|
+
[[package]]
|
2880
|
+
name = "libz-rs-sys"
|
2881
|
+
version = "0.5.1"
|
2882
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2883
|
+
checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221"
|
2884
|
+
dependencies = [
|
2885
|
+
"zlib-rs",
|
2886
|
+
]
|
2735
2887
|
|
2736
2888
|
[[package]]
|
2737
2889
|
name = "linux-raw-sys"
|
@@ -2741,21 +2893,21 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
2741
2893
|
|
2742
2894
|
[[package]]
|
2743
2895
|
name = "linux-raw-sys"
|
2744
|
-
version = "0.9.
|
2896
|
+
version = "0.9.4"
|
2745
2897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2746
|
-
checksum = "
|
2898
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2747
2899
|
|
2748
2900
|
[[package]]
|
2749
2901
|
name = "litemap"
|
2750
|
-
version = "0.
|
2902
|
+
version = "0.8.0"
|
2751
2903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2752
|
-
checksum = "
|
2904
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2753
2905
|
|
2754
2906
|
[[package]]
|
2755
2907
|
name = "lock_api"
|
2756
|
-
version = "0.4.
|
2908
|
+
version = "0.4.13"
|
2757
2909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2758
|
-
checksum = "
|
2910
|
+
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
2759
2911
|
dependencies = [
|
2760
2912
|
"autocfg",
|
2761
2913
|
"scopeguard",
|
@@ -2763,15 +2915,21 @@ dependencies = [
|
|
2763
2915
|
|
2764
2916
|
[[package]]
|
2765
2917
|
name = "log"
|
2766
|
-
version = "0.4.
|
2918
|
+
version = "0.4.27"
|
2919
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2920
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2921
|
+
|
2922
|
+
[[package]]
|
2923
|
+
name = "lru-slab"
|
2924
|
+
version = "0.1.2"
|
2767
2925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2768
|
-
checksum = "
|
2926
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
2769
2927
|
|
2770
2928
|
[[package]]
|
2771
2929
|
name = "lz4_flex"
|
2772
|
-
version = "0.11.
|
2930
|
+
version = "0.11.5"
|
2773
2931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2774
|
-
checksum = "
|
2932
|
+
checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
|
2775
2933
|
dependencies = [
|
2776
2934
|
"twox-hash",
|
2777
2935
|
]
|
@@ -2807,7 +2965,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
2807
2965
|
dependencies = [
|
2808
2966
|
"proc-macro2",
|
2809
2967
|
"quote",
|
2810
|
-
"syn
|
2968
|
+
"syn",
|
2811
2969
|
]
|
2812
2970
|
|
2813
2971
|
[[package]]
|
@@ -2828,15 +2986,9 @@ dependencies = [
|
|
2828
2986
|
|
2829
2987
|
[[package]]
|
2830
2988
|
name = "memchr"
|
2831
|
-
version = "2.7.
|
2989
|
+
version = "2.7.5"
|
2832
2990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2833
|
-
checksum = "
|
2834
|
-
|
2835
|
-
[[package]]
|
2836
|
-
name = "mime"
|
2837
|
-
version = "0.3.17"
|
2838
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839
|
-
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2991
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
2840
2992
|
|
2841
2993
|
[[package]]
|
2842
2994
|
name = "minimal-lexical"
|
@@ -2846,22 +2998,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
2846
2998
|
|
2847
2999
|
[[package]]
|
2848
3000
|
name = "miniz_oxide"
|
2849
|
-
version = "0.8.
|
3001
|
+
version = "0.8.9"
|
2850
3002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851
|
-
checksum = "
|
3003
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2852
3004
|
dependencies = [
|
2853
3005
|
"adler2",
|
2854
3006
|
]
|
2855
3007
|
|
2856
3008
|
[[package]]
|
2857
3009
|
name = "mio"
|
2858
|
-
version = "1.0.
|
3010
|
+
version = "1.0.4"
|
2859
3011
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2860
|
-
checksum = "
|
3012
|
+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
2861
3013
|
dependencies = [
|
2862
3014
|
"libc",
|
2863
|
-
"wasi 0.11.
|
2864
|
-
"windows-sys 0.
|
3015
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
3016
|
+
"windows-sys 0.59.0",
|
2865
3017
|
]
|
2866
3018
|
|
2867
3019
|
[[package]]
|
@@ -2956,9 +3108,9 @@ dependencies = [
|
|
2956
3108
|
|
2957
3109
|
[[package]]
|
2958
3110
|
name = "num_cpus"
|
2959
|
-
version = "1.
|
3111
|
+
version = "1.17.0"
|
2960
3112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2961
|
-
checksum = "
|
3113
|
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
2962
3114
|
dependencies = [
|
2963
3115
|
"hermit-abi",
|
2964
3116
|
"libc",
|
@@ -2975,41 +3127,47 @@ dependencies = [
|
|
2975
3127
|
|
2976
3128
|
[[package]]
|
2977
3129
|
name = "object_store"
|
2978
|
-
version = "0.
|
3130
|
+
version = "0.12.2"
|
2979
3131
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2980
|
-
checksum = "
|
3132
|
+
checksum = "7781f96d79ed0f961a7021424ab01840efbda64ae7a505aaea195efc91eaaec4"
|
2981
3133
|
dependencies = [
|
2982
3134
|
"async-trait",
|
2983
3135
|
"base64 0.22.1",
|
2984
3136
|
"bytes",
|
2985
3137
|
"chrono",
|
3138
|
+
"form_urlencoded",
|
2986
3139
|
"futures",
|
3140
|
+
"http 1.3.1",
|
3141
|
+
"http-body-util",
|
2987
3142
|
"httparse",
|
2988
3143
|
"humantime",
|
2989
3144
|
"hyper 1.6.0",
|
2990
|
-
"itertools 0.
|
3145
|
+
"itertools 0.14.0",
|
2991
3146
|
"md-5",
|
2992
3147
|
"parking_lot",
|
2993
3148
|
"percent-encoding",
|
2994
3149
|
"quick-xml",
|
2995
|
-
"rand 0.
|
3150
|
+
"rand 0.9.1",
|
2996
3151
|
"reqwest",
|
2997
3152
|
"ring",
|
2998
3153
|
"rustls-pemfile 2.2.0",
|
2999
3154
|
"serde",
|
3000
3155
|
"serde_json",
|
3001
|
-
"
|
3156
|
+
"serde_urlencoded",
|
3157
|
+
"thiserror",
|
3002
3158
|
"tokio",
|
3003
3159
|
"tracing",
|
3004
3160
|
"url",
|
3005
3161
|
"walkdir",
|
3162
|
+
"wasm-bindgen-futures",
|
3163
|
+
"web-time",
|
3006
3164
|
]
|
3007
3165
|
|
3008
3166
|
[[package]]
|
3009
3167
|
name = "once_cell"
|
3010
|
-
version = "1.21.
|
3168
|
+
version = "1.21.3"
|
3011
3169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3012
|
-
checksum = "
|
3170
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
3013
3171
|
|
3014
3172
|
[[package]]
|
3015
3173
|
name = "openssl-probe"
|
@@ -3034,9 +3192,9 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
3034
3192
|
|
3035
3193
|
[[package]]
|
3036
3194
|
name = "parking_lot"
|
3037
|
-
version = "0.12.
|
3195
|
+
version = "0.12.4"
|
3038
3196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3039
|
-
checksum = "
|
3197
|
+
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
3040
3198
|
dependencies = [
|
3041
3199
|
"lock_api",
|
3042
3200
|
"parking_lot_core",
|
@@ -3044,9 +3202,9 @@ dependencies = [
|
|
3044
3202
|
|
3045
3203
|
[[package]]
|
3046
3204
|
name = "parking_lot_core"
|
3047
|
-
version = "0.9.
|
3205
|
+
version = "0.9.11"
|
3048
3206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3049
|
-
checksum = "
|
3207
|
+
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
3050
3208
|
dependencies = [
|
3051
3209
|
"cfg-if",
|
3052
3210
|
"libc",
|
@@ -3057,9 +3215,9 @@ dependencies = [
|
|
3057
3215
|
|
3058
3216
|
[[package]]
|
3059
3217
|
name = "parquet"
|
3060
|
-
version = "
|
3218
|
+
version = "55.2.0"
|
3061
3219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3062
|
-
checksum = "
|
3220
|
+
checksum = "b17da4150748086bd43352bc77372efa9b6e3dbd06a04831d2a98c041c225cfa"
|
3063
3221
|
dependencies = [
|
3064
3222
|
"ahash",
|
3065
3223
|
"arrow-array",
|
@@ -3076,7 +3234,7 @@ dependencies = [
|
|
3076
3234
|
"flate2",
|
3077
3235
|
"futures",
|
3078
3236
|
"half",
|
3079
|
-
"hashbrown 0.15.
|
3237
|
+
"hashbrown 0.15.4",
|
3080
3238
|
"lz4_flex",
|
3081
3239
|
"num",
|
3082
3240
|
"num-bigint",
|
@@ -3089,16 +3247,6 @@ dependencies = [
|
|
3089
3247
|
"tokio",
|
3090
3248
|
"twox-hash",
|
3091
3249
|
"zstd",
|
3092
|
-
"zstd-sys",
|
3093
|
-
]
|
3094
|
-
|
3095
|
-
[[package]]
|
3096
|
-
name = "parse-zoneinfo"
|
3097
|
-
version = "0.3.1"
|
3098
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3099
|
-
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
3100
|
-
dependencies = [
|
3101
|
-
"regex",
|
3102
3250
|
]
|
3103
3251
|
|
3104
3252
|
[[package]]
|
@@ -3115,48 +3263,30 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
3115
3263
|
|
3116
3264
|
[[package]]
|
3117
3265
|
name = "petgraph"
|
3118
|
-
version = "0.
|
3266
|
+
version = "0.8.2"
|
3119
3267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3120
|
-
checksum = "
|
3268
|
+
checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
|
3121
3269
|
dependencies = [
|
3122
3270
|
"fixedbitset",
|
3271
|
+
"hashbrown 0.15.4",
|
3123
3272
|
"indexmap",
|
3273
|
+
"serde",
|
3124
3274
|
]
|
3125
3275
|
|
3126
3276
|
[[package]]
|
3127
3277
|
name = "phf"
|
3128
|
-
version = "0.
|
3129
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3130
|
-
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
3131
|
-
dependencies = [
|
3132
|
-
"phf_shared",
|
3133
|
-
]
|
3134
|
-
|
3135
|
-
[[package]]
|
3136
|
-
name = "phf_codegen"
|
3137
|
-
version = "0.11.3"
|
3138
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3139
|
-
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
3140
|
-
dependencies = [
|
3141
|
-
"phf_generator",
|
3142
|
-
"phf_shared",
|
3143
|
-
]
|
3144
|
-
|
3145
|
-
[[package]]
|
3146
|
-
name = "phf_generator"
|
3147
|
-
version = "0.11.3"
|
3278
|
+
version = "0.12.1"
|
3148
3279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3149
|
-
checksum = "
|
3280
|
+
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
|
3150
3281
|
dependencies = [
|
3151
3282
|
"phf_shared",
|
3152
|
-
"rand 0.8.5",
|
3153
3283
|
]
|
3154
3284
|
|
3155
3285
|
[[package]]
|
3156
3286
|
name = "phf_shared"
|
3157
|
-
version = "0.
|
3287
|
+
version = "0.12.1"
|
3158
3288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3159
|
-
checksum = "
|
3289
|
+
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
|
3160
3290
|
dependencies = [
|
3161
3291
|
"siphasher",
|
3162
3292
|
]
|
@@ -3179,6 +3309,15 @@ version = "0.3.32"
|
|
3179
3309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3180
3310
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
3181
3311
|
|
3312
|
+
[[package]]
|
3313
|
+
name = "potential_utf"
|
3314
|
+
version = "0.1.2"
|
3315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3316
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
3317
|
+
dependencies = [
|
3318
|
+
"zerovec",
|
3319
|
+
]
|
3320
|
+
|
3182
3321
|
[[package]]
|
3183
3322
|
name = "powerfmt"
|
3184
3323
|
version = "0.2.0"
|
@@ -3191,24 +3330,46 @@ version = "0.2.21"
|
|
3191
3330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3192
3331
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3193
3332
|
dependencies = [
|
3194
|
-
"zerocopy
|
3333
|
+
"zerocopy",
|
3195
3334
|
]
|
3196
3335
|
|
3197
3336
|
[[package]]
|
3198
3337
|
name = "prettyplease"
|
3199
|
-
version = "0.2.
|
3338
|
+
version = "0.2.35"
|
3200
3339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3201
|
-
checksum = "
|
3340
|
+
checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
|
3202
3341
|
dependencies = [
|
3203
3342
|
"proc-macro2",
|
3204
|
-
"syn
|
3343
|
+
"syn",
|
3344
|
+
]
|
3345
|
+
|
3346
|
+
[[package]]
|
3347
|
+
name = "proc-macro-error-attr2"
|
3348
|
+
version = "2.0.0"
|
3349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3350
|
+
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
3351
|
+
dependencies = [
|
3352
|
+
"proc-macro2",
|
3353
|
+
"quote",
|
3354
|
+
]
|
3355
|
+
|
3356
|
+
[[package]]
|
3357
|
+
name = "proc-macro-error2"
|
3358
|
+
version = "2.0.1"
|
3359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360
|
+
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
3361
|
+
dependencies = [
|
3362
|
+
"proc-macro-error-attr2",
|
3363
|
+
"proc-macro2",
|
3364
|
+
"quote",
|
3365
|
+
"syn",
|
3205
3366
|
]
|
3206
3367
|
|
3207
3368
|
[[package]]
|
3208
3369
|
name = "proc-macro2"
|
3209
|
-
version = "1.0.
|
3370
|
+
version = "1.0.95"
|
3210
3371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3211
|
-
checksum = "
|
3372
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
3212
3373
|
dependencies = [
|
3213
3374
|
"unicode-ident",
|
3214
3375
|
]
|
@@ -3233,23 +3394,23 @@ dependencies = [
|
|
3233
3394
|
"itertools 0.14.0",
|
3234
3395
|
"proc-macro2",
|
3235
3396
|
"quote",
|
3236
|
-
"syn
|
3397
|
+
"syn",
|
3237
3398
|
]
|
3238
3399
|
|
3239
3400
|
[[package]]
|
3240
3401
|
name = "psm"
|
3241
|
-
version = "0.1.
|
3402
|
+
version = "0.1.26"
|
3242
3403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3243
|
-
checksum = "
|
3404
|
+
checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
|
3244
3405
|
dependencies = [
|
3245
3406
|
"cc",
|
3246
3407
|
]
|
3247
3408
|
|
3248
3409
|
[[package]]
|
3249
3410
|
name = "quick-xml"
|
3250
|
-
version = "0.37.
|
3411
|
+
version = "0.37.5"
|
3251
3412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3252
|
-
checksum = "
|
3413
|
+
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
3253
3414
|
dependencies = [
|
3254
3415
|
"memchr",
|
3255
3416
|
"serde",
|
@@ -3257,37 +3418,40 @@ dependencies = [
|
|
3257
3418
|
|
3258
3419
|
[[package]]
|
3259
3420
|
name = "quinn"
|
3260
|
-
version = "0.11.
|
3421
|
+
version = "0.11.8"
|
3261
3422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3262
|
-
checksum = "
|
3423
|
+
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
|
3263
3424
|
dependencies = [
|
3264
3425
|
"bytes",
|
3426
|
+
"cfg_aliases",
|
3265
3427
|
"pin-project-lite",
|
3266
3428
|
"quinn-proto",
|
3267
3429
|
"quinn-udp",
|
3268
3430
|
"rustc-hash 2.1.1",
|
3269
|
-
"rustls 0.23.
|
3431
|
+
"rustls 0.23.29",
|
3270
3432
|
"socket2",
|
3271
|
-
"thiserror
|
3433
|
+
"thiserror",
|
3272
3434
|
"tokio",
|
3273
3435
|
"tracing",
|
3436
|
+
"web-time",
|
3274
3437
|
]
|
3275
3438
|
|
3276
3439
|
[[package]]
|
3277
3440
|
name = "quinn-proto"
|
3278
|
-
version = "0.11.
|
3441
|
+
version = "0.11.12"
|
3279
3442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3280
|
-
checksum = "
|
3443
|
+
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
|
3281
3444
|
dependencies = [
|
3282
3445
|
"bytes",
|
3283
|
-
"getrandom 0.
|
3284
|
-
"
|
3446
|
+
"getrandom 0.3.3",
|
3447
|
+
"lru-slab",
|
3448
|
+
"rand 0.9.1",
|
3285
3449
|
"ring",
|
3286
3450
|
"rustc-hash 2.1.1",
|
3287
|
-
"rustls 0.23.
|
3451
|
+
"rustls 0.23.29",
|
3288
3452
|
"rustls-pki-types",
|
3289
3453
|
"slab",
|
3290
|
-
"thiserror
|
3454
|
+
"thiserror",
|
3291
3455
|
"tinyvec",
|
3292
3456
|
"tracing",
|
3293
3457
|
"web-time",
|
@@ -3295,9 +3459,9 @@ dependencies = [
|
|
3295
3459
|
|
3296
3460
|
[[package]]
|
3297
3461
|
name = "quinn-udp"
|
3298
|
-
version = "0.5.
|
3462
|
+
version = "0.5.13"
|
3299
3463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3300
|
-
checksum = "
|
3464
|
+
checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
|
3301
3465
|
dependencies = [
|
3302
3466
|
"cfg_aliases",
|
3303
3467
|
"libc",
|
@@ -3316,6 +3480,12 @@ dependencies = [
|
|
3316
3480
|
"proc-macro2",
|
3317
3481
|
]
|
3318
3482
|
|
3483
|
+
[[package]]
|
3484
|
+
name = "r-efi"
|
3485
|
+
version = "5.3.0"
|
3486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3487
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
3488
|
+
|
3319
3489
|
[[package]]
|
3320
3490
|
name = "rand"
|
3321
3491
|
version = "0.8.5"
|
@@ -3329,13 +3499,12 @@ dependencies = [
|
|
3329
3499
|
|
3330
3500
|
[[package]]
|
3331
3501
|
name = "rand"
|
3332
|
-
version = "0.9.
|
3502
|
+
version = "0.9.1"
|
3333
3503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334
|
-
checksum = "
|
3504
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
3335
3505
|
dependencies = [
|
3336
3506
|
"rand_chacha 0.9.0",
|
3337
3507
|
"rand_core 0.9.3",
|
3338
|
-
"zerocopy 0.8.23",
|
3339
3508
|
]
|
3340
3509
|
|
3341
3510
|
[[package]]
|
@@ -3364,7 +3533,7 @@ version = "0.6.4"
|
|
3364
3533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3365
3534
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3366
3535
|
dependencies = [
|
3367
|
-
"getrandom 0.2.
|
3536
|
+
"getrandom 0.2.16",
|
3368
3537
|
]
|
3369
3538
|
|
3370
3539
|
[[package]]
|
@@ -3373,23 +3542,23 @@ version = "0.9.3"
|
|
3373
3542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3374
3543
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
3375
3544
|
dependencies = [
|
3376
|
-
"getrandom 0.3.
|
3545
|
+
"getrandom 0.3.3",
|
3377
3546
|
]
|
3378
3547
|
|
3379
3548
|
[[package]]
|
3380
3549
|
name = "rb-sys"
|
3381
|
-
version = "0.9.
|
3550
|
+
version = "0.9.116"
|
3382
3551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3383
|
-
checksum = "
|
3552
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
3384
3553
|
dependencies = [
|
3385
3554
|
"rb-sys-build",
|
3386
3555
|
]
|
3387
3556
|
|
3388
3557
|
[[package]]
|
3389
3558
|
name = "rb-sys-build"
|
3390
|
-
version = "0.9.
|
3559
|
+
version = "0.9.116"
|
3391
3560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3392
|
-
checksum = "
|
3561
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
3393
3562
|
dependencies = [
|
3394
3563
|
"bindgen",
|
3395
3564
|
"lazy_static",
|
@@ -3397,7 +3566,7 @@ dependencies = [
|
|
3397
3566
|
"quote",
|
3398
3567
|
"regex",
|
3399
3568
|
"shell-words",
|
3400
|
-
"syn
|
3569
|
+
"syn",
|
3401
3570
|
]
|
3402
3571
|
|
3403
3572
|
[[package]]
|
@@ -3423,16 +3592,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3423
3592
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
3424
3593
|
dependencies = [
|
3425
3594
|
"quote",
|
3426
|
-
"syn
|
3595
|
+
"syn",
|
3427
3596
|
]
|
3428
3597
|
|
3429
3598
|
[[package]]
|
3430
3599
|
name = "redox_syscall"
|
3431
|
-
version = "0.5.
|
3600
|
+
version = "0.5.13"
|
3432
3601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3433
|
-
checksum = "
|
3602
|
+
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
|
3434
3603
|
dependencies = [
|
3435
|
-
"bitflags
|
3604
|
+
"bitflags",
|
3436
3605
|
]
|
3437
3606
|
|
3438
3607
|
[[package]]
|
@@ -3472,32 +3641,28 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
3472
3641
|
|
3473
3642
|
[[package]]
|
3474
3643
|
name = "reqwest"
|
3475
|
-
version = "0.12.
|
3644
|
+
version = "0.12.22"
|
3476
3645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3477
|
-
checksum = "
|
3646
|
+
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
|
3478
3647
|
dependencies = [
|
3479
3648
|
"base64 0.22.1",
|
3480
3649
|
"bytes",
|
3481
3650
|
"futures-core",
|
3482
3651
|
"futures-util",
|
3483
|
-
"h2 0.4.
|
3652
|
+
"h2 0.4.11",
|
3484
3653
|
"http 1.3.1",
|
3485
3654
|
"http-body 1.0.1",
|
3486
3655
|
"http-body-util",
|
3487
3656
|
"hyper 1.6.0",
|
3488
|
-
"hyper-rustls 0.27.
|
3657
|
+
"hyper-rustls 0.27.7",
|
3489
3658
|
"hyper-util",
|
3490
|
-
"ipnet",
|
3491
3659
|
"js-sys",
|
3492
3660
|
"log",
|
3493
|
-
"mime",
|
3494
|
-
"once_cell",
|
3495
3661
|
"percent-encoding",
|
3496
3662
|
"pin-project-lite",
|
3497
3663
|
"quinn",
|
3498
|
-
"rustls 0.23.
|
3664
|
+
"rustls 0.23.29",
|
3499
3665
|
"rustls-native-certs 0.8.1",
|
3500
|
-
"rustls-pemfile 2.2.0",
|
3501
3666
|
"rustls-pki-types",
|
3502
3667
|
"serde",
|
3503
3668
|
"serde_json",
|
@@ -3507,13 +3672,13 @@ dependencies = [
|
|
3507
3672
|
"tokio-rustls 0.26.2",
|
3508
3673
|
"tokio-util",
|
3509
3674
|
"tower",
|
3675
|
+
"tower-http",
|
3510
3676
|
"tower-service",
|
3511
3677
|
"url",
|
3512
3678
|
"wasm-bindgen",
|
3513
3679
|
"wasm-bindgen-futures",
|
3514
3680
|
"wasm-streams",
|
3515
3681
|
"web-sys",
|
3516
|
-
"windows-registry",
|
3517
3682
|
]
|
3518
3683
|
|
3519
3684
|
[[package]]
|
@@ -3524,7 +3689,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
3524
3689
|
dependencies = [
|
3525
3690
|
"cc",
|
3526
3691
|
"cfg-if",
|
3527
|
-
"getrandom 0.2.
|
3692
|
+
"getrandom 0.2.16",
|
3528
3693
|
"libc",
|
3529
3694
|
"untrusted",
|
3530
3695
|
"windows-sys 0.52.0",
|
@@ -3532,9 +3697,9 @@ dependencies = [
|
|
3532
3697
|
|
3533
3698
|
[[package]]
|
3534
3699
|
name = "roaring"
|
3535
|
-
version = "0.10.
|
3700
|
+
version = "0.10.12"
|
3536
3701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3537
|
-
checksum = "
|
3702
|
+
checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b"
|
3538
3703
|
dependencies = [
|
3539
3704
|
"bytemuck",
|
3540
3705
|
"byteorder",
|
@@ -3542,9 +3707,9 @@ dependencies = [
|
|
3542
3707
|
|
3543
3708
|
[[package]]
|
3544
3709
|
name = "rustc-demangle"
|
3545
|
-
version = "0.1.
|
3710
|
+
version = "0.1.25"
|
3546
3711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3547
|
-
checksum = "
|
3712
|
+
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
3548
3713
|
|
3549
3714
|
[[package]]
|
3550
3715
|
name = "rustc-hash"
|
@@ -3573,7 +3738,7 @@ version = "0.38.44"
|
|
3573
3738
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3574
3739
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
3575
3740
|
dependencies = [
|
3576
|
-
"bitflags
|
3741
|
+
"bitflags",
|
3577
3742
|
"errno",
|
3578
3743
|
"libc",
|
3579
3744
|
"linux-raw-sys 0.4.15",
|
@@ -3582,14 +3747,14 @@ dependencies = [
|
|
3582
3747
|
|
3583
3748
|
[[package]]
|
3584
3749
|
name = "rustix"
|
3585
|
-
version = "1.0.
|
3750
|
+
version = "1.0.7"
|
3586
3751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3587
|
-
checksum = "
|
3752
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
3588
3753
|
dependencies = [
|
3589
|
-
"bitflags
|
3754
|
+
"bitflags",
|
3590
3755
|
"errno",
|
3591
3756
|
"libc",
|
3592
|
-
"linux-raw-sys 0.9.
|
3757
|
+
"linux-raw-sys 0.9.4",
|
3593
3758
|
"windows-sys 0.59.0",
|
3594
3759
|
]
|
3595
3760
|
|
@@ -3607,15 +3772,15 @@ dependencies = [
|
|
3607
3772
|
|
3608
3773
|
[[package]]
|
3609
3774
|
name = "rustls"
|
3610
|
-
version = "0.23.
|
3775
|
+
version = "0.23.29"
|
3611
3776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3612
|
-
checksum = "
|
3777
|
+
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
3613
3778
|
dependencies = [
|
3614
3779
|
"aws-lc-rs",
|
3615
3780
|
"once_cell",
|
3616
3781
|
"ring",
|
3617
3782
|
"rustls-pki-types",
|
3618
|
-
"rustls-webpki 0.
|
3783
|
+
"rustls-webpki 0.103.4",
|
3619
3784
|
"subtle",
|
3620
3785
|
"zeroize",
|
3621
3786
|
]
|
@@ -3664,11 +3829,12 @@ dependencies = [
|
|
3664
3829
|
|
3665
3830
|
[[package]]
|
3666
3831
|
name = "rustls-pki-types"
|
3667
|
-
version = "1.
|
3832
|
+
version = "1.12.0"
|
3668
3833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3669
|
-
checksum = "
|
3834
|
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3670
3835
|
dependencies = [
|
3671
3836
|
"web-time",
|
3837
|
+
"zeroize",
|
3672
3838
|
]
|
3673
3839
|
|
3674
3840
|
[[package]]
|
@@ -3683,9 +3849,9 @@ dependencies = [
|
|
3683
3849
|
|
3684
3850
|
[[package]]
|
3685
3851
|
name = "rustls-webpki"
|
3686
|
-
version = "0.
|
3852
|
+
version = "0.103.4"
|
3687
3853
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3688
|
-
checksum = "
|
3854
|
+
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
3689
3855
|
dependencies = [
|
3690
3856
|
"aws-lc-rs",
|
3691
3857
|
"ring",
|
@@ -3695,9 +3861,9 @@ dependencies = [
|
|
3695
3861
|
|
3696
3862
|
[[package]]
|
3697
3863
|
name = "rustversion"
|
3698
|
-
version = "1.0.
|
3864
|
+
version = "1.0.21"
|
3699
3865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3700
|
-
checksum = "
|
3866
|
+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3701
3867
|
|
3702
3868
|
[[package]]
|
3703
3869
|
name = "ryu"
|
@@ -3745,7 +3911,7 @@ version = "2.11.1"
|
|
3745
3911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3746
3912
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3747
3913
|
dependencies = [
|
3748
|
-
"bitflags
|
3914
|
+
"bitflags",
|
3749
3915
|
"core-foundation 0.9.4",
|
3750
3916
|
"core-foundation-sys",
|
3751
3917
|
"libc",
|
@@ -3758,8 +3924,8 @@ version = "3.2.0"
|
|
3758
3924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3759
3925
|
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3760
3926
|
dependencies = [
|
3761
|
-
"bitflags
|
3762
|
-
"core-foundation 0.10.
|
3927
|
+
"bitflags",
|
3928
|
+
"core-foundation 0.10.1",
|
3763
3929
|
"core-foundation-sys",
|
3764
3930
|
"libc",
|
3765
3931
|
"security-framework-sys",
|
@@ -3804,7 +3970,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
3804
3970
|
dependencies = [
|
3805
3971
|
"proc-macro2",
|
3806
3972
|
"quote",
|
3807
|
-
"syn
|
3973
|
+
"syn",
|
3808
3974
|
]
|
3809
3975
|
|
3810
3976
|
[[package]]
|
@@ -3833,9 +3999,9 @@ dependencies = [
|
|
3833
3999
|
|
3834
4000
|
[[package]]
|
3835
4001
|
name = "sha2"
|
3836
|
-
version = "0.10.
|
4002
|
+
version = "0.10.9"
|
3837
4003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3838
|
-
checksum = "
|
4004
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
3839
4005
|
dependencies = [
|
3840
4006
|
"cfg-if",
|
3841
4007
|
"cpufeatures",
|
@@ -3856,9 +4022,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3856
4022
|
|
3857
4023
|
[[package]]
|
3858
4024
|
name = "signal-hook-registry"
|
3859
|
-
version = "1.4.
|
4025
|
+
version = "1.4.5"
|
3860
4026
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3861
|
-
checksum = "
|
4027
|
+
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
3862
4028
|
dependencies = [
|
3863
4029
|
"libc",
|
3864
4030
|
]
|
@@ -3877,39 +4043,15 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
3877
4043
|
|
3878
4044
|
[[package]]
|
3879
4045
|
name = "slab"
|
3880
|
-
version = "0.4.
|
4046
|
+
version = "0.4.10"
|
3881
4047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3882
|
-
checksum = "
|
3883
|
-
dependencies = [
|
3884
|
-
"autocfg",
|
3885
|
-
]
|
4048
|
+
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
3886
4049
|
|
3887
4050
|
[[package]]
|
3888
4051
|
name = "smallvec"
|
3889
|
-
version = "1.
|
3890
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3891
|
-
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
3892
|
-
|
3893
|
-
[[package]]
|
3894
|
-
name = "snafu"
|
3895
|
-
version = "0.8.5"
|
4052
|
+
version = "1.15.1"
|
3896
4053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3897
|
-
checksum = "
|
3898
|
-
dependencies = [
|
3899
|
-
"snafu-derive",
|
3900
|
-
]
|
3901
|
-
|
3902
|
-
[[package]]
|
3903
|
-
name = "snafu-derive"
|
3904
|
-
version = "0.8.5"
|
3905
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3906
|
-
checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917"
|
3907
|
-
dependencies = [
|
3908
|
-
"heck",
|
3909
|
-
"proc-macro2",
|
3910
|
-
"quote",
|
3911
|
-
"syn 2.0.100",
|
3912
|
-
]
|
4054
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
3913
4055
|
|
3914
4056
|
[[package]]
|
3915
4057
|
name = "snap"
|
@@ -3919,9 +4061,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
3919
4061
|
|
3920
4062
|
[[package]]
|
3921
4063
|
name = "socket2"
|
3922
|
-
version = "0.5.
|
4064
|
+
version = "0.5.10"
|
3923
4065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3924
|
-
checksum = "
|
4066
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
3925
4067
|
dependencies = [
|
3926
4068
|
"libc",
|
3927
4069
|
"windows-sys 0.52.0",
|
@@ -3929,22 +4071,23 @@ dependencies = [
|
|
3929
4071
|
|
3930
4072
|
[[package]]
|
3931
4073
|
name = "sqlparser"
|
3932
|
-
version = "0.
|
4074
|
+
version = "0.55.0"
|
3933
4075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3934
|
-
checksum = "
|
4076
|
+
checksum = "c4521174166bac1ff04fe16ef4524c70144cd29682a45978978ca3d7f4e0be11"
|
3935
4077
|
dependencies = [
|
3936
4078
|
"log",
|
4079
|
+
"recursive",
|
4080
|
+
"sqlparser_derive",
|
3937
4081
|
]
|
3938
4082
|
|
3939
4083
|
[[package]]
|
3940
4084
|
name = "sqlparser"
|
3941
|
-
version = "0.
|
4085
|
+
version = "0.56.0"
|
3942
4086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3943
|
-
checksum = "
|
4087
|
+
checksum = "e68feb51ffa54fc841e086f58da543facfe3d7ae2a60d69b0a8cbbd30d16ae8d"
|
3944
4088
|
dependencies = [
|
3945
4089
|
"log",
|
3946
4090
|
"recursive",
|
3947
|
-
"sqlparser_derive",
|
3948
4091
|
]
|
3949
4092
|
|
3950
4093
|
[[package]]
|
@@ -3955,7 +4098,7 @@ checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
|
|
3955
4098
|
dependencies = [
|
3956
4099
|
"proc-macro2",
|
3957
4100
|
"quote",
|
3958
|
-
"syn
|
4101
|
+
"syn",
|
3959
4102
|
]
|
3960
4103
|
|
3961
4104
|
[[package]]
|
@@ -3966,9 +4109,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3966
4109
|
|
3967
4110
|
[[package]]
|
3968
4111
|
name = "stacker"
|
3969
|
-
version = "0.1.
|
4112
|
+
version = "0.1.21"
|
3970
4113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3971
|
-
checksum = "
|
4114
|
+
checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
|
3972
4115
|
dependencies = [
|
3973
4116
|
"cc",
|
3974
4117
|
"cfg-if",
|
@@ -3983,26 +4126,32 @@ version = "1.1.0"
|
|
3983
4126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3984
4127
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
3985
4128
|
|
4129
|
+
[[package]]
|
4130
|
+
name = "strsim"
|
4131
|
+
version = "0.11.1"
|
4132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4133
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
4134
|
+
|
3986
4135
|
[[package]]
|
3987
4136
|
name = "strum"
|
3988
|
-
version = "0.
|
4137
|
+
version = "0.27.1"
|
3989
4138
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3990
|
-
checksum = "
|
4139
|
+
checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
|
3991
4140
|
dependencies = [
|
3992
4141
|
"strum_macros",
|
3993
4142
|
]
|
3994
4143
|
|
3995
4144
|
[[package]]
|
3996
4145
|
name = "strum_macros"
|
3997
|
-
version = "0.
|
4146
|
+
version = "0.27.1"
|
3998
4147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3999
|
-
checksum = "
|
4148
|
+
checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
|
4000
4149
|
dependencies = [
|
4001
4150
|
"heck",
|
4002
4151
|
"proc-macro2",
|
4003
4152
|
"quote",
|
4004
4153
|
"rustversion",
|
4005
|
-
"syn
|
4154
|
+
"syn",
|
4006
4155
|
]
|
4007
4156
|
|
4008
4157
|
[[package]]
|
@@ -4013,20 +4162,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
4013
4162
|
|
4014
4163
|
[[package]]
|
4015
4164
|
name = "syn"
|
4016
|
-
version = "
|
4017
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4018
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
4019
|
-
dependencies = [
|
4020
|
-
"proc-macro2",
|
4021
|
-
"quote",
|
4022
|
-
"unicode-ident",
|
4023
|
-
]
|
4024
|
-
|
4025
|
-
[[package]]
|
4026
|
-
name = "syn"
|
4027
|
-
version = "2.0.100"
|
4165
|
+
version = "2.0.104"
|
4028
4166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4029
|
-
checksum = "
|
4167
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
4030
4168
|
dependencies = [
|
4031
4169
|
"proc-macro2",
|
4032
4170
|
"quote",
|
@@ -4044,56 +4182,35 @@ dependencies = [
|
|
4044
4182
|
|
4045
4183
|
[[package]]
|
4046
4184
|
name = "synstructure"
|
4047
|
-
version = "0.13.
|
4185
|
+
version = "0.13.2"
|
4048
4186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4049
|
-
checksum = "
|
4187
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4050
4188
|
dependencies = [
|
4051
4189
|
"proc-macro2",
|
4052
4190
|
"quote",
|
4053
|
-
"syn
|
4191
|
+
"syn",
|
4054
4192
|
]
|
4055
4193
|
|
4056
4194
|
[[package]]
|
4057
4195
|
name = "tempfile"
|
4058
|
-
version = "3.
|
4196
|
+
version = "3.20.0"
|
4059
4197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4060
|
-
checksum = "
|
4198
|
+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
4061
4199
|
dependencies = [
|
4062
|
-
"cfg-if",
|
4063
4200
|
"fastrand",
|
4064
|
-
"getrandom 0.3.
|
4201
|
+
"getrandom 0.3.3",
|
4065
4202
|
"once_cell",
|
4066
|
-
"rustix 1.0.
|
4203
|
+
"rustix 1.0.7",
|
4067
4204
|
"windows-sys 0.59.0",
|
4068
4205
|
]
|
4069
4206
|
|
4070
|
-
[[package]]
|
4071
|
-
name = "thiserror"
|
4072
|
-
version = "1.0.69"
|
4073
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4074
|
-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4075
|
-
dependencies = [
|
4076
|
-
"thiserror-impl 1.0.69",
|
4077
|
-
]
|
4078
|
-
|
4079
4207
|
[[package]]
|
4080
4208
|
name = "thiserror"
|
4081
4209
|
version = "2.0.12"
|
4082
4210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4083
4211
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
4084
4212
|
dependencies = [
|
4085
|
-
"thiserror-impl
|
4086
|
-
]
|
4087
|
-
|
4088
|
-
[[package]]
|
4089
|
-
name = "thiserror-impl"
|
4090
|
-
version = "1.0.69"
|
4091
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4092
|
-
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4093
|
-
dependencies = [
|
4094
|
-
"proc-macro2",
|
4095
|
-
"quote",
|
4096
|
-
"syn 2.0.100",
|
4213
|
+
"thiserror-impl",
|
4097
4214
|
]
|
4098
4215
|
|
4099
4216
|
[[package]]
|
@@ -4104,7 +4221,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
4104
4221
|
dependencies = [
|
4105
4222
|
"proc-macro2",
|
4106
4223
|
"quote",
|
4107
|
-
"syn
|
4224
|
+
"syn",
|
4108
4225
|
]
|
4109
4226
|
|
4110
4227
|
[[package]]
|
@@ -4120,9 +4237,9 @@ dependencies = [
|
|
4120
4237
|
|
4121
4238
|
[[package]]
|
4122
4239
|
name = "time"
|
4123
|
-
version = "0.3.
|
4240
|
+
version = "0.3.41"
|
4124
4241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125
|
-
checksum = "
|
4242
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
4126
4243
|
dependencies = [
|
4127
4244
|
"deranged",
|
4128
4245
|
"num-conv",
|
@@ -4134,15 +4251,15 @@ dependencies = [
|
|
4134
4251
|
|
4135
4252
|
[[package]]
|
4136
4253
|
name = "time-core"
|
4137
|
-
version = "0.1.
|
4254
|
+
version = "0.1.4"
|
4138
4255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4139
|
-
checksum = "
|
4256
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
4140
4257
|
|
4141
4258
|
[[package]]
|
4142
4259
|
name = "time-macros"
|
4143
|
-
version = "0.2.
|
4260
|
+
version = "0.2.22"
|
4144
4261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4145
|
-
checksum = "
|
4262
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
4146
4263
|
dependencies = [
|
4147
4264
|
"num-conv",
|
4148
4265
|
"time-core",
|
@@ -4159,9 +4276,9 @@ dependencies = [
|
|
4159
4276
|
|
4160
4277
|
[[package]]
|
4161
4278
|
name = "tinystr"
|
4162
|
-
version = "0.
|
4279
|
+
version = "0.8.1"
|
4163
4280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4164
|
-
checksum = "
|
4281
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
4165
4282
|
dependencies = [
|
4166
4283
|
"displaydoc",
|
4167
4284
|
"zerovec",
|
@@ -4184,17 +4301,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4184
4301
|
|
4185
4302
|
[[package]]
|
4186
4303
|
name = "tokio"
|
4187
|
-
version = "1.
|
4304
|
+
version = "1.46.1"
|
4188
4305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4189
|
-
checksum = "
|
4306
|
+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
4190
4307
|
dependencies = [
|
4191
4308
|
"backtrace",
|
4192
4309
|
"bytes",
|
4310
|
+
"io-uring",
|
4193
4311
|
"libc",
|
4194
4312
|
"mio",
|
4195
4313
|
"parking_lot",
|
4196
4314
|
"pin-project-lite",
|
4197
4315
|
"signal-hook-registry",
|
4316
|
+
"slab",
|
4198
4317
|
"socket2",
|
4199
4318
|
"tokio-macros",
|
4200
4319
|
"windows-sys 0.52.0",
|
@@ -4208,7 +4327,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
4208
4327
|
dependencies = [
|
4209
4328
|
"proc-macro2",
|
4210
4329
|
"quote",
|
4211
|
-
"syn
|
4330
|
+
"syn",
|
4212
4331
|
]
|
4213
4332
|
|
4214
4333
|
[[package]]
|
@@ -4227,15 +4346,15 @@ version = "0.26.2"
|
|
4227
4346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4228
4347
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
4229
4348
|
dependencies = [
|
4230
|
-
"rustls 0.23.
|
4349
|
+
"rustls 0.23.29",
|
4231
4350
|
"tokio",
|
4232
4351
|
]
|
4233
4352
|
|
4234
4353
|
[[package]]
|
4235
4354
|
name = "tokio-util"
|
4236
|
-
version = "0.7.
|
4355
|
+
version = "0.7.15"
|
4237
4356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4238
|
-
checksum = "
|
4357
|
+
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
4239
4358
|
dependencies = [
|
4240
4359
|
"bytes",
|
4241
4360
|
"futures-core",
|
@@ -4259,6 +4378,24 @@ dependencies = [
|
|
4259
4378
|
"tower-service",
|
4260
4379
|
]
|
4261
4380
|
|
4381
|
+
[[package]]
|
4382
|
+
name = "tower-http"
|
4383
|
+
version = "0.6.6"
|
4384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4385
|
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
4386
|
+
dependencies = [
|
4387
|
+
"bitflags",
|
4388
|
+
"bytes",
|
4389
|
+
"futures-util",
|
4390
|
+
"http 1.3.1",
|
4391
|
+
"http-body 1.0.1",
|
4392
|
+
"iri-string",
|
4393
|
+
"pin-project-lite",
|
4394
|
+
"tower",
|
4395
|
+
"tower-layer",
|
4396
|
+
"tower-service",
|
4397
|
+
]
|
4398
|
+
|
4262
4399
|
[[package]]
|
4263
4400
|
name = "tower-layer"
|
4264
4401
|
version = "0.3.3"
|
@@ -4285,20 +4422,20 @@ dependencies = [
|
|
4285
4422
|
|
4286
4423
|
[[package]]
|
4287
4424
|
name = "tracing-attributes"
|
4288
|
-
version = "0.1.
|
4425
|
+
version = "0.1.30"
|
4289
4426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4290
|
-
checksum = "
|
4427
|
+
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
4291
4428
|
dependencies = [
|
4292
4429
|
"proc-macro2",
|
4293
4430
|
"quote",
|
4294
|
-
"syn
|
4431
|
+
"syn",
|
4295
4432
|
]
|
4296
4433
|
|
4297
4434
|
[[package]]
|
4298
4435
|
name = "tracing-core"
|
4299
|
-
version = "0.1.
|
4436
|
+
version = "0.1.34"
|
4300
4437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4301
|
-
checksum = "
|
4438
|
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
4302
4439
|
dependencies = [
|
4303
4440
|
"once_cell",
|
4304
4441
|
]
|
@@ -4311,13 +4448,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
4311
4448
|
|
4312
4449
|
[[package]]
|
4313
4450
|
name = "twox-hash"
|
4314
|
-
version = "1.
|
4451
|
+
version = "2.1.1"
|
4315
4452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4316
|
-
checksum = "
|
4317
|
-
dependencies = [
|
4318
|
-
"cfg-if",
|
4319
|
-
"static_assertions",
|
4320
|
-
]
|
4453
|
+
checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
|
4321
4454
|
|
4322
4455
|
[[package]]
|
4323
4456
|
name = "typenum"
|
@@ -4339,9 +4472,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
4339
4472
|
|
4340
4473
|
[[package]]
|
4341
4474
|
name = "unicode-width"
|
4342
|
-
version = "0.2.
|
4475
|
+
version = "0.2.1"
|
4343
4476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4344
|
-
checksum = "
|
4477
|
+
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
|
4345
4478
|
|
4346
4479
|
[[package]]
|
4347
4480
|
name = "untrusted"
|
@@ -4358,6 +4491,7 @@ dependencies = [
|
|
4358
4491
|
"form_urlencoded",
|
4359
4492
|
"idna",
|
4360
4493
|
"percent-encoding",
|
4494
|
+
"serde",
|
4361
4495
|
]
|
4362
4496
|
|
4363
4497
|
[[package]]
|
@@ -4366,12 +4500,6 @@ version = "2.1.3"
|
|
4366
4500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4367
4501
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4368
4502
|
|
4369
|
-
[[package]]
|
4370
|
-
name = "utf16_iter"
|
4371
|
-
version = "1.0.5"
|
4372
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4373
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
4374
|
-
|
4375
4503
|
[[package]]
|
4376
4504
|
name = "utf8_iter"
|
4377
4505
|
version = "1.0.4"
|
@@ -4380,34 +4508,53 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
4380
4508
|
|
4381
4509
|
[[package]]
|
4382
4510
|
name = "uuid"
|
4383
|
-
version = "1.
|
4511
|
+
version = "1.17.0"
|
4384
4512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4385
|
-
checksum = "
|
4513
|
+
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4386
4514
|
dependencies = [
|
4387
|
-
"getrandom 0.3.
|
4515
|
+
"getrandom 0.3.3",
|
4388
4516
|
"js-sys",
|
4389
|
-
"rand 0.9.
|
4517
|
+
"rand 0.9.1",
|
4390
4518
|
"serde",
|
4391
4519
|
"wasm-bindgen",
|
4392
4520
|
]
|
4393
4521
|
|
4394
4522
|
[[package]]
|
4395
|
-
name = "
|
4396
|
-
version = "0.
|
4523
|
+
name = "validator"
|
4524
|
+
version = "0.19.0"
|
4397
4525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4398
|
-
checksum = "
|
4526
|
+
checksum = "d0b4a29d8709210980a09379f27ee31549b73292c87ab9899beee1c0d3be6303"
|
4527
|
+
dependencies = [
|
4528
|
+
"idna",
|
4529
|
+
"once_cell",
|
4530
|
+
"regex",
|
4531
|
+
"serde",
|
4532
|
+
"serde_derive",
|
4533
|
+
"serde_json",
|
4534
|
+
"url",
|
4535
|
+
"validator_derive",
|
4536
|
+
]
|
4399
4537
|
|
4400
4538
|
[[package]]
|
4401
|
-
name = "
|
4402
|
-
version = "0.
|
4539
|
+
name = "validator_derive"
|
4540
|
+
version = "0.19.0"
|
4403
4541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4404
|
-
checksum = "
|
4542
|
+
checksum = "bac855a2ce6f843beb229757e6e570a42e837bcb15e5f449dd48d5747d41bf77"
|
4405
4543
|
dependencies = [
|
4544
|
+
"darling",
|
4545
|
+
"once_cell",
|
4546
|
+
"proc-macro-error2",
|
4406
4547
|
"proc-macro2",
|
4407
4548
|
"quote",
|
4408
|
-
"syn
|
4549
|
+
"syn",
|
4409
4550
|
]
|
4410
4551
|
|
4552
|
+
[[package]]
|
4553
|
+
name = "version_check"
|
4554
|
+
version = "0.9.5"
|
4555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4556
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4557
|
+
|
4411
4558
|
[[package]]
|
4412
4559
|
name = "vsimd"
|
4413
4560
|
version = "0.8.0"
|
@@ -4435,15 +4582,15 @@ dependencies = [
|
|
4435
4582
|
|
4436
4583
|
[[package]]
|
4437
4584
|
name = "wasi"
|
4438
|
-
version = "0.11.
|
4585
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
4439
4586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4440
|
-
checksum = "
|
4587
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4441
4588
|
|
4442
4589
|
[[package]]
|
4443
4590
|
name = "wasi"
|
4444
|
-
version = "0.
|
4591
|
+
version = "0.14.2+wasi-0.2.4"
|
4445
4592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4446
|
-
checksum = "
|
4593
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
4447
4594
|
dependencies = [
|
4448
4595
|
"wit-bindgen-rt",
|
4449
4596
|
]
|
@@ -4470,7 +4617,7 @@ dependencies = [
|
|
4470
4617
|
"log",
|
4471
4618
|
"proc-macro2",
|
4472
4619
|
"quote",
|
4473
|
-
"syn
|
4620
|
+
"syn",
|
4474
4621
|
"wasm-bindgen-shared",
|
4475
4622
|
]
|
4476
4623
|
|
@@ -4505,7 +4652,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
4505
4652
|
dependencies = [
|
4506
4653
|
"proc-macro2",
|
4507
4654
|
"quote",
|
4508
|
-
"syn
|
4655
|
+
"syn",
|
4509
4656
|
"wasm-bindgen-backend",
|
4510
4657
|
"wasm-bindgen-shared",
|
4511
4658
|
]
|
@@ -4575,44 +4722,59 @@ dependencies = [
|
|
4575
4722
|
|
4576
4723
|
[[package]]
|
4577
4724
|
name = "windows-core"
|
4578
|
-
version = "0.
|
4725
|
+
version = "0.61.2"
|
4579
4726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4580
|
-
checksum = "
|
4727
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
4581
4728
|
dependencies = [
|
4582
|
-
"windows-
|
4729
|
+
"windows-implement",
|
4730
|
+
"windows-interface",
|
4731
|
+
"windows-link",
|
4732
|
+
"windows-result",
|
4733
|
+
"windows-strings",
|
4583
4734
|
]
|
4584
4735
|
|
4585
4736
|
[[package]]
|
4586
|
-
name = "windows-
|
4587
|
-
version = "0.
|
4737
|
+
name = "windows-implement"
|
4738
|
+
version = "0.60.0"
|
4588
4739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4589
|
-
checksum = "
|
4740
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
4741
|
+
dependencies = [
|
4742
|
+
"proc-macro2",
|
4743
|
+
"quote",
|
4744
|
+
"syn",
|
4745
|
+
]
|
4590
4746
|
|
4591
4747
|
[[package]]
|
4592
|
-
name = "windows-
|
4593
|
-
version = "0.
|
4748
|
+
name = "windows-interface"
|
4749
|
+
version = "0.59.1"
|
4594
4750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4595
|
-
checksum = "
|
4751
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
4596
4752
|
dependencies = [
|
4597
|
-
"
|
4598
|
-
"
|
4599
|
-
"
|
4753
|
+
"proc-macro2",
|
4754
|
+
"quote",
|
4755
|
+
"syn",
|
4600
4756
|
]
|
4601
4757
|
|
4758
|
+
[[package]]
|
4759
|
+
name = "windows-link"
|
4760
|
+
version = "0.1.3"
|
4761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4762
|
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
4763
|
+
|
4602
4764
|
[[package]]
|
4603
4765
|
name = "windows-result"
|
4604
|
-
version = "0.3.
|
4766
|
+
version = "0.3.4"
|
4605
4767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4606
|
-
checksum = "
|
4768
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
4607
4769
|
dependencies = [
|
4608
4770
|
"windows-link",
|
4609
4771
|
]
|
4610
4772
|
|
4611
4773
|
[[package]]
|
4612
4774
|
name = "windows-strings"
|
4613
|
-
version = "0.
|
4775
|
+
version = "0.4.2"
|
4614
4776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4615
|
-
checksum = "
|
4777
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
4616
4778
|
dependencies = [
|
4617
4779
|
"windows-link",
|
4618
4780
|
]
|
@@ -4635,6 +4797,15 @@ dependencies = [
|
|
4635
4797
|
"windows-targets 0.52.6",
|
4636
4798
|
]
|
4637
4799
|
|
4800
|
+
[[package]]
|
4801
|
+
name = "windows-sys"
|
4802
|
+
version = "0.60.2"
|
4803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4804
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
4805
|
+
dependencies = [
|
4806
|
+
"windows-targets 0.53.2",
|
4807
|
+
]
|
4808
|
+
|
4638
4809
|
[[package]]
|
4639
4810
|
name = "windows-targets"
|
4640
4811
|
version = "0.52.6"
|
@@ -4653,9 +4824,9 @@ dependencies = [
|
|
4653
4824
|
|
4654
4825
|
[[package]]
|
4655
4826
|
name = "windows-targets"
|
4656
|
-
version = "0.53.
|
4827
|
+
version = "0.53.2"
|
4657
4828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4658
|
-
checksum = "
|
4829
|
+
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
4659
4830
|
dependencies = [
|
4660
4831
|
"windows_aarch64_gnullvm 0.53.0",
|
4661
4832
|
"windows_aarch64_msvc 0.53.0",
|
@@ -4765,24 +4936,18 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
4765
4936
|
|
4766
4937
|
[[package]]
|
4767
4938
|
name = "wit-bindgen-rt"
|
4768
|
-
version = "0.
|
4939
|
+
version = "0.39.0"
|
4769
4940
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4770
|
-
checksum = "
|
4941
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
4771
4942
|
dependencies = [
|
4772
|
-
"bitflags
|
4943
|
+
"bitflags",
|
4773
4944
|
]
|
4774
4945
|
|
4775
|
-
[[package]]
|
4776
|
-
name = "write16"
|
4777
|
-
version = "1.0.0"
|
4778
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4779
|
-
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
4780
|
-
|
4781
4946
|
[[package]]
|
4782
4947
|
name = "writeable"
|
4783
|
-
version = "0.
|
4948
|
+
version = "0.6.1"
|
4784
4949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4785
|
-
checksum = "
|
4950
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
4786
4951
|
|
4787
4952
|
[[package]]
|
4788
4953
|
name = "xmlparser"
|
@@ -4801,9 +4966,9 @@ dependencies = [
|
|
4801
4966
|
|
4802
4967
|
[[package]]
|
4803
4968
|
name = "yoke"
|
4804
|
-
version = "0.
|
4969
|
+
version = "0.8.0"
|
4805
4970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4806
|
-
checksum = "
|
4971
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
4807
4972
|
dependencies = [
|
4808
4973
|
"serde",
|
4809
4974
|
"stable_deref_trait",
|
@@ -4813,13 +4978,13 @@ dependencies = [
|
|
4813
4978
|
|
4814
4979
|
[[package]]
|
4815
4980
|
name = "yoke-derive"
|
4816
|
-
version = "0.
|
4981
|
+
version = "0.8.0"
|
4817
4982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4818
|
-
checksum = "
|
4983
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
4819
4984
|
dependencies = [
|
4820
4985
|
"proc-macro2",
|
4821
4986
|
"quote",
|
4822
|
-
"syn
|
4987
|
+
"syn",
|
4823
4988
|
"synstructure",
|
4824
4989
|
]
|
4825
4990
|
|
@@ -4831,42 +4996,22 @@ checksum = "9b3a41ce106832b4da1c065baa4c31cf640cf965fa1483816402b7f6b96f0a64"
|
|
4831
4996
|
|
4832
4997
|
[[package]]
|
4833
4998
|
name = "zerocopy"
|
4834
|
-
version = "0.
|
4835
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4836
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
4837
|
-
dependencies = [
|
4838
|
-
"zerocopy-derive 0.7.35",
|
4839
|
-
]
|
4840
|
-
|
4841
|
-
[[package]]
|
4842
|
-
name = "zerocopy"
|
4843
|
-
version = "0.8.23"
|
4844
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4845
|
-
checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
|
4846
|
-
dependencies = [
|
4847
|
-
"zerocopy-derive 0.8.23",
|
4848
|
-
]
|
4849
|
-
|
4850
|
-
[[package]]
|
4851
|
-
name = "zerocopy-derive"
|
4852
|
-
version = "0.7.35"
|
4999
|
+
version = "0.8.26"
|
4853
5000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4854
|
-
checksum = "
|
5001
|
+
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
4855
5002
|
dependencies = [
|
4856
|
-
"
|
4857
|
-
"quote",
|
4858
|
-
"syn 2.0.100",
|
5003
|
+
"zerocopy-derive",
|
4859
5004
|
]
|
4860
5005
|
|
4861
5006
|
[[package]]
|
4862
5007
|
name = "zerocopy-derive"
|
4863
|
-
version = "0.8.
|
5008
|
+
version = "0.8.26"
|
4864
5009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4865
|
-
checksum = "
|
5010
|
+
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
4866
5011
|
dependencies = [
|
4867
5012
|
"proc-macro2",
|
4868
5013
|
"quote",
|
4869
|
-
"syn
|
5014
|
+
"syn",
|
4870
5015
|
]
|
4871
5016
|
|
4872
5017
|
[[package]]
|
@@ -4886,7 +5031,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
4886
5031
|
dependencies = [
|
4887
5032
|
"proc-macro2",
|
4888
5033
|
"quote",
|
4889
|
-
"syn
|
5034
|
+
"syn",
|
4890
5035
|
"synstructure",
|
4891
5036
|
]
|
4892
5037
|
|
@@ -4896,11 +5041,22 @@ version = "1.8.1"
|
|
4896
5041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4897
5042
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
4898
5043
|
|
5044
|
+
[[package]]
|
5045
|
+
name = "zerotrie"
|
5046
|
+
version = "0.2.2"
|
5047
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5048
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
5049
|
+
dependencies = [
|
5050
|
+
"displaydoc",
|
5051
|
+
"yoke",
|
5052
|
+
"zerofrom",
|
5053
|
+
]
|
5054
|
+
|
4899
5055
|
[[package]]
|
4900
5056
|
name = "zerovec"
|
4901
|
-
version = "0.
|
5057
|
+
version = "0.11.2"
|
4902
5058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4903
|
-
checksum = "
|
5059
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
4904
5060
|
dependencies = [
|
4905
5061
|
"yoke",
|
4906
5062
|
"zerofrom",
|
@@ -4909,15 +5065,21 @@ dependencies = [
|
|
4909
5065
|
|
4910
5066
|
[[package]]
|
4911
5067
|
name = "zerovec-derive"
|
4912
|
-
version = "0.
|
5068
|
+
version = "0.11.1"
|
4913
5069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4914
|
-
checksum = "
|
5070
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
4915
5071
|
dependencies = [
|
4916
5072
|
"proc-macro2",
|
4917
5073
|
"quote",
|
4918
|
-
"syn
|
5074
|
+
"syn",
|
4919
5075
|
]
|
4920
5076
|
|
5077
|
+
[[package]]
|
5078
|
+
name = "zlib-rs"
|
5079
|
+
version = "0.5.1"
|
5080
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5081
|
+
checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
|
5082
|
+
|
4921
5083
|
[[package]]
|
4922
5084
|
name = "zstd"
|
4923
5085
|
version = "0.13.3"
|
@@ -4929,18 +5091,18 @@ dependencies = [
|
|
4929
5091
|
|
4930
5092
|
[[package]]
|
4931
5093
|
name = "zstd-safe"
|
4932
|
-
version = "7.2.
|
5094
|
+
version = "7.2.4"
|
4933
5095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4934
|
-
checksum = "
|
5096
|
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
4935
5097
|
dependencies = [
|
4936
5098
|
"zstd-sys",
|
4937
5099
|
]
|
4938
5100
|
|
4939
5101
|
[[package]]
|
4940
5102
|
name = "zstd-sys"
|
4941
|
-
version = "2.0.
|
5103
|
+
version = "2.0.15+zstd.1.5.7"
|
4942
5104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4943
|
-
checksum = "
|
5105
|
+
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
4944
5106
|
dependencies = [
|
4945
5107
|
"cc",
|
4946
5108
|
"pkg-config",
|