deltalake-rb 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +234 -223
- data/ext/deltalake/Cargo.toml +3 -3
- data/ext/deltalake/src/lib.rs +2 -2
- data/lib/deltalake/version.rb +1 -1
- metadata +2 -2
data/Cargo.lock
CHANGED
@@ -96,9 +96,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
96
96
|
|
97
97
|
[[package]]
|
98
98
|
name = "arrow"
|
99
|
-
version = "53.
|
99
|
+
version = "53.4.0"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "eaf3437355979f1e93ba84ba108c38be5767713051f3c8ffbf07c094e2e61f9f"
|
102
102
|
dependencies = [
|
103
103
|
"arrow-arith",
|
104
104
|
"arrow-array",
|
@@ -117,9 +117,9 @@ dependencies = [
|
|
117
117
|
|
118
118
|
[[package]]
|
119
119
|
name = "arrow-arith"
|
120
|
-
version = "53.
|
120
|
+
version = "53.4.0"
|
121
121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
-
checksum = "
|
122
|
+
checksum = "31dce77d2985522288edae7206bffd5fc4996491841dda01a13a58415867e681"
|
123
123
|
dependencies = [
|
124
124
|
"arrow-array",
|
125
125
|
"arrow-buffer",
|
@@ -132,9 +132,9 @@ dependencies = [
|
|
132
132
|
|
133
133
|
[[package]]
|
134
134
|
name = "arrow-array"
|
135
|
-
version = "53.
|
135
|
+
version = "53.4.0"
|
136
136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137
|
-
checksum = "
|
137
|
+
checksum = "2d45fe6d3faed0435b7313e59a02583b14c6c6339fa7729e94c32a20af319a79"
|
138
138
|
dependencies = [
|
139
139
|
"ahash",
|
140
140
|
"arrow-buffer",
|
@@ -149,9 +149,9 @@ dependencies = [
|
|
149
149
|
|
150
150
|
[[package]]
|
151
151
|
name = "arrow-buffer"
|
152
|
-
version = "53.
|
152
|
+
version = "53.4.0"
|
153
153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
154
|
-
checksum = "
|
154
|
+
checksum = "2b02656a35cc103f28084bc80a0159668e0a680d919cef127bd7e0aaccb06ec1"
|
155
155
|
dependencies = [
|
156
156
|
"bytes",
|
157
157
|
"half",
|
@@ -160,9 +160,9 @@ dependencies = [
|
|
160
160
|
|
161
161
|
[[package]]
|
162
162
|
name = "arrow-cast"
|
163
|
-
version = "53.
|
163
|
+
version = "53.4.0"
|
164
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
165
|
-
checksum = "
|
165
|
+
checksum = "c73c6233c5b5d635a56f6010e6eb1ab9e30e94707db21cea03da317f67d84cf3"
|
166
166
|
dependencies = [
|
167
167
|
"arrow-array",
|
168
168
|
"arrow-buffer",
|
@@ -181,9 +181,9 @@ dependencies = [
|
|
181
181
|
|
182
182
|
[[package]]
|
183
183
|
name = "arrow-csv"
|
184
|
-
version = "53.
|
184
|
+
version = "53.4.0"
|
185
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
186
|
-
checksum = "
|
186
|
+
checksum = "ec222848d70fea5a32af9c3602b08f5d740d5e2d33fbd76bf6fd88759b5b13a7"
|
187
187
|
dependencies = [
|
188
188
|
"arrow-array",
|
189
189
|
"arrow-buffer",
|
@@ -200,9 +200,9 @@ dependencies = [
|
|
200
200
|
|
201
201
|
[[package]]
|
202
202
|
name = "arrow-data"
|
203
|
-
version = "53.
|
203
|
+
version = "53.4.0"
|
204
204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
205
|
-
checksum = "
|
205
|
+
checksum = "b7f2861ffa86f107b8ab577d86cff7c7a490243eabe961ba1e1af4f27542bb79"
|
206
206
|
dependencies = [
|
207
207
|
"arrow-buffer",
|
208
208
|
"arrow-schema",
|
@@ -212,9 +212,9 @@ dependencies = [
|
|
212
212
|
|
213
213
|
[[package]]
|
214
214
|
name = "arrow-ipc"
|
215
|
-
version = "53.
|
215
|
+
version = "53.4.0"
|
216
216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
217
|
-
checksum = "
|
217
|
+
checksum = "0270dc511f11bb5fa98a25020ad51a99ca5b08d8a8dfbd17503bb9dba0388f0b"
|
218
218
|
dependencies = [
|
219
219
|
"arrow-array",
|
220
220
|
"arrow-buffer",
|
@@ -227,9 +227,9 @@ dependencies = [
|
|
227
227
|
|
228
228
|
[[package]]
|
229
229
|
name = "arrow-json"
|
230
|
-
version = "53.
|
230
|
+
version = "53.4.0"
|
231
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
232
|
-
checksum = "
|
232
|
+
checksum = "0eff38eeb8a971ad3a4caf62c5d57f0cff8a48b64a55e3207c4fd696a9234aad"
|
233
233
|
dependencies = [
|
234
234
|
"arrow-array",
|
235
235
|
"arrow-buffer",
|
@@ -247,9 +247,9 @@ dependencies = [
|
|
247
247
|
|
248
248
|
[[package]]
|
249
249
|
name = "arrow-ord"
|
250
|
-
version = "53.
|
250
|
+
version = "53.4.0"
|
251
251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
252
|
-
checksum = "
|
252
|
+
checksum = "c6f202a879d287099139ff0d121e7f55ae5e0efe634b8cf2106ebc27a8715dee"
|
253
253
|
dependencies = [
|
254
254
|
"arrow-array",
|
255
255
|
"arrow-buffer",
|
@@ -262,9 +262,9 @@ dependencies = [
|
|
262
262
|
|
263
263
|
[[package]]
|
264
264
|
name = "arrow-row"
|
265
|
-
version = "53.
|
265
|
+
version = "53.4.0"
|
266
266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
267
|
-
checksum = "
|
267
|
+
checksum = "a8f936954991c360ba762dff23f5dda16300774fafd722353d9683abd97630ae"
|
268
268
|
dependencies = [
|
269
269
|
"ahash",
|
270
270
|
"arrow-array",
|
@@ -276,19 +276,19 @@ dependencies = [
|
|
276
276
|
|
277
277
|
[[package]]
|
278
278
|
name = "arrow-schema"
|
279
|
-
version = "53.
|
279
|
+
version = "53.4.0"
|
280
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
-
checksum = "
|
281
|
+
checksum = "9579b9d8bce47aa41389fe344f2c6758279983b7c0ebb4013e283e3e91bb450e"
|
282
282
|
dependencies = [
|
283
|
-
"bitflags 2.
|
283
|
+
"bitflags 2.8.0",
|
284
284
|
"serde",
|
285
285
|
]
|
286
286
|
|
287
287
|
[[package]]
|
288
288
|
name = "arrow-select"
|
289
|
-
version = "53.
|
289
|
+
version = "53.4.0"
|
290
290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
291
|
-
checksum = "
|
291
|
+
checksum = "7471ba126d0b0aaa24b50a36bc6c25e4e74869a1fd1a5553357027a0b1c8d1f1"
|
292
292
|
dependencies = [
|
293
293
|
"ahash",
|
294
294
|
"arrow-array",
|
@@ -300,9 +300,9 @@ dependencies = [
|
|
300
300
|
|
301
301
|
[[package]]
|
302
302
|
name = "arrow-string"
|
303
|
-
version = "53.
|
303
|
+
version = "53.4.0"
|
304
304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "
|
305
|
+
checksum = "72993b01cb62507b06f1fb49648d7286c8989ecfabdb7b77a750fcb54410731b"
|
306
306
|
dependencies = [
|
307
307
|
"arrow-array",
|
308
308
|
"arrow-buffer",
|
@@ -334,13 +334,13 @@ dependencies = [
|
|
334
334
|
|
335
335
|
[[package]]
|
336
336
|
name = "async-trait"
|
337
|
-
version = "0.1.
|
337
|
+
version = "0.1.85"
|
338
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
-
checksum = "
|
339
|
+
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
340
340
|
dependencies = [
|
341
341
|
"proc-macro2",
|
342
342
|
"quote",
|
343
|
-
"syn 2.0.
|
343
|
+
"syn 2.0.96",
|
344
344
|
]
|
345
345
|
|
346
346
|
[[package]]
|
@@ -366,9 +366,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
366
366
|
|
367
367
|
[[package]]
|
368
368
|
name = "aws-config"
|
369
|
-
version = "1.5.
|
369
|
+
version = "1.5.15"
|
370
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
371
|
+
checksum = "dc47e70fc35d054c8fcd296d47a61711f043ac80534a10b4f741904f81e73a90"
|
372
372
|
dependencies = [
|
373
373
|
"aws-credential-types",
|
374
374
|
"aws-runtime",
|
@@ -408,9 +408,9 @@ dependencies = [
|
|
408
408
|
|
409
409
|
[[package]]
|
410
410
|
name = "aws-runtime"
|
411
|
-
version = "1.5.
|
411
|
+
version = "1.5.4"
|
412
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
-
checksum = "
|
413
|
+
checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
|
414
414
|
dependencies = [
|
415
415
|
"aws-credential-types",
|
416
416
|
"aws-sigv4",
|
@@ -433,9 +433,9 @@ dependencies = [
|
|
433
433
|
|
434
434
|
[[package]]
|
435
435
|
name = "aws-sdk-dynamodb"
|
436
|
-
version = "1.
|
436
|
+
version = "1.62.0"
|
437
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
438
|
-
checksum = "
|
438
|
+
checksum = "3658e7d6cef9dc7a7b5ebb705005409a8f708e4bd20b1e462b560701eb59caf2"
|
439
439
|
dependencies = [
|
440
440
|
"aws-credential-types",
|
441
441
|
"aws-runtime",
|
@@ -456,9 +456,9 @@ dependencies = [
|
|
456
456
|
|
457
457
|
[[package]]
|
458
458
|
name = "aws-sdk-sso"
|
459
|
-
version = "1.
|
459
|
+
version = "1.56.0"
|
460
460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
461
|
-
checksum = "
|
461
|
+
checksum = "12e057fdcb8842de9b83592a70f5b4da0ee10bc0ad278247da1425a742a444d7"
|
462
462
|
dependencies = [
|
463
463
|
"aws-credential-types",
|
464
464
|
"aws-runtime",
|
@@ -478,9 +478,9 @@ dependencies = [
|
|
478
478
|
|
479
479
|
[[package]]
|
480
480
|
name = "aws-sdk-ssooidc"
|
481
|
-
version = "1.
|
481
|
+
version = "1.57.1"
|
482
482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
483
|
-
checksum = "
|
483
|
+
checksum = "a120ade4a44691b3c5c2ff2fa61b14ed331fdc218397f61ab48d66593012ae2a"
|
484
484
|
dependencies = [
|
485
485
|
"aws-credential-types",
|
486
486
|
"aws-runtime",
|
@@ -500,9 +500,9 @@ dependencies = [
|
|
500
500
|
|
501
501
|
[[package]]
|
502
502
|
name = "aws-sdk-sts"
|
503
|
-
version = "1.
|
503
|
+
version = "1.57.0"
|
504
504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
505
|
-
checksum = "
|
505
|
+
checksum = "115fd4fb663817ed595a5ee4f1649d7aacd861d47462323cb37576ce89271b93"
|
506
506
|
dependencies = [
|
507
507
|
"aws-credential-types",
|
508
508
|
"aws-runtime",
|
@@ -523,9 +523,9 @@ dependencies = [
|
|
523
523
|
|
524
524
|
[[package]]
|
525
525
|
name = "aws-sigv4"
|
526
|
-
version = "1.2.
|
526
|
+
version = "1.2.7"
|
527
527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
528
|
-
checksum = "
|
528
|
+
checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
|
529
529
|
dependencies = [
|
530
530
|
"aws-credential-types",
|
531
531
|
"aws-smithy-http",
|
@@ -546,9 +546,9 @@ dependencies = [
|
|
546
546
|
|
547
547
|
[[package]]
|
548
548
|
name = "aws-smithy-async"
|
549
|
-
version = "1.2.
|
549
|
+
version = "1.2.4"
|
550
550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
551
|
-
checksum = "
|
551
|
+
checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
|
552
552
|
dependencies = [
|
553
553
|
"futures-util",
|
554
554
|
"pin-project-lite",
|
@@ -557,9 +557,9 @@ dependencies = [
|
|
557
557
|
|
558
558
|
[[package]]
|
559
559
|
name = "aws-smithy-http"
|
560
|
-
version = "0.60.
|
560
|
+
version = "0.60.12"
|
561
561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
562
|
-
checksum = "
|
562
|
+
checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
|
563
563
|
dependencies = [
|
564
564
|
"aws-smithy-runtime-api",
|
565
565
|
"aws-smithy-types",
|
@@ -577,9 +577,9 @@ dependencies = [
|
|
577
577
|
|
578
578
|
[[package]]
|
579
579
|
name = "aws-smithy-json"
|
580
|
-
version = "0.61.
|
580
|
+
version = "0.61.2"
|
581
581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
582
|
-
checksum = "
|
582
|
+
checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
|
583
583
|
dependencies = [
|
584
584
|
"aws-smithy-types",
|
585
585
|
]
|
@@ -596,9 +596,9 @@ dependencies = [
|
|
596
596
|
|
597
597
|
[[package]]
|
598
598
|
name = "aws-smithy-runtime"
|
599
|
-
version = "1.7.
|
599
|
+
version = "1.7.7"
|
600
600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
601
|
-
checksum = "
|
601
|
+
checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
|
602
602
|
dependencies = [
|
603
603
|
"aws-smithy-async",
|
604
604
|
"aws-smithy-http",
|
@@ -640,9 +640,9 @@ dependencies = [
|
|
640
640
|
|
641
641
|
[[package]]
|
642
642
|
name = "aws-smithy-types"
|
643
|
-
version = "1.2.
|
643
|
+
version = "1.2.12"
|
644
644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
645
|
-
checksum = "
|
645
|
+
checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
|
646
646
|
dependencies = [
|
647
647
|
"base64-simd",
|
648
648
|
"bytes",
|
@@ -675,9 +675,9 @@ dependencies = [
|
|
675
675
|
|
676
676
|
[[package]]
|
677
677
|
name = "aws-types"
|
678
|
-
version = "1.3.
|
678
|
+
version = "1.3.4"
|
679
679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
680
|
-
checksum = "
|
680
|
+
checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
|
681
681
|
dependencies = [
|
682
682
|
"aws-credential-types",
|
683
683
|
"aws-smithy-async",
|
@@ -753,7 +753,7 @@ version = "0.69.5"
|
|
753
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
754
754
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
755
755
|
dependencies = [
|
756
|
-
"bitflags 2.
|
756
|
+
"bitflags 2.8.0",
|
757
757
|
"cexpr",
|
758
758
|
"clang-sys",
|
759
759
|
"itertools 0.12.1",
|
@@ -764,7 +764,7 @@ dependencies = [
|
|
764
764
|
"regex",
|
765
765
|
"rustc-hash 1.1.0",
|
766
766
|
"shlex",
|
767
|
-
"syn 2.0.
|
767
|
+
"syn 2.0.96",
|
768
768
|
]
|
769
769
|
|
770
770
|
[[package]]
|
@@ -775,9 +775,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
775
775
|
|
776
776
|
[[package]]
|
777
777
|
name = "bitflags"
|
778
|
-
version = "2.
|
778
|
+
version = "2.8.0"
|
779
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
780
|
-
checksum = "
|
780
|
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
781
781
|
|
782
782
|
[[package]]
|
783
783
|
name = "blake2"
|
@@ -823,9 +823,9 @@ dependencies = [
|
|
823
823
|
|
824
824
|
[[package]]
|
825
825
|
name = "brotli-decompressor"
|
826
|
-
version = "4.0.
|
826
|
+
version = "4.0.2"
|
827
827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
828
|
-
checksum = "
|
828
|
+
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
829
829
|
dependencies = [
|
830
830
|
"alloc-no-stdlib",
|
831
831
|
"alloc-stdlib",
|
@@ -898,9 +898,9 @@ dependencies = [
|
|
898
898
|
|
899
899
|
[[package]]
|
900
900
|
name = "cc"
|
901
|
-
version = "1.2.
|
901
|
+
version = "1.2.10"
|
902
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
-
checksum = "
|
903
|
+
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
904
904
|
dependencies = [
|
905
905
|
"jobserver",
|
906
906
|
"libc",
|
@@ -945,9 +945,9 @@ dependencies = [
|
|
945
945
|
|
946
946
|
[[package]]
|
947
947
|
name = "chrono-tz"
|
948
|
-
version = "0.10.
|
948
|
+
version = "0.10.1"
|
949
949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
-
checksum = "
|
950
|
+
checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
|
951
951
|
dependencies = [
|
952
952
|
"chrono",
|
953
953
|
"chrono-tz-build",
|
@@ -1040,9 +1040,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
1040
1040
|
|
1041
1041
|
[[package]]
|
1042
1042
|
name = "cpufeatures"
|
1043
|
-
version = "0.2.
|
1043
|
+
version = "0.2.17"
|
1044
1044
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1045
|
-
checksum = "
|
1045
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1046
1046
|
dependencies = [
|
1047
1047
|
"libc",
|
1048
1048
|
]
|
@@ -1064,9 +1064,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
1064
1064
|
|
1065
1065
|
[[package]]
|
1066
1066
|
name = "crunchy"
|
1067
|
-
version = "0.2.
|
1067
|
+
version = "0.2.3"
|
1068
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069
|
-
checksum = "
|
1069
|
+
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
1070
1070
|
|
1071
1071
|
[[package]]
|
1072
1072
|
name = "crypto-common"
|
@@ -1409,7 +1409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1409
1409
|
checksum = "f5de3c8f386ea991696553afe241a326ecbc3c98a12c562867e4be754d3a060c"
|
1410
1410
|
dependencies = [
|
1411
1411
|
"quote",
|
1412
|
-
"syn 2.0.
|
1412
|
+
"syn 2.0.96",
|
1413
1413
|
]
|
1414
1414
|
|
1415
1415
|
[[package]]
|
@@ -1605,24 +1605,24 @@ dependencies = [
|
|
1605
1605
|
|
1606
1606
|
[[package]]
|
1607
1607
|
name = "delta_kernel_derive"
|
1608
|
-
version = "0.6.
|
1608
|
+
version = "0.6.1"
|
1609
1609
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1610
|
-
checksum = "
|
1610
|
+
checksum = "e29fe0a0c1bd83cad5c92ab1ffa035ebb1dd341b35d2fde9d4cc9fd222706dd2"
|
1611
1611
|
dependencies = [
|
1612
1612
|
"proc-macro2",
|
1613
1613
|
"quote",
|
1614
|
-
"syn 2.0.
|
1614
|
+
"syn 2.0.96",
|
1615
1615
|
]
|
1616
1616
|
|
1617
1617
|
[[package]]
|
1618
1618
|
name = "deltalake"
|
1619
|
-
version = "0.1.
|
1619
|
+
version = "0.1.5"
|
1620
1620
|
dependencies = [
|
1621
1621
|
"arrow",
|
1622
1622
|
"arrow-schema",
|
1623
1623
|
"chrono",
|
1624
1624
|
"delta_kernel",
|
1625
|
-
"deltalake 0.
|
1625
|
+
"deltalake 0.24.0",
|
1626
1626
|
"futures",
|
1627
1627
|
"magnus",
|
1628
1628
|
"num_cpus",
|
@@ -1633,9 +1633,9 @@ dependencies = [
|
|
1633
1633
|
|
1634
1634
|
[[package]]
|
1635
1635
|
name = "deltalake"
|
1636
|
-
version = "0.
|
1636
|
+
version = "0.24.0"
|
1637
1637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1638
|
-
checksum = "
|
1638
|
+
checksum = "4b4f6cf45636a1020edfc537d82524eb5c06578602442b23fc02717a44c193ec"
|
1639
1639
|
dependencies = [
|
1640
1640
|
"deltalake-aws",
|
1641
1641
|
"deltalake-azure",
|
@@ -1645,9 +1645,9 @@ dependencies = [
|
|
1645
1645
|
|
1646
1646
|
[[package]]
|
1647
1647
|
name = "deltalake-aws"
|
1648
|
-
version = "0.
|
1648
|
+
version = "0.7.0"
|
1649
1649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1650
|
-
checksum = "
|
1650
|
+
checksum = "cd5a819e95c40bd32b26e56a140bcf9b6bc2797b8c39fb761bed44f830a8265d"
|
1651
1651
|
dependencies = [
|
1652
1652
|
"async-trait",
|
1653
1653
|
"aws-config",
|
@@ -1660,11 +1660,10 @@ dependencies = [
|
|
1660
1660
|
"chrono",
|
1661
1661
|
"deltalake-core",
|
1662
1662
|
"futures",
|
1663
|
-
"lazy_static",
|
1664
1663
|
"maplit",
|
1665
1664
|
"object_store",
|
1666
1665
|
"regex",
|
1667
|
-
"thiserror 2.0.
|
1666
|
+
"thiserror 2.0.11",
|
1668
1667
|
"tokio",
|
1669
1668
|
"tracing",
|
1670
1669
|
"url",
|
@@ -1673,18 +1672,17 @@ dependencies = [
|
|
1673
1672
|
|
1674
1673
|
[[package]]
|
1675
1674
|
name = "deltalake-azure"
|
1676
|
-
version = "0.
|
1675
|
+
version = "0.7.0"
|
1677
1676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1678
|
-
checksum = "
|
1677
|
+
checksum = "ca24bf35f2d61020eeb0770e7f94563f8e187ee239daaa47ede3cd71ff215394"
|
1679
1678
|
dependencies = [
|
1680
1679
|
"async-trait",
|
1681
1680
|
"bytes",
|
1682
1681
|
"deltalake-core",
|
1683
1682
|
"futures",
|
1684
|
-
"lazy_static",
|
1685
1683
|
"object_store",
|
1686
1684
|
"regex",
|
1687
|
-
"thiserror 2.0.
|
1685
|
+
"thiserror 2.0.11",
|
1688
1686
|
"tokio",
|
1689
1687
|
"tracing",
|
1690
1688
|
"url",
|
@@ -1692,9 +1690,9 @@ dependencies = [
|
|
1692
1690
|
|
1693
1691
|
[[package]]
|
1694
1692
|
name = "deltalake-core"
|
1695
|
-
version = "0.
|
1693
|
+
version = "0.24.0"
|
1696
1694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1697
|
-
checksum = "
|
1695
|
+
checksum = "44bef195d284f2c188d79be36caadbe2e3d994238c68ca7d3d2bf3b9a777b124"
|
1698
1696
|
dependencies = [
|
1699
1697
|
"arrow",
|
1700
1698
|
"arrow-arith",
|
@@ -1727,16 +1725,15 @@ dependencies = [
|
|
1727
1725
|
"fix-hidden-lifetime-bug",
|
1728
1726
|
"futures",
|
1729
1727
|
"hashbrown 0.15.2",
|
1728
|
+
"humantime",
|
1730
1729
|
"indexmap",
|
1731
|
-
"itertools 0.
|
1732
|
-
"lazy_static",
|
1730
|
+
"itertools 0.14.0",
|
1733
1731
|
"libc",
|
1734
1732
|
"maplit",
|
1735
1733
|
"num-bigint",
|
1736
1734
|
"num-traits",
|
1737
1735
|
"num_cpus",
|
1738
1736
|
"object_store",
|
1739
|
-
"once_cell",
|
1740
1737
|
"parking_lot",
|
1741
1738
|
"parquet",
|
1742
1739
|
"percent-encoding",
|
@@ -1747,7 +1744,8 @@ dependencies = [
|
|
1747
1744
|
"serde",
|
1748
1745
|
"serde_json",
|
1749
1746
|
"sqlparser",
|
1750
|
-
"
|
1747
|
+
"strum",
|
1748
|
+
"thiserror 2.0.11",
|
1751
1749
|
"tokio",
|
1752
1750
|
"tracing",
|
1753
1751
|
"url",
|
@@ -1758,18 +1756,17 @@ dependencies = [
|
|
1758
1756
|
|
1759
1757
|
[[package]]
|
1760
1758
|
name = "deltalake-gcp"
|
1761
|
-
version = "0.
|
1759
|
+
version = "0.8.0"
|
1762
1760
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1763
|
-
checksum = "
|
1761
|
+
checksum = "b58ce9754a7f3bea0c56f4b86a2ca4d0e640c0cc6e30986e92579cb0c6116bb5"
|
1764
1762
|
dependencies = [
|
1765
1763
|
"async-trait",
|
1766
1764
|
"bytes",
|
1767
1765
|
"deltalake-core",
|
1768
1766
|
"futures",
|
1769
|
-
"lazy_static",
|
1770
1767
|
"object_store",
|
1771
1768
|
"regex",
|
1772
|
-
"thiserror 2.0.
|
1769
|
+
"thiserror 2.0.11",
|
1773
1770
|
"tokio",
|
1774
1771
|
"tracing",
|
1775
1772
|
"url",
|
@@ -1803,7 +1800,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
1803
1800
|
dependencies = [
|
1804
1801
|
"proc-macro2",
|
1805
1802
|
"quote",
|
1806
|
-
"syn 2.0.
|
1803
|
+
"syn 2.0.96",
|
1807
1804
|
]
|
1808
1805
|
|
1809
1806
|
[[package]]
|
@@ -1981,7 +1978,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
1981
1978
|
dependencies = [
|
1982
1979
|
"proc-macro2",
|
1983
1980
|
"quote",
|
1984
|
-
"syn 2.0.
|
1981
|
+
"syn 2.0.96",
|
1985
1982
|
]
|
1986
1983
|
|
1987
1984
|
[[package]]
|
@@ -2290,7 +2287,7 @@ dependencies = [
|
|
2290
2287
|
"http 1.2.0",
|
2291
2288
|
"hyper 1.5.2",
|
2292
2289
|
"hyper-util",
|
2293
|
-
"rustls 0.23.
|
2290
|
+
"rustls 0.23.21",
|
2294
2291
|
"rustls-native-certs 0.8.1",
|
2295
2292
|
"rustls-pki-types",
|
2296
2293
|
"tokio",
|
@@ -2471,7 +2468,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
2471
2468
|
dependencies = [
|
2472
2469
|
"proc-macro2",
|
2473
2470
|
"quote",
|
2474
|
-
"syn 2.0.
|
2471
|
+
"syn 2.0.96",
|
2475
2472
|
]
|
2476
2473
|
|
2477
2474
|
[[package]]
|
@@ -2497,9 +2494,9 @@ dependencies = [
|
|
2497
2494
|
|
2498
2495
|
[[package]]
|
2499
2496
|
name = "indexmap"
|
2500
|
-
version = "2.7.
|
2497
|
+
version = "2.7.1"
|
2501
2498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2502
|
-
checksum = "
|
2499
|
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2503
2500
|
dependencies = [
|
2504
2501
|
"equivalent",
|
2505
2502
|
"hashbrown 0.15.2",
|
@@ -2513,9 +2510,9 @@ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
|
2513
2510
|
|
2514
2511
|
[[package]]
|
2515
2512
|
name = "ipnet"
|
2516
|
-
version = "2.
|
2513
|
+
version = "2.11.0"
|
2517
2514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2518
|
-
checksum = "
|
2515
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2519
2516
|
|
2520
2517
|
[[package]]
|
2521
2518
|
name = "itertools"
|
@@ -2535,6 +2532,15 @@ dependencies = [
|
|
2535
2532
|
"either",
|
2536
2533
|
]
|
2537
2534
|
|
2535
|
+
[[package]]
|
2536
|
+
name = "itertools"
|
2537
|
+
version = "0.14.0"
|
2538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2539
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
2540
|
+
dependencies = [
|
2541
|
+
"either",
|
2542
|
+
]
|
2543
|
+
|
2538
2544
|
[[package]]
|
2539
2545
|
name = "itoa"
|
2540
2546
|
version = "1.0.14"
|
@@ -2552,9 +2558,9 @@ dependencies = [
|
|
2552
2558
|
|
2553
2559
|
[[package]]
|
2554
2560
|
name = "js-sys"
|
2555
|
-
version = "0.3.
|
2561
|
+
version = "0.3.77"
|
2556
2562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2557
|
-
checksum = "
|
2563
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2558
2564
|
dependencies = [
|
2559
2565
|
"once_cell",
|
2560
2566
|
"wasm-bindgen",
|
@@ -2660,9 +2666,9 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
2660
2666
|
|
2661
2667
|
[[package]]
|
2662
2668
|
name = "linux-raw-sys"
|
2663
|
-
version = "0.4.
|
2669
|
+
version = "0.4.15"
|
2664
2670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2665
|
-
checksum = "
|
2671
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2666
2672
|
|
2667
2673
|
[[package]]
|
2668
2674
|
name = "litemap"
|
@@ -2682,9 +2688,9 @@ dependencies = [
|
|
2682
2688
|
|
2683
2689
|
[[package]]
|
2684
2690
|
name = "log"
|
2685
|
-
version = "0.4.
|
2691
|
+
version = "0.4.25"
|
2686
2692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2687
|
-
checksum = "
|
2693
|
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2688
2694
|
|
2689
2695
|
[[package]]
|
2690
2696
|
name = "lz4_flex"
|
@@ -2726,7 +2732,7 @@ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
|
2726
2732
|
dependencies = [
|
2727
2733
|
"proc-macro2",
|
2728
2734
|
"quote",
|
2729
|
-
"syn 2.0.
|
2735
|
+
"syn 2.0.96",
|
2730
2736
|
]
|
2731
2737
|
|
2732
2738
|
[[package]]
|
@@ -2765,9 +2771,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
2765
2771
|
|
2766
2772
|
[[package]]
|
2767
2773
|
name = "miniz_oxide"
|
2768
|
-
version = "0.8.
|
2774
|
+
version = "0.8.3"
|
2769
2775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2770
|
-
checksum = "
|
2776
|
+
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
2771
2777
|
dependencies = [
|
2772
2778
|
"adler2",
|
2773
2779
|
]
|
@@ -2785,9 +2791,9 @@ dependencies = [
|
|
2785
2791
|
|
2786
2792
|
[[package]]
|
2787
2793
|
name = "native-tls"
|
2788
|
-
version = "0.2.
|
2794
|
+
version = "0.2.13"
|
2789
2795
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2790
|
-
checksum = "
|
2796
|
+
checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
|
2791
2797
|
dependencies = [
|
2792
2798
|
"libc",
|
2793
2799
|
"log",
|
@@ -2949,11 +2955,11 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
2949
2955
|
|
2950
2956
|
[[package]]
|
2951
2957
|
name = "openssl"
|
2952
|
-
version = "0.10.
|
2958
|
+
version = "0.10.69"
|
2953
2959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2954
|
-
checksum = "
|
2960
|
+
checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e"
|
2955
2961
|
dependencies = [
|
2956
|
-
"bitflags 2.
|
2962
|
+
"bitflags 2.8.0",
|
2957
2963
|
"cfg-if",
|
2958
2964
|
"foreign-types",
|
2959
2965
|
"libc",
|
@@ -2970,14 +2976,14 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
2970
2976
|
dependencies = [
|
2971
2977
|
"proc-macro2",
|
2972
2978
|
"quote",
|
2973
|
-
"syn 2.0.
|
2979
|
+
"syn 2.0.96",
|
2974
2980
|
]
|
2975
2981
|
|
2976
2982
|
[[package]]
|
2977
2983
|
name = "openssl-probe"
|
2978
|
-
version = "0.1.
|
2984
|
+
version = "0.1.6"
|
2979
2985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2980
|
-
checksum = "
|
2986
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2981
2987
|
|
2982
2988
|
[[package]]
|
2983
2989
|
name = "openssl-sys"
|
@@ -3002,9 +3008,9 @@ dependencies = [
|
|
3002
3008
|
|
3003
3009
|
[[package]]
|
3004
3010
|
name = "outref"
|
3005
|
-
version = "0.5.
|
3011
|
+
version = "0.5.2"
|
3006
3012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3007
|
-
checksum = "
|
3013
|
+
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
3008
3014
|
|
3009
3015
|
[[package]]
|
3010
3016
|
name = "parking_lot"
|
@@ -3031,9 +3037,9 @@ dependencies = [
|
|
3031
3037
|
|
3032
3038
|
[[package]]
|
3033
3039
|
name = "parquet"
|
3034
|
-
version = "53.
|
3040
|
+
version = "53.4.0"
|
3035
3041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3036
|
-
checksum = "
|
3042
|
+
checksum = "8957c0c95a6a1804f3e51a18f69df29be53856a8c5768cc9b6d00fcafcd2917c"
|
3037
3043
|
dependencies = [
|
3038
3044
|
"ahash",
|
3039
3045
|
"arrow-array",
|
@@ -3098,18 +3104,18 @@ dependencies = [
|
|
3098
3104
|
|
3099
3105
|
[[package]]
|
3100
3106
|
name = "phf"
|
3101
|
-
version = "0.11.
|
3107
|
+
version = "0.11.3"
|
3102
3108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3103
|
-
checksum = "
|
3109
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
3104
3110
|
dependencies = [
|
3105
3111
|
"phf_shared",
|
3106
3112
|
]
|
3107
3113
|
|
3108
3114
|
[[package]]
|
3109
3115
|
name = "phf_codegen"
|
3110
|
-
version = "0.11.
|
3116
|
+
version = "0.11.3"
|
3111
3117
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3112
|
-
checksum = "
|
3118
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
3113
3119
|
dependencies = [
|
3114
3120
|
"phf_generator",
|
3115
3121
|
"phf_shared",
|
@@ -3117,9 +3123,9 @@ dependencies = [
|
|
3117
3123
|
|
3118
3124
|
[[package]]
|
3119
3125
|
name = "phf_generator"
|
3120
|
-
version = "0.11.
|
3126
|
+
version = "0.11.3"
|
3121
3127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3122
|
-
checksum = "
|
3128
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
3123
3129
|
dependencies = [
|
3124
3130
|
"phf_shared",
|
3125
3131
|
"rand",
|
@@ -3127,18 +3133,18 @@ dependencies = [
|
|
3127
3133
|
|
3128
3134
|
[[package]]
|
3129
3135
|
name = "phf_shared"
|
3130
|
-
version = "0.11.
|
3136
|
+
version = "0.11.3"
|
3131
3137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3132
|
-
checksum = "
|
3138
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
3133
3139
|
dependencies = [
|
3134
3140
|
"siphasher",
|
3135
3141
|
]
|
3136
3142
|
|
3137
3143
|
[[package]]
|
3138
3144
|
name = "pin-project-lite"
|
3139
|
-
version = "0.2.
|
3145
|
+
version = "0.2.16"
|
3140
3146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3141
|
-
checksum = "
|
3147
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
3142
3148
|
|
3143
3149
|
[[package]]
|
3144
3150
|
name = "pin-utils"
|
@@ -3169,9 +3175,9 @@ dependencies = [
|
|
3169
3175
|
|
3170
3176
|
[[package]]
|
3171
3177
|
name = "proc-macro2"
|
3172
|
-
version = "1.0.
|
3178
|
+
version = "1.0.93"
|
3173
3179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3174
|
-
checksum = "
|
3180
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
3175
3181
|
dependencies = [
|
3176
3182
|
"unicode-ident",
|
3177
3183
|
]
|
@@ -3196,7 +3202,7 @@ dependencies = [
|
|
3196
3202
|
"itertools 0.13.0",
|
3197
3203
|
"proc-macro2",
|
3198
3204
|
"quote",
|
3199
|
-
"syn 2.0.
|
3205
|
+
"syn 2.0.96",
|
3200
3206
|
]
|
3201
3207
|
|
3202
3208
|
[[package]]
|
@@ -3229,9 +3235,9 @@ dependencies = [
|
|
3229
3235
|
"quinn-proto",
|
3230
3236
|
"quinn-udp",
|
3231
3237
|
"rustc-hash 2.1.0",
|
3232
|
-
"rustls 0.23.
|
3238
|
+
"rustls 0.23.21",
|
3233
3239
|
"socket2",
|
3234
|
-
"thiserror 2.0.
|
3240
|
+
"thiserror 2.0.11",
|
3235
3241
|
"tokio",
|
3236
3242
|
"tracing",
|
3237
3243
|
]
|
@@ -3247,10 +3253,10 @@ dependencies = [
|
|
3247
3253
|
"rand",
|
3248
3254
|
"ring",
|
3249
3255
|
"rustc-hash 2.1.0",
|
3250
|
-
"rustls 0.23.
|
3256
|
+
"rustls 0.23.21",
|
3251
3257
|
"rustls-pki-types",
|
3252
3258
|
"slab",
|
3253
|
-
"thiserror 2.0.
|
3259
|
+
"thiserror 2.0.11",
|
3254
3260
|
"tinyvec",
|
3255
3261
|
"tracing",
|
3256
3262
|
"web-time",
|
@@ -3311,18 +3317,18 @@ dependencies = [
|
|
3311
3317
|
|
3312
3318
|
[[package]]
|
3313
3319
|
name = "rb-sys"
|
3314
|
-
version = "0.9.
|
3320
|
+
version = "0.9.108"
|
3315
3321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3316
|
-
checksum = "
|
3322
|
+
checksum = "1e955384e1a4dc64b71d1e4b39ed0edbd77c7bde4a10dfd5ad208e1160fddfa7"
|
3317
3323
|
dependencies = [
|
3318
3324
|
"rb-sys-build",
|
3319
3325
|
]
|
3320
3326
|
|
3321
3327
|
[[package]]
|
3322
3328
|
name = "rb-sys-build"
|
3323
|
-
version = "0.9.
|
3329
|
+
version = "0.9.108"
|
3324
3330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3325
|
-
checksum = "
|
3331
|
+
checksum = "c167c6571889b2550d6fcb315e8aa60bdb95e47e4b64793e3f65a30dc25afc85"
|
3326
3332
|
dependencies = [
|
3327
3333
|
"bindgen",
|
3328
3334
|
"lazy_static",
|
@@ -3330,7 +3336,7 @@ dependencies = [
|
|
3330
3336
|
"quote",
|
3331
3337
|
"regex",
|
3332
3338
|
"shell-words",
|
3333
|
-
"syn 2.0.
|
3339
|
+
"syn 2.0.96",
|
3334
3340
|
]
|
3335
3341
|
|
3336
3342
|
[[package]]
|
@@ -3356,7 +3362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3356
3362
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
3357
3363
|
dependencies = [
|
3358
3364
|
"quote",
|
3359
|
-
"syn 2.0.
|
3365
|
+
"syn 2.0.96",
|
3360
3366
|
]
|
3361
3367
|
|
3362
3368
|
[[package]]
|
@@ -3365,7 +3371,7 @@ version = "0.5.8"
|
|
3365
3371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3366
3372
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
3367
3373
|
dependencies = [
|
3368
|
-
"bitflags 2.
|
3374
|
+
"bitflags 2.8.0",
|
3369
3375
|
]
|
3370
3376
|
|
3371
3377
|
[[package]]
|
@@ -3431,7 +3437,7 @@ dependencies = [
|
|
3431
3437
|
"percent-encoding",
|
3432
3438
|
"pin-project-lite",
|
3433
3439
|
"quinn",
|
3434
|
-
"rustls 0.23.
|
3440
|
+
"rustls 0.23.21",
|
3435
3441
|
"rustls-native-certs 0.8.1",
|
3436
3442
|
"rustls-pemfile 2.2.0",
|
3437
3443
|
"rustls-pki-types",
|
@@ -3471,9 +3477,9 @@ dependencies = [
|
|
3471
3477
|
|
3472
3478
|
[[package]]
|
3473
3479
|
name = "roaring"
|
3474
|
-
version = "0.10.
|
3480
|
+
version = "0.10.10"
|
3475
3481
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3476
|
-
checksum = "
|
3482
|
+
checksum = "a652edd001c53df0b3f96a36a8dc93fce6866988efc16808235653c6bcac8bf2"
|
3477
3483
|
dependencies = [
|
3478
3484
|
"bytemuck",
|
3479
3485
|
"byteorder",
|
@@ -3508,11 +3514,11 @@ dependencies = [
|
|
3508
3514
|
|
3509
3515
|
[[package]]
|
3510
3516
|
name = "rustix"
|
3511
|
-
version = "0.38.
|
3517
|
+
version = "0.38.44"
|
3512
3518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3513
|
-
checksum = "
|
3519
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
3514
3520
|
dependencies = [
|
3515
|
-
"bitflags 2.
|
3521
|
+
"bitflags 2.8.0",
|
3516
3522
|
"errno",
|
3517
3523
|
"libc",
|
3518
3524
|
"linux-raw-sys",
|
@@ -3533,9 +3539,9 @@ dependencies = [
|
|
3533
3539
|
|
3534
3540
|
[[package]]
|
3535
3541
|
name = "rustls"
|
3536
|
-
version = "0.23.
|
3542
|
+
version = "0.23.21"
|
3537
3543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3538
|
-
checksum = "
|
3544
|
+
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
|
3539
3545
|
dependencies = [
|
3540
3546
|
"once_cell",
|
3541
3547
|
"ring",
|
@@ -3566,7 +3572,7 @@ dependencies = [
|
|
3566
3572
|
"openssl-probe",
|
3567
3573
|
"rustls-pki-types",
|
3568
3574
|
"schannel",
|
3569
|
-
"security-framework 3.
|
3575
|
+
"security-framework 3.2.0",
|
3570
3576
|
]
|
3571
3577
|
|
3572
3578
|
[[package]]
|
@@ -3589,9 +3595,9 @@ dependencies = [
|
|
3589
3595
|
|
3590
3596
|
[[package]]
|
3591
3597
|
name = "rustls-pki-types"
|
3592
|
-
version = "1.
|
3598
|
+
version = "1.11.0"
|
3593
3599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3594
|
-
checksum = "
|
3600
|
+
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
3595
3601
|
dependencies = [
|
3596
3602
|
"web-time",
|
3597
3603
|
]
|
@@ -3669,7 +3675,7 @@ version = "2.11.1"
|
|
3669
3675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3670
3676
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3671
3677
|
dependencies = [
|
3672
|
-
"bitflags 2.
|
3678
|
+
"bitflags 2.8.0",
|
3673
3679
|
"core-foundation 0.9.4",
|
3674
3680
|
"core-foundation-sys",
|
3675
3681
|
"libc",
|
@@ -3678,11 +3684,11 @@ dependencies = [
|
|
3678
3684
|
|
3679
3685
|
[[package]]
|
3680
3686
|
name = "security-framework"
|
3681
|
-
version = "3.
|
3687
|
+
version = "3.2.0"
|
3682
3688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3683
|
-
checksum = "
|
3689
|
+
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3684
3690
|
dependencies = [
|
3685
|
-
"bitflags 2.
|
3691
|
+
"bitflags 2.8.0",
|
3686
3692
|
"core-foundation 0.10.0",
|
3687
3693
|
"core-foundation-sys",
|
3688
3694
|
"libc",
|
@@ -3691,9 +3697,9 @@ dependencies = [
|
|
3691
3697
|
|
3692
3698
|
[[package]]
|
3693
3699
|
name = "security-framework-sys"
|
3694
|
-
version = "2.
|
3700
|
+
version = "2.14.0"
|
3695
3701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3696
|
-
checksum = "
|
3702
|
+
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
3697
3703
|
dependencies = [
|
3698
3704
|
"core-foundation-sys",
|
3699
3705
|
"libc",
|
@@ -3701,9 +3707,9 @@ dependencies = [
|
|
3701
3707
|
|
3702
3708
|
[[package]]
|
3703
3709
|
name = "semver"
|
3704
|
-
version = "1.0.
|
3710
|
+
version = "1.0.25"
|
3705
3711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3706
|
-
checksum = "
|
3712
|
+
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
3707
3713
|
|
3708
3714
|
[[package]]
|
3709
3715
|
name = "seq-macro"
|
@@ -3728,14 +3734,14 @@ checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
3728
3734
|
dependencies = [
|
3729
3735
|
"proc-macro2",
|
3730
3736
|
"quote",
|
3731
|
-
"syn 2.0.
|
3737
|
+
"syn 2.0.96",
|
3732
3738
|
]
|
3733
3739
|
|
3734
3740
|
[[package]]
|
3735
3741
|
name = "serde_json"
|
3736
|
-
version = "1.0.
|
3742
|
+
version = "1.0.137"
|
3737
3743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3738
|
-
checksum = "
|
3744
|
+
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
3739
3745
|
dependencies = [
|
3740
3746
|
"itoa",
|
3741
3747
|
"memchr",
|
@@ -3789,9 +3795,9 @@ dependencies = [
|
|
3789
3795
|
|
3790
3796
|
[[package]]
|
3791
3797
|
name = "siphasher"
|
3792
|
-
version = "0.
|
3798
|
+
version = "1.0.1"
|
3793
3799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3794
|
-
checksum = "
|
3800
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
3795
3801
|
|
3796
3802
|
[[package]]
|
3797
3803
|
name = "slab"
|
@@ -3826,7 +3832,7 @@ dependencies = [
|
|
3826
3832
|
"heck",
|
3827
3833
|
"proc-macro2",
|
3828
3834
|
"quote",
|
3829
|
-
"syn 2.0.
|
3835
|
+
"syn 2.0.96",
|
3830
3836
|
]
|
3831
3837
|
|
3832
3838
|
[[package]]
|
@@ -3869,7 +3875,7 @@ checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
|
|
3869
3875
|
dependencies = [
|
3870
3876
|
"proc-macro2",
|
3871
3877
|
"quote",
|
3872
|
-
"syn 2.0.
|
3878
|
+
"syn 2.0.96",
|
3873
3879
|
]
|
3874
3880
|
|
3875
3881
|
[[package]]
|
@@ -3916,7 +3922,7 @@ dependencies = [
|
|
3916
3922
|
"proc-macro2",
|
3917
3923
|
"quote",
|
3918
3924
|
"rustversion",
|
3919
|
-
"syn 2.0.
|
3925
|
+
"syn 2.0.96",
|
3920
3926
|
]
|
3921
3927
|
|
3922
3928
|
[[package]]
|
@@ -3938,9 +3944,9 @@ dependencies = [
|
|
3938
3944
|
|
3939
3945
|
[[package]]
|
3940
3946
|
name = "syn"
|
3941
|
-
version = "2.0.
|
3947
|
+
version = "2.0.96"
|
3942
3948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3943
|
-
checksum = "
|
3949
|
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
3944
3950
|
dependencies = [
|
3945
3951
|
"proc-macro2",
|
3946
3952
|
"quote",
|
@@ -3964,7 +3970,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
3964
3970
|
dependencies = [
|
3965
3971
|
"proc-macro2",
|
3966
3972
|
"quote",
|
3967
|
-
"syn 2.0.
|
3973
|
+
"syn 2.0.96",
|
3968
3974
|
]
|
3969
3975
|
|
3970
3976
|
[[package]]
|
@@ -3973,7 +3979,7 @@ version = "0.6.1"
|
|
3973
3979
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3974
3980
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
3975
3981
|
dependencies = [
|
3976
|
-
"bitflags 2.
|
3982
|
+
"bitflags 2.8.0",
|
3977
3983
|
"core-foundation 0.9.4",
|
3978
3984
|
"system-configuration-sys",
|
3979
3985
|
]
|
@@ -3990,12 +3996,13 @@ dependencies = [
|
|
3990
3996
|
|
3991
3997
|
[[package]]
|
3992
3998
|
name = "tempfile"
|
3993
|
-
version = "3.
|
3999
|
+
version = "3.15.0"
|
3994
4000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3995
|
-
checksum = "
|
4001
|
+
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
3996
4002
|
dependencies = [
|
3997
4003
|
"cfg-if",
|
3998
4004
|
"fastrand",
|
4005
|
+
"getrandom",
|
3999
4006
|
"once_cell",
|
4000
4007
|
"rustix",
|
4001
4008
|
"windows-sys 0.59.0",
|
@@ -4012,11 +4019,11 @@ dependencies = [
|
|
4012
4019
|
|
4013
4020
|
[[package]]
|
4014
4021
|
name = "thiserror"
|
4015
|
-
version = "2.0.
|
4022
|
+
version = "2.0.11"
|
4016
4023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4017
|
-
checksum = "
|
4024
|
+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
4018
4025
|
dependencies = [
|
4019
|
-
"thiserror-impl 2.0.
|
4026
|
+
"thiserror-impl 2.0.11",
|
4020
4027
|
]
|
4021
4028
|
|
4022
4029
|
[[package]]
|
@@ -4027,18 +4034,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
4027
4034
|
dependencies = [
|
4028
4035
|
"proc-macro2",
|
4029
4036
|
"quote",
|
4030
|
-
"syn 2.0.
|
4037
|
+
"syn 2.0.96",
|
4031
4038
|
]
|
4032
4039
|
|
4033
4040
|
[[package]]
|
4034
4041
|
name = "thiserror-impl"
|
4035
|
-
version = "2.0.
|
4042
|
+
version = "2.0.11"
|
4036
4043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4037
|
-
checksum = "
|
4044
|
+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
4038
4045
|
dependencies = [
|
4039
4046
|
"proc-macro2",
|
4040
4047
|
"quote",
|
4041
|
-
"syn 2.0.
|
4048
|
+
"syn 2.0.96",
|
4042
4049
|
]
|
4043
4050
|
|
4044
4051
|
[[package]]
|
@@ -4118,9 +4125,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4118
4125
|
|
4119
4126
|
[[package]]
|
4120
4127
|
name = "tokio"
|
4121
|
-
version = "1.
|
4128
|
+
version = "1.43.0"
|
4122
4129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4123
|
-
checksum = "
|
4130
|
+
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
4124
4131
|
dependencies = [
|
4125
4132
|
"backtrace",
|
4126
4133
|
"bytes",
|
@@ -4136,13 +4143,13 @@ dependencies = [
|
|
4136
4143
|
|
4137
4144
|
[[package]]
|
4138
4145
|
name = "tokio-macros"
|
4139
|
-
version = "2.
|
4146
|
+
version = "2.5.0"
|
4140
4147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4141
|
-
checksum = "
|
4148
|
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
4142
4149
|
dependencies = [
|
4143
4150
|
"proc-macro2",
|
4144
4151
|
"quote",
|
4145
|
-
"syn 2.0.
|
4152
|
+
"syn 2.0.96",
|
4146
4153
|
]
|
4147
4154
|
|
4148
4155
|
[[package]]
|
@@ -4171,7 +4178,7 @@ version = "0.26.1"
|
|
4171
4178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4172
4179
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
4173
4180
|
dependencies = [
|
4174
|
-
"rustls 0.23.
|
4181
|
+
"rustls 0.23.21",
|
4175
4182
|
"tokio",
|
4176
4183
|
]
|
4177
4184
|
|
@@ -4235,7 +4242,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
4235
4242
|
dependencies = [
|
4236
4243
|
"proc-macro2",
|
4237
4244
|
"quote",
|
4238
|
-
"syn 2.0.
|
4245
|
+
"syn 2.0.96",
|
4239
4246
|
]
|
4240
4247
|
|
4241
4248
|
[[package]]
|
@@ -4271,9 +4278,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
4271
4278
|
|
4272
4279
|
[[package]]
|
4273
4280
|
name = "unicode-ident"
|
4274
|
-
version = "1.0.
|
4281
|
+
version = "1.0.15"
|
4275
4282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4276
|
-
checksum = "
|
4283
|
+
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
4277
4284
|
|
4278
4285
|
[[package]]
|
4279
4286
|
name = "unicode-segmentation"
|
@@ -4324,9 +4331,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
4324
4331
|
|
4325
4332
|
[[package]]
|
4326
4333
|
name = "uuid"
|
4327
|
-
version = "1.
|
4334
|
+
version = "1.12.1"
|
4328
4335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4329
|
-
checksum = "
|
4336
|
+
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
|
4330
4337
|
dependencies = [
|
4331
4338
|
"getrandom",
|
4332
4339
|
"rand",
|
@@ -4353,7 +4360,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
|
|
4353
4360
|
dependencies = [
|
4354
4361
|
"proc-macro2",
|
4355
4362
|
"quote",
|
4356
|
-
"syn 2.0.
|
4363
|
+
"syn 2.0.96",
|
4357
4364
|
]
|
4358
4365
|
|
4359
4366
|
[[package]]
|
@@ -4389,34 +4396,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
4389
4396
|
|
4390
4397
|
[[package]]
|
4391
4398
|
name = "wasm-bindgen"
|
4392
|
-
version = "0.2.
|
4399
|
+
version = "0.2.100"
|
4393
4400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4394
|
-
checksum = "
|
4401
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
4395
4402
|
dependencies = [
|
4396
4403
|
"cfg-if",
|
4397
4404
|
"once_cell",
|
4405
|
+
"rustversion",
|
4398
4406
|
"wasm-bindgen-macro",
|
4399
4407
|
]
|
4400
4408
|
|
4401
4409
|
[[package]]
|
4402
4410
|
name = "wasm-bindgen-backend"
|
4403
|
-
version = "0.2.
|
4411
|
+
version = "0.2.100"
|
4404
4412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4405
|
-
checksum = "
|
4413
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
4406
4414
|
dependencies = [
|
4407
4415
|
"bumpalo",
|
4408
4416
|
"log",
|
4409
4417
|
"proc-macro2",
|
4410
4418
|
"quote",
|
4411
|
-
"syn 2.0.
|
4419
|
+
"syn 2.0.96",
|
4412
4420
|
"wasm-bindgen-shared",
|
4413
4421
|
]
|
4414
4422
|
|
4415
4423
|
[[package]]
|
4416
4424
|
name = "wasm-bindgen-futures"
|
4417
|
-
version = "0.4.
|
4425
|
+
version = "0.4.50"
|
4418
4426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4419
|
-
checksum = "
|
4427
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
4420
4428
|
dependencies = [
|
4421
4429
|
"cfg-if",
|
4422
4430
|
"js-sys",
|
@@ -4427,9 +4435,9 @@ dependencies = [
|
|
4427
4435
|
|
4428
4436
|
[[package]]
|
4429
4437
|
name = "wasm-bindgen-macro"
|
4430
|
-
version = "0.2.
|
4438
|
+
version = "0.2.100"
|
4431
4439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4432
|
-
checksum = "
|
4440
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
4433
4441
|
dependencies = [
|
4434
4442
|
"quote",
|
4435
4443
|
"wasm-bindgen-macro-support",
|
@@ -4437,22 +4445,25 @@ dependencies = [
|
|
4437
4445
|
|
4438
4446
|
[[package]]
|
4439
4447
|
name = "wasm-bindgen-macro-support"
|
4440
|
-
version = "0.2.
|
4448
|
+
version = "0.2.100"
|
4441
4449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4442
|
-
checksum = "
|
4450
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
4443
4451
|
dependencies = [
|
4444
4452
|
"proc-macro2",
|
4445
4453
|
"quote",
|
4446
|
-
"syn 2.0.
|
4454
|
+
"syn 2.0.96",
|
4447
4455
|
"wasm-bindgen-backend",
|
4448
4456
|
"wasm-bindgen-shared",
|
4449
4457
|
]
|
4450
4458
|
|
4451
4459
|
[[package]]
|
4452
4460
|
name = "wasm-bindgen-shared"
|
4453
|
-
version = "0.2.
|
4461
|
+
version = "0.2.100"
|
4454
4462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4455
|
-
checksum = "
|
4463
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
4464
|
+
dependencies = [
|
4465
|
+
"unicode-ident",
|
4466
|
+
]
|
4456
4467
|
|
4457
4468
|
[[package]]
|
4458
4469
|
name = "wasm-streams"
|
@@ -4469,9 +4480,9 @@ dependencies = [
|
|
4469
4480
|
|
4470
4481
|
[[package]]
|
4471
4482
|
name = "web-sys"
|
4472
|
-
version = "0.3.
|
4483
|
+
version = "0.3.77"
|
4473
4484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474
|
-
checksum = "
|
4485
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
4475
4486
|
dependencies = [
|
4476
4487
|
"js-sys",
|
4477
4488
|
"wasm-bindgen",
|
@@ -4664,7 +4675,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4664
4675
|
dependencies = [
|
4665
4676
|
"proc-macro2",
|
4666
4677
|
"quote",
|
4667
|
-
"syn 2.0.
|
4678
|
+
"syn 2.0.96",
|
4668
4679
|
"synstructure",
|
4669
4680
|
]
|
4670
4681
|
|
@@ -4692,7 +4703,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4692
4703
|
dependencies = [
|
4693
4704
|
"proc-macro2",
|
4694
4705
|
"quote",
|
4695
|
-
"syn 2.0.
|
4706
|
+
"syn 2.0.96",
|
4696
4707
|
]
|
4697
4708
|
|
4698
4709
|
[[package]]
|
@@ -4712,7 +4723,7 @@ checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
4712
4723
|
dependencies = [
|
4713
4724
|
"proc-macro2",
|
4714
4725
|
"quote",
|
4715
|
-
"syn 2.0.
|
4726
|
+
"syn 2.0.96",
|
4716
4727
|
"synstructure",
|
4717
4728
|
]
|
4718
4729
|
|
@@ -4741,7 +4752,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4741
4752
|
dependencies = [
|
4742
4753
|
"proc-macro2",
|
4743
4754
|
"quote",
|
4744
|
-
"syn 2.0.
|
4755
|
+
"syn 2.0.96",
|
4745
4756
|
]
|
4746
4757
|
|
4747
4758
|
[[package]]
|