deltalake-rb 0.1.7 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Cargo.lock +636 -547
- data/ext/deltalake/Cargo.toml +15 -7
- data/ext/deltalake/src/error.rs +9 -35
- data/ext/deltalake/src/lib.rs +176 -139
- data/ext/deltalake/src/schema.rs +47 -7
- data/ext/deltalake/src/utils.rs +2 -3
- data/lib/deltalake/table.rb +11 -3
- data/lib/deltalake/version.rb +1 -1
- metadata +3 -3
data/Cargo.lock
CHANGED
@@ -13,22 +13,22 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "adler2"
|
16
|
-
version = "2.0.
|
16
|
+
version = "2.0.1"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "ahash"
|
22
|
-
version = "0.8.
|
22
|
+
version = "0.8.12"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
25
25
|
dependencies = [
|
26
26
|
"cfg-if",
|
27
27
|
"const-random",
|
28
|
-
"getrandom 0.
|
28
|
+
"getrandom 0.3.3",
|
29
29
|
"once_cell",
|
30
30
|
"version_check",
|
31
|
-
"zerocopy
|
31
|
+
"zerocopy",
|
32
32
|
]
|
33
33
|
|
34
34
|
[[package]]
|
@@ -96,9 +96,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
96
96
|
|
97
97
|
[[package]]
|
98
98
|
name = "arrow"
|
99
|
-
version = "55.
|
99
|
+
version = "55.2.0"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "f3f15b4c6b148206ff3a2b35002e08929c2462467b62b9c02036d9c34f9ef994"
|
102
102
|
dependencies = [
|
103
103
|
"arrow-arith",
|
104
104
|
"arrow-array",
|
@@ -117,9 +117,9 @@ dependencies = [
|
|
117
117
|
|
118
118
|
[[package]]
|
119
119
|
name = "arrow-arith"
|
120
|
-
version = "55.
|
120
|
+
version = "55.2.0"
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
-
checksum = "
|
122
|
+
checksum = "30feb679425110209ae35c3fbf82404a39a4c0436bb3ec36164d8bffed2a4ce4"
|
123
123
|
dependencies = [
|
124
124
|
"arrow-array",
|
125
125
|
"arrow-buffer",
|
@@ -131,9 +131,9 @@ dependencies = [
|
|
131
131
|
|
132
132
|
[[package]]
|
133
133
|
name = "arrow-array"
|
134
|
-
version = "55.
|
134
|
+
version = "55.2.0"
|
135
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
136
|
+
checksum = "70732f04d285d49054a48b72c54f791bb3424abae92d27aafdf776c98af161c8"
|
137
137
|
dependencies = [
|
138
138
|
"ahash",
|
139
139
|
"arrow-buffer",
|
@@ -142,15 +142,15 @@ dependencies = [
|
|
142
142
|
"chrono",
|
143
143
|
"chrono-tz",
|
144
144
|
"half",
|
145
|
-
"hashbrown 0.15.
|
145
|
+
"hashbrown 0.15.4",
|
146
146
|
"num",
|
147
147
|
]
|
148
148
|
|
149
149
|
[[package]]
|
150
150
|
name = "arrow-buffer"
|
151
|
-
version = "55.
|
151
|
+
version = "55.2.0"
|
152
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
-
checksum = "
|
153
|
+
checksum = "169b1d5d6cb390dd92ce582b06b23815c7953e9dfaaea75556e89d890d19993d"
|
154
154
|
dependencies = [
|
155
155
|
"bytes",
|
156
156
|
"half",
|
@@ -159,9 +159,9 @@ dependencies = [
|
|
159
159
|
|
160
160
|
[[package]]
|
161
161
|
name = "arrow-cast"
|
162
|
-
version = "55.
|
162
|
+
version = "55.2.0"
|
163
163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
164
|
+
checksum = "e4f12eccc3e1c05a766cafb31f6a60a46c2f8efec9b74c6e0648766d30686af8"
|
165
165
|
dependencies = [
|
166
166
|
"arrow-array",
|
167
167
|
"arrow-buffer",
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
180
180
|
|
181
181
|
[[package]]
|
182
182
|
name = "arrow-csv"
|
183
|
-
version = "55.
|
183
|
+
version = "55.2.0"
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
185
|
-
checksum = "
|
185
|
+
checksum = "012c9fef3f4a11573b2c74aec53712ff9fdae4a95f4ce452d1bbf088ee00f06b"
|
186
186
|
dependencies = [
|
187
187
|
"arrow-array",
|
188
188
|
"arrow-cast",
|
@@ -190,15 +190,14 @@ dependencies = [
|
|
190
190
|
"chrono",
|
191
191
|
"csv",
|
192
192
|
"csv-core",
|
193
|
-
"lazy_static",
|
194
193
|
"regex",
|
195
194
|
]
|
196
195
|
|
197
196
|
[[package]]
|
198
197
|
name = "arrow-data"
|
199
|
-
version = "55.
|
198
|
+
version = "55.2.0"
|
200
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
-
checksum = "
|
200
|
+
checksum = "8de1ce212d803199684b658fc4ba55fb2d7e87b213de5af415308d2fee3619c2"
|
202
201
|
dependencies = [
|
203
202
|
"arrow-buffer",
|
204
203
|
"arrow-schema",
|
@@ -208,9 +207,9 @@ dependencies = [
|
|
208
207
|
|
209
208
|
[[package]]
|
210
209
|
name = "arrow-ipc"
|
211
|
-
version = "55.
|
210
|
+
version = "55.2.0"
|
212
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "
|
212
|
+
checksum = "d9ea5967e8b2af39aff5d9de2197df16e305f47f404781d3230b2dc672da5d92"
|
214
213
|
dependencies = [
|
215
214
|
"arrow-array",
|
216
215
|
"arrow-buffer",
|
@@ -218,13 +217,14 @@ dependencies = [
|
|
218
217
|
"arrow-schema",
|
219
218
|
"flatbuffers",
|
220
219
|
"lz4_flex",
|
220
|
+
"zstd",
|
221
221
|
]
|
222
222
|
|
223
223
|
[[package]]
|
224
224
|
name = "arrow-json"
|
225
|
-
version = "55.
|
225
|
+
version = "55.2.0"
|
226
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
227
|
+
checksum = "5709d974c4ea5be96d900c01576c7c0b99705f4a3eec343648cb1ca863988a9c"
|
228
228
|
dependencies = [
|
229
229
|
"arrow-array",
|
230
230
|
"arrow-buffer",
|
@@ -244,9 +244,9 @@ dependencies = [
|
|
244
244
|
|
245
245
|
[[package]]
|
246
246
|
name = "arrow-ord"
|
247
|
-
version = "55.
|
247
|
+
version = "55.2.0"
|
248
248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
-
checksum = "
|
249
|
+
checksum = "6506e3a059e3be23023f587f79c82ef0bcf6d293587e3272d20f2d30b969b5a7"
|
250
250
|
dependencies = [
|
251
251
|
"arrow-array",
|
252
252
|
"arrow-buffer",
|
@@ -257,9 +257,9 @@ dependencies = [
|
|
257
257
|
|
258
258
|
[[package]]
|
259
259
|
name = "arrow-row"
|
260
|
-
version = "55.
|
260
|
+
version = "55.2.0"
|
261
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
262
|
-
checksum = "
|
262
|
+
checksum = "52bf7393166beaf79b4bed9bfdf19e97472af32ce5b6b48169d321518a08cae2"
|
263
263
|
dependencies = [
|
264
264
|
"arrow-array",
|
265
265
|
"arrow-buffer",
|
@@ -270,19 +270,20 @@ dependencies = [
|
|
270
270
|
|
271
271
|
[[package]]
|
272
272
|
name = "arrow-schema"
|
273
|
-
version = "55.
|
273
|
+
version = "55.2.0"
|
274
274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
-
checksum = "
|
275
|
+
checksum = "af7686986a3bf2254c9fb130c623cdcb2f8e1f15763e7c71c310f0834da3d292"
|
276
276
|
dependencies = [
|
277
277
|
"bitflags",
|
278
278
|
"serde",
|
279
|
+
"serde_json",
|
279
280
|
]
|
280
281
|
|
281
282
|
[[package]]
|
282
283
|
name = "arrow-select"
|
283
|
-
version = "55.
|
284
|
+
version = "55.2.0"
|
284
285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
285
|
-
checksum = "
|
286
|
+
checksum = "dd2b45757d6a2373faa3352d02ff5b54b098f5e21dccebc45a21806bc34501e5"
|
286
287
|
dependencies = [
|
287
288
|
"ahash",
|
288
289
|
"arrow-array",
|
@@ -294,9 +295,9 @@ dependencies = [
|
|
294
295
|
|
295
296
|
[[package]]
|
296
297
|
name = "arrow-string"
|
297
|
-
version = "55.
|
298
|
+
version = "55.2.0"
|
298
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
-
checksum = "
|
300
|
+
checksum = "0377d532850babb4d927a06294314b316e23311503ed580ec6ce6a0158f49d40"
|
300
301
|
dependencies = [
|
301
302
|
"arrow-array",
|
302
303
|
"arrow-buffer",
|
@@ -315,7 +316,7 @@ version = "0.4.19"
|
|
315
316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
316
317
|
checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c"
|
317
318
|
dependencies = [
|
318
|
-
"bzip2",
|
319
|
+
"bzip2 0.5.2",
|
319
320
|
"flate2",
|
320
321
|
"futures-core",
|
321
322
|
"memchr",
|
@@ -354,15 +355,15 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
354
355
|
|
355
356
|
[[package]]
|
356
357
|
name = "autocfg"
|
357
|
-
version = "1.
|
358
|
+
version = "1.5.0"
|
358
359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
359
|
-
checksum = "
|
360
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
360
361
|
|
361
362
|
[[package]]
|
362
363
|
name = "aws-config"
|
363
|
-
version = "1.6.
|
364
|
+
version = "1.6.3"
|
364
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
365
|
-
checksum = "
|
366
|
+
checksum = "02a18fd934af6ae7ca52410d4548b98eb895aab0f1ea417d168d85db1434a141"
|
366
367
|
dependencies = [
|
367
368
|
"aws-credential-types",
|
368
369
|
"aws-runtime",
|
@@ -402,9 +403,9 @@ dependencies = [
|
|
402
403
|
|
403
404
|
[[package]]
|
404
405
|
name = "aws-lc-rs"
|
405
|
-
version = "1.13.
|
406
|
+
version = "1.13.2"
|
406
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
407
|
-
checksum = "
|
408
|
+
checksum = "08b5d4e069cbc868041a64bd68dc8cb39a0d79585cd6c5a24caa8c2d622121be"
|
408
409
|
dependencies = [
|
409
410
|
"aws-lc-sys",
|
410
411
|
"zeroize",
|
@@ -412,9 +413,9 @@ dependencies = [
|
|
412
413
|
|
413
414
|
[[package]]
|
414
415
|
name = "aws-lc-sys"
|
415
|
-
version = "0.
|
416
|
+
version = "0.30.0"
|
416
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
417
|
-
checksum = "
|
418
|
+
checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
|
418
419
|
dependencies = [
|
419
420
|
"bindgen",
|
420
421
|
"cc",
|
@@ -425,9 +426,9 @@ dependencies = [
|
|
425
426
|
|
426
427
|
[[package]]
|
427
428
|
name = "aws-runtime"
|
428
|
-
version = "1.5.
|
429
|
+
version = "1.5.8"
|
429
430
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
430
|
-
checksum = "
|
431
|
+
checksum = "4f6c68419d8ba16d9a7463671593c54f81ba58cab466e9b759418da606dcc2e2"
|
431
432
|
dependencies = [
|
432
433
|
"aws-credential-types",
|
433
434
|
"aws-sigv4",
|
@@ -449,9 +450,9 @@ dependencies = [
|
|
449
450
|
|
450
451
|
[[package]]
|
451
452
|
name = "aws-sdk-dynamodb"
|
452
|
-
version = "1.
|
453
|
+
version = "1.79.0"
|
453
454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454
|
-
checksum = "
|
455
|
+
checksum = "c3e30c5374787c7ec96b290e39a1b565c9508fee443dabcabf903ff157598fab"
|
455
456
|
dependencies = [
|
456
457
|
"aws-credential-types",
|
457
458
|
"aws-runtime",
|
@@ -465,16 +466,15 @@ dependencies = [
|
|
465
466
|
"bytes",
|
466
467
|
"fastrand",
|
467
468
|
"http 0.2.12",
|
468
|
-
"once_cell",
|
469
469
|
"regex-lite",
|
470
470
|
"tracing",
|
471
471
|
]
|
472
472
|
|
473
473
|
[[package]]
|
474
474
|
name = "aws-sdk-sso"
|
475
|
-
version = "1.
|
475
|
+
version = "1.72.0"
|
476
476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
477
|
-
checksum = "
|
477
|
+
checksum = "13118ad30741222f67b1a18e5071385863914da05124652b38e172d6d3d9ce31"
|
478
478
|
dependencies = [
|
479
479
|
"aws-credential-types",
|
480
480
|
"aws-runtime",
|
@@ -488,16 +488,15 @@ dependencies = [
|
|
488
488
|
"bytes",
|
489
489
|
"fastrand",
|
490
490
|
"http 0.2.12",
|
491
|
-
"once_cell",
|
492
491
|
"regex-lite",
|
493
492
|
"tracing",
|
494
493
|
]
|
495
494
|
|
496
495
|
[[package]]
|
497
496
|
name = "aws-sdk-ssooidc"
|
498
|
-
version = "1.
|
497
|
+
version = "1.73.0"
|
499
498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
500
|
-
checksum = "
|
499
|
+
checksum = "f879a8572b4683a8f84f781695bebf2f25cf11a81a2693c31fc0e0215c2c1726"
|
501
500
|
dependencies = [
|
502
501
|
"aws-credential-types",
|
503
502
|
"aws-runtime",
|
@@ -511,16 +510,15 @@ dependencies = [
|
|
511
510
|
"bytes",
|
512
511
|
"fastrand",
|
513
512
|
"http 0.2.12",
|
514
|
-
"once_cell",
|
515
513
|
"regex-lite",
|
516
514
|
"tracing",
|
517
515
|
]
|
518
516
|
|
519
517
|
[[package]]
|
520
518
|
name = "aws-sdk-sts"
|
521
|
-
version = "1.
|
519
|
+
version = "1.73.0"
|
522
520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
523
|
-
checksum = "
|
521
|
+
checksum = "f1e9c3c24e36183e2f698235ed38dcfbbdff1d09b9232dc866c4be3011e0b47e"
|
524
522
|
dependencies = [
|
525
523
|
"aws-credential-types",
|
526
524
|
"aws-runtime",
|
@@ -535,16 +533,15 @@ dependencies = [
|
|
535
533
|
"aws-types",
|
536
534
|
"fastrand",
|
537
535
|
"http 0.2.12",
|
538
|
-
"once_cell",
|
539
536
|
"regex-lite",
|
540
537
|
"tracing",
|
541
538
|
]
|
542
539
|
|
543
540
|
[[package]]
|
544
541
|
name = "aws-sigv4"
|
545
|
-
version = "1.3.
|
542
|
+
version = "1.3.3"
|
546
543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
547
|
-
checksum = "
|
544
|
+
checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666"
|
548
545
|
dependencies = [
|
549
546
|
"aws-credential-types",
|
550
547
|
"aws-smithy-http",
|
@@ -595,25 +592,26 @@ dependencies = [
|
|
595
592
|
|
596
593
|
[[package]]
|
597
594
|
name = "aws-smithy-http-client"
|
598
|
-
version = "1.0.
|
595
|
+
version = "1.0.6"
|
599
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600
|
-
checksum = "
|
597
|
+
checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0"
|
601
598
|
dependencies = [
|
602
599
|
"aws-smithy-async",
|
603
600
|
"aws-smithy-runtime-api",
|
604
601
|
"aws-smithy-types",
|
605
|
-
"h2 0.
|
602
|
+
"h2 0.3.27",
|
603
|
+
"h2 0.4.11",
|
606
604
|
"http 0.2.12",
|
607
605
|
"http 1.3.1",
|
608
606
|
"http-body 0.4.6",
|
609
607
|
"hyper 0.14.32",
|
610
608
|
"hyper 1.6.0",
|
611
609
|
"hyper-rustls 0.24.2",
|
612
|
-
"hyper-rustls 0.27.
|
610
|
+
"hyper-rustls 0.27.7",
|
613
611
|
"hyper-util",
|
614
612
|
"pin-project-lite",
|
615
613
|
"rustls 0.21.12",
|
616
|
-
"rustls 0.23.
|
614
|
+
"rustls 0.23.29",
|
617
615
|
"rustls-native-certs 0.8.1",
|
618
616
|
"rustls-pki-types",
|
619
617
|
"tokio",
|
@@ -623,9 +621,9 @@ dependencies = [
|
|
623
621
|
|
624
622
|
[[package]]
|
625
623
|
name = "aws-smithy-json"
|
626
|
-
version = "0.61.
|
624
|
+
version = "0.61.4"
|
627
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
628
|
-
checksum = "
|
626
|
+
checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9"
|
629
627
|
dependencies = [
|
630
628
|
"aws-smithy-types",
|
631
629
|
]
|
@@ -651,9 +649,9 @@ dependencies = [
|
|
651
649
|
|
652
650
|
[[package]]
|
653
651
|
name = "aws-smithy-runtime"
|
654
|
-
version = "1.8.
|
652
|
+
version = "1.8.4"
|
655
653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656
|
-
checksum = "
|
654
|
+
checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c"
|
657
655
|
dependencies = [
|
658
656
|
"aws-smithy-async",
|
659
657
|
"aws-smithy-http",
|
@@ -675,9 +673,9 @@ dependencies = [
|
|
675
673
|
|
676
674
|
[[package]]
|
677
675
|
name = "aws-smithy-runtime-api"
|
678
|
-
version = "1.8.
|
676
|
+
version = "1.8.3"
|
679
677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
680
|
-
checksum = "
|
678
|
+
checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67"
|
681
679
|
dependencies = [
|
682
680
|
"aws-smithy-async",
|
683
681
|
"aws-smithy-types",
|
@@ -692,9 +690,9 @@ dependencies = [
|
|
692
690
|
|
693
691
|
[[package]]
|
694
692
|
name = "aws-smithy-types"
|
695
|
-
version = "1.3.
|
693
|
+
version = "1.3.2"
|
696
694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
697
|
-
checksum = "
|
695
|
+
checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8"
|
698
696
|
dependencies = [
|
699
697
|
"base64-simd",
|
700
698
|
"bytes",
|
@@ -718,9 +716,9 @@ dependencies = [
|
|
718
716
|
|
719
717
|
[[package]]
|
720
718
|
name = "aws-smithy-xml"
|
721
|
-
version = "0.60.
|
719
|
+
version = "0.60.10"
|
722
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
723
|
-
checksum = "
|
721
|
+
checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728"
|
724
722
|
dependencies = [
|
725
723
|
"xmlparser",
|
726
724
|
]
|
@@ -741,9 +739,9 @@ dependencies = [
|
|
741
739
|
|
742
740
|
[[package]]
|
743
741
|
name = "backon"
|
744
|
-
version = "1.5.
|
742
|
+
version = "1.5.1"
|
745
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
746
|
-
checksum = "
|
744
|
+
checksum = "302eaff5357a264a2c42f127ecb8bac761cf99749fc3dc95677e2743991f99e7"
|
747
745
|
dependencies = [
|
748
746
|
"fastrand",
|
749
747
|
"tokio",
|
@@ -751,9 +749,9 @@ dependencies = [
|
|
751
749
|
|
752
750
|
[[package]]
|
753
751
|
name = "backtrace"
|
754
|
-
version = "0.3.
|
752
|
+
version = "0.3.75"
|
755
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
756
|
-
checksum = "
|
754
|
+
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
757
755
|
dependencies = [
|
758
756
|
"addr2line",
|
759
757
|
"cfg-if",
|
@@ -824,9 +822,9 @@ dependencies = [
|
|
824
822
|
|
825
823
|
[[package]]
|
826
824
|
name = "bitflags"
|
827
|
-
version = "2.9.
|
825
|
+
version = "2.9.1"
|
828
826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
829
|
-
checksum = "
|
827
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
830
828
|
|
831
829
|
[[package]]
|
832
830
|
name = "blake2"
|
@@ -861,9 +859,9 @@ dependencies = [
|
|
861
859
|
|
862
860
|
[[package]]
|
863
861
|
name = "brotli"
|
864
|
-
version = "
|
862
|
+
version = "8.0.1"
|
865
863
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
866
|
-
checksum = "
|
864
|
+
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
867
865
|
dependencies = [
|
868
866
|
"alloc-no-stdlib",
|
869
867
|
"alloc-stdlib",
|
@@ -872,9 +870,9 @@ dependencies = [
|
|
872
870
|
|
873
871
|
[[package]]
|
874
872
|
name = "brotli-decompressor"
|
875
|
-
version = "
|
873
|
+
version = "5.0.0"
|
876
874
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
877
|
-
checksum = "
|
875
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
878
876
|
dependencies = [
|
879
877
|
"alloc-no-stdlib",
|
880
878
|
"alloc-stdlib",
|
@@ -882,15 +880,15 @@ dependencies = [
|
|
882
880
|
|
883
881
|
[[package]]
|
884
882
|
name = "bumpalo"
|
885
|
-
version = "3.
|
883
|
+
version = "3.19.0"
|
886
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887
|
-
checksum = "
|
885
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
888
886
|
|
889
887
|
[[package]]
|
890
888
|
name = "bytemuck"
|
891
|
-
version = "1.23.
|
889
|
+
version = "1.23.1"
|
892
890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
-
checksum = "
|
891
|
+
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
|
894
892
|
|
895
893
|
[[package]]
|
896
894
|
name = "byteorder"
|
@@ -923,6 +921,15 @@ dependencies = [
|
|
923
921
|
"bzip2-sys",
|
924
922
|
]
|
925
923
|
|
924
|
+
[[package]]
|
925
|
+
name = "bzip2"
|
926
|
+
version = "0.6.0"
|
927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
928
|
+
checksum = "bea8dcd42434048e4f7a304411d9273a411f647446c1234a65ce0554923f4cff"
|
929
|
+
dependencies = [
|
930
|
+
"libbz2-rs-sys",
|
931
|
+
]
|
932
|
+
|
926
933
|
[[package]]
|
927
934
|
name = "bzip2-sys"
|
928
935
|
version = "0.1.13+1.0.8"
|
@@ -935,9 +942,9 @@ dependencies = [
|
|
935
942
|
|
936
943
|
[[package]]
|
937
944
|
name = "cc"
|
938
|
-
version = "1.2.
|
945
|
+
version = "1.2.29"
|
939
946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
940
|
-
checksum = "
|
947
|
+
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
|
941
948
|
dependencies = [
|
942
949
|
"jobserver",
|
943
950
|
"libc",
|
@@ -955,9 +962,9 @@ dependencies = [
|
|
955
962
|
|
956
963
|
[[package]]
|
957
964
|
name = "cfg-if"
|
958
|
-
version = "1.0.
|
965
|
+
version = "1.0.1"
|
959
966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
960
|
-
checksum = "
|
967
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
961
968
|
|
962
969
|
[[package]]
|
963
970
|
name = "cfg_aliases"
|
@@ -982,25 +989,14 @@ dependencies = [
|
|
982
989
|
|
983
990
|
[[package]]
|
984
991
|
name = "chrono-tz"
|
985
|
-
version = "0.10.
|
992
|
+
version = "0.10.4"
|
986
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
987
|
-
checksum = "
|
994
|
+
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
|
988
995
|
dependencies = [
|
989
996
|
"chrono",
|
990
|
-
"chrono-tz-build",
|
991
997
|
"phf",
|
992
998
|
]
|
993
999
|
|
994
|
-
[[package]]
|
995
|
-
name = "chrono-tz-build"
|
996
|
-
version = "0.4.1"
|
997
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
|
-
checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
|
999
|
-
dependencies = [
|
1000
|
-
"parse-zoneinfo",
|
1001
|
-
"phf_codegen",
|
1002
|
-
]
|
1003
|
-
|
1004
1000
|
[[package]]
|
1005
1001
|
name = "clang-sys"
|
1006
1002
|
version = "1.8.1"
|
@@ -1078,9 +1074,9 @@ dependencies = [
|
|
1078
1074
|
|
1079
1075
|
[[package]]
|
1080
1076
|
name = "core-foundation"
|
1081
|
-
version = "0.10.
|
1077
|
+
version = "0.10.1"
|
1082
1078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1083
|
-
checksum = "
|
1079
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
1084
1080
|
dependencies = [
|
1085
1081
|
"core-foundation-sys",
|
1086
1082
|
"libc",
|
@@ -1118,9 +1114,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
1118
1114
|
|
1119
1115
|
[[package]]
|
1120
1116
|
name = "crunchy"
|
1121
|
-
version = "0.2.
|
1117
|
+
version = "0.2.4"
|
1122
1118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1123
|
-
checksum = "
|
1119
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
1124
1120
|
|
1125
1121
|
[[package]]
|
1126
1122
|
name = "crypto-common"
|
@@ -1153,6 +1149,41 @@ dependencies = [
|
|
1153
1149
|
"memchr",
|
1154
1150
|
]
|
1155
1151
|
|
1152
|
+
[[package]]
|
1153
|
+
name = "darling"
|
1154
|
+
version = "0.20.11"
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
1157
|
+
dependencies = [
|
1158
|
+
"darling_core",
|
1159
|
+
"darling_macro",
|
1160
|
+
]
|
1161
|
+
|
1162
|
+
[[package]]
|
1163
|
+
name = "darling_core"
|
1164
|
+
version = "0.20.11"
|
1165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1166
|
+
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
1167
|
+
dependencies = [
|
1168
|
+
"fnv",
|
1169
|
+
"ident_case",
|
1170
|
+
"proc-macro2",
|
1171
|
+
"quote",
|
1172
|
+
"strsim",
|
1173
|
+
"syn",
|
1174
|
+
]
|
1175
|
+
|
1176
|
+
[[package]]
|
1177
|
+
name = "darling_macro"
|
1178
|
+
version = "0.20.11"
|
1179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180
|
+
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
1181
|
+
dependencies = [
|
1182
|
+
"darling_core",
|
1183
|
+
"quote",
|
1184
|
+
"syn",
|
1185
|
+
]
|
1186
|
+
|
1156
1187
|
[[package]]
|
1157
1188
|
name = "dashmap"
|
1158
1189
|
version = "6.1.0"
|
@@ -1169,16 +1200,16 @@ dependencies = [
|
|
1169
1200
|
|
1170
1201
|
[[package]]
|
1171
1202
|
name = "datafusion"
|
1172
|
-
version = "
|
1203
|
+
version = "49.0.2"
|
1173
1204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174
|
-
checksum = "
|
1205
|
+
checksum = "69dfeda1633bf8ec75b068d9f6c27cdc392ffcf5ff83128d5dbab65b73c1fd02"
|
1175
1206
|
dependencies = [
|
1176
1207
|
"arrow",
|
1177
1208
|
"arrow-ipc",
|
1178
1209
|
"arrow-schema",
|
1179
1210
|
"async-trait",
|
1180
1211
|
"bytes",
|
1181
|
-
"bzip2",
|
1212
|
+
"bzip2 0.6.0",
|
1182
1213
|
"chrono",
|
1183
1214
|
"datafusion-catalog",
|
1184
1215
|
"datafusion-catalog-listing",
|
@@ -1196,7 +1227,6 @@ dependencies = [
|
|
1196
1227
|
"datafusion-functions-nested",
|
1197
1228
|
"datafusion-functions-table",
|
1198
1229
|
"datafusion-functions-window",
|
1199
|
-
"datafusion-macros",
|
1200
1230
|
"datafusion-optimizer",
|
1201
1231
|
"datafusion-physical-expr",
|
1202
1232
|
"datafusion-physical-expr-common",
|
@@ -1206,12 +1236,13 @@ dependencies = [
|
|
1206
1236
|
"datafusion-sql",
|
1207
1237
|
"flate2",
|
1208
1238
|
"futures",
|
1239
|
+
"hex",
|
1209
1240
|
"itertools 0.14.0",
|
1210
1241
|
"log",
|
1211
1242
|
"object_store",
|
1212
1243
|
"parking_lot",
|
1213
1244
|
"parquet",
|
1214
|
-
"rand 0.
|
1245
|
+
"rand 0.9.1",
|
1215
1246
|
"regex",
|
1216
1247
|
"sqlparser 0.55.0",
|
1217
1248
|
"tempfile",
|
@@ -1224,9 +1255,9 @@ dependencies = [
|
|
1224
1255
|
|
1225
1256
|
[[package]]
|
1226
1257
|
name = "datafusion-catalog"
|
1227
|
-
version = "
|
1258
|
+
version = "49.0.2"
|
1228
1259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1229
|
-
checksum = "
|
1260
|
+
checksum = "2848fd1e85e2953116dab9cc2eb109214b0888d7bbd2230e30c07f1794f642c0"
|
1230
1261
|
dependencies = [
|
1231
1262
|
"arrow",
|
1232
1263
|
"async-trait",
|
@@ -1250,9 +1281,9 @@ dependencies = [
|
|
1250
1281
|
|
1251
1282
|
[[package]]
|
1252
1283
|
name = "datafusion-catalog-listing"
|
1253
|
-
version = "
|
1284
|
+
version = "49.0.2"
|
1254
1285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1255
|
-
checksum = "
|
1286
|
+
checksum = "051a1634628c2d1296d4e326823e7536640d87a118966cdaff069b68821ad53b"
|
1256
1287
|
dependencies = [
|
1257
1288
|
"arrow",
|
1258
1289
|
"async-trait",
|
@@ -1273,16 +1304,18 @@ dependencies = [
|
|
1273
1304
|
|
1274
1305
|
[[package]]
|
1275
1306
|
name = "datafusion-common"
|
1276
|
-
version = "
|
1307
|
+
version = "49.0.2"
|
1277
1308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278
|
-
checksum = "
|
1309
|
+
checksum = "765e4ad4ef7a4500e389a3f1e738791b71ff4c29fd00912c2f541d62b25da096"
|
1279
1310
|
dependencies = [
|
1280
1311
|
"ahash",
|
1281
1312
|
"arrow",
|
1282
1313
|
"arrow-ipc",
|
1283
1314
|
"base64 0.22.1",
|
1315
|
+
"chrono",
|
1284
1316
|
"half",
|
1285
1317
|
"hashbrown 0.14.5",
|
1318
|
+
"hex",
|
1286
1319
|
"indexmap",
|
1287
1320
|
"libc",
|
1288
1321
|
"log",
|
@@ -1297,9 +1330,9 @@ dependencies = [
|
|
1297
1330
|
|
1298
1331
|
[[package]]
|
1299
1332
|
name = "datafusion-common-runtime"
|
1300
|
-
version = "
|
1333
|
+
version = "49.0.2"
|
1301
1334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1302
|
-
checksum = "
|
1335
|
+
checksum = "40a2ae8393051ce25d232a6065c4558ab5a535c9637d5373bacfd464ac88ea12"
|
1303
1336
|
dependencies = [
|
1304
1337
|
"futures",
|
1305
1338
|
"log",
|
@@ -1308,15 +1341,15 @@ dependencies = [
|
|
1308
1341
|
|
1309
1342
|
[[package]]
|
1310
1343
|
name = "datafusion-datasource"
|
1311
|
-
version = "
|
1344
|
+
version = "49.0.2"
|
1312
1345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1313
|
-
checksum = "
|
1346
|
+
checksum = "90cd841a77f378bc1a5c4a1c37345e1885a9203b008203f9f4b3a769729bf330"
|
1314
1347
|
dependencies = [
|
1315
1348
|
"arrow",
|
1316
1349
|
"async-compression",
|
1317
1350
|
"async-trait",
|
1318
1351
|
"bytes",
|
1319
|
-
"bzip2",
|
1352
|
+
"bzip2 0.6.0",
|
1320
1353
|
"chrono",
|
1321
1354
|
"datafusion-common",
|
1322
1355
|
"datafusion-common-runtime",
|
@@ -1333,7 +1366,7 @@ dependencies = [
|
|
1333
1366
|
"log",
|
1334
1367
|
"object_store",
|
1335
1368
|
"parquet",
|
1336
|
-
"rand 0.
|
1369
|
+
"rand 0.9.1",
|
1337
1370
|
"tempfile",
|
1338
1371
|
"tokio",
|
1339
1372
|
"tokio-util",
|
@@ -1344,9 +1377,9 @@ dependencies = [
|
|
1344
1377
|
|
1345
1378
|
[[package]]
|
1346
1379
|
name = "datafusion-datasource-csv"
|
1347
|
-
version = "
|
1380
|
+
version = "49.0.2"
|
1348
1381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1349
|
-
checksum = "
|
1382
|
+
checksum = "77f4a2c64939c6f0dd15b246723a699fa30d59d0133eb36a86e8ff8c6e2a8dc6"
|
1350
1383
|
dependencies = [
|
1351
1384
|
"arrow",
|
1352
1385
|
"async-trait",
|
@@ -1369,9 +1402,9 @@ dependencies = [
|
|
1369
1402
|
|
1370
1403
|
[[package]]
|
1371
1404
|
name = "datafusion-datasource-json"
|
1372
|
-
version = "
|
1405
|
+
version = "49.0.2"
|
1373
1406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1374
|
-
checksum = "
|
1407
|
+
checksum = "11387aaf931b2993ad9273c63ddca33f05aef7d02df9b70fb757429b4b71cdae"
|
1375
1408
|
dependencies = [
|
1376
1409
|
"arrow",
|
1377
1410
|
"async-trait",
|
@@ -1394,9 +1427,9 @@ dependencies = [
|
|
1394
1427
|
|
1395
1428
|
[[package]]
|
1396
1429
|
name = "datafusion-datasource-parquet"
|
1397
|
-
version = "
|
1430
|
+
version = "49.0.2"
|
1398
1431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1399
|
-
checksum = "
|
1432
|
+
checksum = "028f430c5185120bf806347848b8d8acd9823f4038875b3820eeefa35f2bb4a2"
|
1400
1433
|
dependencies = [
|
1401
1434
|
"arrow",
|
1402
1435
|
"async-trait",
|
@@ -1412,28 +1445,30 @@ dependencies = [
|
|
1412
1445
|
"datafusion-physical-expr-common",
|
1413
1446
|
"datafusion-physical-optimizer",
|
1414
1447
|
"datafusion-physical-plan",
|
1448
|
+
"datafusion-pruning",
|
1415
1449
|
"datafusion-session",
|
1416
1450
|
"futures",
|
1451
|
+
"hex",
|
1417
1452
|
"itertools 0.14.0",
|
1418
1453
|
"log",
|
1419
1454
|
"object_store",
|
1420
1455
|
"parking_lot",
|
1421
1456
|
"parquet",
|
1422
|
-
"rand 0.
|
1457
|
+
"rand 0.9.1",
|
1423
1458
|
"tokio",
|
1424
1459
|
]
|
1425
1460
|
|
1426
1461
|
[[package]]
|
1427
1462
|
name = "datafusion-doc"
|
1428
|
-
version = "
|
1463
|
+
version = "49.0.2"
|
1429
1464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
-
checksum = "
|
1465
|
+
checksum = "8ff336d1d755399753a9e4fbab001180e346fc8bfa063a97f1214b82274c00f8"
|
1431
1466
|
|
1432
1467
|
[[package]]
|
1433
1468
|
name = "datafusion-execution"
|
1434
|
-
version = "
|
1469
|
+
version = "49.0.2"
|
1435
1470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1436
|
-
checksum = "
|
1471
|
+
checksum = "042ea192757d1b2d7dcf71643e7ff33f6542c7704f00228d8b85b40003fd8e0f"
|
1437
1472
|
dependencies = [
|
1438
1473
|
"arrow",
|
1439
1474
|
"dashmap",
|
@@ -1443,18 +1478,19 @@ dependencies = [
|
|
1443
1478
|
"log",
|
1444
1479
|
"object_store",
|
1445
1480
|
"parking_lot",
|
1446
|
-
"rand 0.
|
1481
|
+
"rand 0.9.1",
|
1447
1482
|
"tempfile",
|
1448
1483
|
"url",
|
1449
1484
|
]
|
1450
1485
|
|
1451
1486
|
[[package]]
|
1452
1487
|
name = "datafusion-expr"
|
1453
|
-
version = "
|
1488
|
+
version = "49.0.2"
|
1454
1489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1455
|
-
checksum = "
|
1490
|
+
checksum = "025222545d6d7fab71e2ae2b356526a1df67a2872222cbae7535e557a42abd2e"
|
1456
1491
|
dependencies = [
|
1457
1492
|
"arrow",
|
1493
|
+
"async-trait",
|
1458
1494
|
"chrono",
|
1459
1495
|
"datafusion-common",
|
1460
1496
|
"datafusion-doc",
|
@@ -1471,9 +1507,9 @@ dependencies = [
|
|
1471
1507
|
|
1472
1508
|
[[package]]
|
1473
1509
|
name = "datafusion-expr-common"
|
1474
|
-
version = "
|
1510
|
+
version = "49.0.2"
|
1475
1511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1476
|
-
checksum = "
|
1512
|
+
checksum = "9d5c267104849d5fa6d81cf5ba88f35ecd58727729c5eb84066c25227b644ae2"
|
1477
1513
|
dependencies = [
|
1478
1514
|
"arrow",
|
1479
1515
|
"datafusion-common",
|
@@ -1484,9 +1520,9 @@ dependencies = [
|
|
1484
1520
|
|
1485
1521
|
[[package]]
|
1486
1522
|
name = "datafusion-functions"
|
1487
|
-
version = "
|
1523
|
+
version = "49.0.2"
|
1488
1524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1489
|
-
checksum = "
|
1525
|
+
checksum = "c620d105aa208fcee45c588765483314eb415f5571cfd6c1bae3a59c5b4d15bb"
|
1490
1526
|
dependencies = [
|
1491
1527
|
"arrow",
|
1492
1528
|
"arrow-buffer",
|
@@ -1504,7 +1540,7 @@ dependencies = [
|
|
1504
1540
|
"itertools 0.14.0",
|
1505
1541
|
"log",
|
1506
1542
|
"md-5",
|
1507
|
-
"rand 0.
|
1543
|
+
"rand 0.9.1",
|
1508
1544
|
"regex",
|
1509
1545
|
"sha2",
|
1510
1546
|
"unicode-segmentation",
|
@@ -1513,9 +1549,9 @@ dependencies = [
|
|
1513
1549
|
|
1514
1550
|
[[package]]
|
1515
1551
|
name = "datafusion-functions-aggregate"
|
1516
|
-
version = "
|
1552
|
+
version = "49.0.2"
|
1517
1553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518
|
-
checksum = "
|
1554
|
+
checksum = "35f61d5198a35ed368bf3aacac74f0d0fa33de7a7cb0c57e9f68ab1346d2f952"
|
1519
1555
|
dependencies = [
|
1520
1556
|
"ahash",
|
1521
1557
|
"arrow",
|
@@ -1534,9 +1570,9 @@ dependencies = [
|
|
1534
1570
|
|
1535
1571
|
[[package]]
|
1536
1572
|
name = "datafusion-functions-aggregate-common"
|
1537
|
-
version = "
|
1573
|
+
version = "49.0.2"
|
1538
1574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1539
|
-
checksum = "
|
1575
|
+
checksum = "13efdb17362be39b5024f6da0d977ffe49c0212929ec36eec550e07e2bc7812f"
|
1540
1576
|
dependencies = [
|
1541
1577
|
"ahash",
|
1542
1578
|
"arrow",
|
@@ -1547,9 +1583,9 @@ dependencies = [
|
|
1547
1583
|
|
1548
1584
|
[[package]]
|
1549
1585
|
name = "datafusion-functions-nested"
|
1550
|
-
version = "
|
1586
|
+
version = "49.0.2"
|
1551
1587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1552
|
-
checksum = "
|
1588
|
+
checksum = "9187678af567d7c9e004b72a0b6dc5b0a00ebf4901cb3511ed2db4effe092e66"
|
1553
1589
|
dependencies = [
|
1554
1590
|
"arrow",
|
1555
1591
|
"arrow-ord",
|
@@ -1559,6 +1595,7 @@ dependencies = [
|
|
1559
1595
|
"datafusion-expr",
|
1560
1596
|
"datafusion-functions",
|
1561
1597
|
"datafusion-functions-aggregate",
|
1598
|
+
"datafusion-functions-aggregate-common",
|
1562
1599
|
"datafusion-macros",
|
1563
1600
|
"datafusion-physical-expr-common",
|
1564
1601
|
"itertools 0.14.0",
|
@@ -1568,9 +1605,9 @@ dependencies = [
|
|
1568
1605
|
|
1569
1606
|
[[package]]
|
1570
1607
|
name = "datafusion-functions-table"
|
1571
|
-
version = "
|
1608
|
+
version = "49.0.2"
|
1572
1609
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1573
|
-
checksum = "
|
1610
|
+
checksum = "ecf156589cc21ef59fe39c7a9a841b4a97394549643bbfa88cc44e8588cf8fe5"
|
1574
1611
|
dependencies = [
|
1575
1612
|
"arrow",
|
1576
1613
|
"async-trait",
|
@@ -1584,10 +1621,11 @@ dependencies = [
|
|
1584
1621
|
|
1585
1622
|
[[package]]
|
1586
1623
|
name = "datafusion-functions-window"
|
1587
|
-
version = "
|
1624
|
+
version = "49.0.2"
|
1588
1625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589
|
-
checksum = "
|
1626
|
+
checksum = "edcb25e3e369f1366ec9a261456e45b5aad6ea1c0c8b4ce546587207c501ed9e"
|
1590
1627
|
dependencies = [
|
1628
|
+
"arrow",
|
1591
1629
|
"datafusion-common",
|
1592
1630
|
"datafusion-doc",
|
1593
1631
|
"datafusion-expr",
|
@@ -1601,9 +1639,9 @@ dependencies = [
|
|
1601
1639
|
|
1602
1640
|
[[package]]
|
1603
1641
|
name = "datafusion-functions-window-common"
|
1604
|
-
version = "
|
1642
|
+
version = "49.0.2"
|
1605
1643
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1606
|
-
checksum = "
|
1644
|
+
checksum = "8996a8e11174d0bd7c62dc2f316485affc6ae5ffd5b8a68b508137ace2310294"
|
1607
1645
|
dependencies = [
|
1608
1646
|
"datafusion-common",
|
1609
1647
|
"datafusion-physical-expr-common",
|
@@ -1611,9 +1649,9 @@ dependencies = [
|
|
1611
1649
|
|
1612
1650
|
[[package]]
|
1613
1651
|
name = "datafusion-macros"
|
1614
|
-
version = "
|
1652
|
+
version = "49.0.2"
|
1615
1653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1616
|
-
checksum = "
|
1654
|
+
checksum = "95ee8d1be549eb7316f437035f2cec7ec42aba8374096d807c4de006a3b5d78a"
|
1617
1655
|
dependencies = [
|
1618
1656
|
"datafusion-expr",
|
1619
1657
|
"quote",
|
@@ -1622,14 +1660,15 @@ dependencies = [
|
|
1622
1660
|
|
1623
1661
|
[[package]]
|
1624
1662
|
name = "datafusion-optimizer"
|
1625
|
-
version = "
|
1663
|
+
version = "49.0.2"
|
1626
1664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1627
|
-
checksum = "
|
1665
|
+
checksum = "c9fa98671458254928af854e5f6c915e66b860a8bde505baea0ff2892deab74d"
|
1628
1666
|
dependencies = [
|
1629
1667
|
"arrow",
|
1630
1668
|
"chrono",
|
1631
1669
|
"datafusion-common",
|
1632
1670
|
"datafusion-expr",
|
1671
|
+
"datafusion-expr-common",
|
1633
1672
|
"datafusion-physical-expr",
|
1634
1673
|
"indexmap",
|
1635
1674
|
"itertools 0.14.0",
|
@@ -1641,9 +1680,9 @@ dependencies = [
|
|
1641
1680
|
|
1642
1681
|
[[package]]
|
1643
1682
|
name = "datafusion-physical-expr"
|
1644
|
-
version = "
|
1683
|
+
version = "49.0.2"
|
1645
1684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646
|
-
checksum = "
|
1685
|
+
checksum = "3515d51531cca5f7b5a6f3ea22742b71bb36fc378b465df124ff9a2fa349b002"
|
1647
1686
|
dependencies = [
|
1648
1687
|
"ahash",
|
1649
1688
|
"arrow",
|
@@ -1663,9 +1702,9 @@ dependencies = [
|
|
1663
1702
|
|
1664
1703
|
[[package]]
|
1665
1704
|
name = "datafusion-physical-expr-common"
|
1666
|
-
version = "
|
1705
|
+
version = "49.0.2"
|
1667
1706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1668
|
-
checksum = "
|
1707
|
+
checksum = "24485475d9c618a1d33b2a3dad003d946dc7a7bbf0354d125301abc0a5a79e3e"
|
1669
1708
|
dependencies = [
|
1670
1709
|
"ahash",
|
1671
1710
|
"arrow",
|
@@ -1677,9 +1716,9 @@ dependencies = [
|
|
1677
1716
|
|
1678
1717
|
[[package]]
|
1679
1718
|
name = "datafusion-physical-optimizer"
|
1680
|
-
version = "
|
1719
|
+
version = "49.0.2"
|
1681
1720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1682
|
-
checksum = "
|
1721
|
+
checksum = "b9da411a0a64702f941a12af2b979434d14ec5d36c6f49296966b2c7639cbb3a"
|
1683
1722
|
dependencies = [
|
1684
1723
|
"arrow",
|
1685
1724
|
"datafusion-common",
|
@@ -1689,6 +1728,7 @@ dependencies = [
|
|
1689
1728
|
"datafusion-physical-expr",
|
1690
1729
|
"datafusion-physical-expr-common",
|
1691
1730
|
"datafusion-physical-plan",
|
1731
|
+
"datafusion-pruning",
|
1692
1732
|
"itertools 0.14.0",
|
1693
1733
|
"log",
|
1694
1734
|
"recursive",
|
@@ -1696,9 +1736,9 @@ dependencies = [
|
|
1696
1736
|
|
1697
1737
|
[[package]]
|
1698
1738
|
name = "datafusion-physical-plan"
|
1699
|
-
version = "
|
1739
|
+
version = "49.0.2"
|
1700
1740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1701
|
-
checksum = "
|
1741
|
+
checksum = "a6d168282bb7b54880bb3159f89b51c047db4287f5014d60c3ef4c6e1468212b"
|
1702
1742
|
dependencies = [
|
1703
1743
|
"ahash",
|
1704
1744
|
"arrow",
|
@@ -1726,9 +1766,9 @@ dependencies = [
|
|
1726
1766
|
|
1727
1767
|
[[package]]
|
1728
1768
|
name = "datafusion-proto"
|
1729
|
-
version = "
|
1769
|
+
version = "49.0.2"
|
1730
1770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1731
|
-
checksum = "
|
1771
|
+
checksum = "1b36a0c84f4500efd90487a004b533bd81de1f2bb3f143f71b7526f33b85d2e2"
|
1732
1772
|
dependencies = [
|
1733
1773
|
"arrow",
|
1734
1774
|
"chrono",
|
@@ -1742,20 +1782,38 @@ dependencies = [
|
|
1742
1782
|
|
1743
1783
|
[[package]]
|
1744
1784
|
name = "datafusion-proto-common"
|
1745
|
-
version = "
|
1785
|
+
version = "49.0.2"
|
1746
1786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1747
|
-
checksum = "
|
1787
|
+
checksum = "2ec788be522806740ad6372c0a2f7e45fb37cb37f786d9b77933add49cdd058f"
|
1748
1788
|
dependencies = [
|
1749
1789
|
"arrow",
|
1750
1790
|
"datafusion-common",
|
1751
1791
|
"prost",
|
1752
1792
|
]
|
1753
1793
|
|
1794
|
+
[[package]]
|
1795
|
+
name = "datafusion-pruning"
|
1796
|
+
version = "49.0.0"
|
1797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1798
|
+
checksum = "391a457b9d23744c53eeb89edd1027424cba100581488d89800ed841182df905"
|
1799
|
+
dependencies = [
|
1800
|
+
"arrow",
|
1801
|
+
"arrow-schema",
|
1802
|
+
"datafusion-common",
|
1803
|
+
"datafusion-datasource",
|
1804
|
+
"datafusion-expr-common",
|
1805
|
+
"datafusion-physical-expr",
|
1806
|
+
"datafusion-physical-expr-common",
|
1807
|
+
"datafusion-physical-plan",
|
1808
|
+
"itertools 0.14.0",
|
1809
|
+
"log",
|
1810
|
+
]
|
1811
|
+
|
1754
1812
|
[[package]]
|
1755
1813
|
name = "datafusion-session"
|
1756
|
-
version = "
|
1814
|
+
version = "49.0.2"
|
1757
1815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1758
|
-
checksum = "
|
1816
|
+
checksum = "053201c2bb729c7938f85879034df2b5a52cfaba16f1b3b66ab8505c81b2aad3"
|
1759
1817
|
dependencies = [
|
1760
1818
|
"arrow",
|
1761
1819
|
"async-trait",
|
@@ -1777,9 +1835,9 @@ dependencies = [
|
|
1777
1835
|
|
1778
1836
|
[[package]]
|
1779
1837
|
name = "datafusion-sql"
|
1780
|
-
version = "
|
1838
|
+
version = "49.0.2"
|
1781
1839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1782
|
-
checksum = "
|
1840
|
+
checksum = "9082779be8ce4882189b229c0cff4393bd0808282a7194130c9f32159f185e25"
|
1783
1841
|
dependencies = [
|
1784
1842
|
"arrow",
|
1785
1843
|
"bigdecimal",
|
@@ -1794,9 +1852,9 @@ dependencies = [
|
|
1794
1852
|
|
1795
1853
|
[[package]]
|
1796
1854
|
name = "delta_kernel"
|
1797
|
-
version = "0.
|
1855
|
+
version = "0.14.0"
|
1798
1856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1799
|
-
checksum = "
|
1857
|
+
checksum = "cac0f0eae6345b0cfb67c4304da961e590370860aa51e88315e808c5d496629f"
|
1800
1858
|
dependencies = [
|
1801
1859
|
"arrow",
|
1802
1860
|
"bytes",
|
@@ -1823,9 +1881,9 @@ dependencies = [
|
|
1823
1881
|
|
1824
1882
|
[[package]]
|
1825
1883
|
name = "delta_kernel_derive"
|
1826
|
-
version = "0.
|
1884
|
+
version = "0.14.0"
|
1827
1885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1828
|
-
checksum = "
|
1886
|
+
checksum = "064456b054cf26b607f4cbcef6d2ca102f64ed8e4fa702d2e307ce67b5b93569"
|
1829
1887
|
dependencies = [
|
1830
1888
|
"proc-macro2",
|
1831
1889
|
"quote",
|
@@ -1834,13 +1892,13 @@ dependencies = [
|
|
1834
1892
|
|
1835
1893
|
[[package]]
|
1836
1894
|
name = "deltalake"
|
1837
|
-
version = "0.1
|
1895
|
+
version = "0.2.1"
|
1838
1896
|
dependencies = [
|
1839
1897
|
"arrow",
|
1840
1898
|
"arrow-schema",
|
1841
1899
|
"chrono",
|
1842
1900
|
"delta_kernel",
|
1843
|
-
"deltalake 0.
|
1901
|
+
"deltalake 0.28.0",
|
1844
1902
|
"futures",
|
1845
1903
|
"magnus",
|
1846
1904
|
"num_cpus",
|
@@ -1851,10 +1909,11 @@ dependencies = [
|
|
1851
1909
|
|
1852
1910
|
[[package]]
|
1853
1911
|
name = "deltalake"
|
1854
|
-
version = "0.
|
1912
|
+
version = "0.28.0"
|
1855
1913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1856
|
-
checksum = "
|
1914
|
+
checksum = "38b6e94bac6fd3bfd2cac139e21bf701b623955cf8b7a91af14528e759fb5d63"
|
1857
1915
|
dependencies = [
|
1916
|
+
"delta_kernel",
|
1858
1917
|
"deltalake-aws",
|
1859
1918
|
"deltalake-azure",
|
1860
1919
|
"deltalake-core",
|
@@ -1863,14 +1922,16 @@ dependencies = [
|
|
1863
1922
|
|
1864
1923
|
[[package]]
|
1865
1924
|
name = "deltalake-aws"
|
1866
|
-
version = "0.
|
1925
|
+
version = "0.11.0"
|
1867
1926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1868
|
-
checksum = "
|
1927
|
+
checksum = "dc991ff8304152a245c92b3c2d17eb56f86c14755fe56671ccd75e9c6759f3c9"
|
1869
1928
|
dependencies = [
|
1870
1929
|
"async-trait",
|
1871
1930
|
"aws-config",
|
1872
1931
|
"aws-credential-types",
|
1873
1932
|
"aws-sdk-dynamodb",
|
1933
|
+
"aws-sdk-sso",
|
1934
|
+
"aws-sdk-ssooidc",
|
1874
1935
|
"aws-sdk-sts",
|
1875
1936
|
"aws-smithy-runtime-api",
|
1876
1937
|
"backon",
|
@@ -1890,9 +1951,9 @@ dependencies = [
|
|
1890
1951
|
|
1891
1952
|
[[package]]
|
1892
1953
|
name = "deltalake-azure"
|
1893
|
-
version = "0.
|
1954
|
+
version = "0.11.0"
|
1894
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1895
|
-
checksum = "
|
1956
|
+
checksum = "f84f7dca1e77038140b4633b6b3c70d6426a452432d5619207ac3a6103385039"
|
1896
1957
|
dependencies = [
|
1897
1958
|
"async-trait",
|
1898
1959
|
"bytes",
|
@@ -1908,9 +1969,9 @@ dependencies = [
|
|
1908
1969
|
|
1909
1970
|
[[package]]
|
1910
1971
|
name = "deltalake-core"
|
1911
|
-
version = "0.
|
1972
|
+
version = "0.28.0"
|
1912
1973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1913
|
-
checksum = "
|
1974
|
+
checksum = "7526cddb8cb6e6d99b073f98226e16f8e6c40111b9536509d13be6bfda085548"
|
1914
1975
|
dependencies = [
|
1915
1976
|
"arrow",
|
1916
1977
|
"arrow-arith",
|
@@ -1929,14 +1990,7 @@ dependencies = [
|
|
1929
1990
|
"chrono",
|
1930
1991
|
"dashmap",
|
1931
1992
|
"datafusion",
|
1932
|
-
"datafusion-common",
|
1933
|
-
"datafusion-expr",
|
1934
|
-
"datafusion-functions",
|
1935
|
-
"datafusion-functions-aggregate",
|
1936
|
-
"datafusion-physical-expr",
|
1937
|
-
"datafusion-physical-plan",
|
1938
1993
|
"datafusion-proto",
|
1939
|
-
"datafusion-sql",
|
1940
1994
|
"delta_kernel",
|
1941
1995
|
"deltalake-derive",
|
1942
1996
|
"either",
|
@@ -1945,35 +1999,31 @@ dependencies = [
|
|
1945
1999
|
"indexmap",
|
1946
2000
|
"itertools 0.14.0",
|
1947
2001
|
"maplit",
|
1948
|
-
"num-bigint",
|
1949
|
-
"num-traits",
|
1950
2002
|
"num_cpus",
|
1951
2003
|
"object_store",
|
1952
2004
|
"parking_lot",
|
1953
2005
|
"parquet",
|
1954
2006
|
"percent-encoding",
|
1955
|
-
"
|
2007
|
+
"percent-encoding-rfc3986",
|
1956
2008
|
"rand 0.8.5",
|
1957
2009
|
"regex",
|
1958
|
-
"roaring",
|
1959
2010
|
"serde",
|
1960
2011
|
"serde_json",
|
1961
|
-
"sqlparser 0.
|
2012
|
+
"sqlparser 0.56.0",
|
1962
2013
|
"strum",
|
1963
2014
|
"thiserror",
|
1964
2015
|
"tokio",
|
1965
2016
|
"tracing",
|
1966
2017
|
"url",
|
1967
|
-
"urlencoding",
|
1968
2018
|
"uuid",
|
1969
|
-
"
|
2019
|
+
"validator",
|
1970
2020
|
]
|
1971
2021
|
|
1972
2022
|
[[package]]
|
1973
2023
|
name = "deltalake-derive"
|
1974
|
-
version = "0.
|
2024
|
+
version = "0.28.0"
|
1975
2025
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1976
|
-
checksum = "
|
2026
|
+
checksum = "751cfe39c31f065104f3c2238d0e423849a4e4f2e2b8adf923d8276a59da7f3a"
|
1977
2027
|
dependencies = [
|
1978
2028
|
"convert_case",
|
1979
2029
|
"itertools 0.14.0",
|
@@ -1984,9 +2034,9 @@ dependencies = [
|
|
1984
2034
|
|
1985
2035
|
[[package]]
|
1986
2036
|
name = "deltalake-gcp"
|
1987
|
-
version = "0.
|
2037
|
+
version = "0.12.0"
|
1988
2038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1989
|
-
checksum = "
|
2039
|
+
checksum = "1ad06893b5a821337aa4123a7409e1bdd444e4ff0db467f1f80faeb95b33d8f4"
|
1990
2040
|
dependencies = [
|
1991
2041
|
"async-trait",
|
1992
2042
|
"bytes",
|
@@ -2051,12 +2101,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
2051
2101
|
|
2052
2102
|
[[package]]
|
2053
2103
|
name = "errno"
|
2054
|
-
version = "0.3.
|
2104
|
+
version = "0.3.13"
|
2055
2105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2056
|
-
checksum = "
|
2106
|
+
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
2057
2107
|
dependencies = [
|
2058
2108
|
"libc",
|
2059
|
-
"windows-sys 0.
|
2109
|
+
"windows-sys 0.60.2",
|
2060
2110
|
]
|
2061
2111
|
|
2062
2112
|
[[package]]
|
@@ -2083,9 +2133,9 @@ dependencies = [
|
|
2083
2133
|
|
2084
2134
|
[[package]]
|
2085
2135
|
name = "flate2"
|
2086
|
-
version = "1.1.
|
2136
|
+
version = "1.1.2"
|
2087
2137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2088
|
-
checksum = "
|
2138
|
+
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
|
2089
2139
|
dependencies = [
|
2090
2140
|
"crc32fast",
|
2091
2141
|
"libz-rs-sys",
|
@@ -2098,6 +2148,12 @@ version = "1.0.7"
|
|
2098
2148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2099
2149
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2100
2150
|
|
2151
|
+
[[package]]
|
2152
|
+
name = "foldhash"
|
2153
|
+
version = "0.1.5"
|
2154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2155
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2156
|
+
|
2101
2157
|
[[package]]
|
2102
2158
|
name = "form_urlencoded"
|
2103
2159
|
version = "1.2.1"
|
@@ -2221,15 +2277,15 @@ dependencies = [
|
|
2221
2277
|
"cfg-if",
|
2222
2278
|
"js-sys",
|
2223
2279
|
"libc",
|
2224
|
-
"wasi 0.11.
|
2280
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
2225
2281
|
"wasm-bindgen",
|
2226
2282
|
]
|
2227
2283
|
|
2228
2284
|
[[package]]
|
2229
2285
|
name = "getrandom"
|
2230
|
-
version = "0.3.
|
2286
|
+
version = "0.3.3"
|
2231
2287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2232
|
-
checksum = "
|
2288
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2233
2289
|
dependencies = [
|
2234
2290
|
"cfg-if",
|
2235
2291
|
"js-sys",
|
@@ -2253,9 +2309,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
2253
2309
|
|
2254
2310
|
[[package]]
|
2255
2311
|
name = "h2"
|
2256
|
-
version = "0.3.
|
2312
|
+
version = "0.3.27"
|
2257
2313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2258
|
-
checksum = "
|
2314
|
+
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
2259
2315
|
dependencies = [
|
2260
2316
|
"bytes",
|
2261
2317
|
"fnv",
|
@@ -2272,9 +2328,9 @@ dependencies = [
|
|
2272
2328
|
|
2273
2329
|
[[package]]
|
2274
2330
|
name = "h2"
|
2275
|
-
version = "0.4.
|
2331
|
+
version = "0.4.11"
|
2276
2332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2277
|
-
checksum = "
|
2333
|
+
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
|
2278
2334
|
dependencies = [
|
2279
2335
|
"atomic-waker",
|
2280
2336
|
"bytes",
|
@@ -2312,9 +2368,14 @@ dependencies = [
|
|
2312
2368
|
|
2313
2369
|
[[package]]
|
2314
2370
|
name = "hashbrown"
|
2315
|
-
version = "0.15.
|
2371
|
+
version = "0.15.4"
|
2316
2372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2317
|
-
checksum = "
|
2373
|
+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2374
|
+
dependencies = [
|
2375
|
+
"allocator-api2",
|
2376
|
+
"equivalent",
|
2377
|
+
"foldhash",
|
2378
|
+
]
|
2318
2379
|
|
2319
2380
|
[[package]]
|
2320
2381
|
name = "heck"
|
@@ -2324,9 +2385,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
2324
2385
|
|
2325
2386
|
[[package]]
|
2326
2387
|
name = "hermit-abi"
|
2327
|
-
version = "0.
|
2388
|
+
version = "0.5.2"
|
2328
2389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2329
|
-
checksum = "
|
2390
|
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
2330
2391
|
|
2331
2392
|
[[package]]
|
2332
2393
|
name = "hex"
|
@@ -2436,7 +2497,7 @@ dependencies = [
|
|
2436
2497
|
"futures-channel",
|
2437
2498
|
"futures-core",
|
2438
2499
|
"futures-util",
|
2439
|
-
"h2 0.3.
|
2500
|
+
"h2 0.3.27",
|
2440
2501
|
"http 0.2.12",
|
2441
2502
|
"http-body 0.4.6",
|
2442
2503
|
"httparse",
|
@@ -2459,7 +2520,7 @@ dependencies = [
|
|
2459
2520
|
"bytes",
|
2460
2521
|
"futures-channel",
|
2461
2522
|
"futures-util",
|
2462
|
-
"h2 0.4.
|
2523
|
+
"h2 0.4.11",
|
2463
2524
|
"http 1.3.1",
|
2464
2525
|
"http-body 1.0.1",
|
2465
2526
|
"httparse",
|
@@ -2488,15 +2549,14 @@ dependencies = [
|
|
2488
2549
|
|
2489
2550
|
[[package]]
|
2490
2551
|
name = "hyper-rustls"
|
2491
|
-
version = "0.27.
|
2552
|
+
version = "0.27.7"
|
2492
2553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2493
|
-
checksum = "
|
2554
|
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2494
2555
|
dependencies = [
|
2495
|
-
"futures-util",
|
2496
2556
|
"http 1.3.1",
|
2497
2557
|
"hyper 1.6.0",
|
2498
2558
|
"hyper-util",
|
2499
|
-
"rustls 0.23.
|
2559
|
+
"rustls 0.23.29",
|
2500
2560
|
"rustls-native-certs 0.8.1",
|
2501
2561
|
"rustls-pki-types",
|
2502
2562
|
"tokio",
|
@@ -2506,17 +2566,21 @@ dependencies = [
|
|
2506
2566
|
|
2507
2567
|
[[package]]
|
2508
2568
|
name = "hyper-util"
|
2509
|
-
version = "0.1.
|
2569
|
+
version = "0.1.15"
|
2510
2570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2511
|
-
checksum = "
|
2571
|
+
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
|
2512
2572
|
dependencies = [
|
2573
|
+
"base64 0.22.1",
|
2513
2574
|
"bytes",
|
2514
2575
|
"futures-channel",
|
2576
|
+
"futures-core",
|
2515
2577
|
"futures-util",
|
2516
2578
|
"http 1.3.1",
|
2517
2579
|
"http-body 1.0.1",
|
2518
2580
|
"hyper 1.6.0",
|
2581
|
+
"ipnet",
|
2519
2582
|
"libc",
|
2583
|
+
"percent-encoding",
|
2520
2584
|
"pin-project-lite",
|
2521
2585
|
"socket2",
|
2522
2586
|
"tokio",
|
@@ -2550,21 +2614,22 @@ dependencies = [
|
|
2550
2614
|
|
2551
2615
|
[[package]]
|
2552
2616
|
name = "icu_collections"
|
2553
|
-
version = "
|
2617
|
+
version = "2.0.0"
|
2554
2618
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555
|
-
checksum = "
|
2619
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2556
2620
|
dependencies = [
|
2557
2621
|
"displaydoc",
|
2622
|
+
"potential_utf",
|
2558
2623
|
"yoke",
|
2559
2624
|
"zerofrom",
|
2560
2625
|
"zerovec",
|
2561
2626
|
]
|
2562
2627
|
|
2563
2628
|
[[package]]
|
2564
|
-
name = "
|
2565
|
-
version = "
|
2629
|
+
name = "icu_locale_core"
|
2630
|
+
version = "2.0.0"
|
2566
2631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2567
|
-
checksum = "
|
2632
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2568
2633
|
dependencies = [
|
2569
2634
|
"displaydoc",
|
2570
2635
|
"litemap",
|
@@ -2573,31 +2638,11 @@ dependencies = [
|
|
2573
2638
|
"zerovec",
|
2574
2639
|
]
|
2575
2640
|
|
2576
|
-
[[package]]
|
2577
|
-
name = "icu_locid_transform"
|
2578
|
-
version = "1.5.0"
|
2579
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2580
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2581
|
-
dependencies = [
|
2582
|
-
"displaydoc",
|
2583
|
-
"icu_locid",
|
2584
|
-
"icu_locid_transform_data",
|
2585
|
-
"icu_provider",
|
2586
|
-
"tinystr",
|
2587
|
-
"zerovec",
|
2588
|
-
]
|
2589
|
-
|
2590
|
-
[[package]]
|
2591
|
-
name = "icu_locid_transform_data"
|
2592
|
-
version = "1.5.1"
|
2593
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2594
|
-
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
2595
|
-
|
2596
2641
|
[[package]]
|
2597
2642
|
name = "icu_normalizer"
|
2598
|
-
version = "
|
2643
|
+
version = "2.0.0"
|
2599
2644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2600
|
-
checksum = "
|
2645
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
2601
2646
|
dependencies = [
|
2602
2647
|
"displaydoc",
|
2603
2648
|
"icu_collections",
|
@@ -2605,66 +2650,59 @@ dependencies = [
|
|
2605
2650
|
"icu_properties",
|
2606
2651
|
"icu_provider",
|
2607
2652
|
"smallvec",
|
2608
|
-
"utf16_iter",
|
2609
|
-
"utf8_iter",
|
2610
|
-
"write16",
|
2611
2653
|
"zerovec",
|
2612
2654
|
]
|
2613
2655
|
|
2614
2656
|
[[package]]
|
2615
2657
|
name = "icu_normalizer_data"
|
2616
|
-
version = "
|
2658
|
+
version = "2.0.0"
|
2617
2659
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2618
|
-
checksum = "
|
2660
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
2619
2661
|
|
2620
2662
|
[[package]]
|
2621
2663
|
name = "icu_properties"
|
2622
|
-
version = "
|
2664
|
+
version = "2.0.1"
|
2623
2665
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2624
|
-
checksum = "
|
2666
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
2625
2667
|
dependencies = [
|
2626
2668
|
"displaydoc",
|
2627
2669
|
"icu_collections",
|
2628
|
-
"
|
2670
|
+
"icu_locale_core",
|
2629
2671
|
"icu_properties_data",
|
2630
2672
|
"icu_provider",
|
2631
|
-
"
|
2673
|
+
"potential_utf",
|
2674
|
+
"zerotrie",
|
2632
2675
|
"zerovec",
|
2633
2676
|
]
|
2634
2677
|
|
2635
2678
|
[[package]]
|
2636
2679
|
name = "icu_properties_data"
|
2637
|
-
version = "
|
2680
|
+
version = "2.0.1"
|
2638
2681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2639
|
-
checksum = "
|
2682
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
2640
2683
|
|
2641
2684
|
[[package]]
|
2642
2685
|
name = "icu_provider"
|
2643
|
-
version = "
|
2686
|
+
version = "2.0.0"
|
2644
2687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2645
|
-
checksum = "
|
2688
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
2646
2689
|
dependencies = [
|
2647
2690
|
"displaydoc",
|
2648
|
-
"
|
2649
|
-
"icu_provider_macros",
|
2691
|
+
"icu_locale_core",
|
2650
2692
|
"stable_deref_trait",
|
2651
2693
|
"tinystr",
|
2652
2694
|
"writeable",
|
2653
2695
|
"yoke",
|
2654
2696
|
"zerofrom",
|
2697
|
+
"zerotrie",
|
2655
2698
|
"zerovec",
|
2656
2699
|
]
|
2657
2700
|
|
2658
2701
|
[[package]]
|
2659
|
-
name = "
|
2660
|
-
version = "1.
|
2702
|
+
name = "ident_case"
|
2703
|
+
version = "1.0.1"
|
2661
2704
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2662
|
-
checksum = "
|
2663
|
-
dependencies = [
|
2664
|
-
"proc-macro2",
|
2665
|
-
"quote",
|
2666
|
-
"syn",
|
2667
|
-
]
|
2705
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2668
2706
|
|
2669
2707
|
[[package]]
|
2670
2708
|
name = "idna"
|
@@ -2679,9 +2717,9 @@ dependencies = [
|
|
2679
2717
|
|
2680
2718
|
[[package]]
|
2681
2719
|
name = "idna_adapter"
|
2682
|
-
version = "1.2.
|
2720
|
+
version = "1.2.1"
|
2683
2721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2684
|
-
checksum = "
|
2722
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2685
2723
|
dependencies = [
|
2686
2724
|
"icu_normalizer",
|
2687
2725
|
"icu_properties",
|
@@ -2689,12 +2727,12 @@ dependencies = [
|
|
2689
2727
|
|
2690
2728
|
[[package]]
|
2691
2729
|
name = "indexmap"
|
2692
|
-
version = "2.
|
2730
|
+
version = "2.10.0"
|
2693
2731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2694
|
-
checksum = "
|
2732
|
+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
2695
2733
|
dependencies = [
|
2696
2734
|
"equivalent",
|
2697
|
-
"hashbrown 0.15.
|
2735
|
+
"hashbrown 0.15.4",
|
2698
2736
|
]
|
2699
2737
|
|
2700
2738
|
[[package]]
|
@@ -2703,12 +2741,33 @@ version = "3.0.4"
|
|
2703
2741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2704
2742
|
checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
2705
2743
|
|
2744
|
+
[[package]]
|
2745
|
+
name = "io-uring"
|
2746
|
+
version = "0.7.8"
|
2747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2748
|
+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
|
2749
|
+
dependencies = [
|
2750
|
+
"bitflags",
|
2751
|
+
"cfg-if",
|
2752
|
+
"libc",
|
2753
|
+
]
|
2754
|
+
|
2706
2755
|
[[package]]
|
2707
2756
|
name = "ipnet"
|
2708
2757
|
version = "2.11.0"
|
2709
2758
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2710
2759
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2711
2760
|
|
2761
|
+
[[package]]
|
2762
|
+
name = "iri-string"
|
2763
|
+
version = "0.7.8"
|
2764
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2765
|
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
2766
|
+
dependencies = [
|
2767
|
+
"memchr",
|
2768
|
+
"serde",
|
2769
|
+
]
|
2770
|
+
|
2712
2771
|
[[package]]
|
2713
2772
|
name = "itertools"
|
2714
2773
|
version = "0.12.1"
|
@@ -2739,7 +2798,7 @@ version = "0.1.33"
|
|
2739
2798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2740
2799
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
2741
2800
|
dependencies = [
|
2742
|
-
"getrandom 0.3.
|
2801
|
+
"getrandom 0.3.3",
|
2743
2802
|
"libc",
|
2744
2803
|
]
|
2745
2804
|
|
@@ -2829,33 +2888,39 @@ dependencies = [
|
|
2829
2888
|
"static_assertions",
|
2830
2889
|
]
|
2831
2890
|
|
2891
|
+
[[package]]
|
2892
|
+
name = "libbz2-rs-sys"
|
2893
|
+
version = "0.2.2"
|
2894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2895
|
+
checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
|
2896
|
+
|
2832
2897
|
[[package]]
|
2833
2898
|
name = "libc"
|
2834
|
-
version = "0.2.
|
2899
|
+
version = "0.2.174"
|
2835
2900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2836
|
-
checksum = "
|
2901
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2837
2902
|
|
2838
2903
|
[[package]]
|
2839
2904
|
name = "libloading"
|
2840
|
-
version = "0.8.
|
2905
|
+
version = "0.8.8"
|
2841
2906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2842
|
-
checksum = "
|
2907
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2843
2908
|
dependencies = [
|
2844
2909
|
"cfg-if",
|
2845
|
-
"windows-targets 0.
|
2910
|
+
"windows-targets 0.53.2",
|
2846
2911
|
]
|
2847
2912
|
|
2848
2913
|
[[package]]
|
2849
2914
|
name = "libm"
|
2850
|
-
version = "0.2.
|
2915
|
+
version = "0.2.15"
|
2851
2916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2852
|
-
checksum = "
|
2917
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2853
2918
|
|
2854
2919
|
[[package]]
|
2855
2920
|
name = "libz-rs-sys"
|
2856
|
-
version = "0.5.
|
2921
|
+
version = "0.5.1"
|
2857
2922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2858
|
-
checksum = "
|
2923
|
+
checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221"
|
2859
2924
|
dependencies = [
|
2860
2925
|
"zlib-rs",
|
2861
2926
|
]
|
@@ -2874,15 +2939,15 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
2874
2939
|
|
2875
2940
|
[[package]]
|
2876
2941
|
name = "litemap"
|
2877
|
-
version = "0.
|
2942
|
+
version = "0.8.0"
|
2878
2943
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2879
|
-
checksum = "
|
2944
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2880
2945
|
|
2881
2946
|
[[package]]
|
2882
2947
|
name = "lock_api"
|
2883
|
-
version = "0.4.
|
2948
|
+
version = "0.4.13"
|
2884
2949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2885
|
-
checksum = "
|
2950
|
+
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
2886
2951
|
dependencies = [
|
2887
2952
|
"autocfg",
|
2888
2953
|
"scopeguard",
|
@@ -2894,13 +2959,19 @@ version = "0.4.27"
|
|
2894
2959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2895
2960
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2896
2961
|
|
2962
|
+
[[package]]
|
2963
|
+
name = "lru-slab"
|
2964
|
+
version = "0.1.2"
|
2965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2966
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
2967
|
+
|
2897
2968
|
[[package]]
|
2898
2969
|
name = "lz4_flex"
|
2899
|
-
version = "0.11.
|
2970
|
+
version = "0.11.5"
|
2900
2971
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2901
|
-
checksum = "
|
2972
|
+
checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
|
2902
2973
|
dependencies = [
|
2903
|
-
"twox-hash
|
2974
|
+
"twox-hash",
|
2904
2975
|
]
|
2905
2976
|
|
2906
2977
|
[[package]]
|
@@ -2916,9 +2987,9 @@ dependencies = [
|
|
2916
2987
|
|
2917
2988
|
[[package]]
|
2918
2989
|
name = "magnus"
|
2919
|
-
version = "0.
|
2990
|
+
version = "0.8.0"
|
2920
2991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2921
|
-
checksum = "
|
2992
|
+
checksum = "3f14d3cc31b2dc4fce6cd447a83c7a7ca2ab8a9f1e535dcb2f796ff972b0e68b"
|
2922
2993
|
dependencies = [
|
2923
2994
|
"magnus-macros",
|
2924
2995
|
"rb-sys",
|
@@ -2928,9 +2999,9 @@ dependencies = [
|
|
2928
2999
|
|
2929
3000
|
[[package]]
|
2930
3001
|
name = "magnus-macros"
|
2931
|
-
version = "0.
|
3002
|
+
version = "0.8.0"
|
2932
3003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2933
|
-
checksum = "
|
3004
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
2934
3005
|
dependencies = [
|
2935
3006
|
"proc-macro2",
|
2936
3007
|
"quote",
|
@@ -2955,15 +3026,9 @@ dependencies = [
|
|
2955
3026
|
|
2956
3027
|
[[package]]
|
2957
3028
|
name = "memchr"
|
2958
|
-
version = "2.7.
|
2959
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2960
|
-
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2961
|
-
|
2962
|
-
[[package]]
|
2963
|
-
name = "mime"
|
2964
|
-
version = "0.3.17"
|
3029
|
+
version = "2.7.5"
|
2965
3030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2966
|
-
checksum = "
|
3031
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
2967
3032
|
|
2968
3033
|
[[package]]
|
2969
3034
|
name = "minimal-lexical"
|
@@ -2973,22 +3038,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
2973
3038
|
|
2974
3039
|
[[package]]
|
2975
3040
|
name = "miniz_oxide"
|
2976
|
-
version = "0.8.
|
3041
|
+
version = "0.8.9"
|
2977
3042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2978
|
-
checksum = "
|
3043
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2979
3044
|
dependencies = [
|
2980
3045
|
"adler2",
|
2981
3046
|
]
|
2982
3047
|
|
2983
3048
|
[[package]]
|
2984
3049
|
name = "mio"
|
2985
|
-
version = "1.0.
|
3050
|
+
version = "1.0.4"
|
2986
3051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2987
|
-
checksum = "
|
3052
|
+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
2988
3053
|
dependencies = [
|
2989
3054
|
"libc",
|
2990
|
-
"wasi 0.11.
|
2991
|
-
"windows-sys 0.
|
3055
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
3056
|
+
"windows-sys 0.59.0",
|
2992
3057
|
]
|
2993
3058
|
|
2994
3059
|
[[package]]
|
@@ -3083,9 +3148,9 @@ dependencies = [
|
|
3083
3148
|
|
3084
3149
|
[[package]]
|
3085
3150
|
name = "num_cpus"
|
3086
|
-
version = "1.
|
3151
|
+
version = "1.17.0"
|
3087
3152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3088
|
-
checksum = "
|
3153
|
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
3089
3154
|
dependencies = [
|
3090
3155
|
"hermit-abi",
|
3091
3156
|
"libc",
|
@@ -3102,9 +3167,9 @@ dependencies = [
|
|
3102
3167
|
|
3103
3168
|
[[package]]
|
3104
3169
|
name = "object_store"
|
3105
|
-
version = "0.12.
|
3170
|
+
version = "0.12.3"
|
3106
3171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3107
|
-
checksum = "
|
3172
|
+
checksum = "efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496"
|
3108
3173
|
dependencies = [
|
3109
3174
|
"async-trait",
|
3110
3175
|
"base64 0.22.1",
|
@@ -3122,7 +3187,7 @@ dependencies = [
|
|
3122
3187
|
"parking_lot",
|
3123
3188
|
"percent-encoding",
|
3124
3189
|
"quick-xml",
|
3125
|
-
"rand 0.
|
3190
|
+
"rand 0.9.1",
|
3126
3191
|
"reqwest",
|
3127
3192
|
"ring",
|
3128
3193
|
"rustls-pemfile 2.2.0",
|
@@ -3134,6 +3199,8 @@ dependencies = [
|
|
3134
3199
|
"tracing",
|
3135
3200
|
"url",
|
3136
3201
|
"walkdir",
|
3202
|
+
"wasm-bindgen-futures",
|
3203
|
+
"web-time",
|
3137
3204
|
]
|
3138
3205
|
|
3139
3206
|
[[package]]
|
@@ -3165,9 +3232,9 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
3165
3232
|
|
3166
3233
|
[[package]]
|
3167
3234
|
name = "parking_lot"
|
3168
|
-
version = "0.12.
|
3235
|
+
version = "0.12.4"
|
3169
3236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3170
|
-
checksum = "
|
3237
|
+
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
3171
3238
|
dependencies = [
|
3172
3239
|
"lock_api",
|
3173
3240
|
"parking_lot_core",
|
@@ -3175,9 +3242,9 @@ dependencies = [
|
|
3175
3242
|
|
3176
3243
|
[[package]]
|
3177
3244
|
name = "parking_lot_core"
|
3178
|
-
version = "0.9.
|
3245
|
+
version = "0.9.11"
|
3179
3246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3180
|
-
checksum = "
|
3247
|
+
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
3181
3248
|
dependencies = [
|
3182
3249
|
"cfg-if",
|
3183
3250
|
"libc",
|
@@ -3188,9 +3255,9 @@ dependencies = [
|
|
3188
3255
|
|
3189
3256
|
[[package]]
|
3190
3257
|
name = "parquet"
|
3191
|
-
version = "55.
|
3258
|
+
version = "55.2.0"
|
3192
3259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3193
|
-
checksum = "
|
3260
|
+
checksum = "b17da4150748086bd43352bc77372efa9b6e3dbd06a04831d2a98c041c225cfa"
|
3194
3261
|
dependencies = [
|
3195
3262
|
"ahash",
|
3196
3263
|
"arrow-array",
|
@@ -3207,30 +3274,22 @@ dependencies = [
|
|
3207
3274
|
"flate2",
|
3208
3275
|
"futures",
|
3209
3276
|
"half",
|
3210
|
-
"hashbrown 0.15.
|
3277
|
+
"hashbrown 0.15.4",
|
3211
3278
|
"lz4_flex",
|
3212
3279
|
"num",
|
3213
3280
|
"num-bigint",
|
3214
3281
|
"object_store",
|
3215
3282
|
"paste",
|
3283
|
+
"ring",
|
3216
3284
|
"seq-macro",
|
3217
3285
|
"simdutf8",
|
3218
3286
|
"snap",
|
3219
3287
|
"thrift",
|
3220
3288
|
"tokio",
|
3221
|
-
"twox-hash
|
3289
|
+
"twox-hash",
|
3222
3290
|
"zstd",
|
3223
3291
|
]
|
3224
3292
|
|
3225
|
-
[[package]]
|
3226
|
-
name = "parse-zoneinfo"
|
3227
|
-
version = "0.3.1"
|
3228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3229
|
-
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
3230
|
-
dependencies = [
|
3231
|
-
"regex",
|
3232
|
-
]
|
3233
|
-
|
3234
3293
|
[[package]]
|
3235
3294
|
name = "paste"
|
3236
3295
|
version = "1.0.15"
|
@@ -3243,50 +3302,38 @@ version = "2.3.1"
|
|
3243
3302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3244
3303
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
3245
3304
|
|
3305
|
+
[[package]]
|
3306
|
+
name = "percent-encoding-rfc3986"
|
3307
|
+
version = "0.1.3"
|
3308
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3309
|
+
checksum = "3637c05577168127568a64e9dc5a6887da720efef07b3d9472d45f63ab191166"
|
3310
|
+
|
3246
3311
|
[[package]]
|
3247
3312
|
name = "petgraph"
|
3248
|
-
version = "0.
|
3313
|
+
version = "0.8.2"
|
3249
3314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3250
|
-
checksum = "
|
3315
|
+
checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca"
|
3251
3316
|
dependencies = [
|
3252
3317
|
"fixedbitset",
|
3318
|
+
"hashbrown 0.15.4",
|
3253
3319
|
"indexmap",
|
3320
|
+
"serde",
|
3254
3321
|
]
|
3255
3322
|
|
3256
3323
|
[[package]]
|
3257
3324
|
name = "phf"
|
3258
|
-
version = "0.
|
3259
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3260
|
-
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
3261
|
-
dependencies = [
|
3262
|
-
"phf_shared",
|
3263
|
-
]
|
3264
|
-
|
3265
|
-
[[package]]
|
3266
|
-
name = "phf_codegen"
|
3267
|
-
version = "0.11.3"
|
3268
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3269
|
-
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
3270
|
-
dependencies = [
|
3271
|
-
"phf_generator",
|
3272
|
-
"phf_shared",
|
3273
|
-
]
|
3274
|
-
|
3275
|
-
[[package]]
|
3276
|
-
name = "phf_generator"
|
3277
|
-
version = "0.11.3"
|
3325
|
+
version = "0.12.1"
|
3278
3326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3279
|
-
checksum = "
|
3327
|
+
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
|
3280
3328
|
dependencies = [
|
3281
3329
|
"phf_shared",
|
3282
|
-
"rand 0.8.5",
|
3283
3330
|
]
|
3284
3331
|
|
3285
3332
|
[[package]]
|
3286
3333
|
name = "phf_shared"
|
3287
|
-
version = "0.
|
3334
|
+
version = "0.12.1"
|
3288
3335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289
|
-
checksum = "
|
3336
|
+
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
|
3290
3337
|
dependencies = [
|
3291
3338
|
"siphasher",
|
3292
3339
|
]
|
@@ -3309,6 +3356,15 @@ version = "0.3.32"
|
|
3309
3356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3310
3357
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
3311
3358
|
|
3359
|
+
[[package]]
|
3360
|
+
name = "potential_utf"
|
3361
|
+
version = "0.1.2"
|
3362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3363
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
3364
|
+
dependencies = [
|
3365
|
+
"zerovec",
|
3366
|
+
]
|
3367
|
+
|
3312
3368
|
[[package]]
|
3313
3369
|
name = "powerfmt"
|
3314
3370
|
version = "0.2.0"
|
@@ -3321,16 +3377,38 @@ version = "0.2.21"
|
|
3321
3377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3322
3378
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3323
3379
|
dependencies = [
|
3324
|
-
"zerocopy
|
3380
|
+
"zerocopy",
|
3325
3381
|
]
|
3326
3382
|
|
3327
3383
|
[[package]]
|
3328
3384
|
name = "prettyplease"
|
3329
|
-
version = "0.2.
|
3385
|
+
version = "0.2.35"
|
3386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3387
|
+
checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
|
3388
|
+
dependencies = [
|
3389
|
+
"proc-macro2",
|
3390
|
+
"syn",
|
3391
|
+
]
|
3392
|
+
|
3393
|
+
[[package]]
|
3394
|
+
name = "proc-macro-error-attr2"
|
3395
|
+
version = "2.0.0"
|
3396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3397
|
+
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
3398
|
+
dependencies = [
|
3399
|
+
"proc-macro2",
|
3400
|
+
"quote",
|
3401
|
+
]
|
3402
|
+
|
3403
|
+
[[package]]
|
3404
|
+
name = "proc-macro-error2"
|
3405
|
+
version = "2.0.1"
|
3330
3406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3331
|
-
checksum = "
|
3407
|
+
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
3332
3408
|
dependencies = [
|
3409
|
+
"proc-macro-error-attr2",
|
3333
3410
|
"proc-macro2",
|
3411
|
+
"quote",
|
3334
3412
|
"syn",
|
3335
3413
|
]
|
3336
3414
|
|
@@ -3377,9 +3455,9 @@ dependencies = [
|
|
3377
3455
|
|
3378
3456
|
[[package]]
|
3379
3457
|
name = "quick-xml"
|
3380
|
-
version = "0.
|
3458
|
+
version = "0.38.3"
|
3381
3459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3382
|
-
checksum = "
|
3460
|
+
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
|
3383
3461
|
dependencies = [
|
3384
3462
|
"memchr",
|
3385
3463
|
"serde",
|
@@ -3387,9 +3465,9 @@ dependencies = [
|
|
3387
3465
|
|
3388
3466
|
[[package]]
|
3389
3467
|
name = "quinn"
|
3390
|
-
version = "0.11.
|
3468
|
+
version = "0.11.8"
|
3391
3469
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3392
|
-
checksum = "
|
3470
|
+
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
|
3393
3471
|
dependencies = [
|
3394
3472
|
"bytes",
|
3395
3473
|
"cfg_aliases",
|
@@ -3397,7 +3475,7 @@ dependencies = [
|
|
3397
3475
|
"quinn-proto",
|
3398
3476
|
"quinn-udp",
|
3399
3477
|
"rustc-hash 2.1.1",
|
3400
|
-
"rustls 0.23.
|
3478
|
+
"rustls 0.23.29",
|
3401
3479
|
"socket2",
|
3402
3480
|
"thiserror",
|
3403
3481
|
"tokio",
|
@@ -3407,16 +3485,17 @@ dependencies = [
|
|
3407
3485
|
|
3408
3486
|
[[package]]
|
3409
3487
|
name = "quinn-proto"
|
3410
|
-
version = "0.11.
|
3488
|
+
version = "0.11.12"
|
3411
3489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3412
|
-
checksum = "
|
3490
|
+
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
|
3413
3491
|
dependencies = [
|
3414
3492
|
"bytes",
|
3415
|
-
"getrandom 0.3.
|
3493
|
+
"getrandom 0.3.3",
|
3494
|
+
"lru-slab",
|
3416
3495
|
"rand 0.9.1",
|
3417
3496
|
"ring",
|
3418
3497
|
"rustc-hash 2.1.1",
|
3419
|
-
"rustls 0.23.
|
3498
|
+
"rustls 0.23.29",
|
3420
3499
|
"rustls-pki-types",
|
3421
3500
|
"slab",
|
3422
3501
|
"thiserror",
|
@@ -3427,9 +3506,9 @@ dependencies = [
|
|
3427
3506
|
|
3428
3507
|
[[package]]
|
3429
3508
|
name = "quinn-udp"
|
3430
|
-
version = "0.5.
|
3509
|
+
version = "0.5.13"
|
3431
3510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3432
|
-
checksum = "
|
3511
|
+
checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
|
3433
3512
|
dependencies = [
|
3434
3513
|
"cfg_aliases",
|
3435
3514
|
"libc",
|
@@ -3450,9 +3529,9 @@ dependencies = [
|
|
3450
3529
|
|
3451
3530
|
[[package]]
|
3452
3531
|
name = "r-efi"
|
3453
|
-
version = "5.
|
3532
|
+
version = "5.3.0"
|
3454
3533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3455
|
-
checksum = "
|
3534
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
3456
3535
|
|
3457
3536
|
[[package]]
|
3458
3537
|
name = "rand"
|
@@ -3510,23 +3589,23 @@ version = "0.9.3"
|
|
3510
3589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3511
3590
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
3512
3591
|
dependencies = [
|
3513
|
-
"getrandom 0.3.
|
3592
|
+
"getrandom 0.3.3",
|
3514
3593
|
]
|
3515
3594
|
|
3516
3595
|
[[package]]
|
3517
3596
|
name = "rb-sys"
|
3518
|
-
version = "0.9.
|
3597
|
+
version = "0.9.116"
|
3519
3598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3520
|
-
checksum = "
|
3599
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
3521
3600
|
dependencies = [
|
3522
3601
|
"rb-sys-build",
|
3523
3602
|
]
|
3524
3603
|
|
3525
3604
|
[[package]]
|
3526
3605
|
name = "rb-sys-build"
|
3527
|
-
version = "0.9.
|
3606
|
+
version = "0.9.116"
|
3528
3607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3529
|
-
checksum = "
|
3608
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
3530
3609
|
dependencies = [
|
3531
3610
|
"bindgen",
|
3532
3611
|
"lazy_static",
|
@@ -3539,9 +3618,9 @@ dependencies = [
|
|
3539
3618
|
|
3540
3619
|
[[package]]
|
3541
3620
|
name = "rb-sys-env"
|
3542
|
-
version = "0.
|
3621
|
+
version = "0.2.2"
|
3543
3622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3544
|
-
checksum = "
|
3623
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
3545
3624
|
|
3546
3625
|
[[package]]
|
3547
3626
|
name = "recursive"
|
@@ -3565,9 +3644,9 @@ dependencies = [
|
|
3565
3644
|
|
3566
3645
|
[[package]]
|
3567
3646
|
name = "redox_syscall"
|
3568
|
-
version = "0.5.
|
3647
|
+
version = "0.5.13"
|
3569
3648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3570
|
-
checksum = "
|
3649
|
+
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
|
3571
3650
|
dependencies = [
|
3572
3651
|
"bitflags",
|
3573
3652
|
]
|
@@ -3609,32 +3688,28 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
3609
3688
|
|
3610
3689
|
[[package]]
|
3611
3690
|
name = "reqwest"
|
3612
|
-
version = "0.12.
|
3691
|
+
version = "0.12.22"
|
3613
3692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3614
|
-
checksum = "
|
3693
|
+
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
|
3615
3694
|
dependencies = [
|
3616
3695
|
"base64 0.22.1",
|
3617
3696
|
"bytes",
|
3618
3697
|
"futures-core",
|
3619
3698
|
"futures-util",
|
3620
|
-
"h2 0.4.
|
3699
|
+
"h2 0.4.11",
|
3621
3700
|
"http 1.3.1",
|
3622
3701
|
"http-body 1.0.1",
|
3623
3702
|
"http-body-util",
|
3624
3703
|
"hyper 1.6.0",
|
3625
|
-
"hyper-rustls 0.27.
|
3704
|
+
"hyper-rustls 0.27.7",
|
3626
3705
|
"hyper-util",
|
3627
|
-
"ipnet",
|
3628
3706
|
"js-sys",
|
3629
3707
|
"log",
|
3630
|
-
"mime",
|
3631
|
-
"once_cell",
|
3632
3708
|
"percent-encoding",
|
3633
3709
|
"pin-project-lite",
|
3634
3710
|
"quinn",
|
3635
|
-
"rustls 0.23.
|
3711
|
+
"rustls 0.23.29",
|
3636
3712
|
"rustls-native-certs 0.8.1",
|
3637
|
-
"rustls-pemfile 2.2.0",
|
3638
3713
|
"rustls-pki-types",
|
3639
3714
|
"serde",
|
3640
3715
|
"serde_json",
|
@@ -3644,13 +3719,13 @@ dependencies = [
|
|
3644
3719
|
"tokio-rustls 0.26.2",
|
3645
3720
|
"tokio-util",
|
3646
3721
|
"tower",
|
3722
|
+
"tower-http",
|
3647
3723
|
"tower-service",
|
3648
3724
|
"url",
|
3649
3725
|
"wasm-bindgen",
|
3650
3726
|
"wasm-bindgen-futures",
|
3651
3727
|
"wasm-streams",
|
3652
3728
|
"web-sys",
|
3653
|
-
"windows-registry",
|
3654
3729
|
]
|
3655
3730
|
|
3656
3731
|
[[package]]
|
@@ -3679,9 +3754,9 @@ dependencies = [
|
|
3679
3754
|
|
3680
3755
|
[[package]]
|
3681
3756
|
name = "rustc-demangle"
|
3682
|
-
version = "0.1.
|
3757
|
+
version = "0.1.25"
|
3683
3758
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3684
|
-
checksum = "
|
3759
|
+
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
3685
3760
|
|
3686
3761
|
[[package]]
|
3687
3762
|
name = "rustc-hash"
|
@@ -3744,15 +3819,15 @@ dependencies = [
|
|
3744
3819
|
|
3745
3820
|
[[package]]
|
3746
3821
|
name = "rustls"
|
3747
|
-
version = "0.23.
|
3822
|
+
version = "0.23.29"
|
3748
3823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3749
|
-
checksum = "
|
3824
|
+
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
3750
3825
|
dependencies = [
|
3751
3826
|
"aws-lc-rs",
|
3752
3827
|
"once_cell",
|
3753
3828
|
"ring",
|
3754
3829
|
"rustls-pki-types",
|
3755
|
-
"rustls-webpki 0.103.
|
3830
|
+
"rustls-webpki 0.103.4",
|
3756
3831
|
"subtle",
|
3757
3832
|
"zeroize",
|
3758
3833
|
]
|
@@ -3801,11 +3876,12 @@ dependencies = [
|
|
3801
3876
|
|
3802
3877
|
[[package]]
|
3803
3878
|
name = "rustls-pki-types"
|
3804
|
-
version = "1.
|
3879
|
+
version = "1.12.0"
|
3805
3880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806
|
-
checksum = "
|
3881
|
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3807
3882
|
dependencies = [
|
3808
3883
|
"web-time",
|
3884
|
+
"zeroize",
|
3809
3885
|
]
|
3810
3886
|
|
3811
3887
|
[[package]]
|
@@ -3820,9 +3896,9 @@ dependencies = [
|
|
3820
3896
|
|
3821
3897
|
[[package]]
|
3822
3898
|
name = "rustls-webpki"
|
3823
|
-
version = "0.103.
|
3899
|
+
version = "0.103.4"
|
3824
3900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3825
|
-
checksum = "
|
3901
|
+
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
3826
3902
|
dependencies = [
|
3827
3903
|
"aws-lc-rs",
|
3828
3904
|
"ring",
|
@@ -3832,9 +3908,9 @@ dependencies = [
|
|
3832
3908
|
|
3833
3909
|
[[package]]
|
3834
3910
|
name = "rustversion"
|
3835
|
-
version = "1.0.
|
3911
|
+
version = "1.0.21"
|
3836
3912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3837
|
-
checksum = "
|
3913
|
+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3838
3914
|
|
3839
3915
|
[[package]]
|
3840
3916
|
name = "ryu"
|
@@ -3896,7 +3972,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3896
3972
|
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3897
3973
|
dependencies = [
|
3898
3974
|
"bitflags",
|
3899
|
-
"core-foundation 0.10.
|
3975
|
+
"core-foundation 0.10.1",
|
3900
3976
|
"core-foundation-sys",
|
3901
3977
|
"libc",
|
3902
3978
|
"security-framework-sys",
|
@@ -4014,18 +4090,15 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
4014
4090
|
|
4015
4091
|
[[package]]
|
4016
4092
|
name = "slab"
|
4017
|
-
version = "0.4.
|
4093
|
+
version = "0.4.11"
|
4018
4094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4019
|
-
checksum = "
|
4020
|
-
dependencies = [
|
4021
|
-
"autocfg",
|
4022
|
-
]
|
4095
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
4023
4096
|
|
4024
4097
|
[[package]]
|
4025
4098
|
name = "smallvec"
|
4026
|
-
version = "1.15.
|
4099
|
+
version = "1.15.1"
|
4027
4100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4028
|
-
checksum = "
|
4101
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
4029
4102
|
|
4030
4103
|
[[package]]
|
4031
4104
|
name = "snap"
|
@@ -4035,9 +4108,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
4035
4108
|
|
4036
4109
|
[[package]]
|
4037
4110
|
name = "socket2"
|
4038
|
-
version = "0.5.
|
4111
|
+
version = "0.5.10"
|
4039
4112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4040
|
-
checksum = "
|
4113
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
4041
4114
|
dependencies = [
|
4042
4115
|
"libc",
|
4043
4116
|
"windows-sys 0.52.0",
|
@@ -4045,22 +4118,23 @@ dependencies = [
|
|
4045
4118
|
|
4046
4119
|
[[package]]
|
4047
4120
|
name = "sqlparser"
|
4048
|
-
version = "0.
|
4121
|
+
version = "0.55.0"
|
4049
4122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4050
|
-
checksum = "
|
4123
|
+
checksum = "c4521174166bac1ff04fe16ef4524c70144cd29682a45978978ca3d7f4e0be11"
|
4051
4124
|
dependencies = [
|
4052
4125
|
"log",
|
4126
|
+
"recursive",
|
4127
|
+
"sqlparser_derive",
|
4053
4128
|
]
|
4054
4129
|
|
4055
4130
|
[[package]]
|
4056
4131
|
name = "sqlparser"
|
4057
|
-
version = "0.
|
4132
|
+
version = "0.56.0"
|
4058
4133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4059
|
-
checksum = "
|
4134
|
+
checksum = "e68feb51ffa54fc841e086f58da543facfe3d7ae2a60d69b0a8cbbd30d16ae8d"
|
4060
4135
|
dependencies = [
|
4061
4136
|
"log",
|
4062
4137
|
"recursive",
|
4063
|
-
"sqlparser_derive",
|
4064
4138
|
]
|
4065
4139
|
|
4066
4140
|
[[package]]
|
@@ -4099,6 +4173,12 @@ version = "1.1.0"
|
|
4099
4173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4100
4174
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
4101
4175
|
|
4176
|
+
[[package]]
|
4177
|
+
name = "strsim"
|
4178
|
+
version = "0.11.1"
|
4179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4180
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
4181
|
+
|
4102
4182
|
[[package]]
|
4103
4183
|
name = "strum"
|
4104
4184
|
version = "0.27.1"
|
@@ -4129,9 +4209,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
4129
4209
|
|
4130
4210
|
[[package]]
|
4131
4211
|
name = "syn"
|
4132
|
-
version = "2.0.
|
4212
|
+
version = "2.0.104"
|
4133
4213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4134
|
-
checksum = "
|
4214
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
4135
4215
|
dependencies = [
|
4136
4216
|
"proc-macro2",
|
4137
4217
|
"quote",
|
@@ -4160,12 +4240,12 @@ dependencies = [
|
|
4160
4240
|
|
4161
4241
|
[[package]]
|
4162
4242
|
name = "tempfile"
|
4163
|
-
version = "3.
|
4243
|
+
version = "3.20.0"
|
4164
4244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4165
|
-
checksum = "
|
4245
|
+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
4166
4246
|
dependencies = [
|
4167
4247
|
"fastrand",
|
4168
|
-
"getrandom 0.3.
|
4248
|
+
"getrandom 0.3.3",
|
4169
4249
|
"once_cell",
|
4170
4250
|
"rustix 1.0.7",
|
4171
4251
|
"windows-sys 0.59.0",
|
@@ -4243,9 +4323,9 @@ dependencies = [
|
|
4243
4323
|
|
4244
4324
|
[[package]]
|
4245
4325
|
name = "tinystr"
|
4246
|
-
version = "0.
|
4326
|
+
version = "0.8.1"
|
4247
4327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4248
|
-
checksum = "
|
4328
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
4249
4329
|
dependencies = [
|
4250
4330
|
"displaydoc",
|
4251
4331
|
"zerovec",
|
@@ -4268,17 +4348,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4268
4348
|
|
4269
4349
|
[[package]]
|
4270
4350
|
name = "tokio"
|
4271
|
-
version = "1.
|
4351
|
+
version = "1.46.1"
|
4272
4352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273
|
-
checksum = "
|
4353
|
+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
4274
4354
|
dependencies = [
|
4275
4355
|
"backtrace",
|
4276
4356
|
"bytes",
|
4357
|
+
"io-uring",
|
4277
4358
|
"libc",
|
4278
4359
|
"mio",
|
4279
4360
|
"parking_lot",
|
4280
4361
|
"pin-project-lite",
|
4281
4362
|
"signal-hook-registry",
|
4363
|
+
"slab",
|
4282
4364
|
"socket2",
|
4283
4365
|
"tokio-macros",
|
4284
4366
|
"windows-sys 0.52.0",
|
@@ -4311,7 +4393,7 @@ version = "0.26.2"
|
|
4311
4393
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4312
4394
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
4313
4395
|
dependencies = [
|
4314
|
-
"rustls 0.23.
|
4396
|
+
"rustls 0.23.29",
|
4315
4397
|
"tokio",
|
4316
4398
|
]
|
4317
4399
|
|
@@ -4343,6 +4425,24 @@ dependencies = [
|
|
4343
4425
|
"tower-service",
|
4344
4426
|
]
|
4345
4427
|
|
4428
|
+
[[package]]
|
4429
|
+
name = "tower-http"
|
4430
|
+
version = "0.6.6"
|
4431
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4432
|
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
4433
|
+
dependencies = [
|
4434
|
+
"bitflags",
|
4435
|
+
"bytes",
|
4436
|
+
"futures-util",
|
4437
|
+
"http 1.3.1",
|
4438
|
+
"http-body 1.0.1",
|
4439
|
+
"iri-string",
|
4440
|
+
"pin-project-lite",
|
4441
|
+
"tower",
|
4442
|
+
"tower-layer",
|
4443
|
+
"tower-service",
|
4444
|
+
]
|
4445
|
+
|
4346
4446
|
[[package]]
|
4347
4447
|
name = "tower-layer"
|
4348
4448
|
version = "0.3.3"
|
@@ -4369,9 +4469,9 @@ dependencies = [
|
|
4369
4469
|
|
4370
4470
|
[[package]]
|
4371
4471
|
name = "tracing-attributes"
|
4372
|
-
version = "0.1.
|
4472
|
+
version = "0.1.30"
|
4373
4473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4374
|
-
checksum = "
|
4474
|
+
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
4375
4475
|
dependencies = [
|
4376
4476
|
"proc-macro2",
|
4377
4477
|
"quote",
|
@@ -4380,9 +4480,9 @@ dependencies = [
|
|
4380
4480
|
|
4381
4481
|
[[package]]
|
4382
4482
|
name = "tracing-core"
|
4383
|
-
version = "0.1.
|
4483
|
+
version = "0.1.34"
|
4384
4484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4385
|
-
checksum = "
|
4485
|
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
4386
4486
|
dependencies = [
|
4387
4487
|
"once_cell",
|
4388
4488
|
]
|
@@ -4395,19 +4495,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
4395
4495
|
|
4396
4496
|
[[package]]
|
4397
4497
|
name = "twox-hash"
|
4398
|
-
version = "1.
|
4399
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4400
|
-
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
4401
|
-
dependencies = [
|
4402
|
-
"cfg-if",
|
4403
|
-
"static_assertions",
|
4404
|
-
]
|
4405
|
-
|
4406
|
-
[[package]]
|
4407
|
-
name = "twox-hash"
|
4408
|
-
version = "2.1.0"
|
4498
|
+
version = "2.1.1"
|
4409
4499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4410
|
-
checksum = "
|
4500
|
+
checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
|
4411
4501
|
|
4412
4502
|
[[package]]
|
4413
4503
|
name = "typenum"
|
@@ -4429,9 +4519,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
4429
4519
|
|
4430
4520
|
[[package]]
|
4431
4521
|
name = "unicode-width"
|
4432
|
-
version = "0.2.
|
4522
|
+
version = "0.2.1"
|
4433
4523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4434
|
-
checksum = "
|
4524
|
+
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
|
4435
4525
|
|
4436
4526
|
[[package]]
|
4437
4527
|
name = "untrusted"
|
@@ -4448,6 +4538,7 @@ dependencies = [
|
|
4448
4538
|
"form_urlencoded",
|
4449
4539
|
"idna",
|
4450
4540
|
"percent-encoding",
|
4541
|
+
"serde",
|
4451
4542
|
]
|
4452
4543
|
|
4453
4544
|
[[package]]
|
@@ -4456,12 +4547,6 @@ version = "2.1.3"
|
|
4456
4547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4457
4548
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4458
4549
|
|
4459
|
-
[[package]]
|
4460
|
-
name = "utf16_iter"
|
4461
|
-
version = "1.0.5"
|
4462
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
4464
|
-
|
4465
4550
|
[[package]]
|
4466
4551
|
name = "utf8_iter"
|
4467
4552
|
version = "1.0.4"
|
@@ -4470,17 +4555,47 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
4470
4555
|
|
4471
4556
|
[[package]]
|
4472
4557
|
name = "uuid"
|
4473
|
-
version = "1.
|
4558
|
+
version = "1.17.0"
|
4474
4559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4475
|
-
checksum = "
|
4560
|
+
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4476
4561
|
dependencies = [
|
4477
|
-
"getrandom 0.3.
|
4562
|
+
"getrandom 0.3.3",
|
4478
4563
|
"js-sys",
|
4479
4564
|
"rand 0.9.1",
|
4480
4565
|
"serde",
|
4481
4566
|
"wasm-bindgen",
|
4482
4567
|
]
|
4483
4568
|
|
4569
|
+
[[package]]
|
4570
|
+
name = "validator"
|
4571
|
+
version = "0.19.0"
|
4572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4573
|
+
checksum = "d0b4a29d8709210980a09379f27ee31549b73292c87ab9899beee1c0d3be6303"
|
4574
|
+
dependencies = [
|
4575
|
+
"idna",
|
4576
|
+
"once_cell",
|
4577
|
+
"regex",
|
4578
|
+
"serde",
|
4579
|
+
"serde_derive",
|
4580
|
+
"serde_json",
|
4581
|
+
"url",
|
4582
|
+
"validator_derive",
|
4583
|
+
]
|
4584
|
+
|
4585
|
+
[[package]]
|
4586
|
+
name = "validator_derive"
|
4587
|
+
version = "0.19.0"
|
4588
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4589
|
+
checksum = "bac855a2ce6f843beb229757e6e570a42e837bcb15e5f449dd48d5747d41bf77"
|
4590
|
+
dependencies = [
|
4591
|
+
"darling",
|
4592
|
+
"once_cell",
|
4593
|
+
"proc-macro-error2",
|
4594
|
+
"proc-macro2",
|
4595
|
+
"quote",
|
4596
|
+
"syn",
|
4597
|
+
]
|
4598
|
+
|
4484
4599
|
[[package]]
|
4485
4600
|
name = "version_check"
|
4486
4601
|
version = "0.9.5"
|
@@ -4514,9 +4629,9 @@ dependencies = [
|
|
4514
4629
|
|
4515
4630
|
[[package]]
|
4516
4631
|
name = "wasi"
|
4517
|
-
version = "0.11.
|
4632
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
4518
4633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4519
|
-
checksum = "
|
4634
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4520
4635
|
|
4521
4636
|
[[package]]
|
4522
4637
|
name = "wasi"
|
@@ -4654,15 +4769,15 @@ dependencies = [
|
|
4654
4769
|
|
4655
4770
|
[[package]]
|
4656
4771
|
name = "windows-core"
|
4657
|
-
version = "0.61.
|
4772
|
+
version = "0.61.2"
|
4658
4773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4659
|
-
checksum = "
|
4774
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
4660
4775
|
dependencies = [
|
4661
4776
|
"windows-implement",
|
4662
4777
|
"windows-interface",
|
4663
4778
|
"windows-link",
|
4664
4779
|
"windows-result",
|
4665
|
-
"windows-strings
|
4780
|
+
"windows-strings",
|
4666
4781
|
]
|
4667
4782
|
|
4668
4783
|
[[package]]
|
@@ -4689,44 +4804,24 @@ dependencies = [
|
|
4689
4804
|
|
4690
4805
|
[[package]]
|
4691
4806
|
name = "windows-link"
|
4692
|
-
version = "0.1.
|
4807
|
+
version = "0.1.3"
|
4693
4808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4694
|
-
checksum = "
|
4695
|
-
|
4696
|
-
[[package]]
|
4697
|
-
name = "windows-registry"
|
4698
|
-
version = "0.4.0"
|
4699
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4700
|
-
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
4701
|
-
dependencies = [
|
4702
|
-
"windows-result",
|
4703
|
-
"windows-strings 0.3.1",
|
4704
|
-
"windows-targets 0.53.0",
|
4705
|
-
]
|
4809
|
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
4706
4810
|
|
4707
4811
|
[[package]]
|
4708
4812
|
name = "windows-result"
|
4709
|
-
version = "0.3.
|
4813
|
+
version = "0.3.4"
|
4710
4814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4711
|
-
checksum = "
|
4815
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
4712
4816
|
dependencies = [
|
4713
4817
|
"windows-link",
|
4714
4818
|
]
|
4715
4819
|
|
4716
4820
|
[[package]]
|
4717
4821
|
name = "windows-strings"
|
4718
|
-
version = "0.
|
4719
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4720
|
-
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
4721
|
-
dependencies = [
|
4722
|
-
"windows-link",
|
4723
|
-
]
|
4724
|
-
|
4725
|
-
[[package]]
|
4726
|
-
name = "windows-strings"
|
4727
|
-
version = "0.4.0"
|
4822
|
+
version = "0.4.2"
|
4728
4823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4729
|
-
checksum = "
|
4824
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
4730
4825
|
dependencies = [
|
4731
4826
|
"windows-link",
|
4732
4827
|
]
|
@@ -4749,6 +4844,15 @@ dependencies = [
|
|
4749
4844
|
"windows-targets 0.52.6",
|
4750
4845
|
]
|
4751
4846
|
|
4847
|
+
[[package]]
|
4848
|
+
name = "windows-sys"
|
4849
|
+
version = "0.60.2"
|
4850
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4851
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
4852
|
+
dependencies = [
|
4853
|
+
"windows-targets 0.53.2",
|
4854
|
+
]
|
4855
|
+
|
4752
4856
|
[[package]]
|
4753
4857
|
name = "windows-targets"
|
4754
4858
|
version = "0.52.6"
|
@@ -4767,9 +4871,9 @@ dependencies = [
|
|
4767
4871
|
|
4768
4872
|
[[package]]
|
4769
4873
|
name = "windows-targets"
|
4770
|
-
version = "0.53.
|
4874
|
+
version = "0.53.2"
|
4771
4875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4772
|
-
checksum = "
|
4876
|
+
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
4773
4877
|
dependencies = [
|
4774
4878
|
"windows_aarch64_gnullvm 0.53.0",
|
4775
4879
|
"windows_aarch64_msvc 0.53.0",
|
@@ -4886,17 +4990,11 @@ dependencies = [
|
|
4886
4990
|
"bitflags",
|
4887
4991
|
]
|
4888
4992
|
|
4889
|
-
[[package]]
|
4890
|
-
name = "write16"
|
4891
|
-
version = "1.0.0"
|
4892
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4893
|
-
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
4894
|
-
|
4895
4993
|
[[package]]
|
4896
4994
|
name = "writeable"
|
4897
|
-
version = "0.
|
4995
|
+
version = "0.6.1"
|
4898
4996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4899
|
-
checksum = "
|
4997
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
4900
4998
|
|
4901
4999
|
[[package]]
|
4902
5000
|
name = "xmlparser"
|
@@ -4915,9 +5013,9 @@ dependencies = [
|
|
4915
5013
|
|
4916
5014
|
[[package]]
|
4917
5015
|
name = "yoke"
|
4918
|
-
version = "0.
|
5016
|
+
version = "0.8.0"
|
4919
5017
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4920
|
-
checksum = "
|
5018
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
4921
5019
|
dependencies = [
|
4922
5020
|
"serde",
|
4923
5021
|
"stable_deref_trait",
|
@@ -4927,9 +5025,9 @@ dependencies = [
|
|
4927
5025
|
|
4928
5026
|
[[package]]
|
4929
5027
|
name = "yoke-derive"
|
4930
|
-
version = "0.
|
5028
|
+
version = "0.8.0"
|
4931
5029
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4932
|
-
checksum = "
|
5030
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
4933
5031
|
dependencies = [
|
4934
5032
|
"proc-macro2",
|
4935
5033
|
"quote",
|
@@ -4945,38 +5043,18 @@ checksum = "9b3a41ce106832b4da1c065baa4c31cf640cf965fa1483816402b7f6b96f0a64"
|
|
4945
5043
|
|
4946
5044
|
[[package]]
|
4947
5045
|
name = "zerocopy"
|
4948
|
-
version = "0.
|
4949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4950
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
4951
|
-
dependencies = [
|
4952
|
-
"zerocopy-derive 0.7.35",
|
4953
|
-
]
|
4954
|
-
|
4955
|
-
[[package]]
|
4956
|
-
name = "zerocopy"
|
4957
|
-
version = "0.8.25"
|
5046
|
+
version = "0.8.26"
|
4958
5047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4959
|
-
checksum = "
|
5048
|
+
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
4960
5049
|
dependencies = [
|
4961
|
-
"zerocopy-derive
|
5050
|
+
"zerocopy-derive",
|
4962
5051
|
]
|
4963
5052
|
|
4964
5053
|
[[package]]
|
4965
5054
|
name = "zerocopy-derive"
|
4966
|
-
version = "0.
|
5055
|
+
version = "0.8.26"
|
4967
5056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4968
|
-
checksum = "
|
4969
|
-
dependencies = [
|
4970
|
-
"proc-macro2",
|
4971
|
-
"quote",
|
4972
|
-
"syn",
|
4973
|
-
]
|
4974
|
-
|
4975
|
-
[[package]]
|
4976
|
-
name = "zerocopy-derive"
|
4977
|
-
version = "0.8.25"
|
4978
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4979
|
-
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
5057
|
+
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
4980
5058
|
dependencies = [
|
4981
5059
|
"proc-macro2",
|
4982
5060
|
"quote",
|
@@ -5010,11 +5088,22 @@ version = "1.8.1"
|
|
5010
5088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5011
5089
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
5012
5090
|
|
5091
|
+
[[package]]
|
5092
|
+
name = "zerotrie"
|
5093
|
+
version = "0.2.2"
|
5094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5095
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
5096
|
+
dependencies = [
|
5097
|
+
"displaydoc",
|
5098
|
+
"yoke",
|
5099
|
+
"zerofrom",
|
5100
|
+
]
|
5101
|
+
|
5013
5102
|
[[package]]
|
5014
5103
|
name = "zerovec"
|
5015
|
-
version = "0.
|
5104
|
+
version = "0.11.2"
|
5016
5105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5017
|
-
checksum = "
|
5106
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
5018
5107
|
dependencies = [
|
5019
5108
|
"yoke",
|
5020
5109
|
"zerofrom",
|
@@ -5023,9 +5112,9 @@ dependencies = [
|
|
5023
5112
|
|
5024
5113
|
[[package]]
|
5025
5114
|
name = "zerovec-derive"
|
5026
|
-
version = "0.
|
5115
|
+
version = "0.11.1"
|
5027
5116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5028
|
-
checksum = "
|
5117
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
5029
5118
|
dependencies = [
|
5030
5119
|
"proc-macro2",
|
5031
5120
|
"quote",
|
@@ -5034,9 +5123,9 @@ dependencies = [
|
|
5034
5123
|
|
5035
5124
|
[[package]]
|
5036
5125
|
name = "zlib-rs"
|
5037
|
-
version = "0.5.
|
5126
|
+
version = "0.5.1"
|
5038
5127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5039
|
-
checksum = "
|
5128
|
+
checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
|
5040
5129
|
|
5041
5130
|
[[package]]
|
5042
5131
|
name = "zstd"
|