deltalake-rb 0.1.6 → 0.1.7
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 +599 -479
- data/ext/deltalake/Cargo.toml +6 -6
- data/ext/deltalake/src/lib.rs +2 -2
- data/lib/deltalake/version.rb +1 -1
- metadata +3 -3
data/Cargo.lock
CHANGED
@@ -25,7 +25,7 @@ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
25
25
|
dependencies = [
|
26
26
|
"cfg-if",
|
27
27
|
"const-random",
|
28
|
-
"getrandom 0.2.
|
28
|
+
"getrandom 0.2.16",
|
29
29
|
"once_cell",
|
30
30
|
"version_check",
|
31
31
|
"zerocopy 0.7.35",
|
@@ -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.0.0"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "3095aaf545942ff5abd46654534f15b03a90fba78299d661e045e5d587222f0d"
|
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.0.0"
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
-
checksum = "
|
122
|
+
checksum = "00752064ff47cee746e816ddb8450520c3a52cbad1e256f6fa861a35f86c45e7"
|
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.0.0"
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
136
|
+
checksum = "cebfe926794fbc1f49ddd0cdaf898956ca9f6e79541efce62dabccfd81380472"
|
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.3",
|
146
146
|
"num",
|
147
147
|
]
|
148
148
|
|
149
149
|
[[package]]
|
150
150
|
name = "arrow-buffer"
|
151
|
-
version = "
|
151
|
+
version = "55.0.0"
|
152
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
-
checksum = "
|
153
|
+
checksum = "0303c7ec4cf1a2c60310fc4d6bbc3350cd051a17bf9e9c0a8e47b4db79277824"
|
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.0.0"
|
163
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
164
|
+
checksum = "335f769c5a218ea823d3760a743feba1ef7857cba114c01399a891c2fff34285"
|
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.0.0"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "510db7dfbb4d5761826516cc611d97b3a68835d0ece95b034a052601109c0b1b"
|
186
186
|
dependencies = [
|
187
187
|
"arrow-array",
|
188
188
|
"arrow-cast",
|
@@ -196,9 +196,9 @@ dependencies = [
|
|
196
196
|
|
197
197
|
[[package]]
|
198
198
|
name = "arrow-data"
|
199
|
-
version = "
|
199
|
+
version = "55.0.0"
|
200
200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
-
checksum = "
|
201
|
+
checksum = "e8affacf3351a24039ea24adab06f316ded523b6f8c3dbe28fbac5f18743451b"
|
202
202
|
dependencies = [
|
203
203
|
"arrow-buffer",
|
204
204
|
"arrow-schema",
|
@@ -208,9 +208,9 @@ dependencies = [
|
|
208
208
|
|
209
209
|
[[package]]
|
210
210
|
name = "arrow-ipc"
|
211
|
-
version = "
|
211
|
+
version = "55.0.0"
|
212
212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "
|
213
|
+
checksum = "69880a9e6934d9cba2b8630dd08a3463a91db8693b16b499d54026b6137af284"
|
214
214
|
dependencies = [
|
215
215
|
"arrow-array",
|
216
216
|
"arrow-buffer",
|
@@ -222,9 +222,9 @@ dependencies = [
|
|
222
222
|
|
223
223
|
[[package]]
|
224
224
|
name = "arrow-json"
|
225
|
-
version = "
|
225
|
+
version = "55.0.0"
|
226
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
227
|
+
checksum = "d8dafd17a05449e31e0114d740530e0ada7379d7cb9c338fd65b09a8130960b0"
|
228
228
|
dependencies = [
|
229
229
|
"arrow-array",
|
230
230
|
"arrow-buffer",
|
@@ -235,16 +235,18 @@ dependencies = [
|
|
235
235
|
"half",
|
236
236
|
"indexmap",
|
237
237
|
"lexical-core",
|
238
|
+
"memchr",
|
238
239
|
"num",
|
239
240
|
"serde",
|
240
241
|
"serde_json",
|
242
|
+
"simdutf8",
|
241
243
|
]
|
242
244
|
|
243
245
|
[[package]]
|
244
246
|
name = "arrow-ord"
|
245
|
-
version = "
|
247
|
+
version = "55.0.0"
|
246
248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
247
|
-
checksum = "
|
249
|
+
checksum = "895644523af4e17502d42c3cb6b27cb820f0cb77954c22d75c23a85247c849e1"
|
248
250
|
dependencies = [
|
249
251
|
"arrow-array",
|
250
252
|
"arrow-buffer",
|
@@ -255,9 +257,9 @@ dependencies = [
|
|
255
257
|
|
256
258
|
[[package]]
|
257
259
|
name = "arrow-row"
|
258
|
-
version = "
|
260
|
+
version = "55.0.0"
|
259
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
260
|
-
checksum = "
|
262
|
+
checksum = "9be8a2a4e5e7d9c822b2b8095ecd77010576d824f654d347817640acfc97d229"
|
261
263
|
dependencies = [
|
262
264
|
"arrow-array",
|
263
265
|
"arrow-buffer",
|
@@ -268,19 +270,19 @@ dependencies = [
|
|
268
270
|
|
269
271
|
[[package]]
|
270
272
|
name = "arrow-schema"
|
271
|
-
version = "
|
273
|
+
version = "55.0.0"
|
272
274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
273
|
-
checksum = "
|
275
|
+
checksum = "7450c76ab7c5a6805be3440dc2e2096010da58f7cab301fdc996a4ee3ee74e49"
|
274
276
|
dependencies = [
|
275
|
-
"bitflags
|
277
|
+
"bitflags",
|
276
278
|
"serde",
|
277
279
|
]
|
278
280
|
|
279
281
|
[[package]]
|
280
282
|
name = "arrow-select"
|
281
|
-
version = "
|
283
|
+
version = "55.0.0"
|
282
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
283
|
-
checksum = "
|
285
|
+
checksum = "aa5f5a93c75f46ef48e4001535e7b6c922eeb0aa20b73cf58d09e13d057490d8"
|
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.0.0"
|
296
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
297
|
-
checksum = "
|
299
|
+
checksum = "6e7005d858d84b56428ba2a98a107fe88c0132c61793cf6b8232a1f9bfc0452b"
|
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]]
|
@@ -358,9 +360,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
358
360
|
|
359
361
|
[[package]]
|
360
362
|
name = "aws-config"
|
361
|
-
version = "1.6.
|
363
|
+
version = "1.6.2"
|
362
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
363
|
-
checksum = "
|
365
|
+
checksum = "b6fcc63c9860579e4cb396239570e979376e70aab79e496621748a09913f8b36"
|
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.0"
|
404
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405
|
-
checksum = "
|
407
|
+
checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
|
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.28.2"
|
414
416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
415
|
-
checksum = "
|
417
|
+
checksum = "bfa9b6986f250236c27e5a204062434a773a13243d2ffc2955f37bdba4c5c6a1"
|
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.7"
|
427
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
-
checksum = "
|
430
|
+
checksum = "6c4063282c69991e57faab9e5cb21ae557e59f5b0fb285c196335243df8dc25c"
|
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.72.1"
|
452
453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
|
-
checksum = "
|
454
|
+
checksum = "b14d5b5d6849d1caa7b404ea57cbe25ed8ba25c3c7d47f45bcbd5b51e098ceac"
|
454
455
|
dependencies = [
|
455
456
|
"aws-credential-types",
|
456
457
|
"aws-runtime",
|
@@ -471,9 +472,9 @@ dependencies = [
|
|
471
472
|
|
472
473
|
[[package]]
|
473
474
|
name = "aws-sdk-sso"
|
474
|
-
version = "1.
|
475
|
+
version = "1.65.0"
|
475
476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
|
-
checksum = "
|
477
|
+
checksum = "8efec445fb78df585327094fcef4cad895b154b58711e504db7a93c41aa27151"
|
477
478
|
dependencies = [
|
478
479
|
"aws-credential-types",
|
479
480
|
"aws-runtime",
|
@@ -485,6 +486,7 @@ dependencies = [
|
|
485
486
|
"aws-smithy-types",
|
486
487
|
"aws-types",
|
487
488
|
"bytes",
|
489
|
+
"fastrand",
|
488
490
|
"http 0.2.12",
|
489
491
|
"once_cell",
|
490
492
|
"regex-lite",
|
@@ -493,9 +495,9 @@ dependencies = [
|
|
493
495
|
|
494
496
|
[[package]]
|
495
497
|
name = "aws-sdk-ssooidc"
|
496
|
-
version = "1.
|
498
|
+
version = "1.66.0"
|
497
499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
498
|
-
checksum = "
|
500
|
+
checksum = "5e49cca619c10e7b002dc8e66928ceed66ab7f56c1a3be86c5437bf2d8d89bba"
|
499
501
|
dependencies = [
|
500
502
|
"aws-credential-types",
|
501
503
|
"aws-runtime",
|
@@ -507,6 +509,7 @@ dependencies = [
|
|
507
509
|
"aws-smithy-types",
|
508
510
|
"aws-types",
|
509
511
|
"bytes",
|
512
|
+
"fastrand",
|
510
513
|
"http 0.2.12",
|
511
514
|
"once_cell",
|
512
515
|
"regex-lite",
|
@@ -515,9 +518,9 @@ dependencies = [
|
|
515
518
|
|
516
519
|
[[package]]
|
517
520
|
name = "aws-sdk-sts"
|
518
|
-
version = "1.
|
521
|
+
version = "1.66.0"
|
519
522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
520
|
-
checksum = "
|
523
|
+
checksum = "7420479eac0a53f776cc8f0d493841ffe58ad9d9783f3947be7265784471b47a"
|
521
524
|
dependencies = [
|
522
525
|
"aws-credential-types",
|
523
526
|
"aws-runtime",
|
@@ -530,6 +533,7 @@ dependencies = [
|
|
530
533
|
"aws-smithy-types",
|
531
534
|
"aws-smithy-xml",
|
532
535
|
"aws-types",
|
536
|
+
"fastrand",
|
533
537
|
"http 0.2.12",
|
534
538
|
"once_cell",
|
535
539
|
"regex-lite",
|
@@ -538,9 +542,9 @@ dependencies = [
|
|
538
542
|
|
539
543
|
[[package]]
|
540
544
|
name = "aws-sigv4"
|
541
|
-
version = "1.3.
|
545
|
+
version = "1.3.1"
|
542
546
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
543
|
-
checksum = "
|
547
|
+
checksum = "3503af839bd8751d0bdc5a46b9cac93a003a353e635b0c12cf2376b5b53e41ea"
|
544
548
|
dependencies = [
|
545
549
|
"aws-credential-types",
|
546
550
|
"aws-smithy-http",
|
@@ -552,7 +556,6 @@ dependencies = [
|
|
552
556
|
"hmac",
|
553
557
|
"http 0.2.12",
|
554
558
|
"http 1.3.1",
|
555
|
-
"once_cell",
|
556
559
|
"percent-encoding",
|
557
560
|
"sha2",
|
558
561
|
"time",
|
@@ -572,9 +575,9 @@ dependencies = [
|
|
572
575
|
|
573
576
|
[[package]]
|
574
577
|
name = "aws-smithy-http"
|
575
|
-
version = "0.62.
|
578
|
+
version = "0.62.1"
|
576
579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
577
|
-
checksum = "
|
580
|
+
checksum = "99335bec6cdc50a346fda1437f9fefe33abf8c99060739a546a16457f2862ca9"
|
578
581
|
dependencies = [
|
579
582
|
"aws-smithy-runtime-api",
|
580
583
|
"aws-smithy-types",
|
@@ -584,7 +587,6 @@ dependencies = [
|
|
584
587
|
"http 0.2.12",
|
585
588
|
"http 1.3.1",
|
586
589
|
"http-body 0.4.6",
|
587
|
-
"once_cell",
|
588
590
|
"percent-encoding",
|
589
591
|
"pin-project-lite",
|
590
592
|
"pin-utils",
|
@@ -593,14 +595,14 @@ dependencies = [
|
|
593
595
|
|
594
596
|
[[package]]
|
595
597
|
name = "aws-smithy-http-client"
|
596
|
-
version = "1.0.
|
598
|
+
version = "1.0.1"
|
597
599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
598
|
-
checksum = "
|
600
|
+
checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
|
599
601
|
dependencies = [
|
600
602
|
"aws-smithy-async",
|
601
603
|
"aws-smithy-runtime-api",
|
602
604
|
"aws-smithy-types",
|
603
|
-
"h2 0.4.
|
605
|
+
"h2 0.4.9",
|
604
606
|
"http 0.2.12",
|
605
607
|
"http 1.3.1",
|
606
608
|
"http-body 0.4.6",
|
@@ -611,7 +613,7 @@ dependencies = [
|
|
611
613
|
"hyper-util",
|
612
614
|
"pin-project-lite",
|
613
615
|
"rustls 0.21.12",
|
614
|
-
"rustls 0.23.
|
616
|
+
"rustls 0.23.26",
|
615
617
|
"rustls-native-certs 0.8.1",
|
616
618
|
"rustls-pki-types",
|
617
619
|
"tokio",
|
@@ -628,6 +630,15 @@ dependencies = [
|
|
628
630
|
"aws-smithy-types",
|
629
631
|
]
|
630
632
|
|
633
|
+
[[package]]
|
634
|
+
name = "aws-smithy-observability"
|
635
|
+
version = "0.1.3"
|
636
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637
|
+
checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393"
|
638
|
+
dependencies = [
|
639
|
+
"aws-smithy-runtime-api",
|
640
|
+
]
|
641
|
+
|
631
642
|
[[package]]
|
632
643
|
name = "aws-smithy-query"
|
633
644
|
version = "0.60.7"
|
@@ -640,13 +651,14 @@ dependencies = [
|
|
640
651
|
|
641
652
|
[[package]]
|
642
653
|
name = "aws-smithy-runtime"
|
643
|
-
version = "1.8.
|
654
|
+
version = "1.8.3"
|
644
655
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
645
|
-
checksum = "
|
656
|
+
checksum = "14302f06d1d5b7d333fd819943075b13d27c7700b414f574c3c35859bfb55d5e"
|
646
657
|
dependencies = [
|
647
658
|
"aws-smithy-async",
|
648
659
|
"aws-smithy-http",
|
649
660
|
"aws-smithy-http-client",
|
661
|
+
"aws-smithy-observability",
|
650
662
|
"aws-smithy-runtime-api",
|
651
663
|
"aws-smithy-types",
|
652
664
|
"bytes",
|
@@ -655,7 +667,6 @@ dependencies = [
|
|
655
667
|
"http 1.3.1",
|
656
668
|
"http-body 0.4.6",
|
657
669
|
"http-body 1.0.1",
|
658
|
-
"once_cell",
|
659
670
|
"pin-project-lite",
|
660
671
|
"pin-utils",
|
661
672
|
"tokio",
|
@@ -664,9 +675,9 @@ dependencies = [
|
|
664
675
|
|
665
676
|
[[package]]
|
666
677
|
name = "aws-smithy-runtime-api"
|
667
|
-
version = "1.
|
678
|
+
version = "1.8.0"
|
668
679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
669
|
-
checksum = "
|
680
|
+
checksum = "a1e5d9e3a80a18afa109391fb5ad09c3daf887b516c6fd805a157c6ea7994a57"
|
670
681
|
dependencies = [
|
671
682
|
"aws-smithy-async",
|
672
683
|
"aws-smithy-types",
|
@@ -681,9 +692,9 @@ dependencies = [
|
|
681
692
|
|
682
693
|
[[package]]
|
683
694
|
name = "aws-smithy-types"
|
684
|
-
version = "1.3.
|
695
|
+
version = "1.3.1"
|
685
696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
686
|
-
checksum = "
|
697
|
+
checksum = "40076bd09fadbc12d5e026ae080d0930defa606856186e31d83ccc6a255eeaf3"
|
687
698
|
dependencies = [
|
688
699
|
"base64-simd",
|
689
700
|
"bytes",
|
@@ -716,9 +727,9 @@ dependencies = [
|
|
716
727
|
|
717
728
|
[[package]]
|
718
729
|
name = "aws-types"
|
719
|
-
version = "1.3.
|
730
|
+
version = "1.3.7"
|
720
731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
-
checksum = "
|
732
|
+
checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a"
|
722
733
|
dependencies = [
|
723
734
|
"aws-credential-types",
|
724
735
|
"aws-smithy-async",
|
@@ -730,9 +741,9 @@ dependencies = [
|
|
730
741
|
|
731
742
|
[[package]]
|
732
743
|
name = "backon"
|
733
|
-
version = "1.
|
744
|
+
version = "1.5.0"
|
734
745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
-
checksum = "
|
746
|
+
checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496"
|
736
747
|
dependencies = [
|
737
748
|
"fastrand",
|
738
749
|
"tokio",
|
@@ -777,9 +788,9 @@ dependencies = [
|
|
777
788
|
|
778
789
|
[[package]]
|
779
790
|
name = "bigdecimal"
|
780
|
-
version = "0.4.
|
791
|
+
version = "0.4.8"
|
781
792
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
782
|
-
checksum = "
|
793
|
+
checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
|
783
794
|
dependencies = [
|
784
795
|
"autocfg",
|
785
796
|
"libm",
|
@@ -794,7 +805,7 @@ version = "0.69.5"
|
|
794
805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795
806
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
796
807
|
dependencies = [
|
797
|
-
"bitflags
|
808
|
+
"bitflags",
|
798
809
|
"cexpr",
|
799
810
|
"clang-sys",
|
800
811
|
"itertools 0.12.1",
|
@@ -807,16 +818,10 @@ dependencies = [
|
|
807
818
|
"regex",
|
808
819
|
"rustc-hash 1.1.0",
|
809
820
|
"shlex",
|
810
|
-
"syn
|
821
|
+
"syn",
|
811
822
|
"which",
|
812
823
|
]
|
813
824
|
|
814
|
-
[[package]]
|
815
|
-
name = "bitflags"
|
816
|
-
version = "1.3.2"
|
817
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
818
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
819
|
-
|
820
825
|
[[package]]
|
821
826
|
name = "bitflags"
|
822
827
|
version = "2.9.0"
|
@@ -834,9 +839,9 @@ dependencies = [
|
|
834
839
|
|
835
840
|
[[package]]
|
836
841
|
name = "blake3"
|
837
|
-
version = "1.
|
842
|
+
version = "1.8.2"
|
838
843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
839
|
-
checksum = "
|
844
|
+
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
|
840
845
|
dependencies = [
|
841
846
|
"arrayref",
|
842
847
|
"arrayvec",
|
@@ -867,9 +872,9 @@ dependencies = [
|
|
867
872
|
|
868
873
|
[[package]]
|
869
874
|
name = "brotli-decompressor"
|
870
|
-
version = "4.0.
|
875
|
+
version = "4.0.3"
|
871
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
872
|
-
checksum = "
|
877
|
+
checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
|
873
878
|
dependencies = [
|
874
879
|
"alloc-no-stdlib",
|
875
880
|
"alloc-stdlib",
|
@@ -883,9 +888,9 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
883
888
|
|
884
889
|
[[package]]
|
885
890
|
name = "bytemuck"
|
886
|
-
version = "1.
|
891
|
+
version = "1.23.0"
|
887
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888
|
-
checksum = "
|
893
|
+
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
|
889
894
|
|
890
895
|
[[package]]
|
891
896
|
name = "byteorder"
|
@@ -930,9 +935,9 @@ dependencies = [
|
|
930
935
|
|
931
936
|
[[package]]
|
932
937
|
name = "cc"
|
933
|
-
version = "1.2.
|
938
|
+
version = "1.2.21"
|
934
939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
935
|
-
checksum = "
|
940
|
+
checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0"
|
936
941
|
dependencies = [
|
937
942
|
"jobserver",
|
938
943
|
"libc",
|
@@ -962,9 +967,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
962
967
|
|
963
968
|
[[package]]
|
964
969
|
name = "chrono"
|
965
|
-
version = "0.4.
|
970
|
+
version = "0.4.41"
|
966
971
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
967
|
-
checksum = "
|
972
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
968
973
|
dependencies = [
|
969
974
|
"android-tzdata",
|
970
975
|
"iana-time-zone",
|
@@ -972,14 +977,14 @@ dependencies = [
|
|
972
977
|
"num-traits",
|
973
978
|
"serde",
|
974
979
|
"wasm-bindgen",
|
975
|
-
"windows-
|
980
|
+
"windows-link",
|
976
981
|
]
|
977
982
|
|
978
983
|
[[package]]
|
979
984
|
name = "chrono-tz"
|
980
|
-
version = "0.10.
|
985
|
+
version = "0.10.3"
|
981
986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
982
|
-
checksum = "
|
987
|
+
checksum = "efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3"
|
983
988
|
dependencies = [
|
984
989
|
"chrono",
|
985
990
|
"chrono-tz-build",
|
@@ -988,9 +993,9 @@ dependencies = [
|
|
988
993
|
|
989
994
|
[[package]]
|
990
995
|
name = "chrono-tz-build"
|
991
|
-
version = "0.4.
|
996
|
+
version = "0.4.1"
|
992
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
993
|
-
checksum = "
|
998
|
+
checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
|
994
999
|
dependencies = [
|
995
1000
|
"parse-zoneinfo",
|
996
1001
|
"phf_codegen",
|
@@ -1041,7 +1046,7 @@ version = "0.1.16"
|
|
1041
1046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042
1047
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
1043
1048
|
dependencies = [
|
1044
|
-
"getrandom 0.2.
|
1049
|
+
"getrandom 0.2.16",
|
1045
1050
|
"once_cell",
|
1046
1051
|
"tiny-keccak",
|
1047
1052
|
]
|
@@ -1052,6 +1057,15 @@ version = "0.3.1"
|
|
1052
1057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053
1058
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
1054
1059
|
|
1060
|
+
[[package]]
|
1061
|
+
name = "convert_case"
|
1062
|
+
version = "0.8.0"
|
1063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1064
|
+
checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
|
1065
|
+
dependencies = [
|
1066
|
+
"unicode-segmentation",
|
1067
|
+
]
|
1068
|
+
|
1055
1069
|
[[package]]
|
1056
1070
|
name = "core-foundation"
|
1057
1071
|
version = "0.9.4"
|
@@ -1155,9 +1169,9 @@ dependencies = [
|
|
1155
1169
|
|
1156
1170
|
[[package]]
|
1157
1171
|
name = "datafusion"
|
1158
|
-
version = "
|
1172
|
+
version = "47.0.0"
|
1159
1173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1160
|
-
checksum = "
|
1174
|
+
checksum = "ffe060b978f74ab446be722adb8a274e052e005bf6dfd171caadc3abaad10080"
|
1161
1175
|
dependencies = [
|
1162
1176
|
"arrow",
|
1163
1177
|
"arrow-ipc",
|
@@ -1171,6 +1185,9 @@ dependencies = [
|
|
1171
1185
|
"datafusion-common",
|
1172
1186
|
"datafusion-common-runtime",
|
1173
1187
|
"datafusion-datasource",
|
1188
|
+
"datafusion-datasource-csv",
|
1189
|
+
"datafusion-datasource-json",
|
1190
|
+
"datafusion-datasource-parquet",
|
1174
1191
|
"datafusion-execution",
|
1175
1192
|
"datafusion-expr",
|
1176
1193
|
"datafusion-expr-common",
|
@@ -1185,6 +1202,7 @@ dependencies = [
|
|
1185
1202
|
"datafusion-physical-expr-common",
|
1186
1203
|
"datafusion-physical-optimizer",
|
1187
1204
|
"datafusion-physical-plan",
|
1205
|
+
"datafusion-session",
|
1188
1206
|
"datafusion-sql",
|
1189
1207
|
"flate2",
|
1190
1208
|
"futures",
|
@@ -1195,7 +1213,7 @@ dependencies = [
|
|
1195
1213
|
"parquet",
|
1196
1214
|
"rand 0.8.5",
|
1197
1215
|
"regex",
|
1198
|
-
"sqlparser 0.
|
1216
|
+
"sqlparser 0.55.0",
|
1199
1217
|
"tempfile",
|
1200
1218
|
"tokio",
|
1201
1219
|
"url",
|
@@ -1206,29 +1224,35 @@ dependencies = [
|
|
1206
1224
|
|
1207
1225
|
[[package]]
|
1208
1226
|
name = "datafusion-catalog"
|
1209
|
-
version = "
|
1227
|
+
version = "47.0.0"
|
1210
1228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1211
|
-
checksum = "
|
1229
|
+
checksum = "61fe34f401bd03724a1f96d12108144f8cd495a3cdda2bf5e091822fb80b7e66"
|
1212
1230
|
dependencies = [
|
1213
1231
|
"arrow",
|
1214
1232
|
"async-trait",
|
1215
1233
|
"dashmap",
|
1216
1234
|
"datafusion-common",
|
1235
|
+
"datafusion-common-runtime",
|
1236
|
+
"datafusion-datasource",
|
1217
1237
|
"datafusion-execution",
|
1218
1238
|
"datafusion-expr",
|
1239
|
+
"datafusion-physical-expr",
|
1219
1240
|
"datafusion-physical-plan",
|
1241
|
+
"datafusion-session",
|
1220
1242
|
"datafusion-sql",
|
1221
1243
|
"futures",
|
1222
1244
|
"itertools 0.14.0",
|
1223
1245
|
"log",
|
1246
|
+
"object_store",
|
1224
1247
|
"parking_lot",
|
1248
|
+
"tokio",
|
1225
1249
|
]
|
1226
1250
|
|
1227
1251
|
[[package]]
|
1228
1252
|
name = "datafusion-catalog-listing"
|
1229
|
-
version = "
|
1253
|
+
version = "47.0.0"
|
1230
1254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1231
|
-
checksum = "
|
1255
|
+
checksum = "a4411b8e3bce5e0fc7521e44f201def2e2d5d1b5f176fb56e8cdc9942c890f00"
|
1232
1256
|
dependencies = [
|
1233
1257
|
"arrow",
|
1234
1258
|
"async-trait",
|
@@ -1240,6 +1264,7 @@ dependencies = [
|
|
1240
1264
|
"datafusion-physical-expr",
|
1241
1265
|
"datafusion-physical-expr-common",
|
1242
1266
|
"datafusion-physical-plan",
|
1267
|
+
"datafusion-session",
|
1243
1268
|
"futures",
|
1244
1269
|
"log",
|
1245
1270
|
"object_store",
|
@@ -1248,9 +1273,9 @@ dependencies = [
|
|
1248
1273
|
|
1249
1274
|
[[package]]
|
1250
1275
|
name = "datafusion-common"
|
1251
|
-
version = "
|
1276
|
+
version = "47.0.0"
|
1252
1277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1253
|
-
checksum = "
|
1278
|
+
checksum = "0734015d81c8375eb5d4869b7f7ecccc2ee8d6cb81948ef737cd0e7b743bd69c"
|
1254
1279
|
dependencies = [
|
1255
1280
|
"ahash",
|
1256
1281
|
"arrow",
|
@@ -1265,26 +1290,27 @@ dependencies = [
|
|
1265
1290
|
"parquet",
|
1266
1291
|
"paste",
|
1267
1292
|
"recursive",
|
1268
|
-
"sqlparser 0.
|
1293
|
+
"sqlparser 0.55.0",
|
1269
1294
|
"tokio",
|
1270
1295
|
"web-time",
|
1271
1296
|
]
|
1272
1297
|
|
1273
1298
|
[[package]]
|
1274
1299
|
name = "datafusion-common-runtime"
|
1275
|
-
version = "
|
1300
|
+
version = "47.0.0"
|
1276
1301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1277
|
-
checksum = "
|
1302
|
+
checksum = "5167bb1d2ccbb87c6bc36c295274d7a0519b14afcfdaf401d53cbcaa4ef4968b"
|
1278
1303
|
dependencies = [
|
1304
|
+
"futures",
|
1279
1305
|
"log",
|
1280
1306
|
"tokio",
|
1281
1307
|
]
|
1282
1308
|
|
1283
1309
|
[[package]]
|
1284
1310
|
name = "datafusion-datasource"
|
1285
|
-
version = "
|
1311
|
+
version = "47.0.0"
|
1286
1312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1287
|
-
checksum = "
|
1313
|
+
checksum = "04e602dcdf2f50c2abf297cc2203c73531e6f48b29516af7695d338cf2a778b1"
|
1288
1314
|
dependencies = [
|
1289
1315
|
"arrow",
|
1290
1316
|
"async-compression",
|
@@ -1292,7 +1318,6 @@ dependencies = [
|
|
1292
1318
|
"bytes",
|
1293
1319
|
"bzip2",
|
1294
1320
|
"chrono",
|
1295
|
-
"datafusion-catalog",
|
1296
1321
|
"datafusion-common",
|
1297
1322
|
"datafusion-common-runtime",
|
1298
1323
|
"datafusion-execution",
|
@@ -1300,13 +1325,16 @@ dependencies = [
|
|
1300
1325
|
"datafusion-physical-expr",
|
1301
1326
|
"datafusion-physical-expr-common",
|
1302
1327
|
"datafusion-physical-plan",
|
1328
|
+
"datafusion-session",
|
1303
1329
|
"flate2",
|
1304
1330
|
"futures",
|
1305
1331
|
"glob",
|
1306
1332
|
"itertools 0.14.0",
|
1307
1333
|
"log",
|
1308
1334
|
"object_store",
|
1335
|
+
"parquet",
|
1309
1336
|
"rand 0.8.5",
|
1337
|
+
"tempfile",
|
1310
1338
|
"tokio",
|
1311
1339
|
"tokio-util",
|
1312
1340
|
"url",
|
@@ -1314,17 +1342,98 @@ dependencies = [
|
|
1314
1342
|
"zstd",
|
1315
1343
|
]
|
1316
1344
|
|
1345
|
+
[[package]]
|
1346
|
+
name = "datafusion-datasource-csv"
|
1347
|
+
version = "47.0.0"
|
1348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1349
|
+
checksum = "e3bb2253952dc32296ed5b84077cb2e0257fea4be6373e1c376426e17ead4ef6"
|
1350
|
+
dependencies = [
|
1351
|
+
"arrow",
|
1352
|
+
"async-trait",
|
1353
|
+
"bytes",
|
1354
|
+
"datafusion-catalog",
|
1355
|
+
"datafusion-common",
|
1356
|
+
"datafusion-common-runtime",
|
1357
|
+
"datafusion-datasource",
|
1358
|
+
"datafusion-execution",
|
1359
|
+
"datafusion-expr",
|
1360
|
+
"datafusion-physical-expr",
|
1361
|
+
"datafusion-physical-expr-common",
|
1362
|
+
"datafusion-physical-plan",
|
1363
|
+
"datafusion-session",
|
1364
|
+
"futures",
|
1365
|
+
"object_store",
|
1366
|
+
"regex",
|
1367
|
+
"tokio",
|
1368
|
+
]
|
1369
|
+
|
1370
|
+
[[package]]
|
1371
|
+
name = "datafusion-datasource-json"
|
1372
|
+
version = "47.0.0"
|
1373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1374
|
+
checksum = "5b8c7f47a5d2fe03bfa521ec9bafdb8a5c82de8377f60967c3663f00c8790352"
|
1375
|
+
dependencies = [
|
1376
|
+
"arrow",
|
1377
|
+
"async-trait",
|
1378
|
+
"bytes",
|
1379
|
+
"datafusion-catalog",
|
1380
|
+
"datafusion-common",
|
1381
|
+
"datafusion-common-runtime",
|
1382
|
+
"datafusion-datasource",
|
1383
|
+
"datafusion-execution",
|
1384
|
+
"datafusion-expr",
|
1385
|
+
"datafusion-physical-expr",
|
1386
|
+
"datafusion-physical-expr-common",
|
1387
|
+
"datafusion-physical-plan",
|
1388
|
+
"datafusion-session",
|
1389
|
+
"futures",
|
1390
|
+
"object_store",
|
1391
|
+
"serde_json",
|
1392
|
+
"tokio",
|
1393
|
+
]
|
1394
|
+
|
1395
|
+
[[package]]
|
1396
|
+
name = "datafusion-datasource-parquet"
|
1397
|
+
version = "47.0.0"
|
1398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1399
|
+
checksum = "27d15868ea39ed2dc266728b554f6304acd473de2142281ecfa1294bb7415923"
|
1400
|
+
dependencies = [
|
1401
|
+
"arrow",
|
1402
|
+
"async-trait",
|
1403
|
+
"bytes",
|
1404
|
+
"datafusion-catalog",
|
1405
|
+
"datafusion-common",
|
1406
|
+
"datafusion-common-runtime",
|
1407
|
+
"datafusion-datasource",
|
1408
|
+
"datafusion-execution",
|
1409
|
+
"datafusion-expr",
|
1410
|
+
"datafusion-functions-aggregate",
|
1411
|
+
"datafusion-physical-expr",
|
1412
|
+
"datafusion-physical-expr-common",
|
1413
|
+
"datafusion-physical-optimizer",
|
1414
|
+
"datafusion-physical-plan",
|
1415
|
+
"datafusion-session",
|
1416
|
+
"futures",
|
1417
|
+
"itertools 0.14.0",
|
1418
|
+
"log",
|
1419
|
+
"object_store",
|
1420
|
+
"parking_lot",
|
1421
|
+
"parquet",
|
1422
|
+
"rand 0.8.5",
|
1423
|
+
"tokio",
|
1424
|
+
]
|
1425
|
+
|
1317
1426
|
[[package]]
|
1318
1427
|
name = "datafusion-doc"
|
1319
|
-
version = "
|
1428
|
+
version = "47.0.0"
|
1320
1429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1321
|
-
checksum = "
|
1430
|
+
checksum = "a91f8c2c5788ef32f48ff56c68e5b545527b744822a284373ac79bba1ba47292"
|
1322
1431
|
|
1323
1432
|
[[package]]
|
1324
1433
|
name = "datafusion-execution"
|
1325
|
-
version = "
|
1434
|
+
version = "47.0.0"
|
1326
1435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1327
|
-
checksum = "
|
1436
|
+
checksum = "06f004d100f49a3658c9da6fb0c3a9b760062d96cd4ad82ccc3b7b69a9fb2f84"
|
1328
1437
|
dependencies = [
|
1329
1438
|
"arrow",
|
1330
1439
|
"dashmap",
|
@@ -1341,9 +1450,9 @@ dependencies = [
|
|
1341
1450
|
|
1342
1451
|
[[package]]
|
1343
1452
|
name = "datafusion-expr"
|
1344
|
-
version = "
|
1453
|
+
version = "47.0.0"
|
1345
1454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1346
|
-
checksum = "
|
1455
|
+
checksum = "7a4e4ce3802609be38eeb607ee72f6fe86c3091460de9dbfae9e18db423b3964"
|
1347
1456
|
dependencies = [
|
1348
1457
|
"arrow",
|
1349
1458
|
"chrono",
|
@@ -1357,14 +1466,14 @@ dependencies = [
|
|
1357
1466
|
"paste",
|
1358
1467
|
"recursive",
|
1359
1468
|
"serde_json",
|
1360
|
-
"sqlparser 0.
|
1469
|
+
"sqlparser 0.55.0",
|
1361
1470
|
]
|
1362
1471
|
|
1363
1472
|
[[package]]
|
1364
1473
|
name = "datafusion-expr-common"
|
1365
|
-
version = "
|
1474
|
+
version = "47.0.0"
|
1366
1475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1367
|
-
checksum = "
|
1476
|
+
checksum = "422ac9cf3b22bbbae8cdf8ceb33039107fde1b5492693168f13bd566b1bcc839"
|
1368
1477
|
dependencies = [
|
1369
1478
|
"arrow",
|
1370
1479
|
"datafusion-common",
|
@@ -1375,9 +1484,9 @@ dependencies = [
|
|
1375
1484
|
|
1376
1485
|
[[package]]
|
1377
1486
|
name = "datafusion-functions"
|
1378
|
-
version = "
|
1487
|
+
version = "47.0.0"
|
1379
1488
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380
|
-
checksum = "
|
1489
|
+
checksum = "2ddf0a0a2db5d2918349c978d42d80926c6aa2459cd8a3c533a84ec4bb63479e"
|
1381
1490
|
dependencies = [
|
1382
1491
|
"arrow",
|
1383
1492
|
"arrow-buffer",
|
@@ -1404,9 +1513,9 @@ dependencies = [
|
|
1404
1513
|
|
1405
1514
|
[[package]]
|
1406
1515
|
name = "datafusion-functions-aggregate"
|
1407
|
-
version = "
|
1516
|
+
version = "47.0.0"
|
1408
1517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409
|
-
checksum = "
|
1518
|
+
checksum = "408a05dafdc70d05a38a29005b8b15e21b0238734dab1e98483fcb58038c5aba"
|
1410
1519
|
dependencies = [
|
1411
1520
|
"ahash",
|
1412
1521
|
"arrow",
|
@@ -1425,9 +1534,9 @@ dependencies = [
|
|
1425
1534
|
|
1426
1535
|
[[package]]
|
1427
1536
|
name = "datafusion-functions-aggregate-common"
|
1428
|
-
version = "
|
1537
|
+
version = "47.0.0"
|
1429
1538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
-
checksum = "
|
1539
|
+
checksum = "756d21da2dd6c9bef97af1504970ff56cbf35d03fbd4ffd62827f02f4d2279d4"
|
1431
1540
|
dependencies = [
|
1432
1541
|
"ahash",
|
1433
1542
|
"arrow",
|
@@ -1438,9 +1547,9 @@ dependencies = [
|
|
1438
1547
|
|
1439
1548
|
[[package]]
|
1440
1549
|
name = "datafusion-functions-nested"
|
1441
|
-
version = "
|
1550
|
+
version = "47.0.0"
|
1442
1551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1443
|
-
checksum = "
|
1552
|
+
checksum = "8d8d50f6334b378930d992d801a10ac5b3e93b846b39e4a05085742572844537"
|
1444
1553
|
dependencies = [
|
1445
1554
|
"arrow",
|
1446
1555
|
"arrow-ord",
|
@@ -1459,9 +1568,9 @@ dependencies = [
|
|
1459
1568
|
|
1460
1569
|
[[package]]
|
1461
1570
|
name = "datafusion-functions-table"
|
1462
|
-
version = "
|
1571
|
+
version = "47.0.0"
|
1463
1572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464
|
-
checksum = "
|
1573
|
+
checksum = "cc9a97220736c8fff1446e936be90d57216c06f28969f9ffd3b72ac93c958c8a"
|
1465
1574
|
dependencies = [
|
1466
1575
|
"arrow",
|
1467
1576
|
"async-trait",
|
@@ -1475,9 +1584,9 @@ dependencies = [
|
|
1475
1584
|
|
1476
1585
|
[[package]]
|
1477
1586
|
name = "datafusion-functions-window"
|
1478
|
-
version = "
|
1587
|
+
version = "47.0.0"
|
1479
1588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1480
|
-
checksum = "
|
1589
|
+
checksum = "cefc2d77646e1aadd1d6a9c40088937aedec04e68c5f0465939912e1291f8193"
|
1481
1590
|
dependencies = [
|
1482
1591
|
"datafusion-common",
|
1483
1592
|
"datafusion-doc",
|
@@ -1492,9 +1601,9 @@ dependencies = [
|
|
1492
1601
|
|
1493
1602
|
[[package]]
|
1494
1603
|
name = "datafusion-functions-window-common"
|
1495
|
-
version = "
|
1604
|
+
version = "47.0.0"
|
1496
1605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497
|
-
checksum = "
|
1606
|
+
checksum = "dd4aff082c42fa6da99ce0698c85addd5252928c908eb087ca3cfa64ff16b313"
|
1498
1607
|
dependencies = [
|
1499
1608
|
"datafusion-common",
|
1500
1609
|
"datafusion-physical-expr-common",
|
@@ -1502,20 +1611,20 @@ dependencies = [
|
|
1502
1611
|
|
1503
1612
|
[[package]]
|
1504
1613
|
name = "datafusion-macros"
|
1505
|
-
version = "
|
1614
|
+
version = "47.0.0"
|
1506
1615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507
|
-
checksum = "
|
1616
|
+
checksum = "df6f88d7ee27daf8b108ba910f9015176b36fbc72902b1ca5c2a5f1d1717e1a1"
|
1508
1617
|
dependencies = [
|
1509
1618
|
"datafusion-expr",
|
1510
1619
|
"quote",
|
1511
|
-
"syn
|
1620
|
+
"syn",
|
1512
1621
|
]
|
1513
1622
|
|
1514
1623
|
[[package]]
|
1515
1624
|
name = "datafusion-optimizer"
|
1516
|
-
version = "
|
1625
|
+
version = "47.0.0"
|
1517
1626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518
|
-
checksum = "
|
1627
|
+
checksum = "084d9f979c4b155346d3c34b18f4256e6904ded508e9554d90fed416415c3515"
|
1519
1628
|
dependencies = [
|
1520
1629
|
"arrow",
|
1521
1630
|
"chrono",
|
@@ -1532,9 +1641,9 @@ dependencies = [
|
|
1532
1641
|
|
1533
1642
|
[[package]]
|
1534
1643
|
name = "datafusion-physical-expr"
|
1535
|
-
version = "
|
1644
|
+
version = "47.0.0"
|
1536
1645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1537
|
-
checksum = "
|
1646
|
+
checksum = "64c536062b0076f4e30084065d805f389f9fe38af0ca75bcbac86bc5e9fbab65"
|
1538
1647
|
dependencies = [
|
1539
1648
|
"ahash",
|
1540
1649
|
"arrow",
|
@@ -1554,9 +1663,9 @@ dependencies = [
|
|
1554
1663
|
|
1555
1664
|
[[package]]
|
1556
1665
|
name = "datafusion-physical-expr-common"
|
1557
|
-
version = "
|
1666
|
+
version = "47.0.0"
|
1558
1667
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559
|
-
checksum = "
|
1668
|
+
checksum = "f8a92b53b3193fac1916a1c5b8e3f4347c526f6822e56b71faa5fb372327a863"
|
1560
1669
|
dependencies = [
|
1561
1670
|
"ahash",
|
1562
1671
|
"arrow",
|
@@ -1568,9 +1677,9 @@ dependencies = [
|
|
1568
1677
|
|
1569
1678
|
[[package]]
|
1570
1679
|
name = "datafusion-physical-optimizer"
|
1571
|
-
version = "
|
1680
|
+
version = "47.0.0"
|
1572
1681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1573
|
-
checksum = "
|
1682
|
+
checksum = "6fa0a5ac94c7cf3da97bedabd69d6bbca12aef84b9b37e6e9e8c25286511b5e2"
|
1574
1683
|
dependencies = [
|
1575
1684
|
"arrow",
|
1576
1685
|
"datafusion-common",
|
@@ -1587,9 +1696,9 @@ dependencies = [
|
|
1587
1696
|
|
1588
1697
|
[[package]]
|
1589
1698
|
name = "datafusion-physical-plan"
|
1590
|
-
version = "
|
1699
|
+
version = "47.0.0"
|
1591
1700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1592
|
-
checksum = "
|
1701
|
+
checksum = "690c615db468c2e5fe5085b232d8b1c088299a6c63d87fd960a354a71f7acb55"
|
1593
1702
|
dependencies = [
|
1594
1703
|
"ahash",
|
1595
1704
|
"arrow",
|
@@ -1617,9 +1726,9 @@ dependencies = [
|
|
1617
1726
|
|
1618
1727
|
[[package]]
|
1619
1728
|
name = "datafusion-proto"
|
1620
|
-
version = "
|
1729
|
+
version = "47.0.0"
|
1621
1730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1622
|
-
checksum = "
|
1731
|
+
checksum = "a4a1afb2bdb05de7ff65be6883ebfd4ec027bd9f1f21c46aa3afd01927160a83"
|
1623
1732
|
dependencies = [
|
1624
1733
|
"arrow",
|
1625
1734
|
"chrono",
|
@@ -1633,20 +1742,44 @@ dependencies = [
|
|
1633
1742
|
|
1634
1743
|
[[package]]
|
1635
1744
|
name = "datafusion-proto-common"
|
1636
|
-
version = "
|
1745
|
+
version = "47.0.0"
|
1637
1746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1638
|
-
checksum = "
|
1747
|
+
checksum = "35b7a5876ebd6b564fb9a1fd2c3a2a9686b787071a256b47e4708f0916f9e46f"
|
1639
1748
|
dependencies = [
|
1640
1749
|
"arrow",
|
1641
1750
|
"datafusion-common",
|
1642
1751
|
"prost",
|
1643
1752
|
]
|
1644
1753
|
|
1754
|
+
[[package]]
|
1755
|
+
name = "datafusion-session"
|
1756
|
+
version = "47.0.0"
|
1757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1758
|
+
checksum = "ad229a134c7406c057ece00c8743c0c34b97f4e72f78b475fe17b66c5e14fa4f"
|
1759
|
+
dependencies = [
|
1760
|
+
"arrow",
|
1761
|
+
"async-trait",
|
1762
|
+
"dashmap",
|
1763
|
+
"datafusion-common",
|
1764
|
+
"datafusion-common-runtime",
|
1765
|
+
"datafusion-execution",
|
1766
|
+
"datafusion-expr",
|
1767
|
+
"datafusion-physical-expr",
|
1768
|
+
"datafusion-physical-plan",
|
1769
|
+
"datafusion-sql",
|
1770
|
+
"futures",
|
1771
|
+
"itertools 0.14.0",
|
1772
|
+
"log",
|
1773
|
+
"object_store",
|
1774
|
+
"parking_lot",
|
1775
|
+
"tokio",
|
1776
|
+
]
|
1777
|
+
|
1645
1778
|
[[package]]
|
1646
1779
|
name = "datafusion-sql"
|
1647
|
-
version = "
|
1780
|
+
version = "47.0.0"
|
1648
1781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1649
|
-
checksum = "
|
1782
|
+
checksum = "64f6ab28b72b664c21a27b22a2ff815fd390ed224c26e89a93b5a8154a4e8607"
|
1650
1783
|
dependencies = [
|
1651
1784
|
"arrow",
|
1652
1785
|
"bigdecimal",
|
@@ -1656,24 +1789,22 @@ dependencies = [
|
|
1656
1789
|
"log",
|
1657
1790
|
"recursive",
|
1658
1791
|
"regex",
|
1659
|
-
"sqlparser 0.
|
1792
|
+
"sqlparser 0.55.0",
|
1660
1793
|
]
|
1661
1794
|
|
1662
1795
|
[[package]]
|
1663
1796
|
name = "delta_kernel"
|
1664
|
-
version = "0.
|
1797
|
+
version = "0.10.0"
|
1665
1798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666
|
-
checksum = "
|
1799
|
+
checksum = "c96f51383ba327a1403e6e3458f8fc979d09d7200af56fa32681619f6c760dee"
|
1667
1800
|
dependencies = [
|
1668
1801
|
"arrow",
|
1669
1802
|
"bytes",
|
1670
1803
|
"chrono",
|
1671
1804
|
"delta_kernel_derive",
|
1672
|
-
"fix-hidden-lifetime-bug",
|
1673
1805
|
"futures",
|
1674
|
-
"home",
|
1675
1806
|
"indexmap",
|
1676
|
-
"itertools 0.
|
1807
|
+
"itertools 0.14.0",
|
1677
1808
|
"object_store",
|
1678
1809
|
"parquet",
|
1679
1810
|
"reqwest",
|
@@ -1682,35 +1813,34 @@ dependencies = [
|
|
1682
1813
|
"serde",
|
1683
1814
|
"serde_json",
|
1684
1815
|
"strum",
|
1685
|
-
"thiserror
|
1816
|
+
"thiserror",
|
1686
1817
|
"tokio",
|
1687
1818
|
"tracing",
|
1688
1819
|
"url",
|
1689
1820
|
"uuid",
|
1690
|
-
"visibility",
|
1691
1821
|
"z85",
|
1692
1822
|
]
|
1693
1823
|
|
1694
1824
|
[[package]]
|
1695
1825
|
name = "delta_kernel_derive"
|
1696
|
-
version = "0.
|
1826
|
+
version = "0.10.0"
|
1697
1827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1698
|
-
checksum = "
|
1828
|
+
checksum = "f7b49a2e67ebafbe644e36f251ee985f237bfb39e4ef1e312eb5876535bc449e"
|
1699
1829
|
dependencies = [
|
1700
1830
|
"proc-macro2",
|
1701
1831
|
"quote",
|
1702
|
-
"syn
|
1832
|
+
"syn",
|
1703
1833
|
]
|
1704
1834
|
|
1705
1835
|
[[package]]
|
1706
1836
|
name = "deltalake"
|
1707
|
-
version = "0.1.
|
1837
|
+
version = "0.1.7"
|
1708
1838
|
dependencies = [
|
1709
1839
|
"arrow",
|
1710
1840
|
"arrow-schema",
|
1711
1841
|
"chrono",
|
1712
1842
|
"delta_kernel",
|
1713
|
-
"deltalake 0.
|
1843
|
+
"deltalake 0.26.0",
|
1714
1844
|
"futures",
|
1715
1845
|
"magnus",
|
1716
1846
|
"num_cpus",
|
@@ -1721,9 +1851,9 @@ dependencies = [
|
|
1721
1851
|
|
1722
1852
|
[[package]]
|
1723
1853
|
name = "deltalake"
|
1724
|
-
version = "0.
|
1854
|
+
version = "0.26.0"
|
1725
1855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1726
|
-
checksum = "
|
1856
|
+
checksum = "0b8446cdd15b2ba4b14785cb481ef39058f2b9709bb4ea2a5c6d9d4954c87cc8"
|
1727
1857
|
dependencies = [
|
1728
1858
|
"deltalake-aws",
|
1729
1859
|
"deltalake-azure",
|
@@ -1733,9 +1863,9 @@ dependencies = [
|
|
1733
1863
|
|
1734
1864
|
[[package]]
|
1735
1865
|
name = "deltalake-aws"
|
1736
|
-
version = "0.
|
1866
|
+
version = "0.9.0"
|
1737
1867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1738
|
-
checksum = "
|
1868
|
+
checksum = "3bc624a565514bfda7aedbc6aa0ce85505f207782669a046a6a4ce2f441d3aed"
|
1739
1869
|
dependencies = [
|
1740
1870
|
"async-trait",
|
1741
1871
|
"aws-config",
|
@@ -1751,7 +1881,7 @@ dependencies = [
|
|
1751
1881
|
"maplit",
|
1752
1882
|
"object_store",
|
1753
1883
|
"regex",
|
1754
|
-
"thiserror
|
1884
|
+
"thiserror",
|
1755
1885
|
"tokio",
|
1756
1886
|
"tracing",
|
1757
1887
|
"url",
|
@@ -1760,9 +1890,9 @@ dependencies = [
|
|
1760
1890
|
|
1761
1891
|
[[package]]
|
1762
1892
|
name = "deltalake-azure"
|
1763
|
-
version = "0.
|
1893
|
+
version = "0.9.0"
|
1764
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1765
|
-
checksum = "
|
1895
|
+
checksum = "cdbf912990d8c12a674b36198cbda77efcbf08ad510410f8206a966c101bccf0"
|
1766
1896
|
dependencies = [
|
1767
1897
|
"async-trait",
|
1768
1898
|
"bytes",
|
@@ -1770,7 +1900,7 @@ dependencies = [
|
|
1770
1900
|
"futures",
|
1771
1901
|
"object_store",
|
1772
1902
|
"regex",
|
1773
|
-
"thiserror
|
1903
|
+
"thiserror",
|
1774
1904
|
"tokio",
|
1775
1905
|
"tracing",
|
1776
1906
|
"url",
|
@@ -1778,9 +1908,9 @@ dependencies = [
|
|
1778
1908
|
|
1779
1909
|
[[package]]
|
1780
1910
|
name = "deltalake-core"
|
1781
|
-
version = "0.
|
1911
|
+
version = "0.26.0"
|
1782
1912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1783
|
-
checksum = "
|
1913
|
+
checksum = "6ed04cebb62011bdfdf4f3cccdda348cc092600d973ec005a80cb98c869f269a"
|
1784
1914
|
dependencies = [
|
1785
1915
|
"arrow",
|
1786
1916
|
"arrow-arith",
|
@@ -1808,14 +1938,12 @@ dependencies = [
|
|
1808
1938
|
"datafusion-proto",
|
1809
1939
|
"datafusion-sql",
|
1810
1940
|
"delta_kernel",
|
1941
|
+
"deltalake-derive",
|
1811
1942
|
"either",
|
1812
|
-
"errno",
|
1813
|
-
"fix-hidden-lifetime-bug",
|
1814
1943
|
"futures",
|
1815
1944
|
"humantime",
|
1816
1945
|
"indexmap",
|
1817
1946
|
"itertools 0.14.0",
|
1818
|
-
"libc",
|
1819
1947
|
"maplit",
|
1820
1948
|
"num-bigint",
|
1821
1949
|
"num-traits",
|
@@ -1832,7 +1960,7 @@ dependencies = [
|
|
1832
1960
|
"serde_json",
|
1833
1961
|
"sqlparser 0.53.0",
|
1834
1962
|
"strum",
|
1835
|
-
"thiserror
|
1963
|
+
"thiserror",
|
1836
1964
|
"tokio",
|
1837
1965
|
"tracing",
|
1838
1966
|
"url",
|
@@ -1841,11 +1969,24 @@ dependencies = [
|
|
1841
1969
|
"z85",
|
1842
1970
|
]
|
1843
1971
|
|
1972
|
+
[[package]]
|
1973
|
+
name = "deltalake-derive"
|
1974
|
+
version = "0.26.0"
|
1975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1976
|
+
checksum = "6bdd39efa077173455fa69c17437141d14ec6273a371d7d3d25ea7f30f61d4c9"
|
1977
|
+
dependencies = [
|
1978
|
+
"convert_case",
|
1979
|
+
"itertools 0.14.0",
|
1980
|
+
"proc-macro2",
|
1981
|
+
"quote",
|
1982
|
+
"syn",
|
1983
|
+
]
|
1984
|
+
|
1844
1985
|
[[package]]
|
1845
1986
|
name = "deltalake-gcp"
|
1846
|
-
version = "0.
|
1987
|
+
version = "0.10.0"
|
1847
1988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1848
|
-
checksum = "
|
1989
|
+
checksum = "d93ae26b5b578e19bf188a54676180dd8aee2f4c2b964f287702175004d98e11"
|
1849
1990
|
dependencies = [
|
1850
1991
|
"async-trait",
|
1851
1992
|
"bytes",
|
@@ -1853,7 +1994,7 @@ dependencies = [
|
|
1853
1994
|
"futures",
|
1854
1995
|
"object_store",
|
1855
1996
|
"regex",
|
1856
|
-
"thiserror
|
1997
|
+
"thiserror",
|
1857
1998
|
"tokio",
|
1858
1999
|
"tracing",
|
1859
2000
|
"url",
|
@@ -1861,9 +2002,9 @@ dependencies = [
|
|
1861
2002
|
|
1862
2003
|
[[package]]
|
1863
2004
|
name = "deranged"
|
1864
|
-
version = "0.
|
2005
|
+
version = "0.4.0"
|
1865
2006
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1866
|
-
checksum = "
|
2007
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
1867
2008
|
dependencies = [
|
1868
2009
|
"powerfmt",
|
1869
2010
|
]
|
@@ -1887,7 +2028,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
1887
2028
|
dependencies = [
|
1888
2029
|
"proc-macro2",
|
1889
2030
|
"quote",
|
1890
|
-
"syn
|
2031
|
+
"syn",
|
1891
2032
|
]
|
1892
2033
|
|
1893
2034
|
[[package]]
|
@@ -1910,9 +2051,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
1910
2051
|
|
1911
2052
|
[[package]]
|
1912
2053
|
name = "errno"
|
1913
|
-
version = "0.3.
|
2054
|
+
version = "0.3.11"
|
1914
2055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1915
|
-
checksum = "
|
2056
|
+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
1916
2057
|
dependencies = [
|
1917
2058
|
"libc",
|
1918
2059
|
"windows-sys 0.59.0",
|
@@ -1924,26 +2065,6 @@ version = "2.3.0"
|
|
1924
2065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1925
2066
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
1926
2067
|
|
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
2068
|
[[package]]
|
1948
2069
|
name = "fixedbitset"
|
1949
2070
|
version = "0.5.7"
|
@@ -1952,21 +2073,22 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
1952
2073
|
|
1953
2074
|
[[package]]
|
1954
2075
|
name = "flatbuffers"
|
1955
|
-
version = "
|
2076
|
+
version = "25.2.10"
|
1956
2077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1957
|
-
checksum = "
|
2078
|
+
checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1"
|
1958
2079
|
dependencies = [
|
1959
|
-
"bitflags
|
2080
|
+
"bitflags",
|
1960
2081
|
"rustc_version",
|
1961
2082
|
]
|
1962
2083
|
|
1963
2084
|
[[package]]
|
1964
2085
|
name = "flate2"
|
1965
|
-
version = "1.1.
|
2086
|
+
version = "1.1.1"
|
1966
2087
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1967
|
-
checksum = "
|
2088
|
+
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
1968
2089
|
dependencies = [
|
1969
2090
|
"crc32fast",
|
2091
|
+
"libz-rs-sys",
|
1970
2092
|
"miniz_oxide",
|
1971
2093
|
]
|
1972
2094
|
|
@@ -2047,7 +2169,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
2047
2169
|
dependencies = [
|
2048
2170
|
"proc-macro2",
|
2049
2171
|
"quote",
|
2050
|
-
"syn
|
2172
|
+
"syn",
|
2051
2173
|
]
|
2052
2174
|
|
2053
2175
|
[[package]]
|
@@ -2092,9 +2214,9 @@ dependencies = [
|
|
2092
2214
|
|
2093
2215
|
[[package]]
|
2094
2216
|
name = "getrandom"
|
2095
|
-
version = "0.2.
|
2217
|
+
version = "0.2.16"
|
2096
2218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2097
|
-
checksum = "
|
2219
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2098
2220
|
dependencies = [
|
2099
2221
|
"cfg-if",
|
2100
2222
|
"js-sys",
|
@@ -2105,14 +2227,16 @@ dependencies = [
|
|
2105
2227
|
|
2106
2228
|
[[package]]
|
2107
2229
|
name = "getrandom"
|
2108
|
-
version = "0.3.
|
2230
|
+
version = "0.3.2"
|
2109
2231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2110
|
-
checksum = "
|
2232
|
+
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
2111
2233
|
dependencies = [
|
2112
2234
|
"cfg-if",
|
2235
|
+
"js-sys",
|
2113
2236
|
"libc",
|
2114
|
-
"
|
2115
|
-
"
|
2237
|
+
"r-efi",
|
2238
|
+
"wasi 0.14.2+wasi-0.2.4",
|
2239
|
+
"wasm-bindgen",
|
2116
2240
|
]
|
2117
2241
|
|
2118
2242
|
[[package]]
|
@@ -2148,9 +2272,9 @@ dependencies = [
|
|
2148
2272
|
|
2149
2273
|
[[package]]
|
2150
2274
|
name = "h2"
|
2151
|
-
version = "0.4.
|
2275
|
+
version = "0.4.9"
|
2152
2276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2153
|
-
checksum = "
|
2277
|
+
checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
|
2154
2278
|
dependencies = [
|
2155
2279
|
"atomic-waker",
|
2156
2280
|
"bytes",
|
@@ -2167,9 +2291,9 @@ dependencies = [
|
|
2167
2291
|
|
2168
2292
|
[[package]]
|
2169
2293
|
name = "half"
|
2170
|
-
version = "2.
|
2294
|
+
version = "2.6.0"
|
2171
2295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2172
|
-
checksum = "
|
2296
|
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
2173
2297
|
dependencies = [
|
2174
2298
|
"cfg-if",
|
2175
2299
|
"crunchy",
|
@@ -2188,9 +2312,9 @@ dependencies = [
|
|
2188
2312
|
|
2189
2313
|
[[package]]
|
2190
2314
|
name = "hashbrown"
|
2191
|
-
version = "0.15.
|
2315
|
+
version = "0.15.3"
|
2192
2316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193
|
-
checksum = "
|
2317
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
2194
2318
|
|
2195
2319
|
[[package]]
|
2196
2320
|
name = "heck"
|
@@ -2221,11 +2345,11 @@ dependencies = [
|
|
2221
2345
|
|
2222
2346
|
[[package]]
|
2223
2347
|
name = "home"
|
2224
|
-
version = "0.5.
|
2348
|
+
version = "0.5.11"
|
2225
2349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2226
|
-
checksum = "
|
2350
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2227
2351
|
dependencies = [
|
2228
|
-
"windows-sys 0.
|
2352
|
+
"windows-sys 0.59.0",
|
2229
2353
|
]
|
2230
2354
|
|
2231
2355
|
[[package]]
|
@@ -2298,9 +2422,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
2298
2422
|
|
2299
2423
|
[[package]]
|
2300
2424
|
name = "humantime"
|
2301
|
-
version = "2.
|
2425
|
+
version = "2.2.0"
|
2302
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2303
|
-
checksum = "
|
2427
|
+
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
|
2304
2428
|
|
2305
2429
|
[[package]]
|
2306
2430
|
name = "hyper"
|
@@ -2335,7 +2459,7 @@ dependencies = [
|
|
2335
2459
|
"bytes",
|
2336
2460
|
"futures-channel",
|
2337
2461
|
"futures-util",
|
2338
|
-
"h2 0.4.
|
2462
|
+
"h2 0.4.9",
|
2339
2463
|
"http 1.3.1",
|
2340
2464
|
"http-body 1.0.1",
|
2341
2465
|
"httparse",
|
@@ -2372,7 +2496,7 @@ dependencies = [
|
|
2372
2496
|
"http 1.3.1",
|
2373
2497
|
"hyper 1.6.0",
|
2374
2498
|
"hyper-util",
|
2375
|
-
"rustls 0.23.
|
2499
|
+
"rustls 0.23.26",
|
2376
2500
|
"rustls-native-certs 0.8.1",
|
2377
2501
|
"rustls-pki-types",
|
2378
2502
|
"tokio",
|
@@ -2382,9 +2506,9 @@ dependencies = [
|
|
2382
2506
|
|
2383
2507
|
[[package]]
|
2384
2508
|
name = "hyper-util"
|
2385
|
-
version = "0.1.
|
2509
|
+
version = "0.1.11"
|
2386
2510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2387
|
-
checksum = "
|
2511
|
+
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
2388
2512
|
dependencies = [
|
2389
2513
|
"bytes",
|
2390
2514
|
"futures-channel",
|
@@ -2392,6 +2516,7 @@ dependencies = [
|
|
2392
2516
|
"http 1.3.1",
|
2393
2517
|
"http-body 1.0.1",
|
2394
2518
|
"hyper 1.6.0",
|
2519
|
+
"libc",
|
2395
2520
|
"pin-project-lite",
|
2396
2521
|
"socket2",
|
2397
2522
|
"tokio",
|
@@ -2401,14 +2526,15 @@ dependencies = [
|
|
2401
2526
|
|
2402
2527
|
[[package]]
|
2403
2528
|
name = "iana-time-zone"
|
2404
|
-
version = "0.1.
|
2529
|
+
version = "0.1.63"
|
2405
2530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2406
|
-
checksum = "
|
2531
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
2407
2532
|
dependencies = [
|
2408
2533
|
"android_system_properties",
|
2409
2534
|
"core-foundation-sys",
|
2410
2535
|
"iana-time-zone-haiku",
|
2411
2536
|
"js-sys",
|
2537
|
+
"log",
|
2412
2538
|
"wasm-bindgen",
|
2413
2539
|
"windows-core",
|
2414
2540
|
]
|
@@ -2463,9 +2589,9 @@ dependencies = [
|
|
2463
2589
|
|
2464
2590
|
[[package]]
|
2465
2591
|
name = "icu_locid_transform_data"
|
2466
|
-
version = "1.5.
|
2592
|
+
version = "1.5.1"
|
2467
2593
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2468
|
-
checksum = "
|
2594
|
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
2469
2595
|
|
2470
2596
|
[[package]]
|
2471
2597
|
name = "icu_normalizer"
|
@@ -2487,9 +2613,9 @@ dependencies = [
|
|
2487
2613
|
|
2488
2614
|
[[package]]
|
2489
2615
|
name = "icu_normalizer_data"
|
2490
|
-
version = "1.5.
|
2616
|
+
version = "1.5.1"
|
2491
2617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2492
|
-
checksum = "
|
2618
|
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
2493
2619
|
|
2494
2620
|
[[package]]
|
2495
2621
|
name = "icu_properties"
|
@@ -2508,9 +2634,9 @@ dependencies = [
|
|
2508
2634
|
|
2509
2635
|
[[package]]
|
2510
2636
|
name = "icu_properties_data"
|
2511
|
-
version = "1.5.
|
2637
|
+
version = "1.5.1"
|
2512
2638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2513
|
-
checksum = "
|
2639
|
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
2514
2640
|
|
2515
2641
|
[[package]]
|
2516
2642
|
name = "icu_provider"
|
@@ -2537,7 +2663,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
2537
2663
|
dependencies = [
|
2538
2664
|
"proc-macro2",
|
2539
2665
|
"quote",
|
2540
|
-
"syn
|
2666
|
+
"syn",
|
2541
2667
|
]
|
2542
2668
|
|
2543
2669
|
[[package]]
|
@@ -2563,12 +2689,12 @@ dependencies = [
|
|
2563
2689
|
|
2564
2690
|
[[package]]
|
2565
2691
|
name = "indexmap"
|
2566
|
-
version = "2.
|
2692
|
+
version = "2.9.0"
|
2567
2693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2568
|
-
checksum = "
|
2694
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
2569
2695
|
dependencies = [
|
2570
2696
|
"equivalent",
|
2571
|
-
"hashbrown 0.15.
|
2697
|
+
"hashbrown 0.15.3",
|
2572
2698
|
]
|
2573
2699
|
|
2574
2700
|
[[package]]
|
@@ -2592,15 +2718,6 @@ dependencies = [
|
|
2592
2718
|
"either",
|
2593
2719
|
]
|
2594
2720
|
|
2595
|
-
[[package]]
|
2596
|
-
name = "itertools"
|
2597
|
-
version = "0.13.0"
|
2598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2599
|
-
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2600
|
-
dependencies = [
|
2601
|
-
"either",
|
2602
|
-
]
|
2603
|
-
|
2604
2721
|
[[package]]
|
2605
2722
|
name = "itertools"
|
2606
2723
|
version = "0.14.0"
|
@@ -2618,10 +2735,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
2618
2735
|
|
2619
2736
|
[[package]]
|
2620
2737
|
name = "jobserver"
|
2621
|
-
version = "0.1.
|
2738
|
+
version = "0.1.33"
|
2622
2739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2623
|
-
checksum = "
|
2740
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
2624
2741
|
dependencies = [
|
2742
|
+
"getrandom 0.3.2",
|
2625
2743
|
"libc",
|
2626
2744
|
]
|
2627
2745
|
|
@@ -2713,9 +2831,9 @@ dependencies = [
|
|
2713
2831
|
|
2714
2832
|
[[package]]
|
2715
2833
|
name = "libc"
|
2716
|
-
version = "0.2.
|
2834
|
+
version = "0.2.172"
|
2717
2835
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2718
|
-
checksum = "
|
2836
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
2719
2837
|
|
2720
2838
|
[[package]]
|
2721
2839
|
name = "libloading"
|
@@ -2729,9 +2847,18 @@ dependencies = [
|
|
2729
2847
|
|
2730
2848
|
[[package]]
|
2731
2849
|
name = "libm"
|
2732
|
-
version = "0.2.
|
2850
|
+
version = "0.2.13"
|
2733
2851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2734
|
-
checksum = "
|
2852
|
+
checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72"
|
2853
|
+
|
2854
|
+
[[package]]
|
2855
|
+
name = "libz-rs-sys"
|
2856
|
+
version = "0.5.0"
|
2857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2858
|
+
checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
|
2859
|
+
dependencies = [
|
2860
|
+
"zlib-rs",
|
2861
|
+
]
|
2735
2862
|
|
2736
2863
|
[[package]]
|
2737
2864
|
name = "linux-raw-sys"
|
@@ -2741,9 +2868,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
2741
2868
|
|
2742
2869
|
[[package]]
|
2743
2870
|
name = "linux-raw-sys"
|
2744
|
-
version = "0.9.
|
2871
|
+
version = "0.9.4"
|
2745
2872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2746
|
-
checksum = "
|
2873
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2747
2874
|
|
2748
2875
|
[[package]]
|
2749
2876
|
name = "litemap"
|
@@ -2763,9 +2890,9 @@ dependencies = [
|
|
2763
2890
|
|
2764
2891
|
[[package]]
|
2765
2892
|
name = "log"
|
2766
|
-
version = "0.4.
|
2893
|
+
version = "0.4.27"
|
2767
2894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2768
|
-
checksum = "
|
2895
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2769
2896
|
|
2770
2897
|
[[package]]
|
2771
2898
|
name = "lz4_flex"
|
@@ -2773,7 +2900,7 @@ version = "0.11.3"
|
|
2773
2900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2774
2901
|
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
|
2775
2902
|
dependencies = [
|
2776
|
-
"twox-hash",
|
2903
|
+
"twox-hash 1.6.3",
|
2777
2904
|
]
|
2778
2905
|
|
2779
2906
|
[[package]]
|
@@ -2807,7 +2934,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
2807
2934
|
dependencies = [
|
2808
2935
|
"proc-macro2",
|
2809
2936
|
"quote",
|
2810
|
-
"syn
|
2937
|
+
"syn",
|
2811
2938
|
]
|
2812
2939
|
|
2813
2940
|
[[package]]
|
@@ -2846,9 +2973,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
2846
2973
|
|
2847
2974
|
[[package]]
|
2848
2975
|
name = "miniz_oxide"
|
2849
|
-
version = "0.8.
|
2976
|
+
version = "0.8.8"
|
2850
2977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851
|
-
checksum = "
|
2978
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
2852
2979
|
dependencies = [
|
2853
2980
|
"adler2",
|
2854
2981
|
]
|
@@ -2975,19 +3102,22 @@ dependencies = [
|
|
2975
3102
|
|
2976
3103
|
[[package]]
|
2977
3104
|
name = "object_store"
|
2978
|
-
version = "0.
|
3105
|
+
version = "0.12.0"
|
2979
3106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2980
|
-
checksum = "
|
3107
|
+
checksum = "e9ce831b09395f933addbc56d894d889e4b226eba304d4e7adbab591e26daf1e"
|
2981
3108
|
dependencies = [
|
2982
3109
|
"async-trait",
|
2983
3110
|
"base64 0.22.1",
|
2984
3111
|
"bytes",
|
2985
3112
|
"chrono",
|
3113
|
+
"form_urlencoded",
|
2986
3114
|
"futures",
|
3115
|
+
"http 1.3.1",
|
3116
|
+
"http-body-util",
|
2987
3117
|
"httparse",
|
2988
3118
|
"humantime",
|
2989
3119
|
"hyper 1.6.0",
|
2990
|
-
"itertools 0.
|
3120
|
+
"itertools 0.14.0",
|
2991
3121
|
"md-5",
|
2992
3122
|
"parking_lot",
|
2993
3123
|
"percent-encoding",
|
@@ -2998,7 +3128,8 @@ dependencies = [
|
|
2998
3128
|
"rustls-pemfile 2.2.0",
|
2999
3129
|
"serde",
|
3000
3130
|
"serde_json",
|
3001
|
-
"
|
3131
|
+
"serde_urlencoded",
|
3132
|
+
"thiserror",
|
3002
3133
|
"tokio",
|
3003
3134
|
"tracing",
|
3004
3135
|
"url",
|
@@ -3007,9 +3138,9 @@ dependencies = [
|
|
3007
3138
|
|
3008
3139
|
[[package]]
|
3009
3140
|
name = "once_cell"
|
3010
|
-
version = "1.21.
|
3141
|
+
version = "1.21.3"
|
3011
3142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3012
|
-
checksum = "
|
3143
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
3013
3144
|
|
3014
3145
|
[[package]]
|
3015
3146
|
name = "openssl-probe"
|
@@ -3057,9 +3188,9 @@ dependencies = [
|
|
3057
3188
|
|
3058
3189
|
[[package]]
|
3059
3190
|
name = "parquet"
|
3060
|
-
version = "
|
3191
|
+
version = "55.0.0"
|
3061
3192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3062
|
-
checksum = "
|
3193
|
+
checksum = "cd31a8290ac5b19f09ad77ee7a1e6a541f1be7674ad410547d5f1eef6eef4a9c"
|
3063
3194
|
dependencies = [
|
3064
3195
|
"ahash",
|
3065
3196
|
"arrow-array",
|
@@ -3076,7 +3207,7 @@ dependencies = [
|
|
3076
3207
|
"flate2",
|
3077
3208
|
"futures",
|
3078
3209
|
"half",
|
3079
|
-
"hashbrown 0.15.
|
3210
|
+
"hashbrown 0.15.3",
|
3080
3211
|
"lz4_flex",
|
3081
3212
|
"num",
|
3082
3213
|
"num-bigint",
|
@@ -3087,9 +3218,8 @@ dependencies = [
|
|
3087
3218
|
"snap",
|
3088
3219
|
"thrift",
|
3089
3220
|
"tokio",
|
3090
|
-
"twox-hash",
|
3221
|
+
"twox-hash 2.1.0",
|
3091
3222
|
"zstd",
|
3092
|
-
"zstd-sys",
|
3093
3223
|
]
|
3094
3224
|
|
3095
3225
|
[[package]]
|
@@ -3191,24 +3321,24 @@ version = "0.2.21"
|
|
3191
3321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3192
3322
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3193
3323
|
dependencies = [
|
3194
|
-
"zerocopy 0.8.
|
3324
|
+
"zerocopy 0.8.25",
|
3195
3325
|
]
|
3196
3326
|
|
3197
3327
|
[[package]]
|
3198
3328
|
name = "prettyplease"
|
3199
|
-
version = "0.2.
|
3329
|
+
version = "0.2.32"
|
3200
3330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3201
|
-
checksum = "
|
3331
|
+
checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
3202
3332
|
dependencies = [
|
3203
3333
|
"proc-macro2",
|
3204
|
-
"syn
|
3334
|
+
"syn",
|
3205
3335
|
]
|
3206
3336
|
|
3207
3337
|
[[package]]
|
3208
3338
|
name = "proc-macro2"
|
3209
|
-
version = "1.0.
|
3339
|
+
version = "1.0.95"
|
3210
3340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3211
|
-
checksum = "
|
3341
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
3212
3342
|
dependencies = [
|
3213
3343
|
"unicode-ident",
|
3214
3344
|
]
|
@@ -3233,23 +3363,23 @@ dependencies = [
|
|
3233
3363
|
"itertools 0.14.0",
|
3234
3364
|
"proc-macro2",
|
3235
3365
|
"quote",
|
3236
|
-
"syn
|
3366
|
+
"syn",
|
3237
3367
|
]
|
3238
3368
|
|
3239
3369
|
[[package]]
|
3240
3370
|
name = "psm"
|
3241
|
-
version = "0.1.
|
3371
|
+
version = "0.1.26"
|
3242
3372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3243
|
-
checksum = "
|
3373
|
+
checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
|
3244
3374
|
dependencies = [
|
3245
3375
|
"cc",
|
3246
3376
|
]
|
3247
3377
|
|
3248
3378
|
[[package]]
|
3249
3379
|
name = "quick-xml"
|
3250
|
-
version = "0.37.
|
3380
|
+
version = "0.37.5"
|
3251
3381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3252
|
-
checksum = "
|
3382
|
+
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
3253
3383
|
dependencies = [
|
3254
3384
|
"memchr",
|
3255
3385
|
"serde",
|
@@ -3257,37 +3387,39 @@ dependencies = [
|
|
3257
3387
|
|
3258
3388
|
[[package]]
|
3259
3389
|
name = "quinn"
|
3260
|
-
version = "0.11.
|
3390
|
+
version = "0.11.7"
|
3261
3391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3262
|
-
checksum = "
|
3392
|
+
checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
|
3263
3393
|
dependencies = [
|
3264
3394
|
"bytes",
|
3395
|
+
"cfg_aliases",
|
3265
3396
|
"pin-project-lite",
|
3266
3397
|
"quinn-proto",
|
3267
3398
|
"quinn-udp",
|
3268
3399
|
"rustc-hash 2.1.1",
|
3269
|
-
"rustls 0.23.
|
3400
|
+
"rustls 0.23.26",
|
3270
3401
|
"socket2",
|
3271
|
-
"thiserror
|
3402
|
+
"thiserror",
|
3272
3403
|
"tokio",
|
3273
3404
|
"tracing",
|
3405
|
+
"web-time",
|
3274
3406
|
]
|
3275
3407
|
|
3276
3408
|
[[package]]
|
3277
3409
|
name = "quinn-proto"
|
3278
|
-
version = "0.11.
|
3410
|
+
version = "0.11.11"
|
3279
3411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3280
|
-
checksum = "
|
3412
|
+
checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b"
|
3281
3413
|
dependencies = [
|
3282
3414
|
"bytes",
|
3283
|
-
"getrandom 0.2
|
3284
|
-
"rand 0.
|
3415
|
+
"getrandom 0.3.2",
|
3416
|
+
"rand 0.9.1",
|
3285
3417
|
"ring",
|
3286
3418
|
"rustc-hash 2.1.1",
|
3287
|
-
"rustls 0.23.
|
3419
|
+
"rustls 0.23.26",
|
3288
3420
|
"rustls-pki-types",
|
3289
3421
|
"slab",
|
3290
|
-
"thiserror
|
3422
|
+
"thiserror",
|
3291
3423
|
"tinyvec",
|
3292
3424
|
"tracing",
|
3293
3425
|
"web-time",
|
@@ -3295,9 +3427,9 @@ dependencies = [
|
|
3295
3427
|
|
3296
3428
|
[[package]]
|
3297
3429
|
name = "quinn-udp"
|
3298
|
-
version = "0.5.
|
3430
|
+
version = "0.5.12"
|
3299
3431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3300
|
-
checksum = "
|
3432
|
+
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
|
3301
3433
|
dependencies = [
|
3302
3434
|
"cfg_aliases",
|
3303
3435
|
"libc",
|
@@ -3316,6 +3448,12 @@ dependencies = [
|
|
3316
3448
|
"proc-macro2",
|
3317
3449
|
]
|
3318
3450
|
|
3451
|
+
[[package]]
|
3452
|
+
name = "r-efi"
|
3453
|
+
version = "5.2.0"
|
3454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3455
|
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
3456
|
+
|
3319
3457
|
[[package]]
|
3320
3458
|
name = "rand"
|
3321
3459
|
version = "0.8.5"
|
@@ -3329,13 +3467,12 @@ dependencies = [
|
|
3329
3467
|
|
3330
3468
|
[[package]]
|
3331
3469
|
name = "rand"
|
3332
|
-
version = "0.9.
|
3470
|
+
version = "0.9.1"
|
3333
3471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334
|
-
checksum = "
|
3472
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
3335
3473
|
dependencies = [
|
3336
3474
|
"rand_chacha 0.9.0",
|
3337
3475
|
"rand_core 0.9.3",
|
3338
|
-
"zerocopy 0.8.23",
|
3339
3476
|
]
|
3340
3477
|
|
3341
3478
|
[[package]]
|
@@ -3364,7 +3501,7 @@ version = "0.6.4"
|
|
3364
3501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3365
3502
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3366
3503
|
dependencies = [
|
3367
|
-
"getrandom 0.2.
|
3504
|
+
"getrandom 0.2.16",
|
3368
3505
|
]
|
3369
3506
|
|
3370
3507
|
[[package]]
|
@@ -3373,7 +3510,7 @@ version = "0.9.3"
|
|
3373
3510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3374
3511
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
3375
3512
|
dependencies = [
|
3376
|
-
"getrandom 0.3.
|
3513
|
+
"getrandom 0.3.2",
|
3377
3514
|
]
|
3378
3515
|
|
3379
3516
|
[[package]]
|
@@ -3397,7 +3534,7 @@ dependencies = [
|
|
3397
3534
|
"quote",
|
3398
3535
|
"regex",
|
3399
3536
|
"shell-words",
|
3400
|
-
"syn
|
3537
|
+
"syn",
|
3401
3538
|
]
|
3402
3539
|
|
3403
3540
|
[[package]]
|
@@ -3423,16 +3560,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3423
3560
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
3424
3561
|
dependencies = [
|
3425
3562
|
"quote",
|
3426
|
-
"syn
|
3563
|
+
"syn",
|
3427
3564
|
]
|
3428
3565
|
|
3429
3566
|
[[package]]
|
3430
3567
|
name = "redox_syscall"
|
3431
|
-
version = "0.5.
|
3568
|
+
version = "0.5.12"
|
3432
3569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3433
|
-
checksum = "
|
3570
|
+
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
|
3434
3571
|
dependencies = [
|
3435
|
-
"bitflags
|
3572
|
+
"bitflags",
|
3436
3573
|
]
|
3437
3574
|
|
3438
3575
|
[[package]]
|
@@ -3472,15 +3609,15 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
3472
3609
|
|
3473
3610
|
[[package]]
|
3474
3611
|
name = "reqwest"
|
3475
|
-
version = "0.12.
|
3612
|
+
version = "0.12.15"
|
3476
3613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3477
|
-
checksum = "
|
3614
|
+
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
3478
3615
|
dependencies = [
|
3479
3616
|
"base64 0.22.1",
|
3480
3617
|
"bytes",
|
3481
3618
|
"futures-core",
|
3482
3619
|
"futures-util",
|
3483
|
-
"h2 0.4.
|
3620
|
+
"h2 0.4.9",
|
3484
3621
|
"http 1.3.1",
|
3485
3622
|
"http-body 1.0.1",
|
3486
3623
|
"http-body-util",
|
@@ -3495,7 +3632,7 @@ dependencies = [
|
|
3495
3632
|
"percent-encoding",
|
3496
3633
|
"pin-project-lite",
|
3497
3634
|
"quinn",
|
3498
|
-
"rustls 0.23.
|
3635
|
+
"rustls 0.23.26",
|
3499
3636
|
"rustls-native-certs 0.8.1",
|
3500
3637
|
"rustls-pemfile 2.2.0",
|
3501
3638
|
"rustls-pki-types",
|
@@ -3524,7 +3661,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
3524
3661
|
dependencies = [
|
3525
3662
|
"cc",
|
3526
3663
|
"cfg-if",
|
3527
|
-
"getrandom 0.2.
|
3664
|
+
"getrandom 0.2.16",
|
3528
3665
|
"libc",
|
3529
3666
|
"untrusted",
|
3530
3667
|
"windows-sys 0.52.0",
|
@@ -3532,9 +3669,9 @@ dependencies = [
|
|
3532
3669
|
|
3533
3670
|
[[package]]
|
3534
3671
|
name = "roaring"
|
3535
|
-
version = "0.10.
|
3672
|
+
version = "0.10.12"
|
3536
3673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3537
|
-
checksum = "
|
3674
|
+
checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b"
|
3538
3675
|
dependencies = [
|
3539
3676
|
"bytemuck",
|
3540
3677
|
"byteorder",
|
@@ -3573,7 +3710,7 @@ version = "0.38.44"
|
|
3573
3710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3574
3711
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
3575
3712
|
dependencies = [
|
3576
|
-
"bitflags
|
3713
|
+
"bitflags",
|
3577
3714
|
"errno",
|
3578
3715
|
"libc",
|
3579
3716
|
"linux-raw-sys 0.4.15",
|
@@ -3582,14 +3719,14 @@ dependencies = [
|
|
3582
3719
|
|
3583
3720
|
[[package]]
|
3584
3721
|
name = "rustix"
|
3585
|
-
version = "1.0.
|
3722
|
+
version = "1.0.7"
|
3586
3723
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3587
|
-
checksum = "
|
3724
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
3588
3725
|
dependencies = [
|
3589
|
-
"bitflags
|
3726
|
+
"bitflags",
|
3590
3727
|
"errno",
|
3591
3728
|
"libc",
|
3592
|
-
"linux-raw-sys 0.9.
|
3729
|
+
"linux-raw-sys 0.9.4",
|
3593
3730
|
"windows-sys 0.59.0",
|
3594
3731
|
]
|
3595
3732
|
|
@@ -3607,15 +3744,15 @@ dependencies = [
|
|
3607
3744
|
|
3608
3745
|
[[package]]
|
3609
3746
|
name = "rustls"
|
3610
|
-
version = "0.23.
|
3747
|
+
version = "0.23.26"
|
3611
3748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3612
|
-
checksum = "
|
3749
|
+
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
|
3613
3750
|
dependencies = [
|
3614
3751
|
"aws-lc-rs",
|
3615
3752
|
"once_cell",
|
3616
3753
|
"ring",
|
3617
3754
|
"rustls-pki-types",
|
3618
|
-
"rustls-webpki 0.
|
3755
|
+
"rustls-webpki 0.103.1",
|
3619
3756
|
"subtle",
|
3620
3757
|
"zeroize",
|
3621
3758
|
]
|
@@ -3683,9 +3820,9 @@ dependencies = [
|
|
3683
3820
|
|
3684
3821
|
[[package]]
|
3685
3822
|
name = "rustls-webpki"
|
3686
|
-
version = "0.
|
3823
|
+
version = "0.103.1"
|
3687
3824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3688
|
-
checksum = "
|
3825
|
+
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
|
3689
3826
|
dependencies = [
|
3690
3827
|
"aws-lc-rs",
|
3691
3828
|
"ring",
|
@@ -3745,7 +3882,7 @@ version = "2.11.1"
|
|
3745
3882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3746
3883
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3747
3884
|
dependencies = [
|
3748
|
-
"bitflags
|
3885
|
+
"bitflags",
|
3749
3886
|
"core-foundation 0.9.4",
|
3750
3887
|
"core-foundation-sys",
|
3751
3888
|
"libc",
|
@@ -3758,7 +3895,7 @@ version = "3.2.0"
|
|
3758
3895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3759
3896
|
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3760
3897
|
dependencies = [
|
3761
|
-
"bitflags
|
3898
|
+
"bitflags",
|
3762
3899
|
"core-foundation 0.10.0",
|
3763
3900
|
"core-foundation-sys",
|
3764
3901
|
"libc",
|
@@ -3804,7 +3941,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
3804
3941
|
dependencies = [
|
3805
3942
|
"proc-macro2",
|
3806
3943
|
"quote",
|
3807
|
-
"syn
|
3944
|
+
"syn",
|
3808
3945
|
]
|
3809
3946
|
|
3810
3947
|
[[package]]
|
@@ -3833,9 +3970,9 @@ dependencies = [
|
|
3833
3970
|
|
3834
3971
|
[[package]]
|
3835
3972
|
name = "sha2"
|
3836
|
-
version = "0.10.
|
3973
|
+
version = "0.10.9"
|
3837
3974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3838
|
-
checksum = "
|
3975
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
3839
3976
|
dependencies = [
|
3840
3977
|
"cfg-if",
|
3841
3978
|
"cpufeatures",
|
@@ -3856,9 +3993,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3856
3993
|
|
3857
3994
|
[[package]]
|
3858
3995
|
name = "signal-hook-registry"
|
3859
|
-
version = "1.4.
|
3996
|
+
version = "1.4.5"
|
3860
3997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3861
|
-
checksum = "
|
3998
|
+
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
3862
3999
|
dependencies = [
|
3863
4000
|
"libc",
|
3864
4001
|
]
|
@@ -3886,30 +4023,9 @@ dependencies = [
|
|
3886
4023
|
|
3887
4024
|
[[package]]
|
3888
4025
|
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"
|
3896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3897
|
-
checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019"
|
3898
|
-
dependencies = [
|
3899
|
-
"snafu-derive",
|
3900
|
-
]
|
3901
|
-
|
3902
|
-
[[package]]
|
3903
|
-
name = "snafu-derive"
|
3904
|
-
version = "0.8.5"
|
4026
|
+
version = "1.15.0"
|
3905
4027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3906
|
-
checksum = "
|
3907
|
-
dependencies = [
|
3908
|
-
"heck",
|
3909
|
-
"proc-macro2",
|
3910
|
-
"quote",
|
3911
|
-
"syn 2.0.100",
|
3912
|
-
]
|
4028
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
3913
4029
|
|
3914
4030
|
[[package]]
|
3915
4031
|
name = "snap"
|
@@ -3919,9 +4035,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
3919
4035
|
|
3920
4036
|
[[package]]
|
3921
4037
|
name = "socket2"
|
3922
|
-
version = "0.5.
|
4038
|
+
version = "0.5.9"
|
3923
4039
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3924
|
-
checksum = "
|
4040
|
+
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
3925
4041
|
dependencies = [
|
3926
4042
|
"libc",
|
3927
4043
|
"windows-sys 0.52.0",
|
@@ -3938,9 +4054,9 @@ dependencies = [
|
|
3938
4054
|
|
3939
4055
|
[[package]]
|
3940
4056
|
name = "sqlparser"
|
3941
|
-
version = "0.
|
4057
|
+
version = "0.55.0"
|
3942
4058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3943
|
-
checksum = "
|
4059
|
+
checksum = "c4521174166bac1ff04fe16ef4524c70144cd29682a45978978ca3d7f4e0be11"
|
3944
4060
|
dependencies = [
|
3945
4061
|
"log",
|
3946
4062
|
"recursive",
|
@@ -3955,7 +4071,7 @@ checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
|
|
3955
4071
|
dependencies = [
|
3956
4072
|
"proc-macro2",
|
3957
4073
|
"quote",
|
3958
|
-
"syn
|
4074
|
+
"syn",
|
3959
4075
|
]
|
3960
4076
|
|
3961
4077
|
[[package]]
|
@@ -3966,9 +4082,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3966
4082
|
|
3967
4083
|
[[package]]
|
3968
4084
|
name = "stacker"
|
3969
|
-
version = "0.1.
|
4085
|
+
version = "0.1.21"
|
3970
4086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3971
|
-
checksum = "
|
4087
|
+
checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
|
3972
4088
|
dependencies = [
|
3973
4089
|
"cc",
|
3974
4090
|
"cfg-if",
|
@@ -3985,24 +4101,24 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
3985
4101
|
|
3986
4102
|
[[package]]
|
3987
4103
|
name = "strum"
|
3988
|
-
version = "0.
|
4104
|
+
version = "0.27.1"
|
3989
4105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3990
|
-
checksum = "
|
4106
|
+
checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
|
3991
4107
|
dependencies = [
|
3992
4108
|
"strum_macros",
|
3993
4109
|
]
|
3994
4110
|
|
3995
4111
|
[[package]]
|
3996
4112
|
name = "strum_macros"
|
3997
|
-
version = "0.
|
4113
|
+
version = "0.27.1"
|
3998
4114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3999
|
-
checksum = "
|
4115
|
+
checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
|
4000
4116
|
dependencies = [
|
4001
4117
|
"heck",
|
4002
4118
|
"proc-macro2",
|
4003
4119
|
"quote",
|
4004
4120
|
"rustversion",
|
4005
|
-
"syn
|
4121
|
+
"syn",
|
4006
4122
|
]
|
4007
4123
|
|
4008
4124
|
[[package]]
|
@@ -4013,20 +4129,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
4013
4129
|
|
4014
4130
|
[[package]]
|
4015
4131
|
name = "syn"
|
4016
|
-
version = "
|
4132
|
+
version = "2.0.101"
|
4017
4133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4018
|
-
checksum = "
|
4019
|
-
dependencies = [
|
4020
|
-
"proc-macro2",
|
4021
|
-
"quote",
|
4022
|
-
"unicode-ident",
|
4023
|
-
]
|
4024
|
-
|
4025
|
-
[[package]]
|
4026
|
-
name = "syn"
|
4027
|
-
version = "2.0.100"
|
4028
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4029
|
-
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
4134
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
4030
4135
|
dependencies = [
|
4031
4136
|
"proc-macro2",
|
4032
4137
|
"quote",
|
@@ -4044,56 +4149,35 @@ dependencies = [
|
|
4044
4149
|
|
4045
4150
|
[[package]]
|
4046
4151
|
name = "synstructure"
|
4047
|
-
version = "0.13.
|
4152
|
+
version = "0.13.2"
|
4048
4153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4049
|
-
checksum = "
|
4154
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4050
4155
|
dependencies = [
|
4051
4156
|
"proc-macro2",
|
4052
4157
|
"quote",
|
4053
|
-
"syn
|
4158
|
+
"syn",
|
4054
4159
|
]
|
4055
4160
|
|
4056
4161
|
[[package]]
|
4057
4162
|
name = "tempfile"
|
4058
|
-
version = "3.
|
4163
|
+
version = "3.19.1"
|
4059
4164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4060
|
-
checksum = "
|
4165
|
+
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
4061
4166
|
dependencies = [
|
4062
|
-
"cfg-if",
|
4063
4167
|
"fastrand",
|
4064
|
-
"getrandom 0.3.
|
4168
|
+
"getrandom 0.3.2",
|
4065
4169
|
"once_cell",
|
4066
|
-
"rustix 1.0.
|
4170
|
+
"rustix 1.0.7",
|
4067
4171
|
"windows-sys 0.59.0",
|
4068
4172
|
]
|
4069
4173
|
|
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
4174
|
[[package]]
|
4080
4175
|
name = "thiserror"
|
4081
4176
|
version = "2.0.12"
|
4082
4177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4083
4178
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
4084
4179
|
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",
|
4180
|
+
"thiserror-impl",
|
4097
4181
|
]
|
4098
4182
|
|
4099
4183
|
[[package]]
|
@@ -4104,7 +4188,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
4104
4188
|
dependencies = [
|
4105
4189
|
"proc-macro2",
|
4106
4190
|
"quote",
|
4107
|
-
"syn
|
4191
|
+
"syn",
|
4108
4192
|
]
|
4109
4193
|
|
4110
4194
|
[[package]]
|
@@ -4120,9 +4204,9 @@ dependencies = [
|
|
4120
4204
|
|
4121
4205
|
[[package]]
|
4122
4206
|
name = "time"
|
4123
|
-
version = "0.3.
|
4207
|
+
version = "0.3.41"
|
4124
4208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125
|
-
checksum = "
|
4209
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
4126
4210
|
dependencies = [
|
4127
4211
|
"deranged",
|
4128
4212
|
"num-conv",
|
@@ -4134,15 +4218,15 @@ dependencies = [
|
|
4134
4218
|
|
4135
4219
|
[[package]]
|
4136
4220
|
name = "time-core"
|
4137
|
-
version = "0.1.
|
4221
|
+
version = "0.1.4"
|
4138
4222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4139
|
-
checksum = "
|
4223
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
4140
4224
|
|
4141
4225
|
[[package]]
|
4142
4226
|
name = "time-macros"
|
4143
|
-
version = "0.2.
|
4227
|
+
version = "0.2.22"
|
4144
4228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4145
|
-
checksum = "
|
4229
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
4146
4230
|
dependencies = [
|
4147
4231
|
"num-conv",
|
4148
4232
|
"time-core",
|
@@ -4184,9 +4268,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4184
4268
|
|
4185
4269
|
[[package]]
|
4186
4270
|
name = "tokio"
|
4187
|
-
version = "1.44.
|
4271
|
+
version = "1.44.2"
|
4188
4272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4189
|
-
checksum = "
|
4273
|
+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
4190
4274
|
dependencies = [
|
4191
4275
|
"backtrace",
|
4192
4276
|
"bytes",
|
@@ -4208,7 +4292,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
4208
4292
|
dependencies = [
|
4209
4293
|
"proc-macro2",
|
4210
4294
|
"quote",
|
4211
|
-
"syn
|
4295
|
+
"syn",
|
4212
4296
|
]
|
4213
4297
|
|
4214
4298
|
[[package]]
|
@@ -4227,15 +4311,15 @@ version = "0.26.2"
|
|
4227
4311
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4228
4312
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
4229
4313
|
dependencies = [
|
4230
|
-
"rustls 0.23.
|
4314
|
+
"rustls 0.23.26",
|
4231
4315
|
"tokio",
|
4232
4316
|
]
|
4233
4317
|
|
4234
4318
|
[[package]]
|
4235
4319
|
name = "tokio-util"
|
4236
|
-
version = "0.7.
|
4320
|
+
version = "0.7.15"
|
4237
4321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4238
|
-
checksum = "
|
4322
|
+
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
4239
4323
|
dependencies = [
|
4240
4324
|
"bytes",
|
4241
4325
|
"futures-core",
|
@@ -4291,7 +4375,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
4291
4375
|
dependencies = [
|
4292
4376
|
"proc-macro2",
|
4293
4377
|
"quote",
|
4294
|
-
"syn
|
4378
|
+
"syn",
|
4295
4379
|
]
|
4296
4380
|
|
4297
4381
|
[[package]]
|
@@ -4319,6 +4403,12 @@ dependencies = [
|
|
4319
4403
|
"static_assertions",
|
4320
4404
|
]
|
4321
4405
|
|
4406
|
+
[[package]]
|
4407
|
+
name = "twox-hash"
|
4408
|
+
version = "2.1.0"
|
4409
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4410
|
+
checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908"
|
4411
|
+
|
4322
4412
|
[[package]]
|
4323
4413
|
name = "typenum"
|
4324
4414
|
version = "1.18.0"
|
@@ -4380,13 +4470,13 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
4380
4470
|
|
4381
4471
|
[[package]]
|
4382
4472
|
name = "uuid"
|
4383
|
-
version = "1.
|
4473
|
+
version = "1.16.0"
|
4384
4474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4385
|
-
checksum = "
|
4475
|
+
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
4386
4476
|
dependencies = [
|
4387
|
-
"getrandom 0.3.
|
4477
|
+
"getrandom 0.3.2",
|
4388
4478
|
"js-sys",
|
4389
|
-
"rand 0.9.
|
4479
|
+
"rand 0.9.1",
|
4390
4480
|
"serde",
|
4391
4481
|
"wasm-bindgen",
|
4392
4482
|
]
|
@@ -4397,17 +4487,6 @@ version = "0.9.5"
|
|
4397
4487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4398
4488
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4399
4489
|
|
4400
|
-
[[package]]
|
4401
|
-
name = "visibility"
|
4402
|
-
version = "0.1.1"
|
4403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4404
|
-
checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
|
4405
|
-
dependencies = [
|
4406
|
-
"proc-macro2",
|
4407
|
-
"quote",
|
4408
|
-
"syn 2.0.100",
|
4409
|
-
]
|
4410
|
-
|
4411
4490
|
[[package]]
|
4412
4491
|
name = "vsimd"
|
4413
4492
|
version = "0.8.0"
|
@@ -4441,9 +4520,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
4441
4520
|
|
4442
4521
|
[[package]]
|
4443
4522
|
name = "wasi"
|
4444
|
-
version = "0.
|
4523
|
+
version = "0.14.2+wasi-0.2.4"
|
4445
4524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4446
|
-
checksum = "
|
4525
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
4447
4526
|
dependencies = [
|
4448
4527
|
"wit-bindgen-rt",
|
4449
4528
|
]
|
@@ -4470,7 +4549,7 @@ dependencies = [
|
|
4470
4549
|
"log",
|
4471
4550
|
"proc-macro2",
|
4472
4551
|
"quote",
|
4473
|
-
"syn
|
4552
|
+
"syn",
|
4474
4553
|
"wasm-bindgen-shared",
|
4475
4554
|
]
|
4476
4555
|
|
@@ -4505,7 +4584,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
4505
4584
|
dependencies = [
|
4506
4585
|
"proc-macro2",
|
4507
4586
|
"quote",
|
4508
|
-
"syn
|
4587
|
+
"syn",
|
4509
4588
|
"wasm-bindgen-backend",
|
4510
4589
|
"wasm-bindgen-shared",
|
4511
4590
|
]
|
@@ -4575,18 +4654,44 @@ dependencies = [
|
|
4575
4654
|
|
4576
4655
|
[[package]]
|
4577
4656
|
name = "windows-core"
|
4578
|
-
version = "0.
|
4657
|
+
version = "0.61.0"
|
4579
4658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4580
|
-
checksum = "
|
4659
|
+
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
|
4581
4660
|
dependencies = [
|
4582
|
-
"windows-
|
4661
|
+
"windows-implement",
|
4662
|
+
"windows-interface",
|
4663
|
+
"windows-link",
|
4664
|
+
"windows-result",
|
4665
|
+
"windows-strings 0.4.0",
|
4666
|
+
]
|
4667
|
+
|
4668
|
+
[[package]]
|
4669
|
+
name = "windows-implement"
|
4670
|
+
version = "0.60.0"
|
4671
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4672
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
4673
|
+
dependencies = [
|
4674
|
+
"proc-macro2",
|
4675
|
+
"quote",
|
4676
|
+
"syn",
|
4677
|
+
]
|
4678
|
+
|
4679
|
+
[[package]]
|
4680
|
+
name = "windows-interface"
|
4681
|
+
version = "0.59.1"
|
4682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4683
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
4684
|
+
dependencies = [
|
4685
|
+
"proc-macro2",
|
4686
|
+
"quote",
|
4687
|
+
"syn",
|
4583
4688
|
]
|
4584
4689
|
|
4585
4690
|
[[package]]
|
4586
4691
|
name = "windows-link"
|
4587
|
-
version = "0.1.
|
4692
|
+
version = "0.1.1"
|
4588
4693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4589
|
-
checksum = "
|
4694
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
4590
4695
|
|
4591
4696
|
[[package]]
|
4592
4697
|
name = "windows-registry"
|
@@ -4595,15 +4700,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4595
4700
|
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
4596
4701
|
dependencies = [
|
4597
4702
|
"windows-result",
|
4598
|
-
"windows-strings",
|
4703
|
+
"windows-strings 0.3.1",
|
4599
4704
|
"windows-targets 0.53.0",
|
4600
4705
|
]
|
4601
4706
|
|
4602
4707
|
[[package]]
|
4603
4708
|
name = "windows-result"
|
4604
|
-
version = "0.3.
|
4709
|
+
version = "0.3.2"
|
4605
4710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4606
|
-
checksum = "
|
4711
|
+
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
4607
4712
|
dependencies = [
|
4608
4713
|
"windows-link",
|
4609
4714
|
]
|
@@ -4617,6 +4722,15 @@ dependencies = [
|
|
4617
4722
|
"windows-link",
|
4618
4723
|
]
|
4619
4724
|
|
4725
|
+
[[package]]
|
4726
|
+
name = "windows-strings"
|
4727
|
+
version = "0.4.0"
|
4728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4729
|
+
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
|
4730
|
+
dependencies = [
|
4731
|
+
"windows-link",
|
4732
|
+
]
|
4733
|
+
|
4620
4734
|
[[package]]
|
4621
4735
|
name = "windows-sys"
|
4622
4736
|
version = "0.52.0"
|
@@ -4765,11 +4879,11 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
4765
4879
|
|
4766
4880
|
[[package]]
|
4767
4881
|
name = "wit-bindgen-rt"
|
4768
|
-
version = "0.
|
4882
|
+
version = "0.39.0"
|
4769
4883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4770
|
-
checksum = "
|
4884
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
4771
4885
|
dependencies = [
|
4772
|
-
"bitflags
|
4886
|
+
"bitflags",
|
4773
4887
|
]
|
4774
4888
|
|
4775
4889
|
[[package]]
|
@@ -4819,7 +4933,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4819
4933
|
dependencies = [
|
4820
4934
|
"proc-macro2",
|
4821
4935
|
"quote",
|
4822
|
-
"syn
|
4936
|
+
"syn",
|
4823
4937
|
"synstructure",
|
4824
4938
|
]
|
4825
4939
|
|
@@ -4840,11 +4954,11 @@ dependencies = [
|
|
4840
4954
|
|
4841
4955
|
[[package]]
|
4842
4956
|
name = "zerocopy"
|
4843
|
-
version = "0.8.
|
4957
|
+
version = "0.8.25"
|
4844
4958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4845
|
-
checksum = "
|
4959
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
4846
4960
|
dependencies = [
|
4847
|
-
"zerocopy-derive 0.8.
|
4961
|
+
"zerocopy-derive 0.8.25",
|
4848
4962
|
]
|
4849
4963
|
|
4850
4964
|
[[package]]
|
@@ -4855,18 +4969,18 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4855
4969
|
dependencies = [
|
4856
4970
|
"proc-macro2",
|
4857
4971
|
"quote",
|
4858
|
-
"syn
|
4972
|
+
"syn",
|
4859
4973
|
]
|
4860
4974
|
|
4861
4975
|
[[package]]
|
4862
4976
|
name = "zerocopy-derive"
|
4863
|
-
version = "0.8.
|
4977
|
+
version = "0.8.25"
|
4864
4978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4865
|
-
checksum = "
|
4979
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
4866
4980
|
dependencies = [
|
4867
4981
|
"proc-macro2",
|
4868
4982
|
"quote",
|
4869
|
-
"syn
|
4983
|
+
"syn",
|
4870
4984
|
]
|
4871
4985
|
|
4872
4986
|
[[package]]
|
@@ -4886,7 +5000,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
4886
5000
|
dependencies = [
|
4887
5001
|
"proc-macro2",
|
4888
5002
|
"quote",
|
4889
|
-
"syn
|
5003
|
+
"syn",
|
4890
5004
|
"synstructure",
|
4891
5005
|
]
|
4892
5006
|
|
@@ -4915,9 +5029,15 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4915
5029
|
dependencies = [
|
4916
5030
|
"proc-macro2",
|
4917
5031
|
"quote",
|
4918
|
-
"syn
|
5032
|
+
"syn",
|
4919
5033
|
]
|
4920
5034
|
|
5035
|
+
[[package]]
|
5036
|
+
name = "zlib-rs"
|
5037
|
+
version = "0.5.0"
|
5038
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5039
|
+
checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
|
5040
|
+
|
4921
5041
|
[[package]]
|
4922
5042
|
name = "zstd"
|
4923
5043
|
version = "0.13.3"
|
@@ -4929,18 +5049,18 @@ dependencies = [
|
|
4929
5049
|
|
4930
5050
|
[[package]]
|
4931
5051
|
name = "zstd-safe"
|
4932
|
-
version = "7.2.
|
5052
|
+
version = "7.2.4"
|
4933
5053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4934
|
-
checksum = "
|
5054
|
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
4935
5055
|
dependencies = [
|
4936
5056
|
"zstd-sys",
|
4937
5057
|
]
|
4938
5058
|
|
4939
5059
|
[[package]]
|
4940
5060
|
name = "zstd-sys"
|
4941
|
-
version = "2.0.
|
5061
|
+
version = "2.0.15+zstd.1.5.7"
|
4942
5062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4943
|
-
checksum = "
|
5063
|
+
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
4944
5064
|
dependencies = [
|
4945
5065
|
"cc",
|
4946
5066
|
"pkg-config",
|