polars-df 0.7.0-x86_64-darwin → 0.9.0-x86_64-darwin
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 +41 -0
- data/Cargo.lock +353 -237
- data/Cargo.toml +0 -3
- data/LICENSE-THIRD-PARTY.txt +4014 -3495
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/{3.0 → 3.3}/polars.bundle +0 -0
- data/lib/polars/array_expr.rb +449 -0
- data/lib/polars/array_name_space.rb +346 -0
- data/lib/polars/cat_expr.rb +24 -0
- data/lib/polars/cat_name_space.rb +75 -0
- data/lib/polars/config.rb +2 -2
- data/lib/polars/data_frame.rb +248 -108
- data/lib/polars/data_types.rb +195 -29
- data/lib/polars/date_time_expr.rb +41 -24
- data/lib/polars/date_time_name_space.rb +12 -12
- data/lib/polars/exceptions.rb +12 -1
- data/lib/polars/expr.rb +1080 -195
- data/lib/polars/functions/aggregation/horizontal.rb +246 -0
- data/lib/polars/functions/aggregation/vertical.rb +282 -0
- data/lib/polars/functions/as_datatype.rb +248 -0
- data/lib/polars/functions/col.rb +47 -0
- data/lib/polars/functions/eager.rb +182 -0
- data/lib/polars/functions/lazy.rb +1280 -0
- data/lib/polars/functions/len.rb +49 -0
- data/lib/polars/functions/lit.rb +35 -0
- data/lib/polars/functions/random.rb +16 -0
- data/lib/polars/functions/range/date_range.rb +103 -0
- data/lib/polars/functions/range/int_range.rb +51 -0
- data/lib/polars/functions/repeat.rb +144 -0
- data/lib/polars/functions/whenthen.rb +27 -0
- data/lib/polars/functions.rb +29 -416
- data/lib/polars/group_by.rb +3 -3
- data/lib/polars/io.rb +21 -28
- data/lib/polars/lazy_frame.rb +390 -76
- data/lib/polars/list_expr.rb +152 -6
- data/lib/polars/list_name_space.rb +102 -0
- data/lib/polars/meta_expr.rb +175 -7
- data/lib/polars/series.rb +557 -59
- data/lib/polars/sql_context.rb +1 -1
- data/lib/polars/string_cache.rb +75 -0
- data/lib/polars/string_expr.rb +412 -96
- data/lib/polars/string_name_space.rb +4 -4
- data/lib/polars/struct_expr.rb +1 -1
- data/lib/polars/struct_name_space.rb +1 -1
- data/lib/polars/testing.rb +507 -0
- data/lib/polars/utils.rb +64 -20
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +15 -2
- metadata +36 -7
- data/lib/polars/lazy_functions.rb +0 -1197
data/Cargo.lock
CHANGED
@@ -25,9 +25,9 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
25
25
|
|
26
26
|
[[package]]
|
27
27
|
name = "ahash"
|
28
|
-
version = "0.8.
|
28
|
+
version = "0.8.7"
|
29
29
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
checksum = "
|
30
|
+
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
31
31
|
dependencies = [
|
32
32
|
"cfg-if",
|
33
33
|
"getrandom",
|
@@ -96,16 +96,6 @@ version = "0.2.0"
|
|
96
96
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
97
97
|
checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76"
|
98
98
|
|
99
|
-
[[package]]
|
100
|
-
name = "arrow-format"
|
101
|
-
version = "0.8.1"
|
102
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103
|
-
checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7"
|
104
|
-
dependencies = [
|
105
|
-
"planus",
|
106
|
-
"serde",
|
107
|
-
]
|
108
|
-
|
109
99
|
[[package]]
|
110
100
|
name = "async-stream"
|
111
101
|
version = "0.3.5"
|
@@ -125,18 +115,18 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
125
115
|
dependencies = [
|
126
116
|
"proc-macro2",
|
127
117
|
"quote",
|
128
|
-
"syn 2.0.
|
118
|
+
"syn 2.0.46",
|
129
119
|
]
|
130
120
|
|
131
121
|
[[package]]
|
132
122
|
name = "async-trait"
|
133
|
-
version = "0.1.
|
123
|
+
version = "0.1.77"
|
134
124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
135
|
-
checksum = "
|
125
|
+
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
136
126
|
dependencies = [
|
137
127
|
"proc-macro2",
|
138
128
|
"quote",
|
139
|
-
"syn 2.0.
|
129
|
+
"syn 2.0.46",
|
140
130
|
]
|
141
131
|
|
142
132
|
[[package]]
|
@@ -150,9 +140,9 @@ dependencies = [
|
|
150
140
|
|
151
141
|
[[package]]
|
152
142
|
name = "atoi_simd"
|
153
|
-
version = "0.15.
|
143
|
+
version = "0.15.6"
|
154
144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
155
|
-
checksum = "
|
145
|
+
checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9"
|
156
146
|
|
157
147
|
[[package]]
|
158
148
|
name = "autocfg"
|
@@ -212,7 +202,7 @@ dependencies = [
|
|
212
202
|
"regex",
|
213
203
|
"rustc-hash",
|
214
204
|
"shlex",
|
215
|
-
"syn 2.0.
|
205
|
+
"syn 2.0.46",
|
216
206
|
]
|
217
207
|
|
218
208
|
[[package]]
|
@@ -274,7 +264,7 @@ checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
|
|
274
264
|
dependencies = [
|
275
265
|
"proc-macro2",
|
276
266
|
"quote",
|
277
|
-
"syn 2.0.
|
267
|
+
"syn 2.0.46",
|
278
268
|
]
|
279
269
|
|
280
270
|
[[package]]
|
@@ -320,14 +310,14 @@ dependencies = [
|
|
320
310
|
"num-traits",
|
321
311
|
"serde",
|
322
312
|
"wasm-bindgen",
|
323
|
-
"windows-targets",
|
313
|
+
"windows-targets 0.48.5",
|
324
314
|
]
|
325
315
|
|
326
316
|
[[package]]
|
327
317
|
name = "chrono-tz"
|
328
|
-
version = "0.8.
|
318
|
+
version = "0.8.5"
|
329
319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
330
|
-
checksum = "
|
320
|
+
checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7"
|
331
321
|
dependencies = [
|
332
322
|
"chrono",
|
333
323
|
"chrono-tz-build",
|
@@ -347,9 +337,9 @@ dependencies = [
|
|
347
337
|
|
348
338
|
[[package]]
|
349
339
|
name = "clang-sys"
|
350
|
-
version = "1.
|
340
|
+
version = "1.7.0"
|
351
341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352
|
-
checksum = "
|
342
|
+
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
353
343
|
dependencies = [
|
354
344
|
"glob",
|
355
345
|
"libc",
|
@@ -370,9 +360,9 @@ dependencies = [
|
|
370
360
|
|
371
361
|
[[package]]
|
372
362
|
name = "core-foundation-sys"
|
373
|
-
version = "0.8.
|
363
|
+
version = "0.8.6"
|
374
364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
375
|
-
checksum = "
|
365
|
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
376
366
|
|
377
367
|
[[package]]
|
378
368
|
name = "crc"
|
@@ -400,9 +390,9 @@ dependencies = [
|
|
400
390
|
|
401
391
|
[[package]]
|
402
392
|
name = "crossbeam-channel"
|
403
|
-
version = "0.5.
|
393
|
+
version = "0.5.10"
|
404
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405
|
-
checksum = "
|
395
|
+
checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
|
406
396
|
dependencies = [
|
407
397
|
"cfg-if",
|
408
398
|
"crossbeam-utils",
|
@@ -410,9 +400,9 @@ dependencies = [
|
|
410
400
|
|
411
401
|
[[package]]
|
412
402
|
name = "crossbeam-deque"
|
413
|
-
version = "0.8.
|
403
|
+
version = "0.8.4"
|
414
404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
415
|
-
checksum = "
|
405
|
+
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
|
416
406
|
dependencies = [
|
417
407
|
"cfg-if",
|
418
408
|
"crossbeam-epoch",
|
@@ -421,22 +411,20 @@ dependencies = [
|
|
421
411
|
|
422
412
|
[[package]]
|
423
413
|
name = "crossbeam-epoch"
|
424
|
-
version = "0.9.
|
414
|
+
version = "0.9.17"
|
425
415
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
426
|
-
checksum = "
|
416
|
+
checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d"
|
427
417
|
dependencies = [
|
428
418
|
"autocfg",
|
429
419
|
"cfg-if",
|
430
420
|
"crossbeam-utils",
|
431
|
-
"memoffset",
|
432
|
-
"scopeguard",
|
433
421
|
]
|
434
422
|
|
435
423
|
[[package]]
|
436
424
|
name = "crossbeam-queue"
|
437
|
-
version = "0.3.
|
425
|
+
version = "0.3.10"
|
438
426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
439
|
-
checksum = "
|
427
|
+
checksum = "adc6598521bb5a83d491e8c1fe51db7296019d2ca3cb93cc6c2a20369a4d78a2"
|
440
428
|
dependencies = [
|
441
429
|
"cfg-if",
|
442
430
|
"crossbeam-utils",
|
@@ -444,9 +432,9 @@ dependencies = [
|
|
444
432
|
|
445
433
|
[[package]]
|
446
434
|
name = "crossbeam-utils"
|
447
|
-
version = "0.8.
|
435
|
+
version = "0.8.18"
|
448
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
449
|
-
checksum = "
|
437
|
+
checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
|
450
438
|
dependencies = [
|
451
439
|
"cfg-if",
|
452
440
|
]
|
@@ -494,7 +482,7 @@ dependencies = [
|
|
494
482
|
"once_cell",
|
495
483
|
"proc-macro2",
|
496
484
|
"quote",
|
497
|
-
"syn 2.0.
|
485
|
+
"syn 2.0.46",
|
498
486
|
]
|
499
487
|
|
500
488
|
[[package]]
|
@@ -548,9 +536,9 @@ checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
|
|
548
536
|
|
549
537
|
[[package]]
|
550
538
|
name = "futures"
|
551
|
-
version = "0.3.
|
539
|
+
version = "0.3.30"
|
552
540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
-
checksum = "
|
541
|
+
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
554
542
|
dependencies = [
|
555
543
|
"futures-channel",
|
556
544
|
"futures-core",
|
@@ -563,9 +551,9 @@ dependencies = [
|
|
563
551
|
|
564
552
|
[[package]]
|
565
553
|
name = "futures-channel"
|
566
|
-
version = "0.3.
|
554
|
+
version = "0.3.30"
|
567
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
568
|
-
checksum = "
|
556
|
+
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
569
557
|
dependencies = [
|
570
558
|
"futures-core",
|
571
559
|
"futures-sink",
|
@@ -573,15 +561,15 @@ dependencies = [
|
|
573
561
|
|
574
562
|
[[package]]
|
575
563
|
name = "futures-core"
|
576
|
-
version = "0.3.
|
564
|
+
version = "0.3.30"
|
577
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
578
|
-
checksum = "
|
566
|
+
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
579
567
|
|
580
568
|
[[package]]
|
581
569
|
name = "futures-executor"
|
582
|
-
version = "0.3.
|
570
|
+
version = "0.3.30"
|
583
571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
584
|
-
checksum = "
|
572
|
+
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
585
573
|
dependencies = [
|
586
574
|
"futures-core",
|
587
575
|
"futures-task",
|
@@ -590,38 +578,38 @@ dependencies = [
|
|
590
578
|
|
591
579
|
[[package]]
|
592
580
|
name = "futures-io"
|
593
|
-
version = "0.3.
|
581
|
+
version = "0.3.30"
|
594
582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
595
|
-
checksum = "
|
583
|
+
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
596
584
|
|
597
585
|
[[package]]
|
598
586
|
name = "futures-macro"
|
599
|
-
version = "0.3.
|
587
|
+
version = "0.3.30"
|
600
588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
601
|
-
checksum = "
|
589
|
+
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
602
590
|
dependencies = [
|
603
591
|
"proc-macro2",
|
604
592
|
"quote",
|
605
|
-
"syn 2.0.
|
593
|
+
"syn 2.0.46",
|
606
594
|
]
|
607
595
|
|
608
596
|
[[package]]
|
609
597
|
name = "futures-sink"
|
610
|
-
version = "0.3.
|
598
|
+
version = "0.3.30"
|
611
599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
612
|
-
checksum = "
|
600
|
+
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
613
601
|
|
614
602
|
[[package]]
|
615
603
|
name = "futures-task"
|
616
|
-
version = "0.3.
|
604
|
+
version = "0.3.30"
|
617
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
618
|
-
checksum = "
|
606
|
+
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
619
607
|
|
620
608
|
[[package]]
|
621
609
|
name = "futures-util"
|
622
|
-
version = "0.3.
|
610
|
+
version = "0.3.30"
|
623
611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
624
|
-
checksum = "
|
612
|
+
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
625
613
|
dependencies = [
|
626
614
|
"futures-channel",
|
627
615
|
"futures-core",
|
@@ -650,9 +638,9 @@ dependencies = [
|
|
650
638
|
|
651
639
|
[[package]]
|
652
640
|
name = "gimli"
|
653
|
-
version = "0.28.
|
641
|
+
version = "0.28.1"
|
654
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
655
|
-
checksum = "
|
643
|
+
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
656
644
|
|
657
645
|
[[package]]
|
658
646
|
name = "glob"
|
@@ -681,9 +669,9 @@ dependencies = [
|
|
681
669
|
|
682
670
|
[[package]]
|
683
671
|
name = "hashbrown"
|
684
|
-
version = "0.14.
|
672
|
+
version = "0.14.3"
|
685
673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
686
|
-
checksum = "
|
674
|
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
687
675
|
dependencies = [
|
688
676
|
"ahash",
|
689
677
|
"allocator-api2",
|
@@ -710,18 +698,18 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
710
698
|
|
711
699
|
[[package]]
|
712
700
|
name = "home"
|
713
|
-
version = "0.5.
|
701
|
+
version = "0.5.9"
|
714
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
715
|
-
checksum = "
|
703
|
+
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
716
704
|
dependencies = [
|
717
|
-
"windows-sys",
|
705
|
+
"windows-sys 0.52.0",
|
718
706
|
]
|
719
707
|
|
720
708
|
[[package]]
|
721
709
|
name = "iana-time-zone"
|
722
|
-
version = "0.1.
|
710
|
+
version = "0.1.59"
|
723
711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
724
|
-
checksum = "
|
712
|
+
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
|
725
713
|
dependencies = [
|
726
714
|
"android_system_properties",
|
727
715
|
"core-foundation-sys",
|
@@ -747,15 +735,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
735
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
748
736
|
dependencies = [
|
749
737
|
"equivalent",
|
750
|
-
"hashbrown 0.14.
|
738
|
+
"hashbrown 0.14.3",
|
751
739
|
"serde",
|
752
740
|
]
|
753
741
|
|
754
742
|
[[package]]
|
755
743
|
name = "itoa"
|
756
|
-
version = "1.0.
|
744
|
+
version = "1.0.10"
|
757
745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
-
checksum = "
|
746
|
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
759
747
|
|
760
748
|
[[package]]
|
761
749
|
name = "itoap"
|
@@ -794,17 +782,18 @@ dependencies = [
|
|
794
782
|
|
795
783
|
[[package]]
|
796
784
|
name = "js-sys"
|
797
|
-
version = "0.3.
|
785
|
+
version = "0.3.66"
|
798
786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
799
|
-
checksum = "
|
787
|
+
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
|
800
788
|
dependencies = [
|
801
789
|
"wasm-bindgen",
|
802
790
|
]
|
803
791
|
|
804
792
|
[[package]]
|
805
|
-
name = "
|
806
|
-
version = "0.
|
807
|
-
source = "
|
793
|
+
name = "jsonpath_lib_polars_vendor"
|
794
|
+
version = "0.0.1"
|
795
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
796
|
+
checksum = "f4bd9354947622f7471ff713eacaabdb683ccb13bba4edccaab9860abf480b7d"
|
808
797
|
dependencies = [
|
809
798
|
"log",
|
810
799
|
"serde",
|
@@ -889,9 +878,9 @@ dependencies = [
|
|
889
878
|
|
890
879
|
[[package]]
|
891
880
|
name = "libc"
|
892
|
-
version = "0.2.
|
881
|
+
version = "0.2.151"
|
893
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894
|
-
checksum = "
|
883
|
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
895
884
|
|
896
885
|
[[package]]
|
897
886
|
name = "libflate"
|
@@ -915,12 +904,12 @@ dependencies = [
|
|
915
904
|
|
916
905
|
[[package]]
|
917
906
|
name = "libloading"
|
918
|
-
version = "0.
|
907
|
+
version = "0.8.1"
|
919
908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
920
|
-
checksum = "
|
909
|
+
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
921
910
|
dependencies = [
|
922
911
|
"cfg-if",
|
923
|
-
"
|
912
|
+
"windows-sys 0.48.0",
|
924
913
|
]
|
925
914
|
|
926
915
|
[[package]]
|
@@ -995,14 +984,14 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
995
984
|
dependencies = [
|
996
985
|
"proc-macro2",
|
997
986
|
"quote",
|
998
|
-
"syn 2.0.
|
987
|
+
"syn 2.0.46",
|
999
988
|
]
|
1000
989
|
|
1001
990
|
[[package]]
|
1002
991
|
name = "memchr"
|
1003
|
-
version = "2.
|
992
|
+
version = "2.7.1"
|
1004
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1005
|
-
checksum = "
|
994
|
+
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
1006
995
|
|
1007
996
|
[[package]]
|
1008
997
|
name = "memmap2"
|
@@ -1013,15 +1002,6 @@ dependencies = [
|
|
1013
1002
|
"libc",
|
1014
1003
|
]
|
1015
1004
|
|
1016
|
-
[[package]]
|
1017
|
-
name = "memoffset"
|
1018
|
-
version = "0.9.0"
|
1019
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1020
|
-
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
1021
|
-
dependencies = [
|
1022
|
-
"autocfg",
|
1023
|
-
]
|
1024
|
-
|
1025
1005
|
[[package]]
|
1026
1006
|
name = "mimalloc"
|
1027
1007
|
version = "0.1.39"
|
@@ -1048,13 +1028,13 @@ dependencies = [
|
|
1048
1028
|
|
1049
1029
|
[[package]]
|
1050
1030
|
name = "mio"
|
1051
|
-
version = "0.8.
|
1031
|
+
version = "0.8.10"
|
1052
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1053
|
-
checksum = "
|
1033
|
+
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
1054
1034
|
dependencies = [
|
1055
1035
|
"libc",
|
1056
1036
|
"wasi",
|
1057
|
-
"windows-sys",
|
1037
|
+
"windows-sys 0.48.0",
|
1058
1038
|
]
|
1059
1039
|
|
1060
1040
|
[[package]]
|
@@ -1129,18 +1109,18 @@ dependencies = [
|
|
1129
1109
|
|
1130
1110
|
[[package]]
|
1131
1111
|
name = "object"
|
1132
|
-
version = "0.32.
|
1112
|
+
version = "0.32.2"
|
1133
1113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1134
|
-
checksum = "
|
1114
|
+
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
1135
1115
|
dependencies = [
|
1136
1116
|
"memchr",
|
1137
1117
|
]
|
1138
1118
|
|
1139
1119
|
[[package]]
|
1140
1120
|
name = "once_cell"
|
1141
|
-
version = "1.
|
1121
|
+
version = "1.19.0"
|
1142
1122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1143
|
-
checksum = "
|
1123
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1144
1124
|
|
1145
1125
|
[[package]]
|
1146
1126
|
name = "parking_lot"
|
@@ -1162,7 +1142,7 @@ dependencies = [
|
|
1162
1142
|
"libc",
|
1163
1143
|
"redox_syscall",
|
1164
1144
|
"smallvec",
|
1165
|
-
"windows-targets",
|
1145
|
+
"windows-targets 0.48.5",
|
1166
1146
|
]
|
1167
1147
|
|
1168
1148
|
[[package]]
|
@@ -1192,9 +1172,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
1192
1172
|
|
1193
1173
|
[[package]]
|
1194
1174
|
name = "percent-encoding"
|
1195
|
-
version = "2.3.
|
1175
|
+
version = "2.3.1"
|
1196
1176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197
|
-
checksum = "
|
1177
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1198
1178
|
|
1199
1179
|
[[package]]
|
1200
1180
|
name = "phf"
|
@@ -1248,9 +1228,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1248
1228
|
|
1249
1229
|
[[package]]
|
1250
1230
|
name = "pkg-config"
|
1251
|
-
version = "0.3.
|
1231
|
+
version = "0.3.28"
|
1252
1232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1253
|
-
checksum = "
|
1233
|
+
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
1254
1234
|
|
1255
1235
|
[[package]]
|
1256
1236
|
name = "planus"
|
@@ -1263,7 +1243,7 @@ dependencies = [
|
|
1263
1243
|
|
1264
1244
|
[[package]]
|
1265
1245
|
name = "polars"
|
1266
|
-
version = "0.
|
1246
|
+
version = "0.9.0"
|
1267
1247
|
dependencies = [
|
1268
1248
|
"ahash",
|
1269
1249
|
"chrono",
|
@@ -1271,37 +1251,42 @@ dependencies = [
|
|
1271
1251
|
"jemallocator",
|
1272
1252
|
"magnus",
|
1273
1253
|
"mimalloc",
|
1274
|
-
"polars 0.
|
1254
|
+
"polars 0.38.1",
|
1275
1255
|
"polars-core",
|
1276
1256
|
"polars-parquet",
|
1257
|
+
"polars-utils",
|
1277
1258
|
"serde_json",
|
1278
1259
|
"smartstring",
|
1279
1260
|
]
|
1280
1261
|
|
1281
1262
|
[[package]]
|
1282
1263
|
name = "polars"
|
1283
|
-
version = "0.
|
1264
|
+
version = "0.38.1"
|
1284
1265
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1285
|
-
checksum = "
|
1266
|
+
checksum = "3a26ef94cfedd5915da990a0b4740cca17b5854bd44a8e8c741fe732c02aac37"
|
1286
1267
|
dependencies = [
|
1287
1268
|
"getrandom",
|
1269
|
+
"polars-arrow",
|
1288
1270
|
"polars-core",
|
1271
|
+
"polars-error",
|
1289
1272
|
"polars-io",
|
1290
1273
|
"polars-lazy",
|
1291
1274
|
"polars-ops",
|
1275
|
+
"polars-parquet",
|
1276
|
+
"polars-plan",
|
1292
1277
|
"polars-sql",
|
1293
1278
|
"polars-time",
|
1279
|
+
"polars-utils",
|
1294
1280
|
"version_check",
|
1295
1281
|
]
|
1296
1282
|
|
1297
1283
|
[[package]]
|
1298
1284
|
name = "polars-arrow"
|
1299
|
-
version = "0.
|
1285
|
+
version = "0.38.1"
|
1300
1286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1301
|
-
checksum = "
|
1287
|
+
checksum = "48e71d30a9fa503bc3baaff3b4c48f08d402c442a50ea7fb9d475ce7b575425a"
|
1302
1288
|
dependencies = [
|
1303
1289
|
"ahash",
|
1304
|
-
"arrow-format",
|
1305
1290
|
"atoi",
|
1306
1291
|
"atoi_simd",
|
1307
1292
|
"avro-schema",
|
@@ -1315,27 +1300,55 @@ dependencies = [
|
|
1315
1300
|
"foreign_vec",
|
1316
1301
|
"futures",
|
1317
1302
|
"getrandom",
|
1318
|
-
"hashbrown 0.14.
|
1303
|
+
"hashbrown 0.14.3",
|
1319
1304
|
"itoa",
|
1305
|
+
"itoap",
|
1320
1306
|
"lz4",
|
1321
1307
|
"multiversion",
|
1322
1308
|
"num-traits",
|
1309
|
+
"polars-arrow-format",
|
1323
1310
|
"polars-error",
|
1324
1311
|
"polars-utils",
|
1325
|
-
"rustc_version",
|
1326
1312
|
"ryu",
|
1327
1313
|
"serde",
|
1328
1314
|
"simdutf8",
|
1329
1315
|
"streaming-iterator",
|
1330
1316
|
"strength_reduce",
|
1317
|
+
"version_check",
|
1331
1318
|
"zstd",
|
1332
1319
|
]
|
1333
1320
|
|
1321
|
+
[[package]]
|
1322
|
+
name = "polars-arrow-format"
|
1323
|
+
version = "0.1.0"
|
1324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1325
|
+
checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
|
1326
|
+
dependencies = [
|
1327
|
+
"planus",
|
1328
|
+
"serde",
|
1329
|
+
]
|
1330
|
+
|
1331
|
+
[[package]]
|
1332
|
+
name = "polars-compute"
|
1333
|
+
version = "0.38.1"
|
1334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1335
|
+
checksum = "26342dea46502e8a3322f484062869c2fa49185d512bce4fb44f350b559b4eae"
|
1336
|
+
dependencies = [
|
1337
|
+
"bytemuck",
|
1338
|
+
"either",
|
1339
|
+
"num-traits",
|
1340
|
+
"polars-arrow",
|
1341
|
+
"polars-error",
|
1342
|
+
"polars-utils",
|
1343
|
+
"strength_reduce",
|
1344
|
+
"version_check",
|
1345
|
+
]
|
1346
|
+
|
1334
1347
|
[[package]]
|
1335
1348
|
name = "polars-core"
|
1336
|
-
version = "0.
|
1349
|
+
version = "0.38.1"
|
1337
1350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338
|
-
checksum = "
|
1351
|
+
checksum = "99e0885a8f1bd1f4d928f5eaa852825bf647b6b5e21e171b6af838f77b6565f3"
|
1339
1352
|
dependencies = [
|
1340
1353
|
"ahash",
|
1341
1354
|
"bitflags 2.4.1",
|
@@ -1344,12 +1357,12 @@ dependencies = [
|
|
1344
1357
|
"chrono-tz",
|
1345
1358
|
"comfy-table",
|
1346
1359
|
"either",
|
1347
|
-
"hashbrown 0.14.
|
1360
|
+
"hashbrown 0.14.3",
|
1348
1361
|
"indexmap",
|
1349
|
-
"itoap",
|
1350
1362
|
"num-traits",
|
1351
1363
|
"once_cell",
|
1352
1364
|
"polars-arrow",
|
1365
|
+
"polars-compute",
|
1353
1366
|
"polars-error",
|
1354
1367
|
"polars-row",
|
1355
1368
|
"polars-utils",
|
@@ -1367,12 +1380,12 @@ dependencies = [
|
|
1367
1380
|
|
1368
1381
|
[[package]]
|
1369
1382
|
name = "polars-error"
|
1370
|
-
version = "0.
|
1383
|
+
version = "0.38.1"
|
1371
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1372
|
-
checksum = "
|
1385
|
+
checksum = "d259d905c17d8e8b2de1eadc94dc4186bf1d325f1be81b4087afea22a6f753d6"
|
1373
1386
|
dependencies = [
|
1374
|
-
"arrow-format",
|
1375
1387
|
"avro-schema",
|
1388
|
+
"polars-arrow-format",
|
1376
1389
|
"regex",
|
1377
1390
|
"simdutf8",
|
1378
1391
|
"thiserror",
|
@@ -1380,9 +1393,9 @@ dependencies = [
|
|
1380
1393
|
|
1381
1394
|
[[package]]
|
1382
1395
|
name = "polars-io"
|
1383
|
-
version = "0.
|
1396
|
+
version = "0.38.1"
|
1384
1397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1385
|
-
checksum = "
|
1398
|
+
checksum = "45f694b918ba2ee7e6f13e8415598f94009c390a9e61c95e6b9c26c8fe1a1a54"
|
1386
1399
|
dependencies = [
|
1387
1400
|
"ahash",
|
1388
1401
|
"async-trait",
|
@@ -1420,14 +1433,14 @@ dependencies = [
|
|
1420
1433
|
|
1421
1434
|
[[package]]
|
1422
1435
|
name = "polars-json"
|
1423
|
-
version = "0.
|
1436
|
+
version = "0.38.1"
|
1424
1437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
-
checksum = "
|
1438
|
+
checksum = "fd7c4d33540a22cd49ccb9b4da77999604ba986707d4568be57fde2f719954ae"
|
1426
1439
|
dependencies = [
|
1427
1440
|
"ahash",
|
1428
1441
|
"chrono",
|
1429
1442
|
"fallible-streaming-iterator",
|
1430
|
-
"hashbrown 0.14.
|
1443
|
+
"hashbrown 0.14.3",
|
1431
1444
|
"indexmap",
|
1432
1445
|
"itoa",
|
1433
1446
|
"num-traits",
|
@@ -1441,9 +1454,9 @@ dependencies = [
|
|
1441
1454
|
|
1442
1455
|
[[package]]
|
1443
1456
|
name = "polars-lazy"
|
1444
|
-
version = "0.
|
1457
|
+
version = "0.38.1"
|
1445
1458
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446
|
-
checksum = "
|
1459
|
+
checksum = "56e3b40272d24142bcecb2979b19ec8d8c1a14036cb3cea09ce8fb8a4a43bcde"
|
1447
1460
|
dependencies = [
|
1448
1461
|
"ahash",
|
1449
1462
|
"bitflags 2.4.1",
|
@@ -1465,24 +1478,26 @@ dependencies = [
|
|
1465
1478
|
|
1466
1479
|
[[package]]
|
1467
1480
|
name = "polars-ops"
|
1468
|
-
version = "0.
|
1481
|
+
version = "0.38.1"
|
1469
1482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1470
|
-
checksum = "
|
1483
|
+
checksum = "cd5bad61c2fa1977eb65bb719f12d4f68b908edf1106b91b3ab9615f9df8843e"
|
1471
1484
|
dependencies = [
|
1472
1485
|
"ahash",
|
1486
|
+
"aho-corasick",
|
1473
1487
|
"argminmax",
|
1474
1488
|
"base64",
|
1475
1489
|
"bytemuck",
|
1476
1490
|
"chrono",
|
1477
1491
|
"chrono-tz",
|
1478
1492
|
"either",
|
1479
|
-
"hashbrown 0.14.
|
1493
|
+
"hashbrown 0.14.3",
|
1480
1494
|
"hex",
|
1481
1495
|
"indexmap",
|
1482
|
-
"
|
1496
|
+
"jsonpath_lib_polars_vendor",
|
1483
1497
|
"memchr",
|
1484
1498
|
"num-traits",
|
1485
1499
|
"polars-arrow",
|
1500
|
+
"polars-compute",
|
1486
1501
|
"polars-core",
|
1487
1502
|
"polars-error",
|
1488
1503
|
"polars-json",
|
@@ -1494,14 +1509,15 @@ dependencies = [
|
|
1494
1509
|
"serde",
|
1495
1510
|
"serde_json",
|
1496
1511
|
"smartstring",
|
1512
|
+
"unicode-reverse",
|
1497
1513
|
"version_check",
|
1498
1514
|
]
|
1499
1515
|
|
1500
1516
|
[[package]]
|
1501
1517
|
name = "polars-parquet"
|
1502
|
-
version = "0.
|
1518
|
+
version = "0.38.1"
|
1503
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1504
|
-
checksum = "
|
1520
|
+
checksum = "06d84fb9b005a19ca523406df371d9329466ae87df48922d0d3d8955072502a4"
|
1505
1521
|
dependencies = [
|
1506
1522
|
"ahash",
|
1507
1523
|
"async-stream",
|
@@ -1525,16 +1541,17 @@ dependencies = [
|
|
1525
1541
|
|
1526
1542
|
[[package]]
|
1527
1543
|
name = "polars-pipe"
|
1528
|
-
version = "0.
|
1544
|
+
version = "0.38.1"
|
1529
1545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1530
|
-
checksum = "
|
1546
|
+
checksum = "58097bef7208a5b833c4d832d948026854917b4a219d55ab1779eb36b59fac0f"
|
1531
1547
|
dependencies = [
|
1532
1548
|
"crossbeam-channel",
|
1533
1549
|
"crossbeam-queue",
|
1534
1550
|
"enum_dispatch",
|
1535
|
-
"hashbrown 0.14.
|
1551
|
+
"hashbrown 0.14.3",
|
1536
1552
|
"num-traits",
|
1537
1553
|
"polars-arrow",
|
1554
|
+
"polars-compute",
|
1538
1555
|
"polars-core",
|
1539
1556
|
"polars-io",
|
1540
1557
|
"polars-ops",
|
@@ -1543,14 +1560,15 @@ dependencies = [
|
|
1543
1560
|
"polars-utils",
|
1544
1561
|
"rayon",
|
1545
1562
|
"smartstring",
|
1563
|
+
"uuid",
|
1546
1564
|
"version_check",
|
1547
1565
|
]
|
1548
1566
|
|
1549
1567
|
[[package]]
|
1550
1568
|
name = "polars-plan"
|
1551
|
-
version = "0.
|
1569
|
+
version = "0.38.1"
|
1552
1570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1553
|
-
checksum = "
|
1571
|
+
checksum = "56493c0e13aaccfcae59985db34da30cd4893e57edc9715d8688c96d7e911d47"
|
1554
1572
|
dependencies = [
|
1555
1573
|
"ahash",
|
1556
1574
|
"bytemuck",
|
@@ -1561,6 +1579,7 @@ dependencies = [
|
|
1561
1579
|
"polars-arrow",
|
1562
1580
|
"polars-core",
|
1563
1581
|
"polars-io",
|
1582
|
+
"polars-json",
|
1564
1583
|
"polars-ops",
|
1565
1584
|
"polars-parquet",
|
1566
1585
|
"polars-time",
|
@@ -1575,10 +1594,11 @@ dependencies = [
|
|
1575
1594
|
|
1576
1595
|
[[package]]
|
1577
1596
|
name = "polars-row"
|
1578
|
-
version = "0.
|
1597
|
+
version = "0.38.1"
|
1579
1598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1580
|
-
checksum = "
|
1599
|
+
checksum = "7def6f9fc14fbfc0550bad615a757f3e1d86c00983c5ff23166fcdf205438d51"
|
1581
1600
|
dependencies = [
|
1601
|
+
"bytemuck",
|
1582
1602
|
"polars-arrow",
|
1583
1603
|
"polars-error",
|
1584
1604
|
"polars-utils",
|
@@ -1586,10 +1606,11 @@ dependencies = [
|
|
1586
1606
|
|
1587
1607
|
[[package]]
|
1588
1608
|
name = "polars-sql"
|
1589
|
-
version = "0.
|
1609
|
+
version = "0.38.1"
|
1590
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1591
|
-
checksum = "
|
1611
|
+
checksum = "4f9d7de9dca8170a20b6c4cb7bafaf724abe88e807646bc3c2e98f13a34a7c4c"
|
1592
1612
|
dependencies = [
|
1613
|
+
"hex",
|
1593
1614
|
"polars-arrow",
|
1594
1615
|
"polars-core",
|
1595
1616
|
"polars-error",
|
@@ -1603,9 +1624,9 @@ dependencies = [
|
|
1603
1624
|
|
1604
1625
|
[[package]]
|
1605
1626
|
name = "polars-time"
|
1606
|
-
version = "0.
|
1627
|
+
version = "0.38.1"
|
1607
1628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608
|
-
checksum = "
|
1629
|
+
checksum = "162c815c3cb0f859da40f056c8a0a9c4247900e1275702ae399192ea60acac2a"
|
1609
1630
|
dependencies = [
|
1610
1631
|
"atoi",
|
1611
1632
|
"chrono",
|
@@ -1624,17 +1645,18 @@ dependencies = [
|
|
1624
1645
|
|
1625
1646
|
[[package]]
|
1626
1647
|
name = "polars-utils"
|
1627
|
-
version = "0.
|
1648
|
+
version = "0.38.1"
|
1628
1649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1629
|
-
checksum = "
|
1650
|
+
checksum = "7fca7938ee789314ac92a0bf6c1c4e5eaeb5e428241df2519fd70f21dba49194"
|
1630
1651
|
dependencies = [
|
1631
1652
|
"ahash",
|
1632
1653
|
"bytemuck",
|
1633
|
-
"hashbrown 0.14.
|
1654
|
+
"hashbrown 0.14.3",
|
1634
1655
|
"indexmap",
|
1635
1656
|
"num-traits",
|
1636
1657
|
"once_cell",
|
1637
1658
|
"polars-error",
|
1659
|
+
"raw-cpuid",
|
1638
1660
|
"rayon",
|
1639
1661
|
"smartstring",
|
1640
1662
|
"sysinfo",
|
@@ -1649,18 +1671,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
1649
1671
|
|
1650
1672
|
[[package]]
|
1651
1673
|
name = "proc-macro2"
|
1652
|
-
version = "1.0.
|
1674
|
+
version = "1.0.74"
|
1653
1675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1654
|
-
checksum = "
|
1676
|
+
checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
|
1655
1677
|
dependencies = [
|
1656
1678
|
"unicode-ident",
|
1657
1679
|
]
|
1658
1680
|
|
1659
1681
|
[[package]]
|
1660
1682
|
name = "quote"
|
1661
|
-
version = "1.0.
|
1683
|
+
version = "1.0.35"
|
1662
1684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1663
|
-
checksum = "
|
1685
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
1664
1686
|
dependencies = [
|
1665
1687
|
"proc-macro2",
|
1666
1688
|
]
|
@@ -1705,11 +1727,20 @@ dependencies = [
|
|
1705
1727
|
"rand",
|
1706
1728
|
]
|
1707
1729
|
|
1730
|
+
[[package]]
|
1731
|
+
name = "raw-cpuid"
|
1732
|
+
version = "11.0.1"
|
1733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1734
|
+
checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1"
|
1735
|
+
dependencies = [
|
1736
|
+
"bitflags 2.4.1",
|
1737
|
+
]
|
1738
|
+
|
1708
1739
|
[[package]]
|
1709
1740
|
name = "rayon"
|
1710
|
-
version = "1.
|
1741
|
+
version = "1.9.0"
|
1711
1742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712
|
-
checksum = "
|
1743
|
+
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
1713
1744
|
dependencies = [
|
1714
1745
|
"either",
|
1715
1746
|
"rayon-core",
|
@@ -1717,9 +1748,9 @@ dependencies = [
|
|
1717
1748
|
|
1718
1749
|
[[package]]
|
1719
1750
|
name = "rayon-core"
|
1720
|
-
version = "1.12.
|
1751
|
+
version = "1.12.1"
|
1721
1752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
-
checksum = "
|
1753
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
1723
1754
|
dependencies = [
|
1724
1755
|
"crossbeam-deque",
|
1725
1756
|
"crossbeam-utils",
|
@@ -1727,18 +1758,18 @@ dependencies = [
|
|
1727
1758
|
|
1728
1759
|
[[package]]
|
1729
1760
|
name = "rb-sys"
|
1730
|
-
version = "0.9.
|
1761
|
+
version = "0.9.90"
|
1731
1762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732
|
-
checksum = "
|
1763
|
+
checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
|
1733
1764
|
dependencies = [
|
1734
1765
|
"rb-sys-build",
|
1735
1766
|
]
|
1736
1767
|
|
1737
1768
|
[[package]]
|
1738
1769
|
name = "rb-sys-build"
|
1739
|
-
version = "0.9.
|
1770
|
+
version = "0.9.90"
|
1740
1771
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741
|
-
checksum = "
|
1772
|
+
checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
|
1742
1773
|
dependencies = [
|
1743
1774
|
"bindgen",
|
1744
1775
|
"lazy_static",
|
@@ -1746,7 +1777,7 @@ dependencies = [
|
|
1746
1777
|
"quote",
|
1747
1778
|
"regex",
|
1748
1779
|
"shell-words",
|
1749
|
-
"syn 2.0.
|
1780
|
+
"syn 2.0.46",
|
1750
1781
|
]
|
1751
1782
|
|
1752
1783
|
[[package]]
|
@@ -1766,22 +1797,22 @@ dependencies = [
|
|
1766
1797
|
|
1767
1798
|
[[package]]
|
1768
1799
|
name = "ref-cast"
|
1769
|
-
version = "1.0.
|
1800
|
+
version = "1.0.22"
|
1770
1801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1771
|
-
checksum = "
|
1802
|
+
checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f"
|
1772
1803
|
dependencies = [
|
1773
1804
|
"ref-cast-impl",
|
1774
1805
|
]
|
1775
1806
|
|
1776
1807
|
[[package]]
|
1777
1808
|
name = "ref-cast-impl"
|
1778
|
-
version = "1.0.
|
1809
|
+
version = "1.0.22"
|
1779
1810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1780
|
-
checksum = "
|
1811
|
+
checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc"
|
1781
1812
|
dependencies = [
|
1782
1813
|
"proc-macro2",
|
1783
1814
|
"quote",
|
1784
|
-
"syn 2.0.
|
1815
|
+
"syn 2.0.46",
|
1785
1816
|
]
|
1786
1817
|
|
1787
1818
|
[[package]]
|
@@ -1831,15 +1862,6 @@ version = "1.1.0"
|
|
1831
1862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1832
1863
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1833
1864
|
|
1834
|
-
[[package]]
|
1835
|
-
name = "rustc_version"
|
1836
|
-
version = "0.4.0"
|
1837
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1838
|
-
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
1839
|
-
dependencies = [
|
1840
|
-
"semver",
|
1841
|
-
]
|
1842
|
-
|
1843
1865
|
[[package]]
|
1844
1866
|
name = "rustversion"
|
1845
1867
|
version = "1.0.14"
|
@@ -1848,9 +1870,9 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
1848
1870
|
|
1849
1871
|
[[package]]
|
1850
1872
|
name = "ryu"
|
1851
|
-
version = "1.0.
|
1873
|
+
version = "1.0.16"
|
1852
1874
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853
|
-
checksum = "
|
1875
|
+
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
1854
1876
|
|
1855
1877
|
[[package]]
|
1856
1878
|
name = "scopeguard"
|
@@ -1858,12 +1880,6 @@ version = "1.2.0"
|
|
1858
1880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1859
1881
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1860
1882
|
|
1861
|
-
[[package]]
|
1862
|
-
name = "semver"
|
1863
|
-
version = "1.0.20"
|
1864
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1865
|
-
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
1866
|
-
|
1867
1883
|
[[package]]
|
1868
1884
|
name = "seq-macro"
|
1869
1885
|
version = "0.3.5"
|
@@ -1872,29 +1888,29 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
1872
1888
|
|
1873
1889
|
[[package]]
|
1874
1890
|
name = "serde"
|
1875
|
-
version = "1.0.
|
1891
|
+
version = "1.0.194"
|
1876
1892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1877
|
-
checksum = "
|
1893
|
+
checksum = "0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773"
|
1878
1894
|
dependencies = [
|
1879
1895
|
"serde_derive",
|
1880
1896
|
]
|
1881
1897
|
|
1882
1898
|
[[package]]
|
1883
1899
|
name = "serde_derive"
|
1884
|
-
version = "1.0.
|
1900
|
+
version = "1.0.194"
|
1885
1901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1886
|
-
checksum = "
|
1902
|
+
checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0"
|
1887
1903
|
dependencies = [
|
1888
1904
|
"proc-macro2",
|
1889
1905
|
"quote",
|
1890
|
-
"syn 2.0.
|
1906
|
+
"syn 2.0.46",
|
1891
1907
|
]
|
1892
1908
|
|
1893
1909
|
[[package]]
|
1894
1910
|
name = "serde_json"
|
1895
|
-
version = "1.0.
|
1911
|
+
version = "1.0.110"
|
1896
1912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1897
|
-
checksum = "
|
1913
|
+
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
|
1898
1914
|
dependencies = [
|
1899
1915
|
"indexmap",
|
1900
1916
|
"itoa",
|
@@ -1973,9 +1989,9 @@ dependencies = [
|
|
1973
1989
|
|
1974
1990
|
[[package]]
|
1975
1991
|
name = "snap"
|
1976
|
-
version = "1.1.
|
1992
|
+
version = "1.1.1"
|
1977
1993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1978
|
-
checksum = "
|
1994
|
+
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
1979
1995
|
|
1980
1996
|
[[package]]
|
1981
1997
|
name = "socket2"
|
@@ -1984,7 +2000,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1984
2000
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
1985
2001
|
dependencies = [
|
1986
2002
|
"libc",
|
1987
|
-
"windows-sys",
|
2003
|
+
"windows-sys 0.48.0",
|
1988
2004
|
]
|
1989
2005
|
|
1990
2006
|
[[package]]
|
@@ -2039,7 +2055,7 @@ dependencies = [
|
|
2039
2055
|
"proc-macro2",
|
2040
2056
|
"quote",
|
2041
2057
|
"rustversion",
|
2042
|
-
"syn 2.0.
|
2058
|
+
"syn 2.0.46",
|
2043
2059
|
]
|
2044
2060
|
|
2045
2061
|
[[package]]
|
@@ -2055,9 +2071,9 @@ dependencies = [
|
|
2055
2071
|
|
2056
2072
|
[[package]]
|
2057
2073
|
name = "syn"
|
2058
|
-
version = "2.0.
|
2074
|
+
version = "2.0.46"
|
2059
2075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2060
|
-
checksum = "
|
2076
|
+
checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e"
|
2061
2077
|
dependencies = [
|
2062
2078
|
"proc-macro2",
|
2063
2079
|
"quote",
|
@@ -2066,16 +2082,16 @@ dependencies = [
|
|
2066
2082
|
|
2067
2083
|
[[package]]
|
2068
2084
|
name = "sysinfo"
|
2069
|
-
version = "0.
|
2085
|
+
version = "0.30.3"
|
2070
2086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2071
|
-
checksum = "
|
2087
|
+
checksum = "ba2dbd2894d23b2d78dae768d85e323b557ac3ac71a5d917a31536d8f77ebada"
|
2072
2088
|
dependencies = [
|
2073
2089
|
"cfg-if",
|
2074
2090
|
"core-foundation-sys",
|
2075
2091
|
"libc",
|
2076
2092
|
"ntapi",
|
2077
2093
|
"once_cell",
|
2078
|
-
"
|
2094
|
+
"windows",
|
2079
2095
|
]
|
2080
2096
|
|
2081
2097
|
[[package]]
|
@@ -2086,29 +2102,29 @@ checksum = "cfb5fa503293557c5158bd215fdc225695e567a77e453f5d4452a50a193969bd"
|
|
2086
2102
|
|
2087
2103
|
[[package]]
|
2088
2104
|
name = "thiserror"
|
2089
|
-
version = "1.0.
|
2105
|
+
version = "1.0.56"
|
2090
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2091
|
-
checksum = "
|
2107
|
+
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2092
2108
|
dependencies = [
|
2093
2109
|
"thiserror-impl",
|
2094
2110
|
]
|
2095
2111
|
|
2096
2112
|
[[package]]
|
2097
2113
|
name = "thiserror-impl"
|
2098
|
-
version = "1.0.
|
2114
|
+
version = "1.0.56"
|
2099
2115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2100
|
-
checksum = "
|
2116
|
+
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2101
2117
|
dependencies = [
|
2102
2118
|
"proc-macro2",
|
2103
2119
|
"quote",
|
2104
|
-
"syn 2.0.
|
2120
|
+
"syn 2.0.46",
|
2105
2121
|
]
|
2106
2122
|
|
2107
2123
|
[[package]]
|
2108
2124
|
name = "tokio"
|
2109
|
-
version = "1.
|
2125
|
+
version = "1.35.1"
|
2110
2126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2111
|
-
checksum = "
|
2127
|
+
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
|
2112
2128
|
dependencies = [
|
2113
2129
|
"backtrace",
|
2114
2130
|
"bytes",
|
@@ -2117,7 +2133,7 @@ dependencies = [
|
|
2117
2133
|
"num_cpus",
|
2118
2134
|
"pin-project-lite",
|
2119
2135
|
"socket2",
|
2120
|
-
"windows-sys",
|
2136
|
+
"windows-sys 0.48.0",
|
2121
2137
|
]
|
2122
2138
|
|
2123
2139
|
[[package]]
|
@@ -2139,12 +2155,36 @@ version = "1.0.12"
|
|
2139
2155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2140
2156
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2141
2157
|
|
2158
|
+
[[package]]
|
2159
|
+
name = "unicode-reverse"
|
2160
|
+
version = "1.0.8"
|
2161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2162
|
+
checksum = "0bea5dacebb0d2d0a69a6700a05b59b3908bf801bf563a49bd27a1b60122962c"
|
2163
|
+
dependencies = [
|
2164
|
+
"unicode-segmentation",
|
2165
|
+
]
|
2166
|
+
|
2167
|
+
[[package]]
|
2168
|
+
name = "unicode-segmentation"
|
2169
|
+
version = "1.10.1"
|
2170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2171
|
+
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2172
|
+
|
2142
2173
|
[[package]]
|
2143
2174
|
name = "unicode-width"
|
2144
2175
|
version = "0.1.11"
|
2145
2176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2146
2177
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2147
2178
|
|
2179
|
+
[[package]]
|
2180
|
+
name = "uuid"
|
2181
|
+
version = "1.7.0"
|
2182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183
|
+
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
2184
|
+
dependencies = [
|
2185
|
+
"getrandom",
|
2186
|
+
]
|
2187
|
+
|
2148
2188
|
[[package]]
|
2149
2189
|
name = "value-trait"
|
2150
2190
|
version = "0.8.0"
|
@@ -2171,9 +2211,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
2171
2211
|
|
2172
2212
|
[[package]]
|
2173
2213
|
name = "wasm-bindgen"
|
2174
|
-
version = "0.2.
|
2214
|
+
version = "0.2.89"
|
2175
2215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2176
|
-
checksum = "
|
2216
|
+
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
2177
2217
|
dependencies = [
|
2178
2218
|
"cfg-if",
|
2179
2219
|
"wasm-bindgen-macro",
|
@@ -2181,24 +2221,24 @@ dependencies = [
|
|
2181
2221
|
|
2182
2222
|
[[package]]
|
2183
2223
|
name = "wasm-bindgen-backend"
|
2184
|
-
version = "0.2.
|
2224
|
+
version = "0.2.89"
|
2185
2225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186
|
-
checksum = "
|
2226
|
+
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
2187
2227
|
dependencies = [
|
2188
2228
|
"bumpalo",
|
2189
2229
|
"log",
|
2190
2230
|
"once_cell",
|
2191
2231
|
"proc-macro2",
|
2192
2232
|
"quote",
|
2193
|
-
"syn 2.0.
|
2233
|
+
"syn 2.0.46",
|
2194
2234
|
"wasm-bindgen-shared",
|
2195
2235
|
]
|
2196
2236
|
|
2197
2237
|
[[package]]
|
2198
2238
|
name = "wasm-bindgen-macro"
|
2199
|
-
version = "0.2.
|
2239
|
+
version = "0.2.89"
|
2200
2240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2201
|
-
checksum = "
|
2241
|
+
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
2202
2242
|
dependencies = [
|
2203
2243
|
"quote",
|
2204
2244
|
"wasm-bindgen-macro-support",
|
@@ -2206,22 +2246,22 @@ dependencies = [
|
|
2206
2246
|
|
2207
2247
|
[[package]]
|
2208
2248
|
name = "wasm-bindgen-macro-support"
|
2209
|
-
version = "0.2.
|
2249
|
+
version = "0.2.89"
|
2210
2250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2211
|
-
checksum = "
|
2251
|
+
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
2212
2252
|
dependencies = [
|
2213
2253
|
"proc-macro2",
|
2214
2254
|
"quote",
|
2215
|
-
"syn 2.0.
|
2255
|
+
"syn 2.0.46",
|
2216
2256
|
"wasm-bindgen-backend",
|
2217
2257
|
"wasm-bindgen-shared",
|
2218
2258
|
]
|
2219
2259
|
|
2220
2260
|
[[package]]
|
2221
2261
|
name = "wasm-bindgen-shared"
|
2222
|
-
version = "0.2.
|
2262
|
+
version = "0.2.89"
|
2223
2263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2224
|
-
checksum = "
|
2264
|
+
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
2225
2265
|
|
2226
2266
|
[[package]]
|
2227
2267
|
name = "winapi"
|
@@ -2245,13 +2285,23 @@ version = "0.4.0"
|
|
2245
2285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2246
2286
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2247
2287
|
|
2288
|
+
[[package]]
|
2289
|
+
name = "windows"
|
2290
|
+
version = "0.52.0"
|
2291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2292
|
+
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2293
|
+
dependencies = [
|
2294
|
+
"windows-core",
|
2295
|
+
"windows-targets 0.52.0",
|
2296
|
+
]
|
2297
|
+
|
2248
2298
|
[[package]]
|
2249
2299
|
name = "windows-core"
|
2250
|
-
version = "0.
|
2300
|
+
version = "0.52.0"
|
2251
2301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2252
|
-
checksum = "
|
2302
|
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2253
2303
|
dependencies = [
|
2254
|
-
"windows-targets",
|
2304
|
+
"windows-targets 0.52.0",
|
2255
2305
|
]
|
2256
2306
|
|
2257
2307
|
[[package]]
|
@@ -2260,7 +2310,16 @@ version = "0.48.0"
|
|
2260
2310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2261
2311
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2262
2312
|
dependencies = [
|
2263
|
-
"windows-targets",
|
2313
|
+
"windows-targets 0.48.5",
|
2314
|
+
]
|
2315
|
+
|
2316
|
+
[[package]]
|
2317
|
+
name = "windows-sys"
|
2318
|
+
version = "0.52.0"
|
2319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2320
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2321
|
+
dependencies = [
|
2322
|
+
"windows-targets 0.52.0",
|
2264
2323
|
]
|
2265
2324
|
|
2266
2325
|
[[package]]
|
@@ -2269,13 +2328,28 @@ version = "0.48.5"
|
|
2269
2328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2270
2329
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2271
2330
|
dependencies = [
|
2272
|
-
"windows_aarch64_gnullvm",
|
2273
|
-
"windows_aarch64_msvc",
|
2274
|
-
"windows_i686_gnu",
|
2275
|
-
"windows_i686_msvc",
|
2276
|
-
"windows_x86_64_gnu",
|
2277
|
-
"windows_x86_64_gnullvm",
|
2278
|
-
"windows_x86_64_msvc",
|
2331
|
+
"windows_aarch64_gnullvm 0.48.5",
|
2332
|
+
"windows_aarch64_msvc 0.48.5",
|
2333
|
+
"windows_i686_gnu 0.48.5",
|
2334
|
+
"windows_i686_msvc 0.48.5",
|
2335
|
+
"windows_x86_64_gnu 0.48.5",
|
2336
|
+
"windows_x86_64_gnullvm 0.48.5",
|
2337
|
+
"windows_x86_64_msvc 0.48.5",
|
2338
|
+
]
|
2339
|
+
|
2340
|
+
[[package]]
|
2341
|
+
name = "windows-targets"
|
2342
|
+
version = "0.52.0"
|
2343
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2344
|
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
2345
|
+
dependencies = [
|
2346
|
+
"windows_aarch64_gnullvm 0.52.0",
|
2347
|
+
"windows_aarch64_msvc 0.52.0",
|
2348
|
+
"windows_i686_gnu 0.52.0",
|
2349
|
+
"windows_i686_msvc 0.52.0",
|
2350
|
+
"windows_x86_64_gnu 0.52.0",
|
2351
|
+
"windows_x86_64_gnullvm 0.52.0",
|
2352
|
+
"windows_x86_64_msvc 0.52.0",
|
2279
2353
|
]
|
2280
2354
|
|
2281
2355
|
[[package]]
|
@@ -2284,66 +2358,108 @@ version = "0.48.5"
|
|
2284
2358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2285
2359
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2286
2360
|
|
2361
|
+
[[package]]
|
2362
|
+
name = "windows_aarch64_gnullvm"
|
2363
|
+
version = "0.52.0"
|
2364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2365
|
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
2366
|
+
|
2287
2367
|
[[package]]
|
2288
2368
|
name = "windows_aarch64_msvc"
|
2289
2369
|
version = "0.48.5"
|
2290
2370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2291
2371
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2292
2372
|
|
2373
|
+
[[package]]
|
2374
|
+
name = "windows_aarch64_msvc"
|
2375
|
+
version = "0.52.0"
|
2376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2377
|
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
2378
|
+
|
2293
2379
|
[[package]]
|
2294
2380
|
name = "windows_i686_gnu"
|
2295
2381
|
version = "0.48.5"
|
2296
2382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2297
2383
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2298
2384
|
|
2385
|
+
[[package]]
|
2386
|
+
name = "windows_i686_gnu"
|
2387
|
+
version = "0.52.0"
|
2388
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2389
|
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
2390
|
+
|
2299
2391
|
[[package]]
|
2300
2392
|
name = "windows_i686_msvc"
|
2301
2393
|
version = "0.48.5"
|
2302
2394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2303
2395
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2304
2396
|
|
2397
|
+
[[package]]
|
2398
|
+
name = "windows_i686_msvc"
|
2399
|
+
version = "0.52.0"
|
2400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2401
|
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
2402
|
+
|
2305
2403
|
[[package]]
|
2306
2404
|
name = "windows_x86_64_gnu"
|
2307
2405
|
version = "0.48.5"
|
2308
2406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2309
2407
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2310
2408
|
|
2409
|
+
[[package]]
|
2410
|
+
name = "windows_x86_64_gnu"
|
2411
|
+
version = "0.52.0"
|
2412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2413
|
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
2414
|
+
|
2311
2415
|
[[package]]
|
2312
2416
|
name = "windows_x86_64_gnullvm"
|
2313
2417
|
version = "0.48.5"
|
2314
2418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315
2419
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2316
2420
|
|
2421
|
+
[[package]]
|
2422
|
+
name = "windows_x86_64_gnullvm"
|
2423
|
+
version = "0.52.0"
|
2424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2425
|
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
2426
|
+
|
2317
2427
|
[[package]]
|
2318
2428
|
name = "windows_x86_64_msvc"
|
2319
2429
|
version = "0.48.5"
|
2320
2430
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2321
2431
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2322
2432
|
|
2433
|
+
[[package]]
|
2434
|
+
name = "windows_x86_64_msvc"
|
2435
|
+
version = "0.52.0"
|
2436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2437
|
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
2438
|
+
|
2323
2439
|
[[package]]
|
2324
2440
|
name = "xxhash-rust"
|
2325
|
-
version = "0.8.
|
2441
|
+
version = "0.8.8"
|
2326
2442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2327
|
-
checksum = "
|
2443
|
+
checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61"
|
2328
2444
|
|
2329
2445
|
[[package]]
|
2330
2446
|
name = "zerocopy"
|
2331
|
-
version = "0.7.
|
2447
|
+
version = "0.7.32"
|
2332
2448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2333
|
-
checksum = "
|
2449
|
+
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2334
2450
|
dependencies = [
|
2335
2451
|
"zerocopy-derive",
|
2336
2452
|
]
|
2337
2453
|
|
2338
2454
|
[[package]]
|
2339
2455
|
name = "zerocopy-derive"
|
2340
|
-
version = "0.7.
|
2456
|
+
version = "0.7.32"
|
2341
2457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2342
|
-
checksum = "
|
2458
|
+
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2343
2459
|
dependencies = [
|
2344
2460
|
"proc-macro2",
|
2345
2461
|
"quote",
|
2346
|
-
"syn 2.0.
|
2462
|
+
"syn 2.0.46",
|
2347
2463
|
]
|
2348
2464
|
|
2349
2465
|
[[package]]
|