deltalake-rb 0.2.2 → 0.2.3
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 +4 -0
- data/Cargo.lock +333 -295
- data/ext/deltalake/Cargo.toml +5 -5
- data/ext/deltalake/src/lib.rs +58 -123
- data/ext/deltalake/src/merge.rs +2 -2
- data/ext/deltalake/src/schema.rs +2 -1
- data/lib/deltalake/version.rb +1 -1
- metadata +1 -1
data/Cargo.lock
CHANGED
@@ -96,9 +96,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
96
96
|
|
97
97
|
[[package]]
|
98
98
|
name = "arrow"
|
99
|
-
version = "
|
99
|
+
version = "56.2.0"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "6e833808ff2d94ed40d9379848a950d995043c7fb3e81a30b383f4c6033821cc"
|
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 = "56.2.0"
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
-
checksum = "
|
122
|
+
checksum = "ad08897b81588f60ba983e3ca39bda2b179bdd84dced378e7df81a5313802ef8"
|
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 = "56.2.0"
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
136
|
+
checksum = "8548ca7c070d8db9ce7aa43f37393e4bfcf3f2d3681df278490772fd1673d08d"
|
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.
|
145
|
+
"hashbrown 0.16.0",
|
146
146
|
"num",
|
147
147
|
]
|
148
148
|
|
149
149
|
[[package]]
|
150
150
|
name = "arrow-buffer"
|
151
|
-
version = "
|
151
|
+
version = "56.2.0"
|
152
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
-
checksum = "
|
153
|
+
checksum = "e003216336f70446457e280807a73899dd822feaf02087d31febca1363e2fccc"
|
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 = "56.2.0"
|
163
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
164
|
+
checksum = "919418a0681298d3a77d1a315f625916cb5678ad0d74b9c60108eb15fd083023"
|
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 = "56.2.0"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "bfa9bf02705b5cf762b6f764c65f04ae9082c7cfc4e96e0c33548ee3f67012eb"
|
186
186
|
dependencies = [
|
187
187
|
"arrow-array",
|
188
188
|
"arrow-cast",
|
@@ -195,9 +195,9 @@ dependencies = [
|
|
195
195
|
|
196
196
|
[[package]]
|
197
197
|
name = "arrow-data"
|
198
|
-
version = "
|
198
|
+
version = "56.2.0"
|
199
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
200
|
-
checksum = "
|
200
|
+
checksum = "a5c64fff1d142f833d78897a772f2e5b55b36cb3e6320376f0961ab0db7bd6d0"
|
201
201
|
dependencies = [
|
202
202
|
"arrow-buffer",
|
203
203
|
"arrow-schema",
|
@@ -207,14 +207,15 @@ dependencies = [
|
|
207
207
|
|
208
208
|
[[package]]
|
209
209
|
name = "arrow-ipc"
|
210
|
-
version = "
|
210
|
+
version = "56.2.0"
|
211
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212
|
-
checksum = "
|
212
|
+
checksum = "1d3594dcddccc7f20fd069bc8e9828ce37220372680ff638c5e00dea427d88f5"
|
213
213
|
dependencies = [
|
214
214
|
"arrow-array",
|
215
215
|
"arrow-buffer",
|
216
216
|
"arrow-data",
|
217
217
|
"arrow-schema",
|
218
|
+
"arrow-select",
|
218
219
|
"flatbuffers",
|
219
220
|
"lz4_flex",
|
220
221
|
"zstd",
|
@@ -222,9 +223,9 @@ dependencies = [
|
|
222
223
|
|
223
224
|
[[package]]
|
224
225
|
name = "arrow-json"
|
225
|
-
version = "
|
226
|
+
version = "56.2.0"
|
226
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
228
|
+
checksum = "88cf36502b64a127dc659e3b305f1d993a544eab0d48cce704424e62074dc04b"
|
228
229
|
dependencies = [
|
229
230
|
"arrow-array",
|
230
231
|
"arrow-buffer",
|
@@ -244,9 +245,9 @@ dependencies = [
|
|
244
245
|
|
245
246
|
[[package]]
|
246
247
|
name = "arrow-ord"
|
247
|
-
version = "
|
248
|
+
version = "56.2.0"
|
248
249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
-
checksum = "
|
250
|
+
checksum = "3c8f82583eb4f8d84d4ee55fd1cb306720cddead7596edce95b50ee418edf66f"
|
250
251
|
dependencies = [
|
251
252
|
"arrow-array",
|
252
253
|
"arrow-buffer",
|
@@ -257,9 +258,9 @@ dependencies = [
|
|
257
258
|
|
258
259
|
[[package]]
|
259
260
|
name = "arrow-row"
|
260
|
-
version = "
|
261
|
+
version = "56.2.0"
|
261
262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
262
|
-
checksum = "
|
263
|
+
checksum = "9d07ba24522229d9085031df6b94605e0f4b26e099fb7cdeec37abd941a73753"
|
263
264
|
dependencies = [
|
264
265
|
"arrow-array",
|
265
266
|
"arrow-buffer",
|
@@ -270,9 +271,9 @@ dependencies = [
|
|
270
271
|
|
271
272
|
[[package]]
|
272
273
|
name = "arrow-schema"
|
273
|
-
version = "
|
274
|
+
version = "56.2.0"
|
274
275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
-
checksum = "
|
276
|
+
checksum = "b3aa9e59c611ebc291c28582077ef25c97f1975383f1479b12f3b9ffee2ffabe"
|
276
277
|
dependencies = [
|
277
278
|
"bitflags",
|
278
279
|
"serde",
|
@@ -281,9 +282,9 @@ dependencies = [
|
|
281
282
|
|
282
283
|
[[package]]
|
283
284
|
name = "arrow-select"
|
284
|
-
version = "
|
285
|
+
version = "56.2.0"
|
285
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
286
|
-
checksum = "
|
287
|
+
checksum = "8c41dbbd1e97bfcaee4fcb30e29105fb2c75e4d82ae4de70b792a5d3f66b2e7a"
|
287
288
|
dependencies = [
|
288
289
|
"ahash",
|
289
290
|
"arrow-array",
|
@@ -295,9 +296,9 @@ dependencies = [
|
|
295
296
|
|
296
297
|
[[package]]
|
297
298
|
name = "arrow-string"
|
298
|
-
version = "
|
299
|
+
version = "56.2.0"
|
299
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
300
|
-
checksum = "
|
301
|
+
checksum = "53f5183c150fbc619eede22b861ea7c0eebed8eaac0333eaa7f6da5205fd504d"
|
301
302
|
dependencies = [
|
302
303
|
"arrow-array",
|
303
304
|
"arrow-buffer",
|
@@ -329,9 +330,9 @@ dependencies = [
|
|
329
330
|
|
330
331
|
[[package]]
|
331
332
|
name = "async-trait"
|
332
|
-
version = "0.1.
|
333
|
+
version = "0.1.89"
|
333
334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
334
|
-
checksum = "
|
335
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
335
336
|
dependencies = [
|
336
337
|
"proc-macro2",
|
337
338
|
"quote",
|
@@ -361,14 +362,12 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
361
362
|
|
362
363
|
[[package]]
|
363
364
|
name = "aws-config"
|
364
|
-
version = "1.
|
365
|
+
version = "1.8.8"
|
365
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
366
|
-
checksum = "
|
367
|
+
checksum = "37cf2b6af2a95a20e266782b4f76f1a5e12bf412a9db2de9c1e9123b9d8c0ad8"
|
367
368
|
dependencies = [
|
368
369
|
"aws-credential-types",
|
369
370
|
"aws-runtime",
|
370
|
-
"aws-sdk-sso",
|
371
|
-
"aws-sdk-ssooidc",
|
372
371
|
"aws-sdk-sts",
|
373
372
|
"aws-smithy-async",
|
374
373
|
"aws-smithy-http",
|
@@ -379,21 +378,18 @@ dependencies = [
|
|
379
378
|
"aws-types",
|
380
379
|
"bytes",
|
381
380
|
"fastrand",
|
382
|
-
"hex",
|
383
381
|
"http 1.3.1",
|
384
|
-
"ring",
|
385
382
|
"time",
|
386
383
|
"tokio",
|
387
384
|
"tracing",
|
388
385
|
"url",
|
389
|
-
"zeroize",
|
390
386
|
]
|
391
387
|
|
392
388
|
[[package]]
|
393
389
|
name = "aws-credential-types"
|
394
|
-
version = "1.2.
|
390
|
+
version = "1.2.8"
|
395
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
392
|
+
checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc"
|
397
393
|
dependencies = [
|
398
394
|
"aws-smithy-async",
|
399
395
|
"aws-smithy-runtime-api",
|
@@ -403,9 +399,9 @@ dependencies = [
|
|
403
399
|
|
404
400
|
[[package]]
|
405
401
|
name = "aws-lc-rs"
|
406
|
-
version = "1.
|
402
|
+
version = "1.14.1"
|
407
403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
408
|
-
checksum = "
|
404
|
+
checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
|
409
405
|
dependencies = [
|
410
406
|
"aws-lc-sys",
|
411
407
|
"zeroize",
|
@@ -413,22 +409,23 @@ dependencies = [
|
|
413
409
|
|
414
410
|
[[package]]
|
415
411
|
name = "aws-lc-sys"
|
416
|
-
version = "0.
|
412
|
+
version = "0.32.2"
|
417
413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
414
|
+
checksum = "a2b715a6010afb9e457ca2b7c9d2b9c344baa8baed7b38dc476034c171b32575"
|
419
415
|
dependencies = [
|
420
|
-
"bindgen",
|
416
|
+
"bindgen 0.72.1",
|
421
417
|
"cc",
|
422
418
|
"cmake",
|
423
419
|
"dunce",
|
424
420
|
"fs_extra",
|
421
|
+
"libloading",
|
425
422
|
]
|
426
423
|
|
427
424
|
[[package]]
|
428
425
|
name = "aws-runtime"
|
429
|
-
version = "1.5.
|
426
|
+
version = "1.5.12"
|
430
427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
431
|
-
checksum = "
|
428
|
+
checksum = "bfa006bb32360ed90ac51203feafb9d02e3d21046e1fd3a450a404b90ea73e5d"
|
432
429
|
dependencies = [
|
433
430
|
"aws-credential-types",
|
434
431
|
"aws-sigv4",
|
@@ -450,53 +447,9 @@ dependencies = [
|
|
450
447
|
|
451
448
|
[[package]]
|
452
449
|
name = "aws-sdk-dynamodb"
|
453
|
-
version = "1.
|
454
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
455
|
-
checksum = "c3e30c5374787c7ec96b290e39a1b565c9508fee443dabcabf903ff157598fab"
|
456
|
-
dependencies = [
|
457
|
-
"aws-credential-types",
|
458
|
-
"aws-runtime",
|
459
|
-
"aws-smithy-async",
|
460
|
-
"aws-smithy-http",
|
461
|
-
"aws-smithy-json",
|
462
|
-
"aws-smithy-runtime",
|
463
|
-
"aws-smithy-runtime-api",
|
464
|
-
"aws-smithy-types",
|
465
|
-
"aws-types",
|
466
|
-
"bytes",
|
467
|
-
"fastrand",
|
468
|
-
"http 0.2.12",
|
469
|
-
"regex-lite",
|
470
|
-
"tracing",
|
471
|
-
]
|
472
|
-
|
473
|
-
[[package]]
|
474
|
-
name = "aws-sdk-sso"
|
475
|
-
version = "1.72.0"
|
476
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
477
|
-
checksum = "13118ad30741222f67b1a18e5071385863914da05124652b38e172d6d3d9ce31"
|
478
|
-
dependencies = [
|
479
|
-
"aws-credential-types",
|
480
|
-
"aws-runtime",
|
481
|
-
"aws-smithy-async",
|
482
|
-
"aws-smithy-http",
|
483
|
-
"aws-smithy-json",
|
484
|
-
"aws-smithy-runtime",
|
485
|
-
"aws-smithy-runtime-api",
|
486
|
-
"aws-smithy-types",
|
487
|
-
"aws-types",
|
488
|
-
"bytes",
|
489
|
-
"fastrand",
|
490
|
-
"http 0.2.12",
|
491
|
-
"regex-lite",
|
492
|
-
"tracing",
|
493
|
-
]
|
494
|
-
|
495
|
-
[[package]]
|
496
|
-
name = "aws-sdk-ssooidc"
|
497
|
-
version = "1.73.0"
|
450
|
+
version = "1.95.0"
|
498
451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
452
|
+
checksum = "699bab2e1f9da570071889b674a43df1184b6ec42bf4770ef8758a8f3e02f38f"
|
500
453
|
dependencies = [
|
501
454
|
"aws-credential-types",
|
502
455
|
"aws-runtime",
|
@@ -516,9 +469,9 @@ dependencies = [
|
|
516
469
|
|
517
470
|
[[package]]
|
518
471
|
name = "aws-sdk-sts"
|
519
|
-
version = "1.
|
472
|
+
version = "1.88.0"
|
520
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
521
|
-
checksum = "
|
474
|
+
checksum = "d30990923f4f675523c51eb1c0dec9b752fb267b36a61e83cbc219c9d86da715"
|
522
475
|
dependencies = [
|
523
476
|
"aws-credential-types",
|
524
477
|
"aws-runtime",
|
@@ -539,9 +492,9 @@ dependencies = [
|
|
539
492
|
|
540
493
|
[[package]]
|
541
494
|
name = "aws-sigv4"
|
542
|
-
version = "1.3.
|
495
|
+
version = "1.3.5"
|
543
496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
544
|
-
checksum = "
|
497
|
+
checksum = "bffc03068fbb9c8dd5ce1c6fb240678a5cffb86fb2b7b1985c999c4b83c8df68"
|
545
498
|
dependencies = [
|
546
499
|
"aws-credential-types",
|
547
500
|
"aws-smithy-http",
|
@@ -561,9 +514,9 @@ dependencies = [
|
|
561
514
|
|
562
515
|
[[package]]
|
563
516
|
name = "aws-smithy-async"
|
564
|
-
version = "1.2.
|
517
|
+
version = "1.2.6"
|
565
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
566
|
-
checksum = "
|
519
|
+
checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
|
567
520
|
dependencies = [
|
568
521
|
"futures-util",
|
569
522
|
"pin-project-lite",
|
@@ -572,9 +525,9 @@ dependencies = [
|
|
572
525
|
|
573
526
|
[[package]]
|
574
527
|
name = "aws-smithy-http"
|
575
|
-
version = "0.62.
|
528
|
+
version = "0.62.4"
|
576
529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
577
|
-
checksum = "
|
530
|
+
checksum = "3feafd437c763db26aa04e0cc7591185d0961e64c61885bece0fb9d50ceac671"
|
578
531
|
dependencies = [
|
579
532
|
"aws-smithy-runtime-api",
|
580
533
|
"aws-smithy-types",
|
@@ -592,9 +545,9 @@ dependencies = [
|
|
592
545
|
|
593
546
|
[[package]]
|
594
547
|
name = "aws-smithy-http-client"
|
595
|
-
version = "1.
|
548
|
+
version = "1.1.3"
|
596
549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597
|
-
checksum = "
|
550
|
+
checksum = "1053b5e587e6fa40ce5a79ea27957b04ba660baa02b28b7436f64850152234f1"
|
598
551
|
dependencies = [
|
599
552
|
"aws-smithy-async",
|
600
553
|
"aws-smithy-runtime-api",
|
@@ -611,37 +564,38 @@ dependencies = [
|
|
611
564
|
"hyper-util",
|
612
565
|
"pin-project-lite",
|
613
566
|
"rustls 0.21.12",
|
614
|
-
"rustls 0.23.
|
567
|
+
"rustls 0.23.32",
|
615
568
|
"rustls-native-certs 0.8.1",
|
616
569
|
"rustls-pki-types",
|
617
570
|
"tokio",
|
571
|
+
"tokio-rustls 0.26.2",
|
618
572
|
"tower",
|
619
573
|
"tracing",
|
620
574
|
]
|
621
575
|
|
622
576
|
[[package]]
|
623
577
|
name = "aws-smithy-json"
|
624
|
-
version = "0.61.
|
578
|
+
version = "0.61.6"
|
625
579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
-
checksum = "
|
580
|
+
checksum = "cff418fc8ec5cadf8173b10125f05c2e7e1d46771406187b2c878557d4503390"
|
627
581
|
dependencies = [
|
628
582
|
"aws-smithy-types",
|
629
583
|
]
|
630
584
|
|
631
585
|
[[package]]
|
632
586
|
name = "aws-smithy-observability"
|
633
|
-
version = "0.1.
|
587
|
+
version = "0.1.4"
|
634
588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
635
|
-
checksum = "
|
589
|
+
checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
|
636
590
|
dependencies = [
|
637
591
|
"aws-smithy-runtime-api",
|
638
592
|
]
|
639
593
|
|
640
594
|
[[package]]
|
641
595
|
name = "aws-smithy-query"
|
642
|
-
version = "0.60.
|
596
|
+
version = "0.60.8"
|
643
597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
-
checksum = "
|
598
|
+
checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
|
645
599
|
dependencies = [
|
646
600
|
"aws-smithy-types",
|
647
601
|
"urlencoding",
|
@@ -649,9 +603,9 @@ dependencies = [
|
|
649
603
|
|
650
604
|
[[package]]
|
651
605
|
name = "aws-smithy-runtime"
|
652
|
-
version = "1.
|
606
|
+
version = "1.9.3"
|
653
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
654
|
-
checksum = "
|
608
|
+
checksum = "40ab99739082da5347660c556689256438defae3bcefd66c52b095905730e404"
|
655
609
|
dependencies = [
|
656
610
|
"aws-smithy-async",
|
657
611
|
"aws-smithy-http",
|
@@ -673,9 +627,9 @@ dependencies = [
|
|
673
627
|
|
674
628
|
[[package]]
|
675
629
|
name = "aws-smithy-runtime-api"
|
676
|
-
version = "1.
|
630
|
+
version = "1.9.1"
|
677
631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
678
|
-
checksum = "
|
632
|
+
checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46"
|
679
633
|
dependencies = [
|
680
634
|
"aws-smithy-async",
|
681
635
|
"aws-smithy-types",
|
@@ -690,9 +644,9 @@ dependencies = [
|
|
690
644
|
|
691
645
|
[[package]]
|
692
646
|
name = "aws-smithy-types"
|
693
|
-
version = "1.3.
|
647
|
+
version = "1.3.3"
|
694
648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
695
|
-
checksum = "
|
649
|
+
checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457"
|
696
650
|
dependencies = [
|
697
651
|
"base64-simd",
|
698
652
|
"bytes",
|
@@ -716,18 +670,18 @@ dependencies = [
|
|
716
670
|
|
717
671
|
[[package]]
|
718
672
|
name = "aws-smithy-xml"
|
719
|
-
version = "0.60.
|
673
|
+
version = "0.60.11"
|
720
674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
-
checksum = "
|
675
|
+
checksum = "e9c34127e8c624bc2999f3b657e749c1393bedc9cd97b92a804db8ced4d2e163"
|
722
676
|
dependencies = [
|
723
677
|
"xmlparser",
|
724
678
|
]
|
725
679
|
|
726
680
|
[[package]]
|
727
681
|
name = "aws-types"
|
728
|
-
version = "1.3.
|
682
|
+
version = "1.3.9"
|
729
683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
730
|
-
checksum = "
|
684
|
+
checksum = "e2fd329bf0e901ff3f60425691410c69094dc2a1f34b331f37bfc4e9ac1565a1"
|
731
685
|
dependencies = [
|
732
686
|
"aws-credential-types",
|
733
687
|
"aws-smithy-async",
|
@@ -809,15 +763,32 @@ dependencies = [
|
|
809
763
|
"itertools 0.12.1",
|
810
764
|
"lazy_static",
|
811
765
|
"lazycell",
|
766
|
+
"proc-macro2",
|
767
|
+
"quote",
|
768
|
+
"regex",
|
769
|
+
"rustc-hash 1.1.0",
|
770
|
+
"shlex",
|
771
|
+
"syn",
|
772
|
+
]
|
773
|
+
|
774
|
+
[[package]]
|
775
|
+
name = "bindgen"
|
776
|
+
version = "0.72.1"
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
778
|
+
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
779
|
+
dependencies = [
|
780
|
+
"bitflags",
|
781
|
+
"cexpr",
|
782
|
+
"clang-sys",
|
783
|
+
"itertools 0.12.1",
|
812
784
|
"log",
|
813
785
|
"prettyplease",
|
814
786
|
"proc-macro2",
|
815
787
|
"quote",
|
816
788
|
"regex",
|
817
|
-
"rustc-hash 1.1
|
789
|
+
"rustc-hash 2.1.1",
|
818
790
|
"shlex",
|
819
791
|
"syn",
|
820
|
-
"which",
|
821
792
|
]
|
822
793
|
|
823
794
|
[[package]]
|
@@ -1019,11 +990,14 @@ dependencies = [
|
|
1019
990
|
|
1020
991
|
[[package]]
|
1021
992
|
name = "comfy-table"
|
1022
|
-
version = "7.1.
|
993
|
+
version = "7.1.2"
|
1023
994
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1024
|
-
checksum = "
|
995
|
+
checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56"
|
1025
996
|
dependencies = [
|
1026
|
-
"
|
997
|
+
"crossterm 0.27.0",
|
998
|
+
"crossterm 0.28.1",
|
999
|
+
"strum 0.26.3",
|
1000
|
+
"strum_macros 0.26.4",
|
1027
1001
|
"unicode-width",
|
1028
1002
|
]
|
1029
1003
|
|
@@ -1112,6 +1086,39 @@ version = "0.8.21"
|
|
1112
1086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1113
1087
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
1114
1088
|
|
1089
|
+
[[package]]
|
1090
|
+
name = "crossterm"
|
1091
|
+
version = "0.27.0"
|
1092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1093
|
+
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
1094
|
+
dependencies = [
|
1095
|
+
"bitflags",
|
1096
|
+
"crossterm_winapi",
|
1097
|
+
"libc",
|
1098
|
+
"parking_lot",
|
1099
|
+
"winapi",
|
1100
|
+
]
|
1101
|
+
|
1102
|
+
[[package]]
|
1103
|
+
name = "crossterm"
|
1104
|
+
version = "0.28.1"
|
1105
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1106
|
+
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
1107
|
+
dependencies = [
|
1108
|
+
"bitflags",
|
1109
|
+
"parking_lot",
|
1110
|
+
"rustix 0.38.44",
|
1111
|
+
]
|
1112
|
+
|
1113
|
+
[[package]]
|
1114
|
+
name = "crossterm_winapi"
|
1115
|
+
version = "0.9.1"
|
1116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1117
|
+
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
1118
|
+
dependencies = [
|
1119
|
+
"winapi",
|
1120
|
+
]
|
1121
|
+
|
1115
1122
|
[[package]]
|
1116
1123
|
name = "crunchy"
|
1117
1124
|
version = "0.2.4"
|
@@ -1200,9 +1207,9 @@ dependencies = [
|
|
1200
1207
|
|
1201
1208
|
[[package]]
|
1202
1209
|
name = "datafusion"
|
1203
|
-
version = "
|
1210
|
+
version = "50.2.0"
|
1204
1211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205
|
-
checksum = "
|
1212
|
+
checksum = "fc6759cf9ef57c5c469e4027ac4b4cfa746e06a0f5472c2b922b6a403c2a64c4"
|
1206
1213
|
dependencies = [
|
1207
1214
|
"arrow",
|
1208
1215
|
"arrow-ipc",
|
@@ -1229,6 +1236,7 @@ dependencies = [
|
|
1229
1236
|
"datafusion-functions-window",
|
1230
1237
|
"datafusion-optimizer",
|
1231
1238
|
"datafusion-physical-expr",
|
1239
|
+
"datafusion-physical-expr-adapter",
|
1232
1240
|
"datafusion-physical-expr-common",
|
1233
1241
|
"datafusion-physical-optimizer",
|
1234
1242
|
"datafusion-physical-plan",
|
@@ -1236,7 +1244,6 @@ dependencies = [
|
|
1236
1244
|
"datafusion-sql",
|
1237
1245
|
"flate2",
|
1238
1246
|
"futures",
|
1239
|
-
"hex",
|
1240
1247
|
"itertools 0.14.0",
|
1241
1248
|
"log",
|
1242
1249
|
"object_store",
|
@@ -1244,7 +1251,7 @@ dependencies = [
|
|
1244
1251
|
"parquet",
|
1245
1252
|
"rand 0.9.1",
|
1246
1253
|
"regex",
|
1247
|
-
"sqlparser 0.
|
1254
|
+
"sqlparser 0.58.0",
|
1248
1255
|
"tempfile",
|
1249
1256
|
"tokio",
|
1250
1257
|
"url",
|
@@ -1255,9 +1262,9 @@ dependencies = [
|
|
1255
1262
|
|
1256
1263
|
[[package]]
|
1257
1264
|
name = "datafusion-catalog"
|
1258
|
-
version = "
|
1265
|
+
version = "50.2.0"
|
1259
1266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1260
|
-
checksum = "
|
1267
|
+
checksum = "8a1c48fc7e6d62590d45f7be7c531980b8ff091d1ab113a9ddf465bef41e4093"
|
1261
1268
|
dependencies = [
|
1262
1269
|
"arrow",
|
1263
1270
|
"async-trait",
|
@@ -1281,9 +1288,9 @@ dependencies = [
|
|
1281
1288
|
|
1282
1289
|
[[package]]
|
1283
1290
|
name = "datafusion-catalog-listing"
|
1284
|
-
version = "
|
1291
|
+
version = "50.2.0"
|
1285
1292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1286
|
-
checksum = "
|
1293
|
+
checksum = "3db1266da115de3ab0b2669fc027d96cf0ff777deb3216d52c74b528446ccdd6"
|
1287
1294
|
dependencies = [
|
1288
1295
|
"arrow",
|
1289
1296
|
"async-trait",
|
@@ -1304,9 +1311,9 @@ dependencies = [
|
|
1304
1311
|
|
1305
1312
|
[[package]]
|
1306
1313
|
name = "datafusion-common"
|
1307
|
-
version = "
|
1314
|
+
version = "50.2.0"
|
1308
1315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1309
|
-
checksum = "
|
1316
|
+
checksum = "ad4eb2a48ca10fa1e1a487a28a5bf080e31efac2d4bf12bb7e92c2d9ea4f35e5"
|
1310
1317
|
dependencies = [
|
1311
1318
|
"ahash",
|
1312
1319
|
"arrow",
|
@@ -1315,7 +1322,6 @@ dependencies = [
|
|
1315
1322
|
"chrono",
|
1316
1323
|
"half",
|
1317
1324
|
"hashbrown 0.14.5",
|
1318
|
-
"hex",
|
1319
1325
|
"indexmap",
|
1320
1326
|
"libc",
|
1321
1327
|
"log",
|
@@ -1323,16 +1329,16 @@ dependencies = [
|
|
1323
1329
|
"parquet",
|
1324
1330
|
"paste",
|
1325
1331
|
"recursive",
|
1326
|
-
"sqlparser 0.
|
1332
|
+
"sqlparser 0.58.0",
|
1327
1333
|
"tokio",
|
1328
1334
|
"web-time",
|
1329
1335
|
]
|
1330
1336
|
|
1331
1337
|
[[package]]
|
1332
1338
|
name = "datafusion-common-runtime"
|
1333
|
-
version = "
|
1339
|
+
version = "50.2.0"
|
1334
1340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1335
|
-
checksum = "
|
1341
|
+
checksum = "a0422ee64d5791599c46b786063e695f7699fadd3a12ad25038cb3094d05886a"
|
1336
1342
|
dependencies = [
|
1337
1343
|
"futures",
|
1338
1344
|
"log",
|
@@ -1341,9 +1347,9 @@ dependencies = [
|
|
1341
1347
|
|
1342
1348
|
[[package]]
|
1343
1349
|
name = "datafusion-datasource"
|
1344
|
-
version = "
|
1350
|
+
version = "50.2.0"
|
1345
1351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1346
|
-
checksum = "
|
1352
|
+
checksum = "904c2e1089b3ccf10786f2dae12bc560fda278e4194a8917c5844d2e8c212818"
|
1347
1353
|
dependencies = [
|
1348
1354
|
"arrow",
|
1349
1355
|
"async-compression",
|
@@ -1356,6 +1362,7 @@ dependencies = [
|
|
1356
1362
|
"datafusion-execution",
|
1357
1363
|
"datafusion-expr",
|
1358
1364
|
"datafusion-physical-expr",
|
1365
|
+
"datafusion-physical-expr-adapter",
|
1359
1366
|
"datafusion-physical-expr-common",
|
1360
1367
|
"datafusion-physical-plan",
|
1361
1368
|
"datafusion-session",
|
@@ -1377,9 +1384,9 @@ dependencies = [
|
|
1377
1384
|
|
1378
1385
|
[[package]]
|
1379
1386
|
name = "datafusion-datasource-csv"
|
1380
|
-
version = "
|
1387
|
+
version = "50.2.0"
|
1381
1388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382
|
-
checksum = "
|
1389
|
+
checksum = "8336a805c42ef4e359daaad142ddc53649f23c7e934c117d8516816afe6b7a3d"
|
1383
1390
|
dependencies = [
|
1384
1391
|
"arrow",
|
1385
1392
|
"async-trait",
|
@@ -1402,9 +1409,9 @@ dependencies = [
|
|
1402
1409
|
|
1403
1410
|
[[package]]
|
1404
1411
|
name = "datafusion-datasource-json"
|
1405
|
-
version = "
|
1412
|
+
version = "50.2.0"
|
1406
1413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1407
|
-
checksum = "
|
1414
|
+
checksum = "c691b1565e245ea369bc8418b472a75ea84c2ad2deb61b1521cfa38319a9cd47"
|
1408
1415
|
dependencies = [
|
1409
1416
|
"arrow",
|
1410
1417
|
"async-trait",
|
@@ -1427,9 +1434,9 @@ dependencies = [
|
|
1427
1434
|
|
1428
1435
|
[[package]]
|
1429
1436
|
name = "datafusion-datasource-parquet"
|
1430
|
-
version = "
|
1437
|
+
version = "50.2.0"
|
1431
1438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1432
|
-
checksum = "
|
1439
|
+
checksum = "f9f7576ceb5974c5f6874d7f2a5ebfeb58960a920da64017def849e0352fe2d8"
|
1433
1440
|
dependencies = [
|
1434
1441
|
"arrow",
|
1435
1442
|
"async-trait",
|
@@ -1442,13 +1449,13 @@ dependencies = [
|
|
1442
1449
|
"datafusion-expr",
|
1443
1450
|
"datafusion-functions-aggregate",
|
1444
1451
|
"datafusion-physical-expr",
|
1452
|
+
"datafusion-physical-expr-adapter",
|
1445
1453
|
"datafusion-physical-expr-common",
|
1446
1454
|
"datafusion-physical-optimizer",
|
1447
1455
|
"datafusion-physical-plan",
|
1448
1456
|
"datafusion-pruning",
|
1449
1457
|
"datafusion-session",
|
1450
1458
|
"futures",
|
1451
|
-
"hex",
|
1452
1459
|
"itertools 0.14.0",
|
1453
1460
|
"log",
|
1454
1461
|
"object_store",
|
@@ -1460,17 +1467,18 @@ dependencies = [
|
|
1460
1467
|
|
1461
1468
|
[[package]]
|
1462
1469
|
name = "datafusion-doc"
|
1463
|
-
version = "
|
1470
|
+
version = "50.2.0"
|
1464
1471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465
|
-
checksum = "
|
1472
|
+
checksum = "9dde7c10244f3657fc01eef8247c0b2b20eae4cf6439a0ebb27322f32026d6b8"
|
1466
1473
|
|
1467
1474
|
[[package]]
|
1468
1475
|
name = "datafusion-execution"
|
1469
|
-
version = "
|
1476
|
+
version = "50.2.0"
|
1470
1477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471
|
-
checksum = "
|
1478
|
+
checksum = "5143fc795cef959b6d5271b2e8f1120382fe929fc4bd027c7d7b993f5352ef7e"
|
1472
1479
|
dependencies = [
|
1473
1480
|
"arrow",
|
1481
|
+
"async-trait",
|
1474
1482
|
"dashmap",
|
1475
1483
|
"datafusion-common",
|
1476
1484
|
"datafusion-expr",
|
@@ -1485,9 +1493,9 @@ dependencies = [
|
|
1485
1493
|
|
1486
1494
|
[[package]]
|
1487
1495
|
name = "datafusion-expr"
|
1488
|
-
version = "
|
1496
|
+
version = "50.2.0"
|
1489
1497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1490
|
-
checksum = "
|
1498
|
+
checksum = "63e826296bc5f5d0af3e39c1af473d4091ac6a152a5be2f80c256f0182938428"
|
1491
1499
|
dependencies = [
|
1492
1500
|
"arrow",
|
1493
1501
|
"async-trait",
|
@@ -1502,14 +1510,14 @@ dependencies = [
|
|
1502
1510
|
"paste",
|
1503
1511
|
"recursive",
|
1504
1512
|
"serde_json",
|
1505
|
-
"sqlparser 0.
|
1513
|
+
"sqlparser 0.58.0",
|
1506
1514
|
]
|
1507
1515
|
|
1508
1516
|
[[package]]
|
1509
1517
|
name = "datafusion-expr-common"
|
1510
|
-
version = "
|
1518
|
+
version = "50.2.0"
|
1511
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1512
|
-
checksum = "
|
1520
|
+
checksum = "9096732d0d8862d1950ca70324fe91f9dee3799eeb0db53ef452bdb573484db6"
|
1513
1521
|
dependencies = [
|
1514
1522
|
"arrow",
|
1515
1523
|
"datafusion-common",
|
@@ -1520,9 +1528,9 @@ dependencies = [
|
|
1520
1528
|
|
1521
1529
|
[[package]]
|
1522
1530
|
name = "datafusion-functions"
|
1523
|
-
version = "
|
1531
|
+
version = "50.2.0"
|
1524
1532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1525
|
-
checksum = "
|
1533
|
+
checksum = "3f362c78ac283e64fd3976e060c1a8a57d5f4dcf844a6b6bd2eb320640a1572e"
|
1526
1534
|
dependencies = [
|
1527
1535
|
"arrow",
|
1528
1536
|
"arrow-buffer",
|
@@ -1549,9 +1557,9 @@ dependencies = [
|
|
1549
1557
|
|
1550
1558
|
[[package]]
|
1551
1559
|
name = "datafusion-functions-aggregate"
|
1552
|
-
version = "
|
1560
|
+
version = "50.2.0"
|
1553
1561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1554
|
-
checksum = "
|
1562
|
+
checksum = "22e2a80a80145a796ae3f02eb724ac516178556aec864fe89f6ab3741a4cd249"
|
1555
1563
|
dependencies = [
|
1556
1564
|
"ahash",
|
1557
1565
|
"arrow",
|
@@ -1570,9 +1578,9 @@ dependencies = [
|
|
1570
1578
|
|
1571
1579
|
[[package]]
|
1572
1580
|
name = "datafusion-functions-aggregate-common"
|
1573
|
-
version = "
|
1581
|
+
version = "50.2.0"
|
1574
1582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1575
|
-
checksum = "
|
1583
|
+
checksum = "d7dcca2fe7c33409e9ab3f950366aa4cba5db6175a09599fdb658ad9f2cc4296"
|
1576
1584
|
dependencies = [
|
1577
1585
|
"ahash",
|
1578
1586
|
"arrow",
|
@@ -1583,9 +1591,9 @@ dependencies = [
|
|
1583
1591
|
|
1584
1592
|
[[package]]
|
1585
1593
|
name = "datafusion-functions-nested"
|
1586
|
-
version = "
|
1594
|
+
version = "50.2.0"
|
1587
1595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588
|
-
checksum = "
|
1596
|
+
checksum = "d1b298733377f3ec8c2868c75b5555b15396d9c13e36c5fda28e80feee34e3ed"
|
1589
1597
|
dependencies = [
|
1590
1598
|
"arrow",
|
1591
1599
|
"arrow-ord",
|
@@ -1605,9 +1613,9 @@ dependencies = [
|
|
1605
1613
|
|
1606
1614
|
[[package]]
|
1607
1615
|
name = "datafusion-functions-table"
|
1608
|
-
version = "
|
1616
|
+
version = "50.2.0"
|
1609
1617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1610
|
-
checksum = "
|
1618
|
+
checksum = "2fa4a380ca362eb0fbd33093e8ca6b7a31057616c7e6ee999b87a4ad3c7c0b3f"
|
1611
1619
|
dependencies = [
|
1612
1620
|
"arrow",
|
1613
1621
|
"async-trait",
|
@@ -1621,9 +1629,9 @@ dependencies = [
|
|
1621
1629
|
|
1622
1630
|
[[package]]
|
1623
1631
|
name = "datafusion-functions-window"
|
1624
|
-
version = "
|
1632
|
+
version = "50.2.0"
|
1625
1633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1626
|
-
checksum = "
|
1634
|
+
checksum = "9068fc85b8e187c706427794d79bb7ee91132b6b192cb7b18e650a5f7c5c1340"
|
1627
1635
|
dependencies = [
|
1628
1636
|
"arrow",
|
1629
1637
|
"datafusion-common",
|
@@ -1639,9 +1647,9 @@ dependencies = [
|
|
1639
1647
|
|
1640
1648
|
[[package]]
|
1641
1649
|
name = "datafusion-functions-window-common"
|
1642
|
-
version = "
|
1650
|
+
version = "50.2.0"
|
1643
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1644
|
-
checksum = "
|
1652
|
+
checksum = "b2f80ec56e177d166269556649be817a382a374642872df4ca48cf9be3d09b3a"
|
1645
1653
|
dependencies = [
|
1646
1654
|
"datafusion-common",
|
1647
1655
|
"datafusion-physical-expr-common",
|
@@ -1649,9 +1657,9 @@ dependencies = [
|
|
1649
1657
|
|
1650
1658
|
[[package]]
|
1651
1659
|
name = "datafusion-macros"
|
1652
|
-
version = "
|
1660
|
+
version = "50.2.0"
|
1653
1661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1654
|
-
checksum = "
|
1662
|
+
checksum = "c4868fe261ba01e462033eff141e90453b7630722cad6420fddd81ebb786f6e2"
|
1655
1663
|
dependencies = [
|
1656
1664
|
"datafusion-expr",
|
1657
1665
|
"quote",
|
@@ -1660,9 +1668,9 @@ dependencies = [
|
|
1660
1668
|
|
1661
1669
|
[[package]]
|
1662
1670
|
name = "datafusion-optimizer"
|
1663
|
-
version = "
|
1671
|
+
version = "50.2.0"
|
1664
1672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1665
|
-
checksum = "
|
1673
|
+
checksum = "40ed8c51b5c37c057e5c7d5945ed807f1cecfba003bdb1a4c3036595dda287c7"
|
1666
1674
|
dependencies = [
|
1667
1675
|
"arrow",
|
1668
1676
|
"chrono",
|
@@ -1680,9 +1688,9 @@ dependencies = [
|
|
1680
1688
|
|
1681
1689
|
[[package]]
|
1682
1690
|
name = "datafusion-physical-expr"
|
1683
|
-
version = "
|
1691
|
+
version = "50.2.0"
|
1684
1692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685
|
-
checksum = "
|
1693
|
+
checksum = "f678f5734147446e1adbee63be4b244c8f0e9cbd5c41525004ace3730190d03e"
|
1686
1694
|
dependencies = [
|
1687
1695
|
"ahash",
|
1688
1696
|
"arrow",
|
@@ -1696,15 +1704,31 @@ dependencies = [
|
|
1696
1704
|
"indexmap",
|
1697
1705
|
"itertools 0.14.0",
|
1698
1706
|
"log",
|
1707
|
+
"parking_lot",
|
1699
1708
|
"paste",
|
1700
1709
|
"petgraph",
|
1701
1710
|
]
|
1702
1711
|
|
1712
|
+
[[package]]
|
1713
|
+
name = "datafusion-physical-expr-adapter"
|
1714
|
+
version = "50.2.0"
|
1715
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1716
|
+
checksum = "086877d4eca538e9cd1f28b917db0036efe0ad8b4fb7c702f520510672032c8d"
|
1717
|
+
dependencies = [
|
1718
|
+
"arrow",
|
1719
|
+
"datafusion-common",
|
1720
|
+
"datafusion-expr",
|
1721
|
+
"datafusion-functions",
|
1722
|
+
"datafusion-physical-expr",
|
1723
|
+
"datafusion-physical-expr-common",
|
1724
|
+
"itertools 0.14.0",
|
1725
|
+
]
|
1726
|
+
|
1703
1727
|
[[package]]
|
1704
1728
|
name = "datafusion-physical-expr-common"
|
1705
|
-
version = "
|
1729
|
+
version = "50.2.0"
|
1706
1730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1707
|
-
checksum = "
|
1731
|
+
checksum = "f5c5d17f6a4f28f9849ee3449bb9b83406a718e4275c218bf37ca247ee123779"
|
1708
1732
|
dependencies = [
|
1709
1733
|
"ahash",
|
1710
1734
|
"arrow",
|
@@ -1716,9 +1740,9 @@ dependencies = [
|
|
1716
1740
|
|
1717
1741
|
[[package]]
|
1718
1742
|
name = "datafusion-physical-optimizer"
|
1719
|
-
version = "
|
1743
|
+
version = "50.2.0"
|
1720
1744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1721
|
-
checksum = "
|
1745
|
+
checksum = "ab9fb8b3fba2634d444e0177862797dc1231e0e20bc4db291a15d39c0d4136c3"
|
1722
1746
|
dependencies = [
|
1723
1747
|
"arrow",
|
1724
1748
|
"datafusion-common",
|
@@ -1736,9 +1760,9 @@ dependencies = [
|
|
1736
1760
|
|
1737
1761
|
[[package]]
|
1738
1762
|
name = "datafusion-physical-plan"
|
1739
|
-
version = "
|
1763
|
+
version = "50.2.0"
|
1740
1764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741
|
-
checksum = "
|
1765
|
+
checksum = "d5086cb2e579270173ff0eb38d60ba2a081f1d422a743fa673f6096920950eb5"
|
1742
1766
|
dependencies = [
|
1743
1767
|
"ahash",
|
1744
1768
|
"arrow",
|
@@ -1750,6 +1774,7 @@ dependencies = [
|
|
1750
1774
|
"datafusion-common-runtime",
|
1751
1775
|
"datafusion-execution",
|
1752
1776
|
"datafusion-expr",
|
1777
|
+
"datafusion-functions-aggregate-common",
|
1753
1778
|
"datafusion-functions-window-common",
|
1754
1779
|
"datafusion-physical-expr",
|
1755
1780
|
"datafusion-physical-expr-common",
|
@@ -1766,9 +1791,9 @@ dependencies = [
|
|
1766
1791
|
|
1767
1792
|
[[package]]
|
1768
1793
|
name = "datafusion-proto"
|
1769
|
-
version = "
|
1794
|
+
version = "50.2.0"
|
1770
1795
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1771
|
-
checksum = "
|
1796
|
+
checksum = "87c686bfd29ec5362fe229247ef03a0beb063b50e307bf72d0f1a80b9d90f8b8"
|
1772
1797
|
dependencies = [
|
1773
1798
|
"arrow",
|
1774
1799
|
"chrono",
|
@@ -1782,9 +1807,9 @@ dependencies = [
|
|
1782
1807
|
|
1783
1808
|
[[package]]
|
1784
1809
|
name = "datafusion-proto-common"
|
1785
|
-
version = "
|
1810
|
+
version = "50.2.0"
|
1786
1811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1787
|
-
checksum = "
|
1812
|
+
checksum = "1972d37680d48d4f6167b535e0a23ea9f814a21e1359d0bd5c30d1345b95aef9"
|
1788
1813
|
dependencies = [
|
1789
1814
|
"arrow",
|
1790
1815
|
"datafusion-common",
|
@@ -1793,9 +1818,9 @@ dependencies = [
|
|
1793
1818
|
|
1794
1819
|
[[package]]
|
1795
1820
|
name = "datafusion-pruning"
|
1796
|
-
version = "
|
1821
|
+
version = "50.2.0"
|
1797
1822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1798
|
-
checksum = "
|
1823
|
+
checksum = "1f84b866d906118c320459f30385048aeedbe36ac06973d3e4fa0cc5d60d722c"
|
1799
1824
|
dependencies = [
|
1800
1825
|
"arrow",
|
1801
1826
|
"arrow-schema",
|
@@ -1811,9 +1836,9 @@ dependencies = [
|
|
1811
1836
|
|
1812
1837
|
[[package]]
|
1813
1838
|
name = "datafusion-session"
|
1814
|
-
version = "
|
1839
|
+
version = "50.2.0"
|
1815
1840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1816
|
-
checksum = "
|
1841
|
+
checksum = "3820062b9dd2846954eeb844ff9fe3662977b7d2d74947647c779fabfa502508"
|
1817
1842
|
dependencies = [
|
1818
1843
|
"arrow",
|
1819
1844
|
"async-trait",
|
@@ -1835,9 +1860,9 @@ dependencies = [
|
|
1835
1860
|
|
1836
1861
|
[[package]]
|
1837
1862
|
name = "datafusion-sql"
|
1838
|
-
version = "
|
1863
|
+
version = "50.2.0"
|
1839
1864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1840
|
-
checksum = "
|
1865
|
+
checksum = "375232baa851b2e9d09fcbe8906141a0ec6e0e058addc5565e0d3d790bb9d51d"
|
1841
1866
|
dependencies = [
|
1842
1867
|
"arrow",
|
1843
1868
|
"bigdecimal",
|
@@ -1847,18 +1872,19 @@ dependencies = [
|
|
1847
1872
|
"log",
|
1848
1873
|
"recursive",
|
1849
1874
|
"regex",
|
1850
|
-
"sqlparser 0.
|
1875
|
+
"sqlparser 0.58.0",
|
1851
1876
|
]
|
1852
1877
|
|
1853
1878
|
[[package]]
|
1854
1879
|
name = "delta_kernel"
|
1855
|
-
version = "0.
|
1880
|
+
version = "0.16.0"
|
1856
1881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1857
|
-
checksum = "
|
1882
|
+
checksum = "cb6b80fa39021744edf13509bbdd7caef94c1bf101e384990210332dbddddf44"
|
1858
1883
|
dependencies = [
|
1859
1884
|
"arrow",
|
1860
1885
|
"bytes",
|
1861
1886
|
"chrono",
|
1887
|
+
"comfy-table",
|
1862
1888
|
"delta_kernel_derive",
|
1863
1889
|
"futures",
|
1864
1890
|
"indexmap",
|
@@ -1870,7 +1896,7 @@ dependencies = [
|
|
1870
1896
|
"rustc_version",
|
1871
1897
|
"serde",
|
1872
1898
|
"serde_json",
|
1873
|
-
"strum",
|
1899
|
+
"strum 0.27.1",
|
1874
1900
|
"thiserror",
|
1875
1901
|
"tokio",
|
1876
1902
|
"tracing",
|
@@ -1881,9 +1907,9 @@ dependencies = [
|
|
1881
1907
|
|
1882
1908
|
[[package]]
|
1883
1909
|
name = "delta_kernel_derive"
|
1884
|
-
version = "0.
|
1910
|
+
version = "0.16.0"
|
1885
1911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1886
|
-
checksum = "
|
1912
|
+
checksum = "ae1d02d9f5d886ae8bb7fc3f7a3cb8f1b75cd0f5c95f9b5f45bba308f1a0aa58"
|
1887
1913
|
dependencies = [
|
1888
1914
|
"proc-macro2",
|
1889
1915
|
"quote",
|
@@ -1892,13 +1918,13 @@ dependencies = [
|
|
1892
1918
|
|
1893
1919
|
[[package]]
|
1894
1920
|
name = "deltalake"
|
1895
|
-
version = "0.2.
|
1921
|
+
version = "0.2.3"
|
1896
1922
|
dependencies = [
|
1897
1923
|
"arrow",
|
1898
1924
|
"arrow-schema",
|
1899
1925
|
"chrono",
|
1900
1926
|
"delta_kernel",
|
1901
|
-
"deltalake 0.
|
1927
|
+
"deltalake 0.29.0",
|
1902
1928
|
"futures",
|
1903
1929
|
"magnus",
|
1904
1930
|
"num_cpus",
|
@@ -1909,9 +1935,9 @@ dependencies = [
|
|
1909
1935
|
|
1910
1936
|
[[package]]
|
1911
1937
|
name = "deltalake"
|
1912
|
-
version = "0.
|
1938
|
+
version = "0.29.0"
|
1913
1939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1914
|
-
checksum = "
|
1940
|
+
checksum = "e5ae322ff91049738d9e6509f6ccb7e773d0cf06e672458c88a975f99b7078fe"
|
1915
1941
|
dependencies = [
|
1916
1942
|
"delta_kernel",
|
1917
1943
|
"deltalake-aws",
|
@@ -1922,16 +1948,14 @@ dependencies = [
|
|
1922
1948
|
|
1923
1949
|
[[package]]
|
1924
1950
|
name = "deltalake-aws"
|
1925
|
-
version = "0.
|
1951
|
+
version = "0.12.0"
|
1926
1952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1927
|
-
checksum = "
|
1953
|
+
checksum = "8bb6fa32f92bd7393a67f45a27b61c1a6eb90c184e22771f87ee2186d33fc101"
|
1928
1954
|
dependencies = [
|
1929
1955
|
"async-trait",
|
1930
1956
|
"aws-config",
|
1931
1957
|
"aws-credential-types",
|
1932
1958
|
"aws-sdk-dynamodb",
|
1933
|
-
"aws-sdk-sso",
|
1934
|
-
"aws-sdk-ssooidc",
|
1935
1959
|
"aws-sdk-sts",
|
1936
1960
|
"aws-smithy-runtime-api",
|
1937
1961
|
"backon",
|
@@ -1939,7 +1963,6 @@ dependencies = [
|
|
1939
1963
|
"chrono",
|
1940
1964
|
"deltalake-core",
|
1941
1965
|
"futures",
|
1942
|
-
"maplit",
|
1943
1966
|
"object_store",
|
1944
1967
|
"regex",
|
1945
1968
|
"thiserror",
|
@@ -1951,27 +1974,23 @@ dependencies = [
|
|
1951
1974
|
|
1952
1975
|
[[package]]
|
1953
1976
|
name = "deltalake-azure"
|
1954
|
-
version = "0.
|
1977
|
+
version = "0.12.0"
|
1955
1978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1956
|
-
checksum = "
|
1979
|
+
checksum = "b21941be5334ce9725054198463e2f382a5d3945eb7679ae1ba4b9fde91ef10e"
|
1957
1980
|
dependencies = [
|
1958
|
-
"async-trait",
|
1959
1981
|
"bytes",
|
1960
1982
|
"deltalake-core",
|
1961
|
-
"futures",
|
1962
1983
|
"object_store",
|
1963
|
-
"regex",
|
1964
1984
|
"thiserror",
|
1965
1985
|
"tokio",
|
1966
|
-
"tracing",
|
1967
1986
|
"url",
|
1968
1987
|
]
|
1969
1988
|
|
1970
1989
|
[[package]]
|
1971
1990
|
name = "deltalake-core"
|
1972
|
-
version = "0.
|
1991
|
+
version = "0.29.0"
|
1973
1992
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1974
|
-
checksum = "
|
1993
|
+
checksum = "59ab08e274529d6f80cb3a638ed13632012bd8fda07dcdbe022bed7e6fe9312a"
|
1975
1994
|
dependencies = [
|
1976
1995
|
"arrow",
|
1977
1996
|
"arrow-arith",
|
@@ -1999,19 +2018,19 @@ dependencies = [
|
|
1999
2018
|
"humantime",
|
2000
2019
|
"indexmap",
|
2001
2020
|
"itertools 0.14.0",
|
2002
|
-
"maplit",
|
2003
2021
|
"num_cpus",
|
2004
2022
|
"object_store",
|
2005
2023
|
"parking_lot",
|
2006
2024
|
"parquet",
|
2007
2025
|
"percent-encoding",
|
2008
2026
|
"percent-encoding-rfc3986",
|
2027
|
+
"pin-project-lite",
|
2009
2028
|
"rand 0.8.5",
|
2010
2029
|
"regex",
|
2011
2030
|
"serde",
|
2012
2031
|
"serde_json",
|
2013
|
-
"sqlparser 0.
|
2014
|
-
"strum",
|
2032
|
+
"sqlparser 0.59.0",
|
2033
|
+
"strum 0.27.1",
|
2015
2034
|
"thiserror",
|
2016
2035
|
"tokio",
|
2017
2036
|
"tracing",
|
@@ -2022,9 +2041,9 @@ dependencies = [
|
|
2022
2041
|
|
2023
2042
|
[[package]]
|
2024
2043
|
name = "deltalake-derive"
|
2025
|
-
version = "0.
|
2044
|
+
version = "0.29.0"
|
2026
2045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2027
|
-
checksum = "
|
2046
|
+
checksum = "1a785b4702c2d1b6ff286075f375fb2fd52dfbb2fadf17b9233f4d5eea35c6ec"
|
2028
2047
|
dependencies = [
|
2029
2048
|
"convert_case",
|
2030
2049
|
"itertools 0.14.0",
|
@@ -2035,16 +2054,15 @@ dependencies = [
|
|
2035
2054
|
|
2036
2055
|
[[package]]
|
2037
2056
|
name = "deltalake-gcp"
|
2038
|
-
version = "0.
|
2057
|
+
version = "0.13.0"
|
2039
2058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2040
|
-
checksum = "
|
2059
|
+
checksum = "8df2708856cfa92e8309141fda1ee8d41e174b0868f26e557d0b2ea8d30fb92e"
|
2041
2060
|
dependencies = [
|
2042
2061
|
"async-trait",
|
2043
2062
|
"bytes",
|
2044
2063
|
"deltalake-core",
|
2045
2064
|
"futures",
|
2046
2065
|
"object_store",
|
2047
|
-
"regex",
|
2048
2066
|
"thiserror",
|
2049
2067
|
"tokio",
|
2050
2068
|
"tracing",
|
@@ -2128,7 +2146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2128
2146
|
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
2129
2147
|
dependencies = [
|
2130
2148
|
"libc",
|
2131
|
-
"windows-sys 0.
|
2149
|
+
"windows-sys 0.60.2",
|
2132
2150
|
]
|
2133
2151
|
|
2134
2152
|
[[package]]
|
@@ -2178,9 +2196,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
2178
2196
|
|
2179
2197
|
[[package]]
|
2180
2198
|
name = "form_urlencoded"
|
2181
|
-
version = "1.2.
|
2199
|
+
version = "1.2.2"
|
2182
2200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183
|
-
checksum = "
|
2201
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
2184
2202
|
dependencies = [
|
2185
2203
|
"percent-encoding",
|
2186
2204
|
]
|
@@ -2399,6 +2417,12 @@ dependencies = [
|
|
2399
2417
|
"foldhash",
|
2400
2418
|
]
|
2401
2419
|
|
2420
|
+
[[package]]
|
2421
|
+
name = "hashbrown"
|
2422
|
+
version = "0.16.0"
|
2423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2424
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
2425
|
+
|
2402
2426
|
[[package]]
|
2403
2427
|
name = "heck"
|
2404
2428
|
version = "0.5.0"
|
@@ -2426,15 +2450,6 @@ dependencies = [
|
|
2426
2450
|
"digest",
|
2427
2451
|
]
|
2428
2452
|
|
2429
|
-
[[package]]
|
2430
|
-
name = "home"
|
2431
|
-
version = "0.5.11"
|
2432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2433
|
-
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2434
|
-
dependencies = [
|
2435
|
-
"windows-sys 0.59.0",
|
2436
|
-
]
|
2437
|
-
|
2438
2453
|
[[package]]
|
2439
2454
|
name = "http"
|
2440
2455
|
version = "0.2.12"
|
@@ -2578,7 +2593,7 @@ dependencies = [
|
|
2578
2593
|
"http 1.3.1",
|
2579
2594
|
"hyper 1.6.0",
|
2580
2595
|
"hyper-util",
|
2581
|
-
"rustls 0.23.
|
2596
|
+
"rustls 0.23.32",
|
2582
2597
|
"rustls-native-certs 0.8.1",
|
2583
2598
|
"rustls-pki-types",
|
2584
2599
|
"tokio",
|
@@ -2588,9 +2603,9 @@ dependencies = [
|
|
2588
2603
|
|
2589
2604
|
[[package]]
|
2590
2605
|
name = "hyper-util"
|
2591
|
-
version = "0.1.
|
2606
|
+
version = "0.1.17"
|
2592
2607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2593
|
-
checksum = "
|
2608
|
+
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
|
2594
2609
|
dependencies = [
|
2595
2610
|
"base64 0.22.1",
|
2596
2611
|
"bytes",
|
@@ -2604,7 +2619,7 @@ dependencies = [
|
|
2604
2619
|
"libc",
|
2605
2620
|
"percent-encoding",
|
2606
2621
|
"pin-project-lite",
|
2607
|
-
"socket2 0.
|
2622
|
+
"socket2 0.6.0",
|
2608
2623
|
"tokio",
|
2609
2624
|
"tower-service",
|
2610
2625
|
"tracing",
|
@@ -2728,9 +2743,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
2728
2743
|
|
2729
2744
|
[[package]]
|
2730
2745
|
name = "idna"
|
2731
|
-
version = "1.0
|
2746
|
+
version = "1.1.0"
|
2732
2747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2733
|
-
checksum = "
|
2748
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
2734
2749
|
dependencies = [
|
2735
2750
|
"idna_adapter",
|
2736
2751
|
"smallvec",
|
@@ -2749,9 +2764,9 @@ dependencies = [
|
|
2749
2764
|
|
2750
2765
|
[[package]]
|
2751
2766
|
name = "indexmap"
|
2752
|
-
version = "2.
|
2767
|
+
version = "2.11.4"
|
2753
2768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2754
|
-
checksum = "
|
2769
|
+
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
2755
2770
|
dependencies = [
|
2756
2771
|
"equivalent",
|
2757
2772
|
"hashbrown 0.15.4",
|
@@ -2918,9 +2933,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
|
|
2918
2933
|
|
2919
2934
|
[[package]]
|
2920
2935
|
name = "libc"
|
2921
|
-
version = "0.2.
|
2936
|
+
version = "0.2.177"
|
2922
2937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2923
|
-
checksum = "
|
2938
|
+
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2924
2939
|
|
2925
2940
|
[[package]]
|
2926
2941
|
name = "libloading"
|
@@ -3019,9 +3034,9 @@ dependencies = [
|
|
3019
3034
|
|
3020
3035
|
[[package]]
|
3021
3036
|
name = "magnus"
|
3022
|
-
version = "0.8.
|
3037
|
+
version = "0.8.2"
|
3023
3038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3024
|
-
checksum = "
|
3039
|
+
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
3025
3040
|
dependencies = [
|
3026
3041
|
"magnus-macros",
|
3027
3042
|
"rb-sys",
|
@@ -3040,12 +3055,6 @@ dependencies = [
|
|
3040
3055
|
"syn",
|
3041
3056
|
]
|
3042
3057
|
|
3043
|
-
[[package]]
|
3044
|
-
name = "maplit"
|
3045
|
-
version = "1.0.2"
|
3046
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3047
|
-
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
3048
|
-
|
3049
3058
|
[[package]]
|
3050
3059
|
name = "md-5"
|
3051
3060
|
version = "0.10.6"
|
@@ -3293,9 +3302,9 @@ dependencies = [
|
|
3293
3302
|
|
3294
3303
|
[[package]]
|
3295
3304
|
name = "parquet"
|
3296
|
-
version = "
|
3305
|
+
version = "56.2.0"
|
3297
3306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3298
|
-
checksum = "
|
3307
|
+
checksum = "f0dbd48ad52d7dccf8ea1b90a3ddbfaea4f69878dd7683e51c507d4bc52b5b27"
|
3299
3308
|
dependencies = [
|
3300
3309
|
"ahash",
|
3301
3310
|
"arrow-array",
|
@@ -3312,7 +3321,7 @@ dependencies = [
|
|
3312
3321
|
"flate2",
|
3313
3322
|
"futures",
|
3314
3323
|
"half",
|
3315
|
-
"hashbrown 0.
|
3324
|
+
"hashbrown 0.16.0",
|
3316
3325
|
"lz4_flex",
|
3317
3326
|
"num",
|
3318
3327
|
"num-bigint",
|
@@ -3336,9 +3345,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
3336
3345
|
|
3337
3346
|
[[package]]
|
3338
3347
|
name = "percent-encoding"
|
3339
|
-
version = "2.3.
|
3348
|
+
version = "2.3.2"
|
3340
3349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3341
|
-
checksum = "
|
3350
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
3342
3351
|
|
3343
3352
|
[[package]]
|
3344
3353
|
name = "percent-encoding-rfc3986"
|
@@ -3513,7 +3522,7 @@ dependencies = [
|
|
3513
3522
|
"quinn-proto",
|
3514
3523
|
"quinn-udp",
|
3515
3524
|
"rustc-hash 2.1.1",
|
3516
|
-
"rustls 0.23.
|
3525
|
+
"rustls 0.23.32",
|
3517
3526
|
"socket2 0.5.10",
|
3518
3527
|
"thiserror",
|
3519
3528
|
"tokio",
|
@@ -3533,7 +3542,7 @@ dependencies = [
|
|
3533
3542
|
"rand 0.9.1",
|
3534
3543
|
"ring",
|
3535
3544
|
"rustc-hash 2.1.1",
|
3536
|
-
"rustls 0.23.
|
3545
|
+
"rustls 0.23.32",
|
3537
3546
|
"rustls-pki-types",
|
3538
3547
|
"slab",
|
3539
3548
|
"thiserror",
|
@@ -3553,7 +3562,7 @@ dependencies = [
|
|
3553
3562
|
"once_cell",
|
3554
3563
|
"socket2 0.5.10",
|
3555
3564
|
"tracing",
|
3556
|
-
"windows-sys 0.
|
3565
|
+
"windows-sys 0.59.0",
|
3557
3566
|
]
|
3558
3567
|
|
3559
3568
|
[[package]]
|
@@ -3645,7 +3654,7 @@ version = "0.9.117"
|
|
3645
3654
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3646
3655
|
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
3647
3656
|
dependencies = [
|
3648
|
-
"bindgen",
|
3657
|
+
"bindgen 0.69.5",
|
3649
3658
|
"lazy_static",
|
3650
3659
|
"proc-macro2",
|
3651
3660
|
"quote",
|
@@ -3731,9 +3740,9 @@ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
3731
3740
|
|
3732
3741
|
[[package]]
|
3733
3742
|
name = "regex-syntax"
|
3734
|
-
version = "0.8.
|
3743
|
+
version = "0.8.8"
|
3735
3744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3736
|
-
checksum = "
|
3745
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
3737
3746
|
|
3738
3747
|
[[package]]
|
3739
3748
|
name = "reqwest"
|
@@ -3757,7 +3766,7 @@ dependencies = [
|
|
3757
3766
|
"percent-encoding",
|
3758
3767
|
"pin-project-lite",
|
3759
3768
|
"quinn",
|
3760
|
-
"rustls 0.23.
|
3769
|
+
"rustls 0.23.32",
|
3761
3770
|
"rustls-native-certs 0.8.1",
|
3762
3771
|
"rustls-pki-types",
|
3763
3772
|
"serde",
|
@@ -3838,7 +3847,7 @@ dependencies = [
|
|
3838
3847
|
"errno",
|
3839
3848
|
"libc",
|
3840
3849
|
"linux-raw-sys 0.4.15",
|
3841
|
-
"windows-sys 0.
|
3850
|
+
"windows-sys 0.59.0",
|
3842
3851
|
]
|
3843
3852
|
|
3844
3853
|
[[package]]
|
@@ -3851,7 +3860,7 @@ dependencies = [
|
|
3851
3860
|
"errno",
|
3852
3861
|
"libc",
|
3853
3862
|
"linux-raw-sys 0.9.4",
|
3854
|
-
"windows-sys 0.
|
3863
|
+
"windows-sys 0.59.0",
|
3855
3864
|
]
|
3856
3865
|
|
3857
3866
|
[[package]]
|
@@ -3868,15 +3877,15 @@ dependencies = [
|
|
3868
3877
|
|
3869
3878
|
[[package]]
|
3870
3879
|
name = "rustls"
|
3871
|
-
version = "0.23.
|
3880
|
+
version = "0.23.32"
|
3872
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3873
|
-
checksum = "
|
3882
|
+
checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
|
3874
3883
|
dependencies = [
|
3875
3884
|
"aws-lc-rs",
|
3876
3885
|
"once_cell",
|
3877
3886
|
"ring",
|
3878
3887
|
"rustls-pki-types",
|
3879
|
-
"rustls-webpki 0.103.
|
3888
|
+
"rustls-webpki 0.103.7",
|
3880
3889
|
"subtle",
|
3881
3890
|
"zeroize",
|
3882
3891
|
]
|
@@ -3945,9 +3954,9 @@ dependencies = [
|
|
3945
3954
|
|
3946
3955
|
[[package]]
|
3947
3956
|
name = "rustls-webpki"
|
3948
|
-
version = "0.103.
|
3957
|
+
version = "0.103.7"
|
3949
3958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3950
|
-
checksum = "
|
3959
|
+
checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
|
3951
3960
|
dependencies = [
|
3952
3961
|
"aws-lc-rs",
|
3953
3962
|
"ring",
|
@@ -4177,9 +4186,9 @@ dependencies = [
|
|
4177
4186
|
|
4178
4187
|
[[package]]
|
4179
4188
|
name = "sqlparser"
|
4180
|
-
version = "0.
|
4189
|
+
version = "0.58.0"
|
4181
4190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4182
|
-
checksum = "
|
4191
|
+
checksum = "ec4b661c54b1e4b603b37873a18c59920e4c51ea8ea2cf527d925424dbd4437c"
|
4183
4192
|
dependencies = [
|
4184
4193
|
"log",
|
4185
4194
|
"recursive",
|
@@ -4188,9 +4197,9 @@ dependencies = [
|
|
4188
4197
|
|
4189
4198
|
[[package]]
|
4190
4199
|
name = "sqlparser"
|
4191
|
-
version = "0.
|
4200
|
+
version = "0.59.0"
|
4192
4201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4193
|
-
checksum = "
|
4202
|
+
checksum = "4591acadbcf52f0af60eafbb2c003232b2b4cd8de5f0e9437cb8b1b59046cc0f"
|
4194
4203
|
dependencies = [
|
4195
4204
|
"log",
|
4196
4205
|
"recursive",
|
@@ -4223,7 +4232,7 @@ dependencies = [
|
|
4223
4232
|
"cfg-if",
|
4224
4233
|
"libc",
|
4225
4234
|
"psm",
|
4226
|
-
"windows-sys 0.
|
4235
|
+
"windows-sys 0.59.0",
|
4227
4236
|
]
|
4228
4237
|
|
4229
4238
|
[[package]]
|
@@ -4238,13 +4247,32 @@ version = "0.11.1"
|
|
4238
4247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4239
4248
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
4240
4249
|
|
4250
|
+
[[package]]
|
4251
|
+
name = "strum"
|
4252
|
+
version = "0.26.3"
|
4253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4254
|
+
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
4255
|
+
|
4241
4256
|
[[package]]
|
4242
4257
|
name = "strum"
|
4243
4258
|
version = "0.27.1"
|
4244
4259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4245
4260
|
checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
|
4246
4261
|
dependencies = [
|
4247
|
-
"strum_macros",
|
4262
|
+
"strum_macros 0.27.1",
|
4263
|
+
]
|
4264
|
+
|
4265
|
+
[[package]]
|
4266
|
+
name = "strum_macros"
|
4267
|
+
version = "0.26.4"
|
4268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4269
|
+
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
4270
|
+
dependencies = [
|
4271
|
+
"heck",
|
4272
|
+
"proc-macro2",
|
4273
|
+
"quote",
|
4274
|
+
"rustversion",
|
4275
|
+
"syn",
|
4248
4276
|
]
|
4249
4277
|
|
4250
4278
|
[[package]]
|
@@ -4268,9 +4296,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
4268
4296
|
|
4269
4297
|
[[package]]
|
4270
4298
|
name = "syn"
|
4271
|
-
version = "2.0.
|
4299
|
+
version = "2.0.106"
|
4272
4300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273
|
-
checksum = "
|
4301
|
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
4274
4302
|
dependencies = [
|
4275
4303
|
"proc-macro2",
|
4276
4304
|
"quote",
|
@@ -4307,7 +4335,7 @@ dependencies = [
|
|
4307
4335
|
"getrandom 0.3.3",
|
4308
4336
|
"once_cell",
|
4309
4337
|
"rustix 1.0.7",
|
4310
|
-
"windows-sys 0.
|
4338
|
+
"windows-sys 0.59.0",
|
4311
4339
|
]
|
4312
4340
|
|
4313
4341
|
[[package]]
|
@@ -4452,15 +4480,15 @@ version = "0.26.2"
|
|
4452
4480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4453
4481
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
4454
4482
|
dependencies = [
|
4455
|
-
"rustls 0.23.
|
4483
|
+
"rustls 0.23.32",
|
4456
4484
|
"tokio",
|
4457
4485
|
]
|
4458
4486
|
|
4459
4487
|
[[package]]
|
4460
4488
|
name = "tokio-util"
|
4461
|
-
version = "0.7.
|
4489
|
+
version = "0.7.16"
|
4462
4490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463
|
-
checksum = "
|
4491
|
+
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
|
4464
4492
|
dependencies = [
|
4465
4493
|
"bytes",
|
4466
4494
|
"futures-core",
|
@@ -4590,9 +4618,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
4590
4618
|
|
4591
4619
|
[[package]]
|
4592
4620
|
name = "url"
|
4593
|
-
version = "2.5.
|
4621
|
+
version = "2.5.7"
|
4594
4622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4595
|
-
checksum = "
|
4623
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
4596
4624
|
dependencies = [
|
4597
4625
|
"form_urlencoded",
|
4598
4626
|
"idna",
|
@@ -4806,26 +4834,36 @@ dependencies = [
|
|
4806
4834
|
]
|
4807
4835
|
|
4808
4836
|
[[package]]
|
4809
|
-
name = "
|
4810
|
-
version = "
|
4837
|
+
name = "winapi"
|
4838
|
+
version = "0.3.9"
|
4811
4839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4812
|
-
checksum = "
|
4840
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4813
4841
|
dependencies = [
|
4814
|
-
"
|
4815
|
-
"
|
4816
|
-
"once_cell",
|
4817
|
-
"rustix 0.38.44",
|
4842
|
+
"winapi-i686-pc-windows-gnu",
|
4843
|
+
"winapi-x86_64-pc-windows-gnu",
|
4818
4844
|
]
|
4819
4845
|
|
4846
|
+
[[package]]
|
4847
|
+
name = "winapi-i686-pc-windows-gnu"
|
4848
|
+
version = "0.4.0"
|
4849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4850
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4851
|
+
|
4820
4852
|
[[package]]
|
4821
4853
|
name = "winapi-util"
|
4822
4854
|
version = "0.1.9"
|
4823
4855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4824
4856
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
4825
4857
|
dependencies = [
|
4826
|
-
"windows-sys 0.
|
4858
|
+
"windows-sys 0.59.0",
|
4827
4859
|
]
|
4828
4860
|
|
4861
|
+
[[package]]
|
4862
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
4863
|
+
version = "0.4.0"
|
4864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4865
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
4866
|
+
|
4829
4867
|
[[package]]
|
4830
4868
|
name = "windows-core"
|
4831
4869
|
version = "0.61.2"
|