polars-df 0.12.0-x86_64-linux → 0.14.0-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Cargo.lock +331 -316
- data/LICENSE-THIRD-PARTY.txt +1092 -1298
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/data_frame.rb +10 -10
- data/lib/polars/expr.rb +6 -6
- data/lib/polars/io/ipc.rb +28 -8
- data/lib/polars/io/parquet.rb +10 -4
- data/lib/polars/lazy_frame.rb +5 -1
- data/lib/polars/series.rb +8 -7
- data/lib/polars/string_expr.rb +9 -9
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/Cargo.lock
CHANGED
@@ -4,18 +4,18 @@ version = 3
|
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "addr2line"
|
7
|
-
version = "0.
|
7
|
+
version = "0.24.1"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
|
10
10
|
dependencies = [
|
11
11
|
"gimli",
|
12
12
|
]
|
13
13
|
|
14
14
|
[[package]]
|
15
|
-
name = "
|
16
|
-
version = "
|
15
|
+
name = "adler2"
|
16
|
+
version = "2.0.0"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "adler32"
|
@@ -115,18 +115,18 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
115
115
|
dependencies = [
|
116
116
|
"proc-macro2",
|
117
117
|
"quote",
|
118
|
-
"syn 2.0.
|
118
|
+
"syn 2.0.77",
|
119
119
|
]
|
120
120
|
|
121
121
|
[[package]]
|
122
122
|
name = "async-trait"
|
123
|
-
version = "0.1.
|
123
|
+
version = "0.1.82"
|
124
124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
-
checksum = "
|
125
|
+
checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
|
126
126
|
dependencies = [
|
127
127
|
"proc-macro2",
|
128
128
|
"quote",
|
129
|
-
"syn 2.0.
|
129
|
+
"syn 2.0.77",
|
130
130
|
]
|
131
131
|
|
132
132
|
[[package]]
|
@@ -166,17 +166,17 @@ dependencies = [
|
|
166
166
|
|
167
167
|
[[package]]
|
168
168
|
name = "backtrace"
|
169
|
-
version = "0.3.
|
169
|
+
version = "0.3.74"
|
170
170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
171
|
-
checksum = "
|
171
|
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
172
172
|
dependencies = [
|
173
173
|
"addr2line",
|
174
|
-
"cc",
|
175
174
|
"cfg-if",
|
176
175
|
"libc",
|
177
176
|
"miniz_oxide",
|
178
177
|
"object",
|
179
178
|
"rustc-demangle",
|
179
|
+
"windows-targets",
|
180
180
|
]
|
181
181
|
|
182
182
|
[[package]]
|
@@ -202,23 +202,23 @@ dependencies = [
|
|
202
202
|
"regex",
|
203
203
|
"rustc-hash",
|
204
204
|
"shlex",
|
205
|
-
"syn 2.0.
|
205
|
+
"syn 2.0.77",
|
206
206
|
]
|
207
207
|
|
208
208
|
[[package]]
|
209
209
|
name = "bitflags"
|
210
|
-
version = "2.
|
210
|
+
version = "2.6.0"
|
211
211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212
|
-
checksum = "
|
212
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
213
213
|
dependencies = [
|
214
214
|
"serde",
|
215
215
|
]
|
216
216
|
|
217
217
|
[[package]]
|
218
218
|
name = "brotli"
|
219
|
-
version = "
|
219
|
+
version = "6.0.0"
|
220
220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
221
|
-
checksum = "
|
221
|
+
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
222
222
|
dependencies = [
|
223
223
|
"alloc-no-stdlib",
|
224
224
|
"alloc-stdlib",
|
@@ -243,39 +243,54 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
243
243
|
|
244
244
|
[[package]]
|
245
245
|
name = "bytemuck"
|
246
|
-
version = "1.
|
246
|
+
version = "1.18.0"
|
247
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "
|
248
|
+
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
|
249
249
|
dependencies = [
|
250
250
|
"bytemuck_derive",
|
251
251
|
]
|
252
252
|
|
253
253
|
[[package]]
|
254
254
|
name = "bytemuck_derive"
|
255
|
-
version = "1.7.
|
255
|
+
version = "1.7.1"
|
256
256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
257
|
-
checksum = "
|
257
|
+
checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
|
258
258
|
dependencies = [
|
259
259
|
"proc-macro2",
|
260
260
|
"quote",
|
261
|
-
"syn 2.0.
|
261
|
+
"syn 2.0.77",
|
262
262
|
]
|
263
263
|
|
264
|
+
[[package]]
|
265
|
+
name = "byteorder"
|
266
|
+
version = "1.5.0"
|
267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
268
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
269
|
+
|
264
270
|
[[package]]
|
265
271
|
name = "bytes"
|
266
|
-
version = "1.
|
272
|
+
version = "1.7.1"
|
267
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
268
|
-
checksum = "
|
274
|
+
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
275
|
+
|
276
|
+
[[package]]
|
277
|
+
name = "castaway"
|
278
|
+
version = "0.2.3"
|
279
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
280
|
+
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
|
281
|
+
dependencies = [
|
282
|
+
"rustversion",
|
283
|
+
]
|
269
284
|
|
270
285
|
[[package]]
|
271
286
|
name = "cc"
|
272
|
-
version = "1.
|
287
|
+
version = "1.1.18"
|
273
288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
274
|
-
checksum = "
|
289
|
+
checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
|
275
290
|
dependencies = [
|
276
291
|
"jobserver",
|
277
292
|
"libc",
|
278
|
-
"
|
293
|
+
"shlex",
|
279
294
|
]
|
280
295
|
|
281
296
|
[[package]]
|
@@ -305,7 +320,7 @@ dependencies = [
|
|
305
320
|
"num-traits",
|
306
321
|
"serde",
|
307
322
|
"wasm-bindgen",
|
308
|
-
"windows-targets
|
323
|
+
"windows-targets",
|
309
324
|
]
|
310
325
|
|
311
326
|
[[package]]
|
@@ -353,11 +368,26 @@ dependencies = [
|
|
353
368
|
"unicode-width",
|
354
369
|
]
|
355
370
|
|
371
|
+
[[package]]
|
372
|
+
name = "compact_str"
|
373
|
+
version = "0.8.0"
|
374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
375
|
+
checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644"
|
376
|
+
dependencies = [
|
377
|
+
"castaway",
|
378
|
+
"cfg-if",
|
379
|
+
"itoa",
|
380
|
+
"rustversion",
|
381
|
+
"ryu",
|
382
|
+
"serde",
|
383
|
+
"static_assertions",
|
384
|
+
]
|
385
|
+
|
356
386
|
[[package]]
|
357
387
|
name = "core-foundation-sys"
|
358
|
-
version = "0.8.
|
388
|
+
version = "0.8.7"
|
359
389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
-
checksum = "
|
390
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
361
391
|
|
362
392
|
[[package]]
|
363
393
|
name = "crc"
|
@@ -456,9 +486,9 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
456
486
|
|
457
487
|
[[package]]
|
458
488
|
name = "either"
|
459
|
-
version = "1.
|
489
|
+
version = "1.13.0"
|
460
490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
461
|
-
checksum = "
|
491
|
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
462
492
|
dependencies = [
|
463
493
|
"serde",
|
464
494
|
]
|
@@ -472,7 +502,7 @@ dependencies = [
|
|
472
502
|
"once_cell",
|
473
503
|
"proc-macro2",
|
474
504
|
"quote",
|
475
|
-
"syn 2.0.
|
505
|
+
"syn 2.0.77",
|
476
506
|
]
|
477
507
|
|
478
508
|
[[package]]
|
@@ -501,9 +531,9 @@ checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
|
|
501
531
|
|
502
532
|
[[package]]
|
503
533
|
name = "flate2"
|
504
|
-
version = "1.0.
|
534
|
+
version = "1.0.33"
|
505
535
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
506
|
-
checksum = "
|
536
|
+
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
|
507
537
|
dependencies = [
|
508
538
|
"crc32fast",
|
509
539
|
"miniz_oxide",
|
@@ -518,12 +548,6 @@ dependencies = [
|
|
518
548
|
"num-traits",
|
519
549
|
]
|
520
550
|
|
521
|
-
[[package]]
|
522
|
-
name = "foreign_vec"
|
523
|
-
version = "0.1.0"
|
524
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
525
|
-
checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
|
526
|
-
|
527
551
|
[[package]]
|
528
552
|
name = "futures"
|
529
553
|
version = "0.3.30"
|
@@ -580,7 +604,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
580
604
|
dependencies = [
|
581
605
|
"proc-macro2",
|
582
606
|
"quote",
|
583
|
-
"syn 2.0.
|
607
|
+
"syn 2.0.77",
|
584
608
|
]
|
585
609
|
|
586
610
|
[[package]]
|
@@ -628,9 +652,9 @@ dependencies = [
|
|
628
652
|
|
629
653
|
[[package]]
|
630
654
|
name = "gimli"
|
631
|
-
version = "0.
|
655
|
+
version = "0.31.0"
|
632
656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
633
|
-
checksum = "
|
657
|
+
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
|
634
658
|
|
635
659
|
[[package]]
|
636
660
|
name = "glob"
|
@@ -698,7 +722,7 @@ dependencies = [
|
|
698
722
|
"iana-time-zone-haiku",
|
699
723
|
"js-sys",
|
700
724
|
"wasm-bindgen",
|
701
|
-
"windows-core",
|
725
|
+
"windows-core 0.52.0",
|
702
726
|
]
|
703
727
|
|
704
728
|
[[package]]
|
@@ -712,9 +736,9 @@ dependencies = [
|
|
712
736
|
|
713
737
|
[[package]]
|
714
738
|
name = "indexmap"
|
715
|
-
version = "2.
|
739
|
+
version = "2.5.0"
|
716
740
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
717
|
-
checksum = "
|
741
|
+
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
718
742
|
dependencies = [
|
719
743
|
"equivalent",
|
720
744
|
"hashbrown",
|
@@ -764,18 +788,18 @@ dependencies = [
|
|
764
788
|
|
765
789
|
[[package]]
|
766
790
|
name = "jobserver"
|
767
|
-
version = "0.1.
|
791
|
+
version = "0.1.32"
|
768
792
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
769
|
-
checksum = "
|
793
|
+
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
770
794
|
dependencies = [
|
771
795
|
"libc",
|
772
796
|
]
|
773
797
|
|
774
798
|
[[package]]
|
775
799
|
name = "js-sys"
|
776
|
-
version = "0.3.
|
800
|
+
version = "0.3.70"
|
777
801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
778
|
-
checksum = "
|
802
|
+
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
779
803
|
dependencies = [
|
780
804
|
"wasm-bindgen",
|
781
805
|
]
|
@@ -869,9 +893,9 @@ dependencies = [
|
|
869
893
|
|
870
894
|
[[package]]
|
871
895
|
name = "libc"
|
872
|
-
version = "0.2.
|
896
|
+
version = "0.2.158"
|
873
897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
874
|
-
checksum = "
|
898
|
+
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
875
899
|
|
876
900
|
[[package]]
|
877
901
|
name = "libflate"
|
@@ -895,12 +919,12 @@ dependencies = [
|
|
895
919
|
|
896
920
|
[[package]]
|
897
921
|
name = "libloading"
|
898
|
-
version = "0.8.
|
922
|
+
version = "0.8.5"
|
899
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
924
|
+
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
901
925
|
dependencies = [
|
902
926
|
"cfg-if",
|
903
|
-
"windows-targets
|
927
|
+
"windows-targets",
|
904
928
|
]
|
905
929
|
|
906
930
|
[[package]]
|
@@ -911,9 +935,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
911
935
|
|
912
936
|
[[package]]
|
913
937
|
name = "libmimalloc-sys"
|
914
|
-
version = "0.1.
|
938
|
+
version = "0.1.39"
|
915
939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
-
checksum = "
|
940
|
+
checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
|
917
941
|
dependencies = [
|
918
942
|
"cc",
|
919
943
|
"libc",
|
@@ -931,15 +955,15 @@ dependencies = [
|
|
931
955
|
|
932
956
|
[[package]]
|
933
957
|
name = "log"
|
934
|
-
version = "0.4.
|
958
|
+
version = "0.4.22"
|
935
959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
936
|
-
checksum = "
|
960
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
937
961
|
|
938
962
|
[[package]]
|
939
963
|
name = "lz4"
|
940
|
-
version = "1.
|
964
|
+
version = "1.26.0"
|
941
965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
-
checksum = "
|
966
|
+
checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
|
943
967
|
dependencies = [
|
944
968
|
"libc",
|
945
969
|
"lz4-sys",
|
@@ -947,9 +971,9 @@ dependencies = [
|
|
947
971
|
|
948
972
|
[[package]]
|
949
973
|
name = "lz4-sys"
|
950
|
-
version = "1.
|
974
|
+
version = "1.10.0"
|
951
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
-
checksum = "
|
976
|
+
checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
|
953
977
|
dependencies = [
|
954
978
|
"cc",
|
955
979
|
"libc",
|
@@ -975,7 +999,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
975
999
|
dependencies = [
|
976
1000
|
"proc-macro2",
|
977
1001
|
"quote",
|
978
|
-
"syn 2.0.
|
1002
|
+
"syn 2.0.77",
|
979
1003
|
]
|
980
1004
|
|
981
1005
|
[[package]]
|
@@ -995,9 +1019,9 @@ dependencies = [
|
|
995
1019
|
|
996
1020
|
[[package]]
|
997
1021
|
name = "mimalloc"
|
998
|
-
version = "0.1.
|
1022
|
+
version = "0.1.43"
|
999
1023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1000
|
-
checksum = "
|
1024
|
+
checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
|
1001
1025
|
dependencies = [
|
1002
1026
|
"libmimalloc-sys",
|
1003
1027
|
]
|
@@ -1010,22 +1034,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1010
1034
|
|
1011
1035
|
[[package]]
|
1012
1036
|
name = "miniz_oxide"
|
1013
|
-
version = "0.
|
1037
|
+
version = "0.8.0"
|
1014
1038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015
|
-
checksum = "
|
1039
|
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
1016
1040
|
dependencies = [
|
1017
|
-
"
|
1041
|
+
"adler2",
|
1018
1042
|
]
|
1019
1043
|
|
1020
1044
|
[[package]]
|
1021
1045
|
name = "mio"
|
1022
|
-
version = "0.
|
1046
|
+
version = "1.0.2"
|
1023
1047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1024
|
-
checksum = "
|
1048
|
+
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
1025
1049
|
dependencies = [
|
1050
|
+
"hermit-abi",
|
1026
1051
|
"libc",
|
1027
1052
|
"wasi",
|
1028
|
-
"windows-sys 0.
|
1053
|
+
"windows-sys 0.52.0",
|
1029
1054
|
]
|
1030
1055
|
|
1031
1056
|
[[package]]
|
@@ -1088,21 +1113,11 @@ dependencies = [
|
|
1088
1113
|
"libm",
|
1089
1114
|
]
|
1090
1115
|
|
1091
|
-
[[package]]
|
1092
|
-
name = "num_cpus"
|
1093
|
-
version = "1.16.0"
|
1094
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1095
|
-
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1096
|
-
dependencies = [
|
1097
|
-
"hermit-abi",
|
1098
|
-
"libc",
|
1099
|
-
]
|
1100
|
-
|
1101
1116
|
[[package]]
|
1102
1117
|
name = "object"
|
1103
|
-
version = "0.36.
|
1118
|
+
version = "0.36.4"
|
1104
1119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1105
|
-
checksum = "
|
1120
|
+
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
|
1106
1121
|
dependencies = [
|
1107
1122
|
"memchr",
|
1108
1123
|
]
|
@@ -1133,7 +1148,7 @@ dependencies = [
|
|
1133
1148
|
"libc",
|
1134
1149
|
"redox_syscall",
|
1135
1150
|
"smallvec",
|
1136
|
-
"windows-targets
|
1151
|
+
"windows-targets",
|
1137
1152
|
]
|
1138
1153
|
|
1139
1154
|
[[package]]
|
@@ -1228,7 +1243,7 @@ dependencies = [
|
|
1228
1243
|
|
1229
1244
|
[[package]]
|
1230
1245
|
name = "polars"
|
1231
|
-
version = "0.
|
1246
|
+
version = "0.14.0"
|
1232
1247
|
dependencies = [
|
1233
1248
|
"ahash",
|
1234
1249
|
"chrono",
|
@@ -1236,19 +1251,18 @@ dependencies = [
|
|
1236
1251
|
"jemallocator",
|
1237
1252
|
"magnus",
|
1238
1253
|
"mimalloc",
|
1239
|
-
"polars 0.
|
1254
|
+
"polars 0.43.1",
|
1240
1255
|
"polars-core",
|
1241
1256
|
"polars-parquet",
|
1242
1257
|
"polars-utils",
|
1243
1258
|
"serde_json",
|
1244
|
-
"smartstring",
|
1245
1259
|
]
|
1246
1260
|
|
1247
1261
|
[[package]]
|
1248
1262
|
name = "polars"
|
1249
|
-
version = "0.
|
1263
|
+
version = "0.43.1"
|
1250
1264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1251
|
-
checksum = "
|
1265
|
+
checksum = "0e248cf2f0069277f8fe80d413cfb9240c7dd1cfa382b5674c1b4afa57222747"
|
1252
1266
|
dependencies = [
|
1253
1267
|
"getrandom",
|
1254
1268
|
"polars-arrow",
|
@@ -1267,9 +1281,9 @@ dependencies = [
|
|
1267
1281
|
|
1268
1282
|
[[package]]
|
1269
1283
|
name = "polars-arrow"
|
1270
|
-
version = "0.
|
1284
|
+
version = "0.43.1"
|
1271
1285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1272
|
-
checksum = "
|
1286
|
+
checksum = "2981d5b2f34c84069a39fceca0d36dffeb97db8cadba101e7ea6605c8d42294d"
|
1273
1287
|
dependencies = [
|
1274
1288
|
"ahash",
|
1275
1289
|
"atoi",
|
@@ -1282,7 +1296,6 @@ dependencies = [
|
|
1282
1296
|
"either",
|
1283
1297
|
"ethnum",
|
1284
1298
|
"fast-float",
|
1285
|
-
"foreign_vec",
|
1286
1299
|
"futures",
|
1287
1300
|
"getrandom",
|
1288
1301
|
"hashbrown",
|
@@ -1291,8 +1304,10 @@ dependencies = [
|
|
1291
1304
|
"lz4",
|
1292
1305
|
"multiversion",
|
1293
1306
|
"num-traits",
|
1307
|
+
"parking_lot",
|
1294
1308
|
"polars-arrow-format",
|
1295
1309
|
"polars-error",
|
1310
|
+
"polars-schema",
|
1296
1311
|
"polars-utils",
|
1297
1312
|
"ryu",
|
1298
1313
|
"serde",
|
@@ -1315,9 +1330,9 @@ dependencies = [
|
|
1315
1330
|
|
1316
1331
|
[[package]]
|
1317
1332
|
name = "polars-compute"
|
1318
|
-
version = "0.
|
1333
|
+
version = "0.43.1"
|
1319
1334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1320
|
-
checksum = "
|
1335
|
+
checksum = "5a97b2a5c9b880ab7e52553c40a336fdb6e3244bf896b4d4917700defe8085d5"
|
1321
1336
|
dependencies = [
|
1322
1337
|
"bytemuck",
|
1323
1338
|
"either",
|
@@ -1331,9 +1346,9 @@ dependencies = [
|
|
1331
1346
|
|
1332
1347
|
[[package]]
|
1333
1348
|
name = "polars-core"
|
1334
|
-
version = "0.
|
1349
|
+
version = "0.43.1"
|
1335
1350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1336
|
-
checksum = "
|
1351
|
+
checksum = "d5bc2cadcca904a9dc4d2c2b437c346712806e9a678bf17c7e94ebf622faae76"
|
1337
1352
|
dependencies = [
|
1338
1353
|
"ahash",
|
1339
1354
|
"bitflags",
|
@@ -1350,6 +1365,7 @@ dependencies = [
|
|
1350
1365
|
"polars-compute",
|
1351
1366
|
"polars-error",
|
1352
1367
|
"polars-row",
|
1368
|
+
"polars-schema",
|
1353
1369
|
"polars-utils",
|
1354
1370
|
"rand",
|
1355
1371
|
"rand_distr",
|
@@ -1357,7 +1373,6 @@ dependencies = [
|
|
1357
1373
|
"regex",
|
1358
1374
|
"serde",
|
1359
1375
|
"serde_json",
|
1360
|
-
"smartstring",
|
1361
1376
|
"thiserror",
|
1362
1377
|
"version_check",
|
1363
1378
|
"xxhash-rust",
|
@@ -1365,9 +1380,9 @@ dependencies = [
|
|
1365
1380
|
|
1366
1381
|
[[package]]
|
1367
1382
|
name = "polars-error"
|
1368
|
-
version = "0.
|
1383
|
+
version = "0.43.1"
|
1369
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370
|
-
checksum = "
|
1385
|
+
checksum = "56b0a8eb9b1e56a4640de6887d613cb4de73c4e09d491f3b779855d4c3bcb9ba"
|
1371
1386
|
dependencies = [
|
1372
1387
|
"avro-schema",
|
1373
1388
|
"polars-arrow-format",
|
@@ -1378,14 +1393,15 @@ dependencies = [
|
|
1378
1393
|
|
1379
1394
|
[[package]]
|
1380
1395
|
name = "polars-expr"
|
1381
|
-
version = "0.
|
1396
|
+
version = "0.43.1"
|
1382
1397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1383
|
-
checksum = "
|
1398
|
+
checksum = "34e9c0e8c7ba93aac64051b92dc68eac5a0e9543cf44ca784467db2c035821fe"
|
1384
1399
|
dependencies = [
|
1385
1400
|
"ahash",
|
1386
1401
|
"bitflags",
|
1387
1402
|
"once_cell",
|
1388
1403
|
"polars-arrow",
|
1404
|
+
"polars-compute",
|
1389
1405
|
"polars-core",
|
1390
1406
|
"polars-io",
|
1391
1407
|
"polars-ops",
|
@@ -1393,14 +1409,13 @@ dependencies = [
|
|
1393
1409
|
"polars-time",
|
1394
1410
|
"polars-utils",
|
1395
1411
|
"rayon",
|
1396
|
-
"smartstring",
|
1397
1412
|
]
|
1398
1413
|
|
1399
1414
|
[[package]]
|
1400
1415
|
name = "polars-io"
|
1401
|
-
version = "0.
|
1416
|
+
version = "0.43.1"
|
1402
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403
|
-
checksum = "
|
1418
|
+
checksum = "454ebbebe1cb8cb4768adca44b8fc9431abc3c91d5927f6824e73f916bced911"
|
1404
1419
|
dependencies = [
|
1405
1420
|
"ahash",
|
1406
1421
|
"async-trait",
|
@@ -1410,6 +1425,8 @@ dependencies = [
|
|
1410
1425
|
"chrono-tz",
|
1411
1426
|
"fast-float",
|
1412
1427
|
"futures",
|
1428
|
+
"glob",
|
1429
|
+
"hashbrown",
|
1413
1430
|
"home",
|
1414
1431
|
"itoa",
|
1415
1432
|
"memchr",
|
@@ -1422,25 +1439,24 @@ dependencies = [
|
|
1422
1439
|
"polars-error",
|
1423
1440
|
"polars-json",
|
1424
1441
|
"polars-parquet",
|
1442
|
+
"polars-schema",
|
1425
1443
|
"polars-time",
|
1426
1444
|
"polars-utils",
|
1427
1445
|
"rayon",
|
1428
1446
|
"regex",
|
1429
1447
|
"ryu",
|
1430
1448
|
"serde",
|
1431
|
-
"serde_json",
|
1432
1449
|
"simd-json",
|
1433
1450
|
"simdutf8",
|
1434
|
-
"smartstring",
|
1435
1451
|
"tokio",
|
1436
1452
|
"tokio-util",
|
1437
1453
|
]
|
1438
1454
|
|
1439
1455
|
[[package]]
|
1440
1456
|
name = "polars-json"
|
1441
|
-
version = "0.
|
1457
|
+
version = "0.43.1"
|
1442
1458
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1443
|
-
checksum = "
|
1459
|
+
checksum = "4ca086fbbff6e46efbc97032e93f92690c1fc9c662fd5e1f13a42922bd7d3aa4"
|
1444
1460
|
dependencies = [
|
1445
1461
|
"ahash",
|
1446
1462
|
"chrono",
|
@@ -1460,13 +1476,12 @@ dependencies = [
|
|
1460
1476
|
|
1461
1477
|
[[package]]
|
1462
1478
|
name = "polars-lazy"
|
1463
|
-
version = "0.
|
1479
|
+
version = "0.43.1"
|
1464
1480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465
|
-
checksum = "
|
1481
|
+
checksum = "7e61c062e833d2376de0a4cf745504449215cbf499cea293cb592e674ffb39ca"
|
1466
1482
|
dependencies = [
|
1467
1483
|
"ahash",
|
1468
1484
|
"bitflags",
|
1469
|
-
"glob",
|
1470
1485
|
"memchr",
|
1471
1486
|
"once_cell",
|
1472
1487
|
"polars-arrow",
|
@@ -1481,16 +1496,16 @@ dependencies = [
|
|
1481
1496
|
"polars-time",
|
1482
1497
|
"polars-utils",
|
1483
1498
|
"rayon",
|
1484
|
-
"smartstring",
|
1485
1499
|
"version_check",
|
1486
1500
|
]
|
1487
1501
|
|
1488
1502
|
[[package]]
|
1489
1503
|
name = "polars-mem-engine"
|
1490
|
-
version = "0.
|
1504
|
+
version = "0.43.1"
|
1491
1505
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1492
|
-
checksum = "
|
1506
|
+
checksum = "c0643812829cc990e1533a5bf48c21a1b3eaa46aabf2967b0f53f99097cbc74c"
|
1493
1507
|
dependencies = [
|
1508
|
+
"memmap2",
|
1494
1509
|
"polars-arrow",
|
1495
1510
|
"polars-core",
|
1496
1511
|
"polars-error",
|
@@ -1506,9 +1521,9 @@ dependencies = [
|
|
1506
1521
|
|
1507
1522
|
[[package]]
|
1508
1523
|
name = "polars-ops"
|
1509
|
-
version = "0.
|
1524
|
+
version = "0.43.1"
|
1510
1525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1511
|
-
checksum = "
|
1526
|
+
checksum = "5ac14a136d87bea798f3db51d5987556deb2293da34bfc8b105ebffa05f6e810"
|
1512
1527
|
dependencies = [
|
1513
1528
|
"ahash",
|
1514
1529
|
"aho-corasick",
|
@@ -1529,6 +1544,7 @@ dependencies = [
|
|
1529
1544
|
"polars-core",
|
1530
1545
|
"polars-error",
|
1531
1546
|
"polars-json",
|
1547
|
+
"polars-schema",
|
1532
1548
|
"polars-utils",
|
1533
1549
|
"rand",
|
1534
1550
|
"rand_distr",
|
@@ -1536,24 +1552,25 @@ dependencies = [
|
|
1536
1552
|
"regex",
|
1537
1553
|
"serde",
|
1538
1554
|
"serde_json",
|
1539
|
-
"smartstring",
|
1540
1555
|
"unicode-reverse",
|
1541
1556
|
"version_check",
|
1542
1557
|
]
|
1543
1558
|
|
1544
1559
|
[[package]]
|
1545
1560
|
name = "polars-parquet"
|
1546
|
-
version = "0.
|
1561
|
+
version = "0.43.1"
|
1547
1562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1548
|
-
checksum = "
|
1563
|
+
checksum = "491f5af321169259d5b1294c9fe8ed89faaeac34b4dec4abcedc0d1b3d11013a"
|
1549
1564
|
dependencies = [
|
1550
1565
|
"ahash",
|
1551
1566
|
"async-stream",
|
1552
1567
|
"base64",
|
1553
1568
|
"brotli",
|
1569
|
+
"bytemuck",
|
1554
1570
|
"ethnum",
|
1555
1571
|
"flate2",
|
1556
1572
|
"futures",
|
1573
|
+
"hashbrown",
|
1557
1574
|
"lz4",
|
1558
1575
|
"num-traits",
|
1559
1576
|
"parquet-format-safe",
|
@@ -1570,13 +1587,14 @@ dependencies = [
|
|
1570
1587
|
|
1571
1588
|
[[package]]
|
1572
1589
|
name = "polars-pipe"
|
1573
|
-
version = "0.
|
1590
|
+
version = "0.43.1"
|
1574
1591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1575
|
-
checksum = "
|
1592
|
+
checksum = "29215c31f599295cc0f803c42fc812cc518db6d5ed4d6c7cc03daf3976a0add5"
|
1576
1593
|
dependencies = [
|
1577
1594
|
"crossbeam-channel",
|
1578
1595
|
"crossbeam-queue",
|
1579
1596
|
"enum_dispatch",
|
1597
|
+
"futures",
|
1580
1598
|
"hashbrown",
|
1581
1599
|
"num-traits",
|
1582
1600
|
"polars-arrow",
|
@@ -1589,22 +1607,25 @@ dependencies = [
|
|
1589
1607
|
"polars-row",
|
1590
1608
|
"polars-utils",
|
1591
1609
|
"rayon",
|
1592
|
-
"smartstring",
|
1593
1610
|
"uuid",
|
1594
1611
|
"version_check",
|
1595
1612
|
]
|
1596
1613
|
|
1597
1614
|
[[package]]
|
1598
1615
|
name = "polars-plan"
|
1599
|
-
version = "0.
|
1616
|
+
version = "0.43.1"
|
1600
1617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601
|
-
checksum = "
|
1618
|
+
checksum = "e3f728df4bc643492a2057a0a125c7e550cbcfe35b391444653ad294be9ab190"
|
1602
1619
|
dependencies = [
|
1603
1620
|
"ahash",
|
1621
|
+
"bitflags",
|
1604
1622
|
"bytemuck",
|
1623
|
+
"bytes",
|
1624
|
+
"chrono",
|
1605
1625
|
"chrono-tz",
|
1606
1626
|
"either",
|
1607
1627
|
"hashbrown",
|
1628
|
+
"memmap2",
|
1608
1629
|
"once_cell",
|
1609
1630
|
"percent-encoding",
|
1610
1631
|
"polars-arrow",
|
@@ -1619,16 +1640,15 @@ dependencies = [
|
|
1619
1640
|
"recursive",
|
1620
1641
|
"regex",
|
1621
1642
|
"serde",
|
1622
|
-
"smartstring",
|
1623
1643
|
"strum_macros",
|
1624
1644
|
"version_check",
|
1625
1645
|
]
|
1626
1646
|
|
1627
1647
|
[[package]]
|
1628
1648
|
name = "polars-row"
|
1629
|
-
version = "0.
|
1649
|
+
version = "0.43.1"
|
1630
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1631
|
-
checksum = "
|
1651
|
+
checksum = "4eb931f0929ca7498b3ed5056357d2d364cad42cce95383a7e3983dbceb4bed1"
|
1632
1652
|
dependencies = [
|
1633
1653
|
"bytemuck",
|
1634
1654
|
"polars-arrow",
|
@@ -1636,11 +1656,24 @@ dependencies = [
|
|
1636
1656
|
"polars-utils",
|
1637
1657
|
]
|
1638
1658
|
|
1659
|
+
[[package]]
|
1660
|
+
name = "polars-schema"
|
1661
|
+
version = "0.43.1"
|
1662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1663
|
+
checksum = "9c7e1234b942d3244024ecbac9c7f5a48a52a815f8ca4b9d075fbba16afb1a39"
|
1664
|
+
dependencies = [
|
1665
|
+
"indexmap",
|
1666
|
+
"polars-error",
|
1667
|
+
"polars-utils",
|
1668
|
+
"serde",
|
1669
|
+
"version_check",
|
1670
|
+
]
|
1671
|
+
|
1639
1672
|
[[package]]
|
1640
1673
|
name = "polars-sql"
|
1641
|
-
version = "0.
|
1674
|
+
version = "0.43.1"
|
1642
1675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1643
|
-
checksum = "
|
1676
|
+
checksum = "ce52bfd2ef1e2e18ac26d7d7ea3f9132b199cff06d975156703fa5badcfae187"
|
1644
1677
|
dependencies = [
|
1645
1678
|
"hex",
|
1646
1679
|
"once_cell",
|
@@ -1651,6 +1684,7 @@ dependencies = [
|
|
1651
1684
|
"polars-ops",
|
1652
1685
|
"polars-plan",
|
1653
1686
|
"polars-time",
|
1687
|
+
"polars-utils",
|
1654
1688
|
"rand",
|
1655
1689
|
"serde",
|
1656
1690
|
"serde_json",
|
@@ -1659,9 +1693,9 @@ dependencies = [
|
|
1659
1693
|
|
1660
1694
|
[[package]]
|
1661
1695
|
name = "polars-time"
|
1662
|
-
version = "0.
|
1696
|
+
version = "0.43.1"
|
1663
1697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1664
|
-
checksum = "
|
1698
|
+
checksum = "9925ab75e1d859ae2283ca09d7683198b0b9ff5afecd03f2c9180f3e36e35056"
|
1665
1699
|
dependencies = [
|
1666
1700
|
"atoi",
|
1667
1701
|
"bytemuck",
|
@@ -1676,25 +1710,28 @@ dependencies = [
|
|
1676
1710
|
"polars-utils",
|
1677
1711
|
"regex",
|
1678
1712
|
"serde",
|
1679
|
-
"smartstring",
|
1680
1713
|
]
|
1681
1714
|
|
1682
1715
|
[[package]]
|
1683
1716
|
name = "polars-utils"
|
1684
|
-
version = "0.
|
1717
|
+
version = "0.43.1"
|
1685
1718
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1686
|
-
checksum = "
|
1719
|
+
checksum = "b44846e1fc6ae1dfdc7f65a37af7d270d0a6a17a58fff76716561f5b887a8ad7"
|
1687
1720
|
dependencies = [
|
1688
1721
|
"ahash",
|
1689
1722
|
"bytemuck",
|
1723
|
+
"bytes",
|
1724
|
+
"compact_str",
|
1690
1725
|
"hashbrown",
|
1691
1726
|
"indexmap",
|
1727
|
+
"libc",
|
1728
|
+
"memmap2",
|
1692
1729
|
"num-traits",
|
1693
1730
|
"once_cell",
|
1694
1731
|
"polars-error",
|
1695
1732
|
"raw-cpuid",
|
1696
1733
|
"rayon",
|
1697
|
-
"
|
1734
|
+
"serde",
|
1698
1735
|
"stacker",
|
1699
1736
|
"sysinfo",
|
1700
1737
|
"version_check",
|
@@ -1702,9 +1739,12 @@ dependencies = [
|
|
1702
1739
|
|
1703
1740
|
[[package]]
|
1704
1741
|
name = "ppv-lite86"
|
1705
|
-
version = "0.2.
|
1742
|
+
version = "0.2.20"
|
1706
1743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1707
|
-
checksum = "
|
1744
|
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
1745
|
+
dependencies = [
|
1746
|
+
"zerocopy",
|
1747
|
+
]
|
1708
1748
|
|
1709
1749
|
[[package]]
|
1710
1750
|
name = "proc-macro2"
|
@@ -1717,18 +1757,18 @@ dependencies = [
|
|
1717
1757
|
|
1718
1758
|
[[package]]
|
1719
1759
|
name = "psm"
|
1720
|
-
version = "0.1.
|
1760
|
+
version = "0.1.23"
|
1721
1761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
-
checksum = "
|
1762
|
+
checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205"
|
1723
1763
|
dependencies = [
|
1724
1764
|
"cc",
|
1725
1765
|
]
|
1726
1766
|
|
1727
1767
|
[[package]]
|
1728
1768
|
name = "quote"
|
1729
|
-
version = "1.0.
|
1769
|
+
version = "1.0.37"
|
1730
1770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1731
|
-
checksum = "
|
1771
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
1732
1772
|
dependencies = [
|
1733
1773
|
"proc-macro2",
|
1734
1774
|
]
|
@@ -1775,9 +1815,9 @@ dependencies = [
|
|
1775
1815
|
|
1776
1816
|
[[package]]
|
1777
1817
|
name = "raw-cpuid"
|
1778
|
-
version = "11.0
|
1818
|
+
version = "11.1.0"
|
1779
1819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1780
|
-
checksum = "
|
1820
|
+
checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d"
|
1781
1821
|
dependencies = [
|
1782
1822
|
"bitflags",
|
1783
1823
|
]
|
@@ -1804,18 +1844,18 @@ dependencies = [
|
|
1804
1844
|
|
1805
1845
|
[[package]]
|
1806
1846
|
name = "rb-sys"
|
1807
|
-
version = "0.9.
|
1847
|
+
version = "0.9.102"
|
1808
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1809
|
-
checksum = "
|
1849
|
+
checksum = "df4dec4b1d304c3b308a2cd86b1216ea45dd4361f4e9fa056f108332d0a450c1"
|
1810
1850
|
dependencies = [
|
1811
1851
|
"rb-sys-build",
|
1812
1852
|
]
|
1813
1853
|
|
1814
1854
|
[[package]]
|
1815
1855
|
name = "rb-sys-build"
|
1816
|
-
version = "0.9.
|
1856
|
+
version = "0.9.102"
|
1817
1857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1818
|
-
checksum = "
|
1858
|
+
checksum = "1d71de3e29d174b8fb17b5d4470f27d7aa2605f8a9d05fda0d3aeff30e05a570"
|
1819
1859
|
dependencies = [
|
1820
1860
|
"bindgen",
|
1821
1861
|
"lazy_static",
|
@@ -1823,7 +1863,7 @@ dependencies = [
|
|
1823
1863
|
"quote",
|
1824
1864
|
"regex",
|
1825
1865
|
"shell-words",
|
1826
|
-
"syn 2.0.
|
1866
|
+
"syn 2.0.77",
|
1827
1867
|
]
|
1828
1868
|
|
1829
1869
|
[[package]]
|
@@ -1849,14 +1889,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1849
1889
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
1850
1890
|
dependencies = [
|
1851
1891
|
"quote",
|
1852
|
-
"syn 2.0.
|
1892
|
+
"syn 2.0.77",
|
1853
1893
|
]
|
1854
1894
|
|
1855
1895
|
[[package]]
|
1856
1896
|
name = "redox_syscall"
|
1857
|
-
version = "0.5.
|
1897
|
+
version = "0.5.4"
|
1858
1898
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1859
|
-
checksum = "
|
1899
|
+
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
|
1860
1900
|
dependencies = [
|
1861
1901
|
"bitflags",
|
1862
1902
|
]
|
@@ -1878,14 +1918,14 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
|
|
1878
1918
|
dependencies = [
|
1879
1919
|
"proc-macro2",
|
1880
1920
|
"quote",
|
1881
|
-
"syn 2.0.
|
1921
|
+
"syn 2.0.77",
|
1882
1922
|
]
|
1883
1923
|
|
1884
1924
|
[[package]]
|
1885
1925
|
name = "regex"
|
1886
|
-
version = "1.10.
|
1926
|
+
version = "1.10.6"
|
1887
1927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1888
|
-
checksum = "
|
1928
|
+
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
1889
1929
|
dependencies = [
|
1890
1930
|
"aho-corasick",
|
1891
1931
|
"memchr",
|
@@ -1954,32 +1994,33 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
1954
1994
|
|
1955
1995
|
[[package]]
|
1956
1996
|
name = "serde"
|
1957
|
-
version = "1.0.
|
1997
|
+
version = "1.0.210"
|
1958
1998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959
|
-
checksum = "
|
1999
|
+
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
1960
2000
|
dependencies = [
|
1961
2001
|
"serde_derive",
|
1962
2002
|
]
|
1963
2003
|
|
1964
2004
|
[[package]]
|
1965
2005
|
name = "serde_derive"
|
1966
|
-
version = "1.0.
|
2006
|
+
version = "1.0.210"
|
1967
2007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1968
|
-
checksum = "
|
2008
|
+
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
1969
2009
|
dependencies = [
|
1970
2010
|
"proc-macro2",
|
1971
2011
|
"quote",
|
1972
|
-
"syn 2.0.
|
2012
|
+
"syn 2.0.77",
|
1973
2013
|
]
|
1974
2014
|
|
1975
2015
|
[[package]]
|
1976
2016
|
name = "serde_json"
|
1977
|
-
version = "1.0.
|
2017
|
+
version = "1.0.128"
|
1978
2018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1979
|
-
checksum = "
|
2019
|
+
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
1980
2020
|
dependencies = [
|
1981
2021
|
"indexmap",
|
1982
2022
|
"itoa",
|
2023
|
+
"memchr",
|
1983
2024
|
"ryu",
|
1984
2025
|
"serde",
|
1985
2026
|
]
|
@@ -2041,18 +2082,6 @@ version = "1.13.2"
|
|
2041
2082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2042
2083
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2043
2084
|
|
2044
|
-
[[package]]
|
2045
|
-
name = "smartstring"
|
2046
|
-
version = "1.0.1"
|
2047
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2048
|
-
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
2049
|
-
dependencies = [
|
2050
|
-
"autocfg",
|
2051
|
-
"serde",
|
2052
|
-
"static_assertions",
|
2053
|
-
"version_check",
|
2054
|
-
]
|
2055
|
-
|
2056
2085
|
[[package]]
|
2057
2086
|
name = "snap"
|
2058
2087
|
version = "1.1.1"
|
@@ -2071,24 +2100,24 @@ dependencies = [
|
|
2071
2100
|
|
2072
2101
|
[[package]]
|
2073
2102
|
name = "sqlparser"
|
2074
|
-
version = "0.
|
2103
|
+
version = "0.49.0"
|
2075
2104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2076
|
-
checksum = "
|
2105
|
+
checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e"
|
2077
2106
|
dependencies = [
|
2078
2107
|
"log",
|
2079
2108
|
]
|
2080
2109
|
|
2081
2110
|
[[package]]
|
2082
2111
|
name = "stacker"
|
2083
|
-
version = "0.1.
|
2112
|
+
version = "0.1.17"
|
2084
2113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2085
|
-
checksum = "
|
2114
|
+
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
|
2086
2115
|
dependencies = [
|
2087
2116
|
"cc",
|
2088
2117
|
"cfg-if",
|
2089
2118
|
"libc",
|
2090
2119
|
"psm",
|
2091
|
-
"
|
2120
|
+
"windows-sys 0.59.0",
|
2092
2121
|
]
|
2093
2122
|
|
2094
2123
|
[[package]]
|
@@ -2120,9 +2149,9 @@ checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
|
2120
2149
|
|
2121
2150
|
[[package]]
|
2122
2151
|
name = "strum"
|
2123
|
-
version = "0.26.
|
2152
|
+
version = "0.26.3"
|
2124
2153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2125
|
-
checksum = "
|
2154
|
+
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
2126
2155
|
|
2127
2156
|
[[package]]
|
2128
2157
|
name = "strum_macros"
|
@@ -2134,7 +2163,7 @@ dependencies = [
|
|
2134
2163
|
"proc-macro2",
|
2135
2164
|
"quote",
|
2136
2165
|
"rustversion",
|
2137
|
-
"syn 2.0.
|
2166
|
+
"syn 2.0.77",
|
2138
2167
|
]
|
2139
2168
|
|
2140
2169
|
[[package]]
|
@@ -2150,9 +2179,9 @@ dependencies = [
|
|
2150
2179
|
|
2151
2180
|
[[package]]
|
2152
2181
|
name = "syn"
|
2153
|
-
version = "2.0.
|
2182
|
+
version = "2.0.77"
|
2154
2183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2155
|
-
checksum = "
|
2184
|
+
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
2156
2185
|
dependencies = [
|
2157
2186
|
"proc-macro2",
|
2158
2187
|
"quote",
|
@@ -2161,15 +2190,14 @@ dependencies = [
|
|
2161
2190
|
|
2162
2191
|
[[package]]
|
2163
2192
|
name = "sysinfo"
|
2164
|
-
version = "0.
|
2193
|
+
version = "0.31.4"
|
2165
2194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2166
|
-
checksum = "
|
2195
|
+
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
|
2167
2196
|
dependencies = [
|
2168
|
-
"cfg-if",
|
2169
2197
|
"core-foundation-sys",
|
2170
2198
|
"libc",
|
2199
|
+
"memchr",
|
2171
2200
|
"ntapi",
|
2172
|
-
"once_cell",
|
2173
2201
|
"windows",
|
2174
2202
|
]
|
2175
2203
|
|
@@ -2181,45 +2209,44 @@ checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
|
|
2181
2209
|
|
2182
2210
|
[[package]]
|
2183
2211
|
name = "thiserror"
|
2184
|
-
version = "1.0.
|
2212
|
+
version = "1.0.63"
|
2185
2213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186
|
-
checksum = "
|
2214
|
+
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2187
2215
|
dependencies = [
|
2188
2216
|
"thiserror-impl",
|
2189
2217
|
]
|
2190
2218
|
|
2191
2219
|
[[package]]
|
2192
2220
|
name = "thiserror-impl"
|
2193
|
-
version = "1.0.
|
2221
|
+
version = "1.0.63"
|
2194
2222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2195
|
-
checksum = "
|
2223
|
+
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2196
2224
|
dependencies = [
|
2197
2225
|
"proc-macro2",
|
2198
2226
|
"quote",
|
2199
|
-
"syn 2.0.
|
2227
|
+
"syn 2.0.77",
|
2200
2228
|
]
|
2201
2229
|
|
2202
2230
|
[[package]]
|
2203
2231
|
name = "tokio"
|
2204
|
-
version = "1.
|
2232
|
+
version = "1.40.0"
|
2205
2233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2206
|
-
checksum = "
|
2234
|
+
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
2207
2235
|
dependencies = [
|
2208
2236
|
"backtrace",
|
2209
2237
|
"bytes",
|
2210
2238
|
"libc",
|
2211
2239
|
"mio",
|
2212
|
-
"num_cpus",
|
2213
2240
|
"pin-project-lite",
|
2214
2241
|
"socket2",
|
2215
|
-
"windows-sys 0.
|
2242
|
+
"windows-sys 0.52.0",
|
2216
2243
|
]
|
2217
2244
|
|
2218
2245
|
[[package]]
|
2219
2246
|
name = "tokio-util"
|
2220
|
-
version = "0.7.
|
2247
|
+
version = "0.7.12"
|
2221
2248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222
|
-
checksum = "
|
2249
|
+
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2223
2250
|
dependencies = [
|
2224
2251
|
"bytes",
|
2225
2252
|
"futures-core",
|
@@ -2230,9 +2257,9 @@ dependencies = [
|
|
2230
2257
|
|
2231
2258
|
[[package]]
|
2232
2259
|
name = "unicode-ident"
|
2233
|
-
version = "1.0.
|
2260
|
+
version = "1.0.13"
|
2234
2261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2235
|
-
checksum = "
|
2262
|
+
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2236
2263
|
|
2237
2264
|
[[package]]
|
2238
2265
|
name = "unicode-reverse"
|
@@ -2257,9 +2284,9 @@ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
|
2257
2284
|
|
2258
2285
|
[[package]]
|
2259
2286
|
name = "uuid"
|
2260
|
-
version = "1.
|
2287
|
+
version = "1.10.0"
|
2261
2288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2262
|
-
checksum = "
|
2289
|
+
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2263
2290
|
dependencies = [
|
2264
2291
|
"getrandom",
|
2265
2292
|
]
|
@@ -2278,9 +2305,9 @@ dependencies = [
|
|
2278
2305
|
|
2279
2306
|
[[package]]
|
2280
2307
|
name = "version_check"
|
2281
|
-
version = "0.9.
|
2308
|
+
version = "0.9.5"
|
2282
2309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2283
|
-
checksum = "
|
2310
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2284
2311
|
|
2285
2312
|
[[package]]
|
2286
2313
|
name = "wasi"
|
@@ -2290,34 +2317,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
2290
2317
|
|
2291
2318
|
[[package]]
|
2292
2319
|
name = "wasm-bindgen"
|
2293
|
-
version = "0.2.
|
2320
|
+
version = "0.2.93"
|
2294
2321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2295
|
-
checksum = "
|
2322
|
+
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2296
2323
|
dependencies = [
|
2297
2324
|
"cfg-if",
|
2325
|
+
"once_cell",
|
2298
2326
|
"wasm-bindgen-macro",
|
2299
2327
|
]
|
2300
2328
|
|
2301
2329
|
[[package]]
|
2302
2330
|
name = "wasm-bindgen-backend"
|
2303
|
-
version = "0.2.
|
2331
|
+
version = "0.2.93"
|
2304
2332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2305
|
-
checksum = "
|
2333
|
+
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2306
2334
|
dependencies = [
|
2307
2335
|
"bumpalo",
|
2308
2336
|
"log",
|
2309
2337
|
"once_cell",
|
2310
2338
|
"proc-macro2",
|
2311
2339
|
"quote",
|
2312
|
-
"syn 2.0.
|
2340
|
+
"syn 2.0.77",
|
2313
2341
|
"wasm-bindgen-shared",
|
2314
2342
|
]
|
2315
2343
|
|
2316
2344
|
[[package]]
|
2317
2345
|
name = "wasm-bindgen-macro"
|
2318
|
-
version = "0.2.
|
2346
|
+
version = "0.2.93"
|
2319
2347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2320
|
-
checksum = "
|
2348
|
+
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2321
2349
|
dependencies = [
|
2322
2350
|
"quote",
|
2323
2351
|
"wasm-bindgen-macro-support",
|
@@ -2325,22 +2353,22 @@ dependencies = [
|
|
2325
2353
|
|
2326
2354
|
[[package]]
|
2327
2355
|
name = "wasm-bindgen-macro-support"
|
2328
|
-
version = "0.2.
|
2356
|
+
version = "0.2.93"
|
2329
2357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2330
|
-
checksum = "
|
2358
|
+
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2331
2359
|
dependencies = [
|
2332
2360
|
"proc-macro2",
|
2333
2361
|
"quote",
|
2334
|
-
"syn 2.0.
|
2362
|
+
"syn 2.0.77",
|
2335
2363
|
"wasm-bindgen-backend",
|
2336
2364
|
"wasm-bindgen-shared",
|
2337
2365
|
]
|
2338
2366
|
|
2339
2367
|
[[package]]
|
2340
2368
|
name = "wasm-bindgen-shared"
|
2341
|
-
version = "0.2.
|
2369
|
+
version = "0.2.93"
|
2342
2370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2343
|
-
checksum = "
|
2371
|
+
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2344
2372
|
|
2345
2373
|
[[package]]
|
2346
2374
|
name = "winapi"
|
@@ -2366,12 +2394,12 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2366
2394
|
|
2367
2395
|
[[package]]
|
2368
2396
|
name = "windows"
|
2369
|
-
version = "0.
|
2397
|
+
version = "0.57.0"
|
2370
2398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2371
|
-
checksum = "
|
2399
|
+
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
2372
2400
|
dependencies = [
|
2373
|
-
"windows-core",
|
2374
|
-
"windows-targets
|
2401
|
+
"windows-core 0.57.0",
|
2402
|
+
"windows-targets",
|
2375
2403
|
]
|
2376
2404
|
|
2377
2405
|
[[package]]
|
@@ -2380,197 +2408,184 @@ version = "0.52.0"
|
|
2380
2408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2381
2409
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2382
2410
|
dependencies = [
|
2383
|
-
"windows-targets
|
2411
|
+
"windows-targets",
|
2384
2412
|
]
|
2385
2413
|
|
2386
2414
|
[[package]]
|
2387
|
-
name = "windows-
|
2388
|
-
version = "0.
|
2415
|
+
name = "windows-core"
|
2416
|
+
version = "0.57.0"
|
2389
2417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390
|
-
checksum = "
|
2418
|
+
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
2391
2419
|
dependencies = [
|
2392
|
-
"windows-
|
2420
|
+
"windows-implement",
|
2421
|
+
"windows-interface",
|
2422
|
+
"windows-result",
|
2423
|
+
"windows-targets",
|
2393
2424
|
]
|
2394
2425
|
|
2395
2426
|
[[package]]
|
2396
|
-
name = "windows-
|
2397
|
-
version = "0.
|
2427
|
+
name = "windows-implement"
|
2428
|
+
version = "0.57.0"
|
2398
2429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2399
|
-
checksum = "
|
2430
|
+
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
2400
2431
|
dependencies = [
|
2401
|
-
"
|
2432
|
+
"proc-macro2",
|
2433
|
+
"quote",
|
2434
|
+
"syn 2.0.77",
|
2402
2435
|
]
|
2403
2436
|
|
2404
2437
|
[[package]]
|
2405
|
-
name = "windows-
|
2406
|
-
version = "0.
|
2438
|
+
name = "windows-interface"
|
2439
|
+
version = "0.57.0"
|
2407
2440
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2408
|
-
checksum = "
|
2441
|
+
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
2409
2442
|
dependencies = [
|
2410
|
-
"
|
2411
|
-
"
|
2412
|
-
"
|
2413
|
-
"windows_i686_msvc 0.48.5",
|
2414
|
-
"windows_x86_64_gnu 0.48.5",
|
2415
|
-
"windows_x86_64_gnullvm 0.48.5",
|
2416
|
-
"windows_x86_64_msvc 0.48.5",
|
2443
|
+
"proc-macro2",
|
2444
|
+
"quote",
|
2445
|
+
"syn 2.0.77",
|
2417
2446
|
]
|
2418
2447
|
|
2419
2448
|
[[package]]
|
2420
|
-
name = "windows-
|
2421
|
-
version = "0.
|
2449
|
+
name = "windows-result"
|
2450
|
+
version = "0.1.2"
|
2422
2451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2423
|
-
checksum = "
|
2452
|
+
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2424
2453
|
dependencies = [
|
2425
|
-
"
|
2426
|
-
"windows_aarch64_msvc 0.52.5",
|
2427
|
-
"windows_i686_gnu 0.52.5",
|
2428
|
-
"windows_i686_gnullvm",
|
2429
|
-
"windows_i686_msvc 0.52.5",
|
2430
|
-
"windows_x86_64_gnu 0.52.5",
|
2431
|
-
"windows_x86_64_gnullvm 0.52.5",
|
2432
|
-
"windows_x86_64_msvc 0.52.5",
|
2454
|
+
"windows-targets",
|
2433
2455
|
]
|
2434
2456
|
|
2435
2457
|
[[package]]
|
2436
|
-
name = "
|
2437
|
-
version = "0.
|
2458
|
+
name = "windows-sys"
|
2459
|
+
version = "0.52.0"
|
2438
2460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2439
|
-
checksum = "
|
2461
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2462
|
+
dependencies = [
|
2463
|
+
"windows-targets",
|
2464
|
+
]
|
2440
2465
|
|
2441
2466
|
[[package]]
|
2442
|
-
name = "
|
2443
|
-
version = "0.
|
2467
|
+
name = "windows-sys"
|
2468
|
+
version = "0.59.0"
|
2444
2469
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2445
|
-
checksum = "
|
2470
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2471
|
+
dependencies = [
|
2472
|
+
"windows-targets",
|
2473
|
+
]
|
2446
2474
|
|
2447
2475
|
[[package]]
|
2448
|
-
name = "
|
2449
|
-
version = "0.
|
2476
|
+
name = "windows-targets"
|
2477
|
+
version = "0.52.6"
|
2450
2478
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2451
|
-
checksum = "
|
2479
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2480
|
+
dependencies = [
|
2481
|
+
"windows_aarch64_gnullvm",
|
2482
|
+
"windows_aarch64_msvc",
|
2483
|
+
"windows_i686_gnu",
|
2484
|
+
"windows_i686_gnullvm",
|
2485
|
+
"windows_i686_msvc",
|
2486
|
+
"windows_x86_64_gnu",
|
2487
|
+
"windows_x86_64_gnullvm",
|
2488
|
+
"windows_x86_64_msvc",
|
2489
|
+
]
|
2452
2490
|
|
2453
2491
|
[[package]]
|
2454
|
-
name = "
|
2455
|
-
version = "0.52.
|
2492
|
+
name = "windows_aarch64_gnullvm"
|
2493
|
+
version = "0.52.6"
|
2456
2494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2457
|
-
checksum = "
|
2495
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2458
2496
|
|
2459
2497
|
[[package]]
|
2460
|
-
name = "
|
2461
|
-
version = "0.
|
2498
|
+
name = "windows_aarch64_msvc"
|
2499
|
+
version = "0.52.6"
|
2462
2500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2463
|
-
checksum = "
|
2501
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2464
2502
|
|
2465
2503
|
[[package]]
|
2466
2504
|
name = "windows_i686_gnu"
|
2467
|
-
version = "0.52.
|
2505
|
+
version = "0.52.6"
|
2468
2506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2469
|
-
checksum = "
|
2507
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2470
2508
|
|
2471
2509
|
[[package]]
|
2472
2510
|
name = "windows_i686_gnullvm"
|
2473
|
-
version = "0.52.
|
2511
|
+
version = "0.52.6"
|
2474
2512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2475
|
-
checksum = "
|
2513
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2476
2514
|
|
2477
2515
|
[[package]]
|
2478
2516
|
name = "windows_i686_msvc"
|
2479
|
-
version = "0.
|
2480
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2481
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2482
|
-
|
2483
|
-
[[package]]
|
2484
|
-
name = "windows_i686_msvc"
|
2485
|
-
version = "0.52.5"
|
2486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2487
|
-
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2488
|
-
|
2489
|
-
[[package]]
|
2490
|
-
name = "windows_x86_64_gnu"
|
2491
|
-
version = "0.48.5"
|
2517
|
+
version = "0.52.6"
|
2492
2518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2493
|
-
checksum = "
|
2519
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2494
2520
|
|
2495
2521
|
[[package]]
|
2496
2522
|
name = "windows_x86_64_gnu"
|
2497
|
-
version = "0.52.
|
2498
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2499
|
-
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2500
|
-
|
2501
|
-
[[package]]
|
2502
|
-
name = "windows_x86_64_gnullvm"
|
2503
|
-
version = "0.48.5"
|
2523
|
+
version = "0.52.6"
|
2504
2524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2505
|
-
checksum = "
|
2525
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2506
2526
|
|
2507
2527
|
[[package]]
|
2508
2528
|
name = "windows_x86_64_gnullvm"
|
2509
|
-
version = "0.52.
|
2510
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2511
|
-
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2512
|
-
|
2513
|
-
[[package]]
|
2514
|
-
name = "windows_x86_64_msvc"
|
2515
|
-
version = "0.48.5"
|
2529
|
+
version = "0.52.6"
|
2516
2530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2517
|
-
checksum = "
|
2531
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2518
2532
|
|
2519
2533
|
[[package]]
|
2520
2534
|
name = "windows_x86_64_msvc"
|
2521
|
-
version = "0.52.
|
2535
|
+
version = "0.52.6"
|
2522
2536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2523
|
-
checksum = "
|
2537
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2524
2538
|
|
2525
2539
|
[[package]]
|
2526
2540
|
name = "xxhash-rust"
|
2527
|
-
version = "0.8.
|
2541
|
+
version = "0.8.12"
|
2528
2542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2529
|
-
checksum = "
|
2543
|
+
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
|
2530
2544
|
|
2531
2545
|
[[package]]
|
2532
2546
|
name = "zerocopy"
|
2533
|
-
version = "0.7.
|
2547
|
+
version = "0.7.35"
|
2534
2548
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2535
|
-
checksum = "
|
2549
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2536
2550
|
dependencies = [
|
2551
|
+
"byteorder",
|
2537
2552
|
"zerocopy-derive",
|
2538
2553
|
]
|
2539
2554
|
|
2540
2555
|
[[package]]
|
2541
2556
|
name = "zerocopy-derive"
|
2542
|
-
version = "0.7.
|
2557
|
+
version = "0.7.35"
|
2543
2558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2544
|
-
checksum = "
|
2559
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2545
2560
|
dependencies = [
|
2546
2561
|
"proc-macro2",
|
2547
2562
|
"quote",
|
2548
|
-
"syn 2.0.
|
2563
|
+
"syn 2.0.77",
|
2549
2564
|
]
|
2550
2565
|
|
2551
2566
|
[[package]]
|
2552
2567
|
name = "zstd"
|
2553
|
-
version = "0.13.
|
2568
|
+
version = "0.13.2"
|
2554
2569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555
|
-
checksum = "
|
2570
|
+
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2556
2571
|
dependencies = [
|
2557
2572
|
"zstd-safe",
|
2558
2573
|
]
|
2559
2574
|
|
2560
2575
|
[[package]]
|
2561
2576
|
name = "zstd-safe"
|
2562
|
-
version = "7.1
|
2577
|
+
version = "7.2.1"
|
2563
2578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2564
|
-
checksum = "
|
2579
|
+
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2565
2580
|
dependencies = [
|
2566
2581
|
"zstd-sys",
|
2567
2582
|
]
|
2568
2583
|
|
2569
2584
|
[[package]]
|
2570
2585
|
name = "zstd-sys"
|
2571
|
-
version = "2.0.
|
2586
|
+
version = "2.0.13+zstd.1.5.6"
|
2572
2587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573
|
-
checksum = "
|
2588
|
+
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2574
2589
|
dependencies = [
|
2575
2590
|
"cc",
|
2576
2591
|
"pkg-config",
|