polars-df 0.15.0-x86_64-linux-musl → 0.17.0-x86_64-linux-musl
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 +16 -0
- data/Cargo.lock +664 -539
- data/LICENSE-THIRD-PARTY.txt +15035 -16728
- data/LICENSE.txt +1 -1
- data/README.md +37 -2
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/{3.1 → 3.4}/polars.so +0 -0
- data/lib/polars/data_frame.rb +196 -68
- data/lib/polars/data_types.rb +5 -1
- data/lib/polars/functions/aggregation/horizontal.rb +10 -4
- data/lib/polars/functions/lazy.rb +7 -3
- data/lib/polars/io/delta.rb +126 -0
- data/lib/polars/lazy_frame.rb +49 -7
- data/lib/polars/selectors.rb +85 -3
- data/lib/polars/series.rb +6 -1
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +15 -0
- metadata +8 -8
data/Cargo.lock
CHANGED
@@ -62,9 +62,9 @@ dependencies = [
|
|
62
62
|
|
63
63
|
[[package]]
|
64
64
|
name = "allocator-api2"
|
65
|
-
version = "0.2.
|
65
|
+
version = "0.2.21"
|
66
66
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
67
|
-
checksum = "
|
67
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
68
68
|
|
69
69
|
[[package]]
|
70
70
|
name = "android-tzdata"
|
@@ -127,34 +127,25 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
127
127
|
dependencies = [
|
128
128
|
"proc-macro2",
|
129
129
|
"quote",
|
130
|
-
"syn
|
130
|
+
"syn",
|
131
131
|
]
|
132
132
|
|
133
133
|
[[package]]
|
134
134
|
name = "async-trait"
|
135
|
-
version = "0.1.
|
135
|
+
version = "0.1.85"
|
136
136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137
|
-
checksum = "
|
137
|
+
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
138
138
|
dependencies = [
|
139
139
|
"proc-macro2",
|
140
140
|
"quote",
|
141
|
-
"syn
|
142
|
-
]
|
143
|
-
|
144
|
-
[[package]]
|
145
|
-
name = "atoi"
|
146
|
-
version = "2.0.0"
|
147
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
148
|
-
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
149
|
-
dependencies = [
|
150
|
-
"num-traits",
|
141
|
+
"syn",
|
151
142
|
]
|
152
143
|
|
153
144
|
[[package]]
|
154
145
|
name = "atoi_simd"
|
155
|
-
version = "0.
|
146
|
+
version = "0.16.0"
|
156
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
157
|
-
checksum = "
|
148
|
+
checksum = "4790f9e8961209112beb783d85449b508673cf4a6a419c8449b210743ac4dbe9"
|
158
149
|
|
159
150
|
[[package]]
|
160
151
|
name = "atomic-waker"
|
@@ -203,6 +194,15 @@ version = "0.22.1"
|
|
203
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
204
195
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
205
196
|
|
197
|
+
[[package]]
|
198
|
+
name = "bincode"
|
199
|
+
version = "1.3.3"
|
200
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
+
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
202
|
+
dependencies = [
|
203
|
+
"serde",
|
204
|
+
]
|
205
|
+
|
206
206
|
[[package]]
|
207
207
|
name = "bindgen"
|
208
208
|
version = "0.69.5"
|
@@ -220,23 +220,23 @@ dependencies = [
|
|
220
220
|
"regex",
|
221
221
|
"rustc-hash 1.1.0",
|
222
222
|
"shlex",
|
223
|
-
"syn
|
223
|
+
"syn",
|
224
224
|
]
|
225
225
|
|
226
226
|
[[package]]
|
227
227
|
name = "bitflags"
|
228
|
-
version = "2.
|
228
|
+
version = "2.8.0"
|
229
229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
230
|
-
checksum = "
|
230
|
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
231
231
|
dependencies = [
|
232
232
|
"serde",
|
233
233
|
]
|
234
234
|
|
235
235
|
[[package]]
|
236
236
|
name = "blake3"
|
237
|
-
version = "1.5.
|
237
|
+
version = "1.5.5"
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
239
|
+
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
|
240
240
|
dependencies = [
|
241
241
|
"arrayref",
|
242
242
|
"arrayvec",
|
@@ -256,9 +256,9 @@ dependencies = [
|
|
256
256
|
|
257
257
|
[[package]]
|
258
258
|
name = "brotli"
|
259
|
-
version = "
|
259
|
+
version = "7.0.0"
|
260
260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
261
|
-
checksum = "
|
261
|
+
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
262
262
|
dependencies = [
|
263
263
|
"alloc-no-stdlib",
|
264
264
|
"alloc-stdlib",
|
@@ -267,9 +267,9 @@ dependencies = [
|
|
267
267
|
|
268
268
|
[[package]]
|
269
269
|
name = "brotli-decompressor"
|
270
|
-
version = "4.0.
|
270
|
+
version = "4.0.2"
|
271
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
|
-
checksum = "
|
272
|
+
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
273
273
|
dependencies = [
|
274
274
|
"alloc-no-stdlib",
|
275
275
|
"alloc-stdlib",
|
@@ -283,22 +283,22 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
283
283
|
|
284
284
|
[[package]]
|
285
285
|
name = "bytemuck"
|
286
|
-
version = "1.
|
286
|
+
version = "1.21.0"
|
287
287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
288
|
-
checksum = "
|
288
|
+
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
|
289
289
|
dependencies = [
|
290
290
|
"bytemuck_derive",
|
291
291
|
]
|
292
292
|
|
293
293
|
[[package]]
|
294
294
|
name = "bytemuck_derive"
|
295
|
-
version = "1.8.
|
295
|
+
version = "1.8.1"
|
296
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
297
|
-
checksum = "
|
297
|
+
checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a"
|
298
298
|
dependencies = [
|
299
299
|
"proc-macro2",
|
300
300
|
"quote",
|
301
|
-
"syn
|
301
|
+
"syn",
|
302
302
|
]
|
303
303
|
|
304
304
|
[[package]]
|
@@ -309,9 +309,12 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
309
309
|
|
310
310
|
[[package]]
|
311
311
|
name = "bytes"
|
312
|
-
version = "1.
|
312
|
+
version = "1.9.0"
|
313
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
314
|
-
checksum = "
|
314
|
+
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
315
|
+
dependencies = [
|
316
|
+
"serde",
|
317
|
+
]
|
315
318
|
|
316
319
|
[[package]]
|
317
320
|
name = "castaway"
|
@@ -324,9 +327,9 @@ dependencies = [
|
|
324
327
|
|
325
328
|
[[package]]
|
326
329
|
name = "cc"
|
327
|
-
version = "1.
|
330
|
+
version = "1.2.10"
|
328
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
329
|
-
checksum = "
|
332
|
+
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
330
333
|
dependencies = [
|
331
334
|
"jobserver",
|
332
335
|
"libc",
|
@@ -356,9 +359,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
356
359
|
|
357
360
|
[[package]]
|
358
361
|
name = "chrono"
|
359
|
-
version = "0.4.
|
362
|
+
version = "0.4.39"
|
360
363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
361
|
-
checksum = "
|
364
|
+
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
362
365
|
dependencies = [
|
363
366
|
"android-tzdata",
|
364
367
|
"iana-time-zone",
|
@@ -371,9 +374,9 @@ dependencies = [
|
|
371
374
|
|
372
375
|
[[package]]
|
373
376
|
name = "chrono-tz"
|
374
|
-
version = "0.
|
377
|
+
version = "0.10.1"
|
375
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
|
-
checksum = "
|
379
|
+
checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
|
377
380
|
dependencies = [
|
378
381
|
"chrono",
|
379
382
|
"chrono-tz-build",
|
@@ -382,42 +385,14 @@ dependencies = [
|
|
382
385
|
|
383
386
|
[[package]]
|
384
387
|
name = "chrono-tz-build"
|
385
|
-
version = "0.
|
388
|
+
version = "0.4.0"
|
386
389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
387
|
-
checksum = "
|
390
|
+
checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
|
388
391
|
dependencies = [
|
389
392
|
"parse-zoneinfo",
|
390
|
-
"phf",
|
391
393
|
"phf_codegen",
|
392
394
|
]
|
393
395
|
|
394
|
-
[[package]]
|
395
|
-
name = "ciborium"
|
396
|
-
version = "0.2.2"
|
397
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
-
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
399
|
-
dependencies = [
|
400
|
-
"ciborium-io",
|
401
|
-
"ciborium-ll",
|
402
|
-
"serde",
|
403
|
-
]
|
404
|
-
|
405
|
-
[[package]]
|
406
|
-
name = "ciborium-io"
|
407
|
-
version = "0.2.2"
|
408
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
409
|
-
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
410
|
-
|
411
|
-
[[package]]
|
412
|
-
name = "ciborium-ll"
|
413
|
-
version = "0.2.2"
|
414
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
415
|
-
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
416
|
-
dependencies = [
|
417
|
-
"ciborium-io",
|
418
|
-
"half",
|
419
|
-
]
|
420
|
-
|
421
396
|
[[package]]
|
422
397
|
name = "clang-sys"
|
423
398
|
version = "1.8.1"
|
@@ -431,9 +406,9 @@ dependencies = [
|
|
431
406
|
|
432
407
|
[[package]]
|
433
408
|
name = "comfy-table"
|
434
|
-
version = "7.1.
|
409
|
+
version = "7.1.3"
|
435
410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
436
|
-
checksum = "
|
411
|
+
checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9"
|
437
412
|
dependencies = [
|
438
413
|
"crossterm",
|
439
414
|
"strum",
|
@@ -443,9 +418,9 @@ dependencies = [
|
|
443
418
|
|
444
419
|
[[package]]
|
445
420
|
name = "compact_str"
|
446
|
-
version = "0.8.
|
421
|
+
version = "0.8.1"
|
447
422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
-
checksum = "
|
423
|
+
checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
|
449
424
|
dependencies = [
|
450
425
|
"castaway",
|
451
426
|
"cfg-if",
|
@@ -464,9 +439,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
|
464
439
|
|
465
440
|
[[package]]
|
466
441
|
name = "core-foundation"
|
467
|
-
version = "0.
|
442
|
+
version = "0.10.0"
|
468
443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
469
|
-
checksum = "
|
444
|
+
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
470
445
|
dependencies = [
|
471
446
|
"core-foundation-sys",
|
472
447
|
"libc",
|
@@ -504,18 +479,18 @@ dependencies = [
|
|
504
479
|
|
505
480
|
[[package]]
|
506
481
|
name = "crossbeam-channel"
|
507
|
-
version = "0.5.
|
482
|
+
version = "0.5.14"
|
508
483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
509
|
-
checksum = "
|
484
|
+
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
510
485
|
dependencies = [
|
511
486
|
"crossbeam-utils",
|
512
487
|
]
|
513
488
|
|
514
489
|
[[package]]
|
515
490
|
name = "crossbeam-deque"
|
516
|
-
version = "0.8.
|
491
|
+
version = "0.8.6"
|
517
492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
518
|
-
checksum = "
|
493
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
519
494
|
dependencies = [
|
520
495
|
"crossbeam-epoch",
|
521
496
|
"crossbeam-utils",
|
@@ -532,29 +507,29 @@ dependencies = [
|
|
532
507
|
|
533
508
|
[[package]]
|
534
509
|
name = "crossbeam-queue"
|
535
|
-
version = "0.3.
|
510
|
+
version = "0.3.12"
|
536
511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
537
|
-
checksum = "
|
512
|
+
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
538
513
|
dependencies = [
|
539
514
|
"crossbeam-utils",
|
540
515
|
]
|
541
516
|
|
542
517
|
[[package]]
|
543
518
|
name = "crossbeam-utils"
|
544
|
-
version = "0.8.
|
519
|
+
version = "0.8.21"
|
545
520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
546
|
-
checksum = "
|
521
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
547
522
|
|
548
523
|
[[package]]
|
549
524
|
name = "crossterm"
|
550
|
-
version = "0.
|
525
|
+
version = "0.28.1"
|
551
526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
552
|
-
checksum = "
|
527
|
+
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
553
528
|
dependencies = [
|
554
529
|
"bitflags",
|
555
530
|
"crossterm_winapi",
|
556
|
-
"libc",
|
557
531
|
"parking_lot",
|
532
|
+
"rustix",
|
558
533
|
"winapi",
|
559
534
|
]
|
560
535
|
|
@@ -567,12 +542,6 @@ dependencies = [
|
|
567
542
|
"winapi",
|
568
543
|
]
|
569
544
|
|
570
|
-
[[package]]
|
571
|
-
name = "crunchy"
|
572
|
-
version = "0.2.2"
|
573
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
574
|
-
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
575
|
-
|
576
545
|
[[package]]
|
577
546
|
name = "crypto-common"
|
578
547
|
version = "0.1.6"
|
@@ -594,10 +563,15 @@ dependencies = [
|
|
594
563
|
]
|
595
564
|
|
596
565
|
[[package]]
|
597
|
-
name = "
|
598
|
-
version = "0.
|
566
|
+
name = "displaydoc"
|
567
|
+
version = "0.2.5"
|
599
568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600
|
-
checksum = "
|
569
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
570
|
+
dependencies = [
|
571
|
+
"proc-macro2",
|
572
|
+
"quote",
|
573
|
+
"syn",
|
574
|
+
]
|
601
575
|
|
602
576
|
[[package]]
|
603
577
|
name = "dyn-clone"
|
@@ -623,7 +597,7 @@ dependencies = [
|
|
623
597
|
"once_cell",
|
624
598
|
"proc-macro2",
|
625
599
|
"quote",
|
626
|
-
"syn
|
600
|
+
"syn",
|
627
601
|
]
|
628
602
|
|
629
603
|
[[package]]
|
@@ -634,12 +608,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
634
608
|
|
635
609
|
[[package]]
|
636
610
|
name = "errno"
|
637
|
-
version = "0.3.
|
611
|
+
version = "0.3.10"
|
638
612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
639
|
-
checksum = "
|
613
|
+
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
640
614
|
dependencies = [
|
641
615
|
"libc",
|
642
|
-
"windows-sys 0.
|
616
|
+
"windows-sys 0.59.0",
|
643
617
|
]
|
644
618
|
|
645
619
|
[[package]]
|
@@ -655,18 +629,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
629
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
656
630
|
|
657
631
|
[[package]]
|
658
|
-
name = "fast-
|
659
|
-
version = "0.2.
|
632
|
+
name = "fast-float2"
|
633
|
+
version = "0.2.3"
|
660
634
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
-
checksum = "
|
635
|
+
checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
|
662
636
|
|
663
637
|
[[package]]
|
664
638
|
name = "flate2"
|
665
|
-
version = "1.0.
|
639
|
+
version = "1.0.35"
|
666
640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
667
|
-
checksum = "
|
641
|
+
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
668
642
|
dependencies = [
|
669
643
|
"crc32fast",
|
644
|
+
"libz-rs-sys",
|
670
645
|
"miniz_oxide",
|
671
646
|
]
|
672
647
|
|
@@ -687,9 +662,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
687
662
|
|
688
663
|
[[package]]
|
689
664
|
name = "foldhash"
|
690
|
-
version = "0.1.
|
665
|
+
version = "0.1.4"
|
691
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
692
|
-
checksum = "
|
667
|
+
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
693
668
|
|
694
669
|
[[package]]
|
695
670
|
name = "form_urlencoded"
|
@@ -702,9 +677,9 @@ dependencies = [
|
|
702
677
|
|
703
678
|
[[package]]
|
704
679
|
name = "fs4"
|
705
|
-
version = "0.
|
680
|
+
version = "0.12.0"
|
706
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
707
|
-
checksum = "
|
682
|
+
checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521"
|
708
683
|
dependencies = [
|
709
684
|
"rustix",
|
710
685
|
"windows-sys 0.52.0",
|
@@ -766,7 +741,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
766
741
|
dependencies = [
|
767
742
|
"proc-macro2",
|
768
743
|
"quote",
|
769
|
-
"syn
|
744
|
+
"syn",
|
770
745
|
]
|
771
746
|
|
772
747
|
[[package]]
|
@@ -830,15 +805,15 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
830
805
|
|
831
806
|
[[package]]
|
832
807
|
name = "glob"
|
833
|
-
version = "0.3.
|
808
|
+
version = "0.3.2"
|
834
809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
835
|
-
checksum = "
|
810
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
836
811
|
|
837
812
|
[[package]]
|
838
813
|
name = "h2"
|
839
|
-
version = "0.4.
|
814
|
+
version = "0.4.7"
|
840
815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
841
|
-
checksum = "
|
816
|
+
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
842
817
|
dependencies = [
|
843
818
|
"atomic-waker",
|
844
819
|
"bytes",
|
@@ -853,16 +828,6 @@ dependencies = [
|
|
853
828
|
"tracing",
|
854
829
|
]
|
855
830
|
|
856
|
-
[[package]]
|
857
|
-
name = "half"
|
858
|
-
version = "2.4.1"
|
859
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
860
|
-
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
861
|
-
dependencies = [
|
862
|
-
"cfg-if",
|
863
|
-
"crunchy",
|
864
|
-
]
|
865
|
-
|
866
831
|
[[package]]
|
867
832
|
name = "halfbrown"
|
868
833
|
version = "0.2.5"
|
@@ -887,9 +852,9 @@ dependencies = [
|
|
887
852
|
|
888
853
|
[[package]]
|
889
854
|
name = "hashbrown"
|
890
|
-
version = "0.15.
|
855
|
+
version = "0.15.2"
|
891
856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
892
|
-
checksum = "
|
857
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
893
858
|
dependencies = [
|
894
859
|
"allocator-api2",
|
895
860
|
"equivalent",
|
@@ -898,24 +863,12 @@ dependencies = [
|
|
898
863
|
"serde",
|
899
864
|
]
|
900
865
|
|
901
|
-
[[package]]
|
902
|
-
name = "heck"
|
903
|
-
version = "0.4.1"
|
904
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
905
|
-
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
906
|
-
|
907
866
|
[[package]]
|
908
867
|
name = "heck"
|
909
868
|
version = "0.5.0"
|
910
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
911
870
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
912
871
|
|
913
|
-
[[package]]
|
914
|
-
name = "hermit-abi"
|
915
|
-
version = "0.3.9"
|
916
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
917
|
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
918
|
-
|
919
872
|
[[package]]
|
920
873
|
name = "hex"
|
921
874
|
version = "0.4.3"
|
@@ -924,18 +877,18 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
924
877
|
|
925
878
|
[[package]]
|
926
879
|
name = "home"
|
927
|
-
version = "0.5.
|
880
|
+
version = "0.5.11"
|
928
881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
929
|
-
checksum = "
|
882
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
930
883
|
dependencies = [
|
931
|
-
"windows-sys 0.
|
884
|
+
"windows-sys 0.59.0",
|
932
885
|
]
|
933
886
|
|
934
887
|
[[package]]
|
935
888
|
name = "http"
|
936
|
-
version = "1.
|
889
|
+
version = "1.2.0"
|
937
890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
938
|
-
checksum = "
|
891
|
+
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
939
892
|
dependencies = [
|
940
893
|
"bytes",
|
941
894
|
"fnv",
|
@@ -979,9 +932,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
979
932
|
|
980
933
|
[[package]]
|
981
934
|
name = "hyper"
|
982
|
-
version = "1.5.
|
935
|
+
version = "1.5.2"
|
983
936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
937
|
+
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
985
938
|
dependencies = [
|
986
939
|
"bytes",
|
987
940
|
"futures-channel",
|
@@ -999,9 +952,9 @@ dependencies = [
|
|
999
952
|
|
1000
953
|
[[package]]
|
1001
954
|
name = "hyper-rustls"
|
1002
|
-
version = "0.27.
|
955
|
+
version = "0.27.5"
|
1003
956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004
|
-
checksum = "
|
957
|
+
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
1005
958
|
dependencies = [
|
1006
959
|
"futures-util",
|
1007
960
|
"http",
|
@@ -1057,38 +1010,161 @@ dependencies = [
|
|
1057
1010
|
"cc",
|
1058
1011
|
]
|
1059
1012
|
|
1013
|
+
[[package]]
|
1014
|
+
name = "icu_collections"
|
1015
|
+
version = "1.5.0"
|
1016
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
1018
|
+
dependencies = [
|
1019
|
+
"displaydoc",
|
1020
|
+
"yoke",
|
1021
|
+
"zerofrom",
|
1022
|
+
"zerovec",
|
1023
|
+
]
|
1024
|
+
|
1025
|
+
[[package]]
|
1026
|
+
name = "icu_locid"
|
1027
|
+
version = "1.5.0"
|
1028
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
1030
|
+
dependencies = [
|
1031
|
+
"displaydoc",
|
1032
|
+
"litemap",
|
1033
|
+
"tinystr",
|
1034
|
+
"writeable",
|
1035
|
+
"zerovec",
|
1036
|
+
]
|
1037
|
+
|
1038
|
+
[[package]]
|
1039
|
+
name = "icu_locid_transform"
|
1040
|
+
version = "1.5.0"
|
1041
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
1043
|
+
dependencies = [
|
1044
|
+
"displaydoc",
|
1045
|
+
"icu_locid",
|
1046
|
+
"icu_locid_transform_data",
|
1047
|
+
"icu_provider",
|
1048
|
+
"tinystr",
|
1049
|
+
"zerovec",
|
1050
|
+
]
|
1051
|
+
|
1052
|
+
[[package]]
|
1053
|
+
name = "icu_locid_transform_data"
|
1054
|
+
version = "1.5.0"
|
1055
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056
|
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
1057
|
+
|
1058
|
+
[[package]]
|
1059
|
+
name = "icu_normalizer"
|
1060
|
+
version = "1.5.0"
|
1061
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1062
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
1063
|
+
dependencies = [
|
1064
|
+
"displaydoc",
|
1065
|
+
"icu_collections",
|
1066
|
+
"icu_normalizer_data",
|
1067
|
+
"icu_properties",
|
1068
|
+
"icu_provider",
|
1069
|
+
"smallvec",
|
1070
|
+
"utf16_iter",
|
1071
|
+
"utf8_iter",
|
1072
|
+
"write16",
|
1073
|
+
"zerovec",
|
1074
|
+
]
|
1075
|
+
|
1076
|
+
[[package]]
|
1077
|
+
name = "icu_normalizer_data"
|
1078
|
+
version = "1.5.0"
|
1079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080
|
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
1081
|
+
|
1082
|
+
[[package]]
|
1083
|
+
name = "icu_properties"
|
1084
|
+
version = "1.5.1"
|
1085
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1086
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
1087
|
+
dependencies = [
|
1088
|
+
"displaydoc",
|
1089
|
+
"icu_collections",
|
1090
|
+
"icu_locid_transform",
|
1091
|
+
"icu_properties_data",
|
1092
|
+
"icu_provider",
|
1093
|
+
"tinystr",
|
1094
|
+
"zerovec",
|
1095
|
+
]
|
1096
|
+
|
1097
|
+
[[package]]
|
1098
|
+
name = "icu_properties_data"
|
1099
|
+
version = "1.5.0"
|
1100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1101
|
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
1102
|
+
|
1103
|
+
[[package]]
|
1104
|
+
name = "icu_provider"
|
1105
|
+
version = "1.5.0"
|
1106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1107
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
1108
|
+
dependencies = [
|
1109
|
+
"displaydoc",
|
1110
|
+
"icu_locid",
|
1111
|
+
"icu_provider_macros",
|
1112
|
+
"stable_deref_trait",
|
1113
|
+
"tinystr",
|
1114
|
+
"writeable",
|
1115
|
+
"yoke",
|
1116
|
+
"zerofrom",
|
1117
|
+
"zerovec",
|
1118
|
+
]
|
1119
|
+
|
1120
|
+
[[package]]
|
1121
|
+
name = "icu_provider_macros"
|
1122
|
+
version = "1.5.0"
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
1125
|
+
dependencies = [
|
1126
|
+
"proc-macro2",
|
1127
|
+
"quote",
|
1128
|
+
"syn",
|
1129
|
+
]
|
1130
|
+
|
1060
1131
|
[[package]]
|
1061
1132
|
name = "idna"
|
1062
|
-
version = "0.
|
1133
|
+
version = "1.0.3"
|
1063
1134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1064
|
-
checksum = "
|
1135
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
1065
1136
|
dependencies = [
|
1066
|
-
"
|
1067
|
-
"
|
1137
|
+
"idna_adapter",
|
1138
|
+
"smallvec",
|
1139
|
+
"utf8_iter",
|
1068
1140
|
]
|
1069
1141
|
|
1070
1142
|
[[package]]
|
1071
|
-
name = "
|
1072
|
-
version = "2.
|
1143
|
+
name = "idna_adapter"
|
1144
|
+
version = "1.2.0"
|
1073
1145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1074
|
-
checksum = "
|
1146
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
1075
1147
|
dependencies = [
|
1076
|
-
"
|
1077
|
-
"
|
1078
|
-
"serde",
|
1148
|
+
"icu_normalizer",
|
1149
|
+
"icu_properties",
|
1079
1150
|
]
|
1080
1151
|
|
1081
1152
|
[[package]]
|
1082
|
-
name = "
|
1083
|
-
version = "2.
|
1153
|
+
name = "indexmap"
|
1154
|
+
version = "2.7.1"
|
1084
1155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085
|
-
checksum = "
|
1156
|
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
1157
|
+
dependencies = [
|
1158
|
+
"equivalent",
|
1159
|
+
"hashbrown 0.15.2",
|
1160
|
+
"serde",
|
1161
|
+
]
|
1086
1162
|
|
1087
1163
|
[[package]]
|
1088
1164
|
name = "ipnet"
|
1089
|
-
version = "2.
|
1165
|
+
version = "2.11.0"
|
1090
1166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091
|
-
checksum = "
|
1167
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
1092
1168
|
|
1093
1169
|
[[package]]
|
1094
1170
|
name = "itertools"
|
@@ -1110,15 +1186,9 @@ dependencies = [
|
|
1110
1186
|
|
1111
1187
|
[[package]]
|
1112
1188
|
name = "itoa"
|
1113
|
-
version = "1.0.
|
1114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1115
|
-
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
1116
|
-
|
1117
|
-
[[package]]
|
1118
|
-
name = "itoap"
|
1119
|
-
version = "1.0.1"
|
1189
|
+
version = "1.0.14"
|
1120
1190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121
|
-
checksum = "
|
1191
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
1122
1192
|
|
1123
1193
|
[[package]]
|
1124
1194
|
name = "jemalloc-sys"
|
@@ -1151,10 +1221,11 @@ dependencies = [
|
|
1151
1221
|
|
1152
1222
|
[[package]]
|
1153
1223
|
name = "js-sys"
|
1154
|
-
version = "0.3.
|
1224
|
+
version = "0.3.77"
|
1155
1225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
-
checksum = "
|
1226
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
1157
1227
|
dependencies = [
|
1228
|
+
"once_cell",
|
1158
1229
|
"wasm-bindgen",
|
1159
1230
|
]
|
1160
1231
|
|
@@ -1183,9 +1254,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1183
1254
|
|
1184
1255
|
[[package]]
|
1185
1256
|
name = "libc"
|
1186
|
-
version = "0.2.
|
1257
|
+
version = "0.2.169"
|
1187
1258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1188
|
-
checksum = "
|
1259
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
1189
1260
|
|
1190
1261
|
[[package]]
|
1191
1262
|
name = "libflate"
|
@@ -1209,9 +1280,9 @@ dependencies = [
|
|
1209
1280
|
|
1210
1281
|
[[package]]
|
1211
1282
|
name = "libloading"
|
1212
|
-
version = "0.8.
|
1283
|
+
version = "0.8.6"
|
1213
1284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1214
|
-
checksum = "
|
1285
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
1215
1286
|
dependencies = [
|
1216
1287
|
"cfg-if",
|
1217
1288
|
"windows-targets",
|
@@ -1233,11 +1304,26 @@ dependencies = [
|
|
1233
1304
|
"libc",
|
1234
1305
|
]
|
1235
1306
|
|
1307
|
+
[[package]]
|
1308
|
+
name = "libz-rs-sys"
|
1309
|
+
version = "0.4.1"
|
1310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1311
|
+
checksum = "a90e19106f1b2c93f1fa6cdeec2e56facbf2e403559c1e1c0ddcc6d46e979cdf"
|
1312
|
+
dependencies = [
|
1313
|
+
"zlib-rs",
|
1314
|
+
]
|
1315
|
+
|
1236
1316
|
[[package]]
|
1237
1317
|
name = "linux-raw-sys"
|
1238
|
-
version = "0.4.
|
1318
|
+
version = "0.4.15"
|
1239
1319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1240
|
-
checksum = "
|
1320
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
1321
|
+
|
1322
|
+
[[package]]
|
1323
|
+
name = "litemap"
|
1324
|
+
version = "0.7.4"
|
1325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1326
|
+
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
1241
1327
|
|
1242
1328
|
[[package]]
|
1243
1329
|
name = "lock_api"
|
@@ -1251,15 +1337,15 @@ dependencies = [
|
|
1251
1337
|
|
1252
1338
|
[[package]]
|
1253
1339
|
name = "log"
|
1254
|
-
version = "0.4.
|
1340
|
+
version = "0.4.25"
|
1255
1341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1256
|
-
checksum = "
|
1342
|
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
1257
1343
|
|
1258
1344
|
[[package]]
|
1259
1345
|
name = "lz4"
|
1260
|
-
version = "1.28.
|
1346
|
+
version = "1.28.1"
|
1261
1347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262
|
-
checksum = "
|
1348
|
+
checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
|
1263
1349
|
dependencies = [
|
1264
1350
|
"lz4-sys",
|
1265
1351
|
]
|
@@ -1294,7 +1380,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
1294
1380
|
dependencies = [
|
1295
1381
|
"proc-macro2",
|
1296
1382
|
"quote",
|
1297
|
-
"syn
|
1383
|
+
"syn",
|
1298
1384
|
]
|
1299
1385
|
|
1300
1386
|
[[package]]
|
@@ -1315,22 +1401,13 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
1315
1401
|
|
1316
1402
|
[[package]]
|
1317
1403
|
name = "memmap2"
|
1318
|
-
version = "0.
|
1404
|
+
version = "0.9.5"
|
1319
1405
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1320
|
-
checksum = "
|
1406
|
+
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
1321
1407
|
dependencies = [
|
1322
1408
|
"libc",
|
1323
1409
|
]
|
1324
1410
|
|
1325
|
-
[[package]]
|
1326
|
-
name = "memoffset"
|
1327
|
-
version = "0.9.1"
|
1328
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1329
|
-
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
1330
|
-
dependencies = [
|
1331
|
-
"autocfg",
|
1332
|
-
]
|
1333
|
-
|
1334
1411
|
[[package]]
|
1335
1412
|
name = "mimalloc"
|
1336
1413
|
version = "0.1.43"
|
@@ -1354,47 +1431,24 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1354
1431
|
|
1355
1432
|
[[package]]
|
1356
1433
|
name = "miniz_oxide"
|
1357
|
-
version = "0.8.
|
1434
|
+
version = "0.8.3"
|
1358
1435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359
|
-
checksum = "
|
1436
|
+
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
1360
1437
|
dependencies = [
|
1361
1438
|
"adler2",
|
1362
1439
|
]
|
1363
1440
|
|
1364
1441
|
[[package]]
|
1365
1442
|
name = "mio"
|
1366
|
-
version = "1.0.
|
1443
|
+
version = "1.0.3"
|
1367
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1368
|
-
checksum = "
|
1445
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
1369
1446
|
dependencies = [
|
1370
|
-
"hermit-abi",
|
1371
1447
|
"libc",
|
1372
1448
|
"wasi",
|
1373
1449
|
"windows-sys 0.52.0",
|
1374
1450
|
]
|
1375
1451
|
|
1376
|
-
[[package]]
|
1377
|
-
name = "multiversion"
|
1378
|
-
version = "0.7.4"
|
1379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380
|
-
checksum = "c4851161a11d3ad0bf9402d90ffc3967bf231768bfd7aeb61755ad06dbf1a142"
|
1381
|
-
dependencies = [
|
1382
|
-
"multiversion-macros",
|
1383
|
-
"target-features",
|
1384
|
-
]
|
1385
|
-
|
1386
|
-
[[package]]
|
1387
|
-
name = "multiversion-macros"
|
1388
|
-
version = "0.7.4"
|
1389
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1390
|
-
checksum = "79a74ddee9e0c27d2578323c13905793e91622148f138ba29738f9dddb835e90"
|
1391
|
-
dependencies = [
|
1392
|
-
"proc-macro2",
|
1393
|
-
"quote",
|
1394
|
-
"syn 1.0.109",
|
1395
|
-
"target-features",
|
1396
|
-
]
|
1397
|
-
|
1398
1452
|
[[package]]
|
1399
1453
|
name = "nom"
|
1400
1454
|
version = "7.1.3"
|
@@ -1435,24 +1489,25 @@ dependencies = [
|
|
1435
1489
|
|
1436
1490
|
[[package]]
|
1437
1491
|
name = "object"
|
1438
|
-
version = "0.36.
|
1492
|
+
version = "0.36.7"
|
1439
1493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1440
|
-
checksum = "
|
1494
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
1441
1495
|
dependencies = [
|
1442
1496
|
"memchr",
|
1443
1497
|
]
|
1444
1498
|
|
1445
1499
|
[[package]]
|
1446
1500
|
name = "object_store"
|
1447
|
-
version = "0.
|
1501
|
+
version = "0.11.2"
|
1448
1502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1449
|
-
checksum = "
|
1503
|
+
checksum = "3cfccb68961a56facde1163f9319e0d15743352344e7808a11795fb99698dcaf"
|
1450
1504
|
dependencies = [
|
1451
1505
|
"async-trait",
|
1452
1506
|
"base64",
|
1453
1507
|
"bytes",
|
1454
1508
|
"chrono",
|
1455
1509
|
"futures",
|
1510
|
+
"httparse",
|
1456
1511
|
"humantime",
|
1457
1512
|
"hyper",
|
1458
1513
|
"itertools 0.13.0",
|
@@ -1481,9 +1536,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
1481
1536
|
|
1482
1537
|
[[package]]
|
1483
1538
|
name = "openssl-probe"
|
1484
|
-
version = "0.1.
|
1539
|
+
version = "0.1.6"
|
1485
1540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1486
|
-
checksum = "
|
1541
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
1487
1542
|
|
1488
1543
|
[[package]]
|
1489
1544
|
name = "parking_lot"
|
@@ -1525,18 +1580,18 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
1525
1580
|
|
1526
1581
|
[[package]]
|
1527
1582
|
name = "phf"
|
1528
|
-
version = "0.11.
|
1583
|
+
version = "0.11.3"
|
1529
1584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1530
|
-
checksum = "
|
1585
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
1531
1586
|
dependencies = [
|
1532
1587
|
"phf_shared",
|
1533
1588
|
]
|
1534
1589
|
|
1535
1590
|
[[package]]
|
1536
1591
|
name = "phf_codegen"
|
1537
|
-
version = "0.11.
|
1592
|
+
version = "0.11.3"
|
1538
1593
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1539
|
-
checksum = "
|
1594
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
1540
1595
|
dependencies = [
|
1541
1596
|
"phf_generator",
|
1542
1597
|
"phf_shared",
|
@@ -1544,9 +1599,9 @@ dependencies = [
|
|
1544
1599
|
|
1545
1600
|
[[package]]
|
1546
1601
|
name = "phf_generator"
|
1547
|
-
version = "0.11.
|
1602
|
+
version = "0.11.3"
|
1548
1603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1549
|
-
checksum = "
|
1604
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
1550
1605
|
dependencies = [
|
1551
1606
|
"phf_shared",
|
1552
1607
|
"rand",
|
@@ -1554,18 +1609,18 @@ dependencies = [
|
|
1554
1609
|
|
1555
1610
|
[[package]]
|
1556
1611
|
name = "phf_shared"
|
1557
|
-
version = "0.11.
|
1612
|
+
version = "0.11.3"
|
1558
1613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559
|
-
checksum = "
|
1614
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
1560
1615
|
dependencies = [
|
1561
1616
|
"siphasher",
|
1562
1617
|
]
|
1563
1618
|
|
1564
1619
|
[[package]]
|
1565
1620
|
name = "pin-project-lite"
|
1566
|
-
version = "0.2.
|
1621
|
+
version = "0.2.16"
|
1567
1622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1568
|
-
checksum = "
|
1623
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
1569
1624
|
|
1570
1625
|
[[package]]
|
1571
1626
|
name = "pin-utils"
|
@@ -1590,7 +1645,7 @@ dependencies = [
|
|
1590
1645
|
|
1591
1646
|
[[package]]
|
1592
1647
|
name = "polars"
|
1593
|
-
version = "0.
|
1648
|
+
version = "0.17.0"
|
1594
1649
|
dependencies = [
|
1595
1650
|
"ahash",
|
1596
1651
|
"bytes",
|
@@ -1599,21 +1654,22 @@ dependencies = [
|
|
1599
1654
|
"jemallocator",
|
1600
1655
|
"magnus",
|
1601
1656
|
"mimalloc",
|
1602
|
-
"polars 0.
|
1657
|
+
"polars 0.46.0",
|
1603
1658
|
"polars-arrow",
|
1604
1659
|
"polars-core",
|
1605
1660
|
"polars-parquet",
|
1606
1661
|
"polars-plan",
|
1607
1662
|
"polars-utils",
|
1663
|
+
"rayon",
|
1608
1664
|
"regex",
|
1609
1665
|
"serde_json",
|
1610
1666
|
]
|
1611
1667
|
|
1612
1668
|
[[package]]
|
1613
1669
|
name = "polars"
|
1614
|
-
version = "0.
|
1670
|
+
version = "0.46.0"
|
1615
1671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1616
|
-
checksum = "
|
1672
|
+
checksum = "72571dde488ecccbe799798bf99ab7308ebdb7cf5d95bcc498dbd5a132f0da4d"
|
1617
1673
|
dependencies = [
|
1618
1674
|
"getrandom",
|
1619
1675
|
"polars-arrow",
|
@@ -1632,12 +1688,11 @@ dependencies = [
|
|
1632
1688
|
|
1633
1689
|
[[package]]
|
1634
1690
|
name = "polars-arrow"
|
1635
|
-
version = "0.
|
1691
|
+
version = "0.46.0"
|
1636
1692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1637
|
-
checksum = "
|
1693
|
+
checksum = "6611c758d52e799761cc25900666b71552e6c929d88052811bc9daad4b3321a8"
|
1638
1694
|
dependencies = [
|
1639
1695
|
"ahash",
|
1640
|
-
"atoi",
|
1641
1696
|
"atoi_simd",
|
1642
1697
|
"avro-schema",
|
1643
1698
|
"bytemuck",
|
@@ -1646,20 +1701,16 @@ dependencies = [
|
|
1646
1701
|
"dyn-clone",
|
1647
1702
|
"either",
|
1648
1703
|
"ethnum",
|
1649
|
-
"fast-float",
|
1650
1704
|
"getrandom",
|
1651
|
-
"hashbrown 0.15.
|
1705
|
+
"hashbrown 0.15.2",
|
1652
1706
|
"itoa",
|
1653
|
-
"itoap",
|
1654
1707
|
"lz4",
|
1655
|
-
"multiversion",
|
1656
1708
|
"num-traits",
|
1657
1709
|
"parking_lot",
|
1658
1710
|
"polars-arrow-format",
|
1659
1711
|
"polars-error",
|
1660
1712
|
"polars-schema",
|
1661
1713
|
"polars-utils",
|
1662
|
-
"ryu",
|
1663
1714
|
"serde",
|
1664
1715
|
"simdutf8",
|
1665
1716
|
"streaming-iterator",
|
@@ -1681,25 +1732,30 @@ dependencies = [
|
|
1681
1732
|
|
1682
1733
|
[[package]]
|
1683
1734
|
name = "polars-compute"
|
1684
|
-
version = "0.
|
1735
|
+
version = "0.46.0"
|
1685
1736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1686
|
-
checksum = "
|
1737
|
+
checksum = "332f2547dbb27599a8ffe68e56159f5996ba03d1dad0382ccb62c109ceacdeb6"
|
1687
1738
|
dependencies = [
|
1739
|
+
"atoi_simd",
|
1688
1740
|
"bytemuck",
|
1741
|
+
"chrono",
|
1689
1742
|
"either",
|
1743
|
+
"fast-float2",
|
1744
|
+
"itoa",
|
1690
1745
|
"num-traits",
|
1691
1746
|
"polars-arrow",
|
1692
1747
|
"polars-error",
|
1693
1748
|
"polars-utils",
|
1749
|
+
"ryu",
|
1694
1750
|
"strength_reduce",
|
1695
1751
|
"version_check",
|
1696
1752
|
]
|
1697
1753
|
|
1698
1754
|
[[package]]
|
1699
1755
|
name = "polars-core"
|
1700
|
-
version = "0.
|
1756
|
+
version = "0.46.0"
|
1701
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1702
|
-
checksum = "
|
1758
|
+
checksum = "796d06eae7e6e74ed28ea54a8fccc584ebac84e6cf0e1e9ba41ffc807b169a01"
|
1703
1759
|
dependencies = [
|
1704
1760
|
"ahash",
|
1705
1761
|
"bitflags",
|
@@ -1709,8 +1765,9 @@ dependencies = [
|
|
1709
1765
|
"comfy-table",
|
1710
1766
|
"either",
|
1711
1767
|
"hashbrown 0.14.5",
|
1712
|
-
"hashbrown 0.15.
|
1768
|
+
"hashbrown 0.15.2",
|
1713
1769
|
"indexmap",
|
1770
|
+
"itoa",
|
1714
1771
|
"num-traits",
|
1715
1772
|
"once_cell",
|
1716
1773
|
"polars-arrow",
|
@@ -1733,9 +1790,9 @@ dependencies = [
|
|
1733
1790
|
|
1734
1791
|
[[package]]
|
1735
1792
|
name = "polars-error"
|
1736
|
-
version = "0.
|
1793
|
+
version = "0.46.0"
|
1737
1794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1738
|
-
checksum = "
|
1795
|
+
checksum = "19d6529cae0d1db5ed690e47de41fac9b35ae0c26d476830c2079f130887b847"
|
1739
1796
|
dependencies = [
|
1740
1797
|
"avro-schema",
|
1741
1798
|
"object_store",
|
@@ -1747,13 +1804,13 @@ dependencies = [
|
|
1747
1804
|
|
1748
1805
|
[[package]]
|
1749
1806
|
name = "polars-expr"
|
1750
|
-
version = "0.
|
1807
|
+
version = "0.46.0"
|
1751
1808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1752
|
-
checksum = "
|
1809
|
+
checksum = "c8e639991a8ad4fb12880ab44bcc3cf44a5703df003142334d9caf86d77d77e7"
|
1753
1810
|
dependencies = [
|
1754
1811
|
"ahash",
|
1755
1812
|
"bitflags",
|
1756
|
-
"hashbrown 0.15.
|
1813
|
+
"hashbrown 0.15.2",
|
1757
1814
|
"num-traits",
|
1758
1815
|
"once_cell",
|
1759
1816
|
"polars-arrow",
|
@@ -1771,9 +1828,9 @@ dependencies = [
|
|
1771
1828
|
|
1772
1829
|
[[package]]
|
1773
1830
|
name = "polars-io"
|
1774
|
-
version = "0.
|
1831
|
+
version = "0.46.0"
|
1775
1832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1776
|
-
checksum = "
|
1833
|
+
checksum = "719a77e94480f6be090512da196e378cbcbeb3584c6fe1134c600aee906e38ab"
|
1777
1834
|
dependencies = [
|
1778
1835
|
"ahash",
|
1779
1836
|
"async-trait",
|
@@ -1782,11 +1839,11 @@ dependencies = [
|
|
1782
1839
|
"bytes",
|
1783
1840
|
"chrono",
|
1784
1841
|
"chrono-tz",
|
1785
|
-
"fast-
|
1842
|
+
"fast-float2",
|
1786
1843
|
"fs4",
|
1787
1844
|
"futures",
|
1788
1845
|
"glob",
|
1789
|
-
"hashbrown 0.15.
|
1846
|
+
"hashbrown 0.15.2",
|
1790
1847
|
"home",
|
1791
1848
|
"itoa",
|
1792
1849
|
"memchr",
|
@@ -1803,7 +1860,6 @@ dependencies = [
|
|
1803
1860
|
"polars-schema",
|
1804
1861
|
"polars-time",
|
1805
1862
|
"polars-utils",
|
1806
|
-
"pyo3",
|
1807
1863
|
"rayon",
|
1808
1864
|
"regex",
|
1809
1865
|
"reqwest",
|
@@ -1819,19 +1875,20 @@ dependencies = [
|
|
1819
1875
|
|
1820
1876
|
[[package]]
|
1821
1877
|
name = "polars-json"
|
1822
|
-
version = "0.
|
1878
|
+
version = "0.46.0"
|
1823
1879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1824
|
-
checksum = "
|
1880
|
+
checksum = "e30603ca81e317b66b4caac683a8325a6a82ea0489685dc37e22ae03720def98"
|
1825
1881
|
dependencies = [
|
1826
1882
|
"ahash",
|
1827
1883
|
"chrono",
|
1828
1884
|
"chrono-tz",
|
1829
1885
|
"fallible-streaming-iterator",
|
1830
|
-
"hashbrown 0.15.
|
1886
|
+
"hashbrown 0.15.2",
|
1831
1887
|
"indexmap",
|
1832
1888
|
"itoa",
|
1833
1889
|
"num-traits",
|
1834
1890
|
"polars-arrow",
|
1891
|
+
"polars-compute",
|
1835
1892
|
"polars-error",
|
1836
1893
|
"polars-utils",
|
1837
1894
|
"ryu",
|
@@ -1841,12 +1898,13 @@ dependencies = [
|
|
1841
1898
|
|
1842
1899
|
[[package]]
|
1843
1900
|
name = "polars-lazy"
|
1844
|
-
version = "0.
|
1901
|
+
version = "0.46.0"
|
1845
1902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1846
|
-
checksum = "
|
1903
|
+
checksum = "a0a731a672dfc8ac38c1f73c9a4b2ae38d2fc8ac363bfb64c5f3a3e072ffc5ad"
|
1847
1904
|
dependencies = [
|
1848
1905
|
"ahash",
|
1849
1906
|
"bitflags",
|
1907
|
+
"chrono",
|
1850
1908
|
"futures",
|
1851
1909
|
"memchr",
|
1852
1910
|
"once_cell",
|
@@ -1869,9 +1927,9 @@ dependencies = [
|
|
1869
1927
|
|
1870
1928
|
[[package]]
|
1871
1929
|
name = "polars-mem-engine"
|
1872
|
-
version = "0.
|
1930
|
+
version = "0.46.0"
|
1873
1931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1874
|
-
checksum = "
|
1932
|
+
checksum = "33442189bcbf2e2559aa7914db3835429030a13f4f18e43af5fba9d1b018cf12"
|
1875
1933
|
dependencies = [
|
1876
1934
|
"futures",
|
1877
1935
|
"memmap2",
|
@@ -1885,16 +1943,15 @@ dependencies = [
|
|
1885
1943
|
"polars-plan",
|
1886
1944
|
"polars-time",
|
1887
1945
|
"polars-utils",
|
1888
|
-
"pyo3",
|
1889
1946
|
"rayon",
|
1890
1947
|
"tokio",
|
1891
1948
|
]
|
1892
1949
|
|
1893
1950
|
[[package]]
|
1894
1951
|
name = "polars-ops"
|
1895
|
-
version = "0.
|
1952
|
+
version = "0.46.0"
|
1896
1953
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1897
|
-
checksum = "
|
1954
|
+
checksum = "cbb83218b0c216104f0076cd1a005128be078f958125f3d59b094ee73d78c18e"
|
1898
1955
|
dependencies = [
|
1899
1956
|
"ahash",
|
1900
1957
|
"aho-corasick",
|
@@ -1904,12 +1961,13 @@ dependencies = [
|
|
1904
1961
|
"chrono",
|
1905
1962
|
"chrono-tz",
|
1906
1963
|
"either",
|
1907
|
-
"hashbrown 0.15.
|
1964
|
+
"hashbrown 0.15.2",
|
1908
1965
|
"hex",
|
1909
1966
|
"indexmap",
|
1910
1967
|
"jsonpath_lib_polars_vendor",
|
1911
1968
|
"memchr",
|
1912
1969
|
"num-traits",
|
1970
|
+
"once_cell",
|
1913
1971
|
"polars-arrow",
|
1914
1972
|
"polars-compute",
|
1915
1973
|
"polars-core",
|
@@ -1925,15 +1983,16 @@ dependencies = [
|
|
1925
1983
|
"serde",
|
1926
1984
|
"serde_json",
|
1927
1985
|
"strum_macros",
|
1986
|
+
"unicode-normalization",
|
1928
1987
|
"unicode-reverse",
|
1929
1988
|
"version_check",
|
1930
1989
|
]
|
1931
1990
|
|
1932
1991
|
[[package]]
|
1933
1992
|
name = "polars-parquet"
|
1934
|
-
version = "0.
|
1993
|
+
version = "0.46.0"
|
1935
1994
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1936
|
-
checksum = "
|
1995
|
+
checksum = "5c60ee85535590a38db6c703a21be4cb25342e40f573f070d1e16f9d84a53ac7"
|
1937
1996
|
dependencies = [
|
1938
1997
|
"ahash",
|
1939
1998
|
"async-stream",
|
@@ -1943,7 +2002,7 @@ dependencies = [
|
|
1943
2002
|
"ethnum",
|
1944
2003
|
"flate2",
|
1945
2004
|
"futures",
|
1946
|
-
"hashbrown 0.15.
|
2005
|
+
"hashbrown 0.15.2",
|
1947
2006
|
"lz4",
|
1948
2007
|
"num-traits",
|
1949
2008
|
"polars-arrow",
|
@@ -1970,16 +2029,17 @@ dependencies = [
|
|
1970
2029
|
|
1971
2030
|
[[package]]
|
1972
2031
|
name = "polars-pipe"
|
1973
|
-
version = "0.
|
2032
|
+
version = "0.46.0"
|
1974
2033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1975
|
-
checksum = "
|
2034
|
+
checksum = "42d238fb76698f56e51ddfa89b135e4eda56a4767c6e8859eed0ab78386fcd52"
|
1976
2035
|
dependencies = [
|
1977
2036
|
"crossbeam-channel",
|
1978
2037
|
"crossbeam-queue",
|
1979
2038
|
"enum_dispatch",
|
1980
2039
|
"futures",
|
1981
|
-
"hashbrown 0.15.
|
2040
|
+
"hashbrown 0.15.2",
|
1982
2041
|
"num-traits",
|
2042
|
+
"once_cell",
|
1983
2043
|
"polars-arrow",
|
1984
2044
|
"polars-compute",
|
1985
2045
|
"polars-core",
|
@@ -1997,9 +2057,9 @@ dependencies = [
|
|
1997
2057
|
|
1998
2058
|
[[package]]
|
1999
2059
|
name = "polars-plan"
|
2000
|
-
version = "0.
|
2060
|
+
version = "0.46.0"
|
2001
2061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2002
|
-
checksum = "
|
2062
|
+
checksum = "4f03533a93aa66127fcb909a87153a3c7cfee6f0ae59f497e73d7736208da54c"
|
2003
2063
|
dependencies = [
|
2004
2064
|
"ahash",
|
2005
2065
|
"bitflags",
|
@@ -2007,15 +2067,15 @@ dependencies = [
|
|
2007
2067
|
"bytes",
|
2008
2068
|
"chrono",
|
2009
2069
|
"chrono-tz",
|
2010
|
-
"ciborium",
|
2011
2070
|
"either",
|
2012
2071
|
"futures",
|
2013
|
-
"hashbrown 0.15.
|
2072
|
+
"hashbrown 0.15.2",
|
2014
2073
|
"memmap2",
|
2015
2074
|
"num-traits",
|
2016
2075
|
"once_cell",
|
2017
2076
|
"percent-encoding",
|
2018
2077
|
"polars-arrow",
|
2078
|
+
"polars-compute",
|
2019
2079
|
"polars-core",
|
2020
2080
|
"polars-io",
|
2021
2081
|
"polars-json",
|
@@ -2023,7 +2083,6 @@ dependencies = [
|
|
2023
2083
|
"polars-parquet",
|
2024
2084
|
"polars-time",
|
2025
2085
|
"polars-utils",
|
2026
|
-
"pyo3",
|
2027
2086
|
"rayon",
|
2028
2087
|
"recursive",
|
2029
2088
|
"regex",
|
@@ -2034,21 +2093,23 @@ dependencies = [
|
|
2034
2093
|
|
2035
2094
|
[[package]]
|
2036
2095
|
name = "polars-row"
|
2037
|
-
version = "0.
|
2096
|
+
version = "0.46.0"
|
2038
2097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2039
|
-
checksum = "
|
2098
|
+
checksum = "6bf47f7409f8e75328d7d034be390842924eb276716d0458607be0bddb8cc839"
|
2040
2099
|
dependencies = [
|
2100
|
+
"bitflags",
|
2041
2101
|
"bytemuck",
|
2042
2102
|
"polars-arrow",
|
2103
|
+
"polars-compute",
|
2043
2104
|
"polars-error",
|
2044
2105
|
"polars-utils",
|
2045
2106
|
]
|
2046
2107
|
|
2047
2108
|
[[package]]
|
2048
2109
|
name = "polars-schema"
|
2049
|
-
version = "0.
|
2110
|
+
version = "0.46.0"
|
2050
2111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2051
|
-
checksum = "
|
2112
|
+
checksum = "416621ae82b84466cf4ff36838a9b0aeb4a67e76bd3065edc8c9cb7da19b1bc7"
|
2052
2113
|
dependencies = [
|
2053
2114
|
"indexmap",
|
2054
2115
|
"polars-error",
|
@@ -2059,13 +2120,11 @@ dependencies = [
|
|
2059
2120
|
|
2060
2121
|
[[package]]
|
2061
2122
|
name = "polars-sql"
|
2062
|
-
version = "0.
|
2123
|
+
version = "0.46.0"
|
2063
2124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2064
|
-
checksum = "
|
2125
|
+
checksum = "edaab553b90aa4d6743bb538978e1982368acb58a94408d7dd3299cad49c7083"
|
2065
2126
|
dependencies = [
|
2066
2127
|
"hex",
|
2067
|
-
"once_cell",
|
2068
|
-
"polars-arrow",
|
2069
2128
|
"polars-core",
|
2070
2129
|
"polars-error",
|
2071
2130
|
"polars-lazy",
|
@@ -2074,16 +2133,16 @@ dependencies = [
|
|
2074
2133
|
"polars-time",
|
2075
2134
|
"polars-utils",
|
2076
2135
|
"rand",
|
2136
|
+
"regex",
|
2077
2137
|
"serde",
|
2078
|
-
"serde_json",
|
2079
2138
|
"sqlparser",
|
2080
2139
|
]
|
2081
2140
|
|
2082
2141
|
[[package]]
|
2083
2142
|
name = "polars-stream"
|
2084
|
-
version = "0.
|
2143
|
+
version = "0.46.0"
|
2085
2144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2086
|
-
checksum = "
|
2145
|
+
checksum = "498997b656c779610c1496b3d96a59fe569ef22a5b81ccfe5325cb3df8dff2fd"
|
2087
2146
|
dependencies = [
|
2088
2147
|
"atomic-waker",
|
2089
2148
|
"crossbeam-deque",
|
@@ -2097,6 +2156,7 @@ dependencies = [
|
|
2097
2156
|
"polars-expr",
|
2098
2157
|
"polars-io",
|
2099
2158
|
"polars-mem-engine",
|
2159
|
+
"polars-ops",
|
2100
2160
|
"polars-parquet",
|
2101
2161
|
"polars-plan",
|
2102
2162
|
"polars-utils",
|
@@ -2110,21 +2170,24 @@ dependencies = [
|
|
2110
2170
|
|
2111
2171
|
[[package]]
|
2112
2172
|
name = "polars-time"
|
2113
|
-
version = "0.
|
2173
|
+
version = "0.46.0"
|
2114
2174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2115
|
-
checksum = "
|
2175
|
+
checksum = "d192efbdab516d28b3fab1709a969e3385bd5cda050b7c9aa9e2502a01fda879"
|
2116
2176
|
dependencies = [
|
2117
|
-
"
|
2177
|
+
"atoi_simd",
|
2118
2178
|
"bytemuck",
|
2119
2179
|
"chrono",
|
2120
2180
|
"chrono-tz",
|
2121
2181
|
"now",
|
2182
|
+
"num-traits",
|
2122
2183
|
"once_cell",
|
2123
2184
|
"polars-arrow",
|
2185
|
+
"polars-compute",
|
2124
2186
|
"polars-core",
|
2125
2187
|
"polars-error",
|
2126
2188
|
"polars-ops",
|
2127
2189
|
"polars-utils",
|
2190
|
+
"rayon",
|
2128
2191
|
"regex",
|
2129
2192
|
"serde",
|
2130
2193
|
"strum_macros",
|
@@ -2132,36 +2195,33 @@ dependencies = [
|
|
2132
2195
|
|
2133
2196
|
[[package]]
|
2134
2197
|
name = "polars-utils"
|
2135
|
-
version = "0.
|
2198
|
+
version = "0.46.0"
|
2136
2199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2137
|
-
checksum = "
|
2200
|
+
checksum = "a8f6c8166a4a7fbc15b87c81645ed9e1f0651ff2e8c96cafc40ac5bf43441a10"
|
2138
2201
|
dependencies = [
|
2139
2202
|
"ahash",
|
2203
|
+
"bincode",
|
2140
2204
|
"bytemuck",
|
2141
2205
|
"bytes",
|
2142
2206
|
"compact_str",
|
2143
|
-
"
|
2207
|
+
"flate2",
|
2208
|
+
"hashbrown 0.15.2",
|
2144
2209
|
"indexmap",
|
2145
2210
|
"libc",
|
2146
2211
|
"memmap2",
|
2147
2212
|
"num-traits",
|
2148
2213
|
"once_cell",
|
2149
2214
|
"polars-error",
|
2150
|
-
"
|
2215
|
+
"rand",
|
2151
2216
|
"raw-cpuid",
|
2152
2217
|
"rayon",
|
2153
2218
|
"serde",
|
2219
|
+
"serde_json",
|
2154
2220
|
"stacker",
|
2155
2221
|
"sysinfo",
|
2156
2222
|
"version_check",
|
2157
2223
|
]
|
2158
2224
|
|
2159
|
-
[[package]]
|
2160
|
-
name = "portable-atomic"
|
2161
|
-
version = "1.9.0"
|
2162
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2163
|
-
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
2164
|
-
|
2165
2225
|
[[package]]
|
2166
2226
|
name = "ppv-lite86"
|
2167
2227
|
version = "0.2.20"
|
@@ -2173,90 +2233,27 @@ dependencies = [
|
|
2173
2233
|
|
2174
2234
|
[[package]]
|
2175
2235
|
name = "proc-macro2"
|
2176
|
-
version = "1.0.
|
2236
|
+
version = "1.0.93"
|
2177
2237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2178
|
-
checksum = "
|
2238
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2179
2239
|
dependencies = [
|
2180
2240
|
"unicode-ident",
|
2181
2241
|
]
|
2182
2242
|
|
2183
2243
|
[[package]]
|
2184
2244
|
name = "psm"
|
2185
|
-
version = "0.1.
|
2245
|
+
version = "0.1.24"
|
2186
2246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2187
|
-
checksum = "
|
2247
|
+
checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
|
2188
2248
|
dependencies = [
|
2189
2249
|
"cc",
|
2190
2250
|
]
|
2191
2251
|
|
2192
|
-
[[package]]
|
2193
|
-
name = "pyo3"
|
2194
|
-
version = "0.21.2"
|
2195
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2196
|
-
checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
|
2197
|
-
dependencies = [
|
2198
|
-
"cfg-if",
|
2199
|
-
"indoc",
|
2200
|
-
"libc",
|
2201
|
-
"memoffset",
|
2202
|
-
"parking_lot",
|
2203
|
-
"portable-atomic",
|
2204
|
-
"pyo3-build-config",
|
2205
|
-
"pyo3-ffi",
|
2206
|
-
"pyo3-macros",
|
2207
|
-
"unindent",
|
2208
|
-
]
|
2209
|
-
|
2210
|
-
[[package]]
|
2211
|
-
name = "pyo3-build-config"
|
2212
|
-
version = "0.21.2"
|
2213
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2214
|
-
checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
|
2215
|
-
dependencies = [
|
2216
|
-
"once_cell",
|
2217
|
-
"target-lexicon",
|
2218
|
-
]
|
2219
|
-
|
2220
|
-
[[package]]
|
2221
|
-
name = "pyo3-ffi"
|
2222
|
-
version = "0.21.2"
|
2223
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2224
|
-
checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
|
2225
|
-
dependencies = [
|
2226
|
-
"libc",
|
2227
|
-
"pyo3-build-config",
|
2228
|
-
]
|
2229
|
-
|
2230
|
-
[[package]]
|
2231
|
-
name = "pyo3-macros"
|
2232
|
-
version = "0.21.2"
|
2233
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2234
|
-
checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
|
2235
|
-
dependencies = [
|
2236
|
-
"proc-macro2",
|
2237
|
-
"pyo3-macros-backend",
|
2238
|
-
"quote",
|
2239
|
-
"syn 2.0.85",
|
2240
|
-
]
|
2241
|
-
|
2242
|
-
[[package]]
|
2243
|
-
name = "pyo3-macros-backend"
|
2244
|
-
version = "0.21.2"
|
2245
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2246
|
-
checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
|
2247
|
-
dependencies = [
|
2248
|
-
"heck 0.4.1",
|
2249
|
-
"proc-macro2",
|
2250
|
-
"pyo3-build-config",
|
2251
|
-
"quote",
|
2252
|
-
"syn 2.0.85",
|
2253
|
-
]
|
2254
|
-
|
2255
2252
|
[[package]]
|
2256
2253
|
name = "quick-xml"
|
2257
|
-
version = "0.
|
2254
|
+
version = "0.37.2"
|
2258
2255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2259
|
-
checksum = "
|
2256
|
+
checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
|
2260
2257
|
dependencies = [
|
2261
2258
|
"memchr",
|
2262
2259
|
"serde",
|
@@ -2264,15 +2261,15 @@ dependencies = [
|
|
2264
2261
|
|
2265
2262
|
[[package]]
|
2266
2263
|
name = "quinn"
|
2267
|
-
version = "0.11.
|
2264
|
+
version = "0.11.6"
|
2268
2265
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2269
|
-
checksum = "
|
2266
|
+
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
2270
2267
|
dependencies = [
|
2271
2268
|
"bytes",
|
2272
2269
|
"pin-project-lite",
|
2273
2270
|
"quinn-proto",
|
2274
2271
|
"quinn-udp",
|
2275
|
-
"rustc-hash 2.
|
2272
|
+
"rustc-hash 2.1.0",
|
2276
2273
|
"rustls",
|
2277
2274
|
"socket2",
|
2278
2275
|
"thiserror",
|
@@ -2282,26 +2279,29 @@ dependencies = [
|
|
2282
2279
|
|
2283
2280
|
[[package]]
|
2284
2281
|
name = "quinn-proto"
|
2285
|
-
version = "0.11.
|
2282
|
+
version = "0.11.9"
|
2286
2283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2287
|
-
checksum = "
|
2284
|
+
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
2288
2285
|
dependencies = [
|
2289
2286
|
"bytes",
|
2287
|
+
"getrandom",
|
2290
2288
|
"rand",
|
2291
2289
|
"ring",
|
2292
|
-
"rustc-hash 2.
|
2290
|
+
"rustc-hash 2.1.0",
|
2293
2291
|
"rustls",
|
2292
|
+
"rustls-pki-types",
|
2294
2293
|
"slab",
|
2295
2294
|
"thiserror",
|
2296
2295
|
"tinyvec",
|
2297
2296
|
"tracing",
|
2297
|
+
"web-time",
|
2298
2298
|
]
|
2299
2299
|
|
2300
2300
|
[[package]]
|
2301
2301
|
name = "quinn-udp"
|
2302
|
-
version = "0.5.
|
2302
|
+
version = "0.5.9"
|
2303
2303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2304
|
-
checksum = "
|
2304
|
+
checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
|
2305
2305
|
dependencies = [
|
2306
2306
|
"cfg_aliases",
|
2307
2307
|
"libc",
|
@@ -2313,9 +2313,9 @@ dependencies = [
|
|
2313
2313
|
|
2314
2314
|
[[package]]
|
2315
2315
|
name = "quote"
|
2316
|
-
version = "1.0.
|
2316
|
+
version = "1.0.38"
|
2317
2317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2318
|
-
checksum = "
|
2318
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2319
2319
|
dependencies = [
|
2320
2320
|
"proc-macro2",
|
2321
2321
|
]
|
@@ -2362,9 +2362,9 @@ dependencies = [
|
|
2362
2362
|
|
2363
2363
|
[[package]]
|
2364
2364
|
name = "raw-cpuid"
|
2365
|
-
version = "11.
|
2365
|
+
version = "11.3.0"
|
2366
2366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367
|
-
checksum = "
|
2367
|
+
checksum = "c6928fa44c097620b706542d428957635951bade7143269085389d42c8a4927e"
|
2368
2368
|
dependencies = [
|
2369
2369
|
"bitflags",
|
2370
2370
|
]
|
@@ -2391,18 +2391,18 @@ dependencies = [
|
|
2391
2391
|
|
2392
2392
|
[[package]]
|
2393
2393
|
name = "rb-sys"
|
2394
|
-
version = "0.9.
|
2394
|
+
version = "0.9.108"
|
2395
2395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396
|
-
checksum = "
|
2396
|
+
checksum = "1e955384e1a4dc64b71d1e4b39ed0edbd77c7bde4a10dfd5ad208e1160fddfa7"
|
2397
2397
|
dependencies = [
|
2398
2398
|
"rb-sys-build",
|
2399
2399
|
]
|
2400
2400
|
|
2401
2401
|
[[package]]
|
2402
2402
|
name = "rb-sys-build"
|
2403
|
-
version = "0.9.
|
2403
|
+
version = "0.9.108"
|
2404
2404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2405
|
-
checksum = "
|
2405
|
+
checksum = "c167c6571889b2550d6fcb315e8aa60bdb95e47e4b64793e3f65a30dc25afc85"
|
2406
2406
|
dependencies = [
|
2407
2407
|
"bindgen",
|
2408
2408
|
"lazy_static",
|
@@ -2410,7 +2410,7 @@ dependencies = [
|
|
2410
2410
|
"quote",
|
2411
2411
|
"regex",
|
2412
2412
|
"shell-words",
|
2413
|
-
"syn
|
2413
|
+
"syn",
|
2414
2414
|
]
|
2415
2415
|
|
2416
2416
|
[[package]]
|
@@ -2436,14 +2436,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2436
2436
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
2437
2437
|
dependencies = [
|
2438
2438
|
"quote",
|
2439
|
-
"syn
|
2439
|
+
"syn",
|
2440
2440
|
]
|
2441
2441
|
|
2442
2442
|
[[package]]
|
2443
2443
|
name = "redox_syscall"
|
2444
|
-
version = "0.5.
|
2444
|
+
version = "0.5.8"
|
2445
2445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2446
|
-
checksum = "
|
2446
|
+
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2447
2447
|
dependencies = [
|
2448
2448
|
"bitflags",
|
2449
2449
|
]
|
@@ -2465,7 +2465,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
|
|
2465
2465
|
dependencies = [
|
2466
2466
|
"proc-macro2",
|
2467
2467
|
"quote",
|
2468
|
-
"syn
|
2468
|
+
"syn",
|
2469
2469
|
]
|
2470
2470
|
|
2471
2471
|
[[package]]
|
@@ -2482,9 +2482,9 @@ dependencies = [
|
|
2482
2482
|
|
2483
2483
|
[[package]]
|
2484
2484
|
name = "regex-automata"
|
2485
|
-
version = "0.4.
|
2485
|
+
version = "0.4.9"
|
2486
2486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2487
|
-
checksum = "
|
2487
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2488
2488
|
dependencies = [
|
2489
2489
|
"aho-corasick",
|
2490
2490
|
"memchr",
|
@@ -2499,9 +2499,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2499
2499
|
|
2500
2500
|
[[package]]
|
2501
2501
|
name = "reqwest"
|
2502
|
-
version = "0.12.
|
2502
|
+
version = "0.12.12"
|
2503
2503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2504
|
-
checksum = "
|
2504
|
+
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
2505
2505
|
dependencies = [
|
2506
2506
|
"base64",
|
2507
2507
|
"bytes",
|
@@ -2533,6 +2533,7 @@ dependencies = [
|
|
2533
2533
|
"tokio",
|
2534
2534
|
"tokio-rustls",
|
2535
2535
|
"tokio-util",
|
2536
|
+
"tower",
|
2536
2537
|
"tower-service",
|
2537
2538
|
"url",
|
2538
2539
|
"wasm-bindgen",
|
@@ -2577,28 +2578,28 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2577
2578
|
|
2578
2579
|
[[package]]
|
2579
2580
|
name = "rustc-hash"
|
2580
|
-
version = "2.
|
2581
|
+
version = "2.1.0"
|
2581
2582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2582
|
-
checksum = "
|
2583
|
+
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
2583
2584
|
|
2584
2585
|
[[package]]
|
2585
2586
|
name = "rustix"
|
2586
|
-
version = "0.38.
|
2587
|
+
version = "0.38.44"
|
2587
2588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2588
|
-
checksum = "
|
2589
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2589
2590
|
dependencies = [
|
2590
2591
|
"bitflags",
|
2591
2592
|
"errno",
|
2592
2593
|
"libc",
|
2593
2594
|
"linux-raw-sys",
|
2594
|
-
"windows-sys 0.
|
2595
|
+
"windows-sys 0.59.0",
|
2595
2596
|
]
|
2596
2597
|
|
2597
2598
|
[[package]]
|
2598
2599
|
name = "rustls"
|
2599
|
-
version = "0.23.
|
2600
|
+
version = "0.23.21"
|
2600
2601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2601
|
-
checksum = "
|
2602
|
+
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
|
2602
2603
|
dependencies = [
|
2603
2604
|
"once_cell",
|
2604
2605
|
"ring",
|
@@ -2610,12 +2611,11 @@ dependencies = [
|
|
2610
2611
|
|
2611
2612
|
[[package]]
|
2612
2613
|
name = "rustls-native-certs"
|
2613
|
-
version = "0.8.
|
2614
|
+
version = "0.8.1"
|
2614
2615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2615
|
-
checksum = "
|
2616
|
+
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
2616
2617
|
dependencies = [
|
2617
2618
|
"openssl-probe",
|
2618
|
-
"rustls-pemfile",
|
2619
2619
|
"rustls-pki-types",
|
2620
2620
|
"schannel",
|
2621
2621
|
"security-framework",
|
@@ -2632,9 +2632,12 @@ dependencies = [
|
|
2632
2632
|
|
2633
2633
|
[[package]]
|
2634
2634
|
name = "rustls-pki-types"
|
2635
|
-
version = "1.
|
2635
|
+
version = "1.11.0"
|
2636
2636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2637
|
-
checksum = "
|
2637
|
+
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
2638
|
+
dependencies = [
|
2639
|
+
"web-time",
|
2640
|
+
]
|
2638
2641
|
|
2639
2642
|
[[package]]
|
2640
2643
|
name = "rustls-webpki"
|
@@ -2649,9 +2652,9 @@ dependencies = [
|
|
2649
2652
|
|
2650
2653
|
[[package]]
|
2651
2654
|
name = "rustversion"
|
2652
|
-
version = "1.0.
|
2655
|
+
version = "1.0.19"
|
2653
2656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2654
|
-
checksum = "
|
2657
|
+
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2655
2658
|
|
2656
2659
|
[[package]]
|
2657
2660
|
name = "ryu"
|
@@ -2670,9 +2673,9 @@ dependencies = [
|
|
2670
2673
|
|
2671
2674
|
[[package]]
|
2672
2675
|
name = "schannel"
|
2673
|
-
version = "0.1.
|
2676
|
+
version = "0.1.27"
|
2674
2677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2675
|
-
checksum = "
|
2678
|
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2676
2679
|
dependencies = [
|
2677
2680
|
"windows-sys 0.59.0",
|
2678
2681
|
]
|
@@ -2685,9 +2688,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2685
2688
|
|
2686
2689
|
[[package]]
|
2687
2690
|
name = "security-framework"
|
2688
|
-
version = "2.
|
2691
|
+
version = "3.2.0"
|
2689
2692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2690
|
-
checksum = "
|
2693
|
+
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
2691
2694
|
dependencies = [
|
2692
2695
|
"bitflags",
|
2693
2696
|
"core-foundation",
|
@@ -2698,9 +2701,9 @@ dependencies = [
|
|
2698
2701
|
|
2699
2702
|
[[package]]
|
2700
2703
|
name = "security-framework-sys"
|
2701
|
-
version = "2.
|
2704
|
+
version = "2.14.0"
|
2702
2705
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2703
|
-
checksum = "
|
2706
|
+
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
2704
2707
|
dependencies = [
|
2705
2708
|
"core-foundation-sys",
|
2706
2709
|
"libc",
|
@@ -2714,29 +2717,29 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
2714
2717
|
|
2715
2718
|
[[package]]
|
2716
2719
|
name = "serde"
|
2717
|
-
version = "1.0.
|
2720
|
+
version = "1.0.217"
|
2718
2721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2719
|
-
checksum = "
|
2722
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2720
2723
|
dependencies = [
|
2721
2724
|
"serde_derive",
|
2722
2725
|
]
|
2723
2726
|
|
2724
2727
|
[[package]]
|
2725
2728
|
name = "serde_derive"
|
2726
|
-
version = "1.0.
|
2729
|
+
version = "1.0.217"
|
2727
2730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2728
|
-
checksum = "
|
2731
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2729
2732
|
dependencies = [
|
2730
2733
|
"proc-macro2",
|
2731
2734
|
"quote",
|
2732
|
-
"syn
|
2735
|
+
"syn",
|
2733
2736
|
]
|
2734
2737
|
|
2735
2738
|
[[package]]
|
2736
2739
|
name = "serde_json"
|
2737
|
-
version = "1.0.
|
2740
|
+
version = "1.0.137"
|
2738
2741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2739
|
-
checksum = "
|
2742
|
+
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
2740
2743
|
dependencies = [
|
2741
2744
|
"indexmap",
|
2742
2745
|
"itoa",
|
@@ -2771,9 +2774,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2771
2774
|
|
2772
2775
|
[[package]]
|
2773
2776
|
name = "simd-json"
|
2774
|
-
version = "0.14.
|
2777
|
+
version = "0.14.3"
|
2775
2778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2776
|
-
checksum = "
|
2779
|
+
checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40"
|
2777
2780
|
dependencies = [
|
2778
2781
|
"ahash",
|
2779
2782
|
"getrandom",
|
@@ -2794,9 +2797,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
2794
2797
|
|
2795
2798
|
[[package]]
|
2796
2799
|
name = "siphasher"
|
2797
|
-
version = "0.
|
2800
|
+
version = "1.0.1"
|
2798
2801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2799
|
-
checksum = "
|
2802
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
2800
2803
|
|
2801
2804
|
[[package]]
|
2802
2805
|
name = "slab"
|
@@ -2824,24 +2827,23 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
2824
2827
|
|
2825
2828
|
[[package]]
|
2826
2829
|
name = "snafu"
|
2827
|
-
version = "0.
|
2830
|
+
version = "0.8.5"
|
2828
2831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2829
|
-
checksum = "
|
2832
|
+
checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019"
|
2830
2833
|
dependencies = [
|
2831
|
-
"doc-comment",
|
2832
2834
|
"snafu-derive",
|
2833
2835
|
]
|
2834
2836
|
|
2835
2837
|
[[package]]
|
2836
2838
|
name = "snafu-derive"
|
2837
|
-
version = "0.
|
2839
|
+
version = "0.8.5"
|
2838
2840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839
|
-
checksum = "
|
2841
|
+
checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917"
|
2840
2842
|
dependencies = [
|
2841
|
-
"heck
|
2843
|
+
"heck",
|
2842
2844
|
"proc-macro2",
|
2843
2845
|
"quote",
|
2844
|
-
"syn
|
2846
|
+
"syn",
|
2845
2847
|
]
|
2846
2848
|
|
2847
2849
|
[[package]]
|
@@ -2852,9 +2854,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
|
2852
2854
|
|
2853
2855
|
[[package]]
|
2854
2856
|
name = "socket2"
|
2855
|
-
version = "0.5.
|
2857
|
+
version = "0.5.8"
|
2856
2858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2857
|
-
checksum = "
|
2859
|
+
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2858
2860
|
dependencies = [
|
2859
2861
|
"libc",
|
2860
2862
|
"windows-sys 0.52.0",
|
@@ -2868,13 +2870,19 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
2868
2870
|
|
2869
2871
|
[[package]]
|
2870
2872
|
name = "sqlparser"
|
2871
|
-
version = "0.
|
2873
|
+
version = "0.53.0"
|
2872
2874
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2873
|
-
checksum = "
|
2875
|
+
checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
|
2874
2876
|
dependencies = [
|
2875
2877
|
"log",
|
2876
2878
|
]
|
2877
2879
|
|
2880
|
+
[[package]]
|
2881
|
+
name = "stable_deref_trait"
|
2882
|
+
version = "1.2.0"
|
2883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2884
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2885
|
+
|
2878
2886
|
[[package]]
|
2879
2887
|
name = "stacker"
|
2880
2888
|
version = "0.1.17"
|
@@ -2927,11 +2935,11 @@ version = "0.26.4"
|
|
2927
2935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2928
2936
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2929
2937
|
dependencies = [
|
2930
|
-
"heck
|
2938
|
+
"heck",
|
2931
2939
|
"proc-macro2",
|
2932
2940
|
"quote",
|
2933
2941
|
"rustversion",
|
2934
|
-
"syn
|
2942
|
+
"syn",
|
2935
2943
|
]
|
2936
2944
|
|
2937
2945
|
[[package]]
|
@@ -2942,9 +2950,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
2942
2950
|
|
2943
2951
|
[[package]]
|
2944
2952
|
name = "syn"
|
2945
|
-
version = "
|
2953
|
+
version = "2.0.96"
|
2946
2954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2947
|
-
checksum = "
|
2955
|
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2948
2956
|
dependencies = [
|
2949
2957
|
"proc-macro2",
|
2950
2958
|
"quote",
|
@@ -2952,30 +2960,30 @@ dependencies = [
|
|
2952
2960
|
]
|
2953
2961
|
|
2954
2962
|
[[package]]
|
2955
|
-
name = "
|
2956
|
-
version = "
|
2963
|
+
name = "sync_wrapper"
|
2964
|
+
version = "1.0.2"
|
2957
2965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958
|
-
checksum = "
|
2966
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2959
2967
|
dependencies = [
|
2960
|
-
"
|
2961
|
-
"quote",
|
2962
|
-
"unicode-ident",
|
2968
|
+
"futures-core",
|
2963
2969
|
]
|
2964
2970
|
|
2965
2971
|
[[package]]
|
2966
|
-
name = "
|
2967
|
-
version = "
|
2972
|
+
name = "synstructure"
|
2973
|
+
version = "0.13.1"
|
2968
2974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2969
|
-
checksum = "
|
2975
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2970
2976
|
dependencies = [
|
2971
|
-
"
|
2977
|
+
"proc-macro2",
|
2978
|
+
"quote",
|
2979
|
+
"syn",
|
2972
2980
|
]
|
2973
2981
|
|
2974
2982
|
[[package]]
|
2975
2983
|
name = "sysinfo"
|
2976
|
-
version = "0.
|
2984
|
+
version = "0.33.1"
|
2977
2985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2978
|
-
checksum = "
|
2986
|
+
checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
|
2979
2987
|
dependencies = [
|
2980
2988
|
"core-foundation-sys",
|
2981
2989
|
"libc",
|
@@ -2984,43 +2992,41 @@ dependencies = [
|
|
2984
2992
|
"windows",
|
2985
2993
|
]
|
2986
2994
|
|
2987
|
-
[[package]]
|
2988
|
-
name = "target-features"
|
2989
|
-
version = "0.1.6"
|
2990
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2991
|
-
checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
|
2992
|
-
|
2993
|
-
[[package]]
|
2994
|
-
name = "target-lexicon"
|
2995
|
-
version = "0.12.16"
|
2996
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2997
|
-
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
2998
|
-
|
2999
2995
|
[[package]]
|
3000
2996
|
name = "thiserror"
|
3001
|
-
version = "
|
2997
|
+
version = "2.0.11"
|
3002
2998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3003
|
-
checksum = "
|
2999
|
+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
3004
3000
|
dependencies = [
|
3005
3001
|
"thiserror-impl",
|
3006
3002
|
]
|
3007
3003
|
|
3008
3004
|
[[package]]
|
3009
3005
|
name = "thiserror-impl"
|
3010
|
-
version = "
|
3006
|
+
version = "2.0.11"
|
3011
3007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3012
|
-
checksum = "
|
3008
|
+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
3013
3009
|
dependencies = [
|
3014
3010
|
"proc-macro2",
|
3015
3011
|
"quote",
|
3016
|
-
"syn
|
3012
|
+
"syn",
|
3013
|
+
]
|
3014
|
+
|
3015
|
+
[[package]]
|
3016
|
+
name = "tinystr"
|
3017
|
+
version = "0.7.6"
|
3018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3019
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
3020
|
+
dependencies = [
|
3021
|
+
"displaydoc",
|
3022
|
+
"zerovec",
|
3017
3023
|
]
|
3018
3024
|
|
3019
3025
|
[[package]]
|
3020
3026
|
name = "tinyvec"
|
3021
|
-
version = "1.8.
|
3027
|
+
version = "1.8.1"
|
3022
3028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3023
|
-
checksum = "
|
3029
|
+
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
3024
3030
|
dependencies = [
|
3025
3031
|
"tinyvec_macros",
|
3026
3032
|
]
|
@@ -3033,9 +3039,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
3033
3039
|
|
3034
3040
|
[[package]]
|
3035
3041
|
name = "tokio"
|
3036
|
-
version = "1.
|
3042
|
+
version = "1.43.0"
|
3037
3043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3038
|
-
checksum = "
|
3044
|
+
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
3039
3045
|
dependencies = [
|
3040
3046
|
"backtrace",
|
3041
3047
|
"bytes",
|
@@ -3049,31 +3055,30 @@ dependencies = [
|
|
3049
3055
|
|
3050
3056
|
[[package]]
|
3051
3057
|
name = "tokio-macros"
|
3052
|
-
version = "2.
|
3058
|
+
version = "2.5.0"
|
3053
3059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3054
|
-
checksum = "
|
3060
|
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
3055
3061
|
dependencies = [
|
3056
3062
|
"proc-macro2",
|
3057
3063
|
"quote",
|
3058
|
-
"syn
|
3064
|
+
"syn",
|
3059
3065
|
]
|
3060
3066
|
|
3061
3067
|
[[package]]
|
3062
3068
|
name = "tokio-rustls"
|
3063
|
-
version = "0.26.
|
3069
|
+
version = "0.26.1"
|
3064
3070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3065
|
-
checksum = "
|
3071
|
+
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
3066
3072
|
dependencies = [
|
3067
3073
|
"rustls",
|
3068
|
-
"rustls-pki-types",
|
3069
3074
|
"tokio",
|
3070
3075
|
]
|
3071
3076
|
|
3072
3077
|
[[package]]
|
3073
3078
|
name = "tokio-util"
|
3074
|
-
version = "0.7.
|
3079
|
+
version = "0.7.13"
|
3075
3080
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3076
|
-
checksum = "
|
3081
|
+
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
3077
3082
|
dependencies = [
|
3078
3083
|
"bytes",
|
3079
3084
|
"futures-core",
|
@@ -3082,6 +3087,27 @@ dependencies = [
|
|
3082
3087
|
"tokio",
|
3083
3088
|
]
|
3084
3089
|
|
3090
|
+
[[package]]
|
3091
|
+
name = "tower"
|
3092
|
+
version = "0.5.2"
|
3093
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3094
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
3095
|
+
dependencies = [
|
3096
|
+
"futures-core",
|
3097
|
+
"futures-util",
|
3098
|
+
"pin-project-lite",
|
3099
|
+
"sync_wrapper",
|
3100
|
+
"tokio",
|
3101
|
+
"tower-layer",
|
3102
|
+
"tower-service",
|
3103
|
+
]
|
3104
|
+
|
3105
|
+
[[package]]
|
3106
|
+
name = "tower-layer"
|
3107
|
+
version = "0.3.3"
|
3108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3109
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
3110
|
+
|
3085
3111
|
[[package]]
|
3086
3112
|
name = "tower-service"
|
3087
3113
|
version = "0.3.3"
|
@@ -3090,9 +3116,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3090
3116
|
|
3091
3117
|
[[package]]
|
3092
3118
|
name = "tracing"
|
3093
|
-
version = "0.1.
|
3119
|
+
version = "0.1.41"
|
3094
3120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3095
|
-
checksum = "
|
3121
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
3096
3122
|
dependencies = [
|
3097
3123
|
"pin-project-lite",
|
3098
3124
|
"tracing-attributes",
|
@@ -3101,20 +3127,20 @@ dependencies = [
|
|
3101
3127
|
|
3102
3128
|
[[package]]
|
3103
3129
|
name = "tracing-attributes"
|
3104
|
-
version = "0.1.
|
3130
|
+
version = "0.1.28"
|
3105
3131
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3106
|
-
checksum = "
|
3132
|
+
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
3107
3133
|
dependencies = [
|
3108
3134
|
"proc-macro2",
|
3109
3135
|
"quote",
|
3110
|
-
"syn
|
3136
|
+
"syn",
|
3111
3137
|
]
|
3112
3138
|
|
3113
3139
|
[[package]]
|
3114
3140
|
name = "tracing-core"
|
3115
|
-
version = "0.1.
|
3141
|
+
version = "0.1.33"
|
3116
3142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3117
|
-
checksum = "
|
3143
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
3118
3144
|
dependencies = [
|
3119
3145
|
"once_cell",
|
3120
3146
|
]
|
@@ -3131,17 +3157,11 @@ version = "1.17.0"
|
|
3131
3157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3132
3158
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
3133
3159
|
|
3134
|
-
[[package]]
|
3135
|
-
name = "unicode-bidi"
|
3136
|
-
version = "0.3.17"
|
3137
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3138
|
-
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
3139
|
-
|
3140
3160
|
[[package]]
|
3141
3161
|
name = "unicode-ident"
|
3142
|
-
version = "1.0.
|
3162
|
+
version = "1.0.15"
|
3143
3163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3144
|
-
checksum = "
|
3164
|
+
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
3145
3165
|
|
3146
3166
|
[[package]]
|
3147
3167
|
name = "unicode-normalization"
|
@@ -3169,15 +3189,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3169
3189
|
|
3170
3190
|
[[package]]
|
3171
3191
|
name = "unicode-width"
|
3172
|
-
version = "0.
|
3173
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3174
|
-
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
3175
|
-
|
3176
|
-
[[package]]
|
3177
|
-
name = "unindent"
|
3178
|
-
version = "0.2.3"
|
3192
|
+
version = "0.2.0"
|
3179
3193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3180
|
-
checksum = "
|
3194
|
+
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
3181
3195
|
|
3182
3196
|
[[package]]
|
3183
3197
|
name = "untrusted"
|
@@ -3187,20 +3201,32 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
3187
3201
|
|
3188
3202
|
[[package]]
|
3189
3203
|
name = "url"
|
3190
|
-
version = "2.5.
|
3204
|
+
version = "2.5.4"
|
3191
3205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3192
|
-
checksum = "
|
3206
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
3193
3207
|
dependencies = [
|
3194
3208
|
"form_urlencoded",
|
3195
3209
|
"idna",
|
3196
3210
|
"percent-encoding",
|
3197
3211
|
]
|
3198
3212
|
|
3213
|
+
[[package]]
|
3214
|
+
name = "utf16_iter"
|
3215
|
+
version = "1.0.5"
|
3216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3217
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
3218
|
+
|
3219
|
+
[[package]]
|
3220
|
+
name = "utf8_iter"
|
3221
|
+
version = "1.0.4"
|
3222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3223
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
3224
|
+
|
3199
3225
|
[[package]]
|
3200
3226
|
name = "uuid"
|
3201
|
-
version = "1.
|
3227
|
+
version = "1.12.1"
|
3202
3228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3203
|
-
checksum = "
|
3229
|
+
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
|
3204
3230
|
dependencies = [
|
3205
3231
|
"getrandom",
|
3206
3232
|
]
|
@@ -3250,47 +3276,48 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3250
3276
|
|
3251
3277
|
[[package]]
|
3252
3278
|
name = "wasm-bindgen"
|
3253
|
-
version = "0.2.
|
3279
|
+
version = "0.2.100"
|
3254
3280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3255
|
-
checksum = "
|
3281
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
3256
3282
|
dependencies = [
|
3257
3283
|
"cfg-if",
|
3258
3284
|
"once_cell",
|
3285
|
+
"rustversion",
|
3259
3286
|
"wasm-bindgen-macro",
|
3260
3287
|
]
|
3261
3288
|
|
3262
3289
|
[[package]]
|
3263
3290
|
name = "wasm-bindgen-backend"
|
3264
|
-
version = "0.2.
|
3291
|
+
version = "0.2.100"
|
3265
3292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3266
|
-
checksum = "
|
3293
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
3267
3294
|
dependencies = [
|
3268
3295
|
"bumpalo",
|
3269
3296
|
"log",
|
3270
|
-
"once_cell",
|
3271
3297
|
"proc-macro2",
|
3272
3298
|
"quote",
|
3273
|
-
"syn
|
3299
|
+
"syn",
|
3274
3300
|
"wasm-bindgen-shared",
|
3275
3301
|
]
|
3276
3302
|
|
3277
3303
|
[[package]]
|
3278
3304
|
name = "wasm-bindgen-futures"
|
3279
|
-
version = "0.4.
|
3305
|
+
version = "0.4.50"
|
3280
3306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3281
|
-
checksum = "
|
3307
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
3282
3308
|
dependencies = [
|
3283
3309
|
"cfg-if",
|
3284
3310
|
"js-sys",
|
3311
|
+
"once_cell",
|
3285
3312
|
"wasm-bindgen",
|
3286
3313
|
"web-sys",
|
3287
3314
|
]
|
3288
3315
|
|
3289
3316
|
[[package]]
|
3290
3317
|
name = "wasm-bindgen-macro"
|
3291
|
-
version = "0.2.
|
3318
|
+
version = "0.2.100"
|
3292
3319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3293
|
-
checksum = "
|
3320
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
3294
3321
|
dependencies = [
|
3295
3322
|
"quote",
|
3296
3323
|
"wasm-bindgen-macro-support",
|
@@ -3298,22 +3325,25 @@ dependencies = [
|
|
3298
3325
|
|
3299
3326
|
[[package]]
|
3300
3327
|
name = "wasm-bindgen-macro-support"
|
3301
|
-
version = "0.2.
|
3328
|
+
version = "0.2.100"
|
3302
3329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3303
|
-
checksum = "
|
3330
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
3304
3331
|
dependencies = [
|
3305
3332
|
"proc-macro2",
|
3306
3333
|
"quote",
|
3307
|
-
"syn
|
3334
|
+
"syn",
|
3308
3335
|
"wasm-bindgen-backend",
|
3309
3336
|
"wasm-bindgen-shared",
|
3310
3337
|
]
|
3311
3338
|
|
3312
3339
|
[[package]]
|
3313
3340
|
name = "wasm-bindgen-shared"
|
3314
|
-
version = "0.2.
|
3341
|
+
version = "0.2.100"
|
3315
3342
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3316
|
-
checksum = "
|
3343
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
3344
|
+
dependencies = [
|
3345
|
+
"unicode-ident",
|
3346
|
+
]
|
3317
3347
|
|
3318
3348
|
[[package]]
|
3319
3349
|
name = "wasm-streams"
|
@@ -3330,9 +3360,19 @@ dependencies = [
|
|
3330
3360
|
|
3331
3361
|
[[package]]
|
3332
3362
|
name = "web-sys"
|
3333
|
-
version = "0.3.
|
3363
|
+
version = "0.3.77"
|
3364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3365
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
3366
|
+
dependencies = [
|
3367
|
+
"js-sys",
|
3368
|
+
"wasm-bindgen",
|
3369
|
+
]
|
3370
|
+
|
3371
|
+
[[package]]
|
3372
|
+
name = "web-time"
|
3373
|
+
version = "1.1.0"
|
3334
3374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335
|
-
checksum = "
|
3375
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
3336
3376
|
dependencies = [
|
3337
3377
|
"js-sys",
|
3338
3378
|
"wasm-bindgen",
|
@@ -3408,7 +3448,7 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
3408
3448
|
dependencies = [
|
3409
3449
|
"proc-macro2",
|
3410
3450
|
"quote",
|
3411
|
-
"syn
|
3451
|
+
"syn",
|
3412
3452
|
]
|
3413
3453
|
|
3414
3454
|
[[package]]
|
@@ -3419,7 +3459,7 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
3419
3459
|
dependencies = [
|
3420
3460
|
"proc-macro2",
|
3421
3461
|
"quote",
|
3422
|
-
"syn
|
3462
|
+
"syn",
|
3423
3463
|
]
|
3424
3464
|
|
3425
3465
|
[[package]]
|
@@ -3543,11 +3583,47 @@ version = "0.52.6"
|
|
3543
3583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3544
3584
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
3545
3585
|
|
3586
|
+
[[package]]
|
3587
|
+
name = "write16"
|
3588
|
+
version = "1.0.0"
|
3589
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3590
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
3591
|
+
|
3592
|
+
[[package]]
|
3593
|
+
name = "writeable"
|
3594
|
+
version = "0.5.5"
|
3595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3596
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
3597
|
+
|
3546
3598
|
[[package]]
|
3547
3599
|
name = "xxhash-rust"
|
3548
|
-
version = "0.8.
|
3600
|
+
version = "0.8.15"
|
3549
3601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3550
|
-
checksum = "
|
3602
|
+
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
|
3603
|
+
|
3604
|
+
[[package]]
|
3605
|
+
name = "yoke"
|
3606
|
+
version = "0.7.5"
|
3607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3608
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
3609
|
+
dependencies = [
|
3610
|
+
"serde",
|
3611
|
+
"stable_deref_trait",
|
3612
|
+
"yoke-derive",
|
3613
|
+
"zerofrom",
|
3614
|
+
]
|
3615
|
+
|
3616
|
+
[[package]]
|
3617
|
+
name = "yoke-derive"
|
3618
|
+
version = "0.7.5"
|
3619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3620
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
3621
|
+
dependencies = [
|
3622
|
+
"proc-macro2",
|
3623
|
+
"quote",
|
3624
|
+
"syn",
|
3625
|
+
"synstructure",
|
3626
|
+
]
|
3551
3627
|
|
3552
3628
|
[[package]]
|
3553
3629
|
name = "zerocopy"
|
@@ -3567,7 +3643,28 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
3567
3643
|
dependencies = [
|
3568
3644
|
"proc-macro2",
|
3569
3645
|
"quote",
|
3570
|
-
"syn
|
3646
|
+
"syn",
|
3647
|
+
]
|
3648
|
+
|
3649
|
+
[[package]]
|
3650
|
+
name = "zerofrom"
|
3651
|
+
version = "0.1.5"
|
3652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3653
|
+
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
3654
|
+
dependencies = [
|
3655
|
+
"zerofrom-derive",
|
3656
|
+
]
|
3657
|
+
|
3658
|
+
[[package]]
|
3659
|
+
name = "zerofrom-derive"
|
3660
|
+
version = "0.1.5"
|
3661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3662
|
+
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
3663
|
+
dependencies = [
|
3664
|
+
"proc-macro2",
|
3665
|
+
"quote",
|
3666
|
+
"syn",
|
3667
|
+
"synstructure",
|
3571
3668
|
]
|
3572
3669
|
|
3573
3670
|
[[package]]
|
@@ -3576,6 +3673,34 @@ version = "1.8.1"
|
|
3576
3673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3577
3674
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
3578
3675
|
|
3676
|
+
[[package]]
|
3677
|
+
name = "zerovec"
|
3678
|
+
version = "0.10.4"
|
3679
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3680
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
3681
|
+
dependencies = [
|
3682
|
+
"yoke",
|
3683
|
+
"zerofrom",
|
3684
|
+
"zerovec-derive",
|
3685
|
+
]
|
3686
|
+
|
3687
|
+
[[package]]
|
3688
|
+
name = "zerovec-derive"
|
3689
|
+
version = "0.10.3"
|
3690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3691
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
3692
|
+
dependencies = [
|
3693
|
+
"proc-macro2",
|
3694
|
+
"quote",
|
3695
|
+
"syn",
|
3696
|
+
]
|
3697
|
+
|
3698
|
+
[[package]]
|
3699
|
+
name = "zlib-rs"
|
3700
|
+
version = "0.4.1"
|
3701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3702
|
+
checksum = "aada01553a9312bad4b9569035a1f12b05e5ec9770a1a4b323757356928944f8"
|
3703
|
+
|
3579
3704
|
[[package]]
|
3580
3705
|
name = "zstd"
|
3581
3706
|
version = "0.13.2"
|