never-primp 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of never-primp might be problematic. Click here for more details.
- {never_primp-1.2.0 → never_primp-1.2.1}/Cargo.lock +232 -280
- {never_primp-1.2.0 → never_primp-1.2.1}/Cargo.toml +6 -6
- {never_primp-1.2.0 → never_primp-1.2.1}/PKG-INFO +1 -1
- {never_primp-1.2.0 → never_primp-1.2.1}/never_primp/never_primp.pyi +42 -1
- {never_primp-1.2.0 → never_primp-1.2.1}/pyproject.toml +1 -1
- {never_primp-1.2.0 → never_primp-1.2.1}/src/lib.rs +149 -30
- {never_primp-1.2.0 → never_primp-1.2.1}/src/response.rs +7 -7
- {never_primp-1.2.0 → never_primp-1.2.1}/test.py +2 -2
- {never_primp-1.2.0 → never_primp-1.2.1}/test_content_length_order.py +3 -4
- {never_primp-1.2.0 → never_primp-1.2.1}/.claude/settings.local.json +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/.github/workflows/build.yml +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/.gitignore +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/LICENSE +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/README.md +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/README_EN.md +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/SPLIT_COOKIES.md +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/benchmark.py +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/benchmark_results.png +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/never_primp/__init__.py +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/never_primp/py.typed +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/src/impersonate.rs +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/src/traits.rs +0 -0
- {never_primp-1.2.0 → never_primp-1.2.1}/src/utils.rs +0 -0
|
@@ -4,9 +4,9 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "adler2"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.1"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "ahash"
|
|
@@ -22,9 +22,9 @@ dependencies = [
|
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
24
24
|
name = "aho-corasick"
|
|
25
|
-
version = "1.1.
|
|
25
|
+
version = "1.1.4"
|
|
26
26
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
27
|
-
checksum = "
|
|
27
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
28
28
|
dependencies = [
|
|
29
29
|
"memchr",
|
|
30
30
|
]
|
|
@@ -46,9 +46,9 @@ dependencies = [
|
|
|
46
46
|
|
|
47
47
|
[[package]]
|
|
48
48
|
name = "anyhow"
|
|
49
|
-
version = "1.0.
|
|
49
|
+
version = "1.0.100"
|
|
50
50
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
-
checksum = "
|
|
51
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
52
52
|
|
|
53
53
|
[[package]]
|
|
54
54
|
name = "arc-swap"
|
|
@@ -58,18 +58,15 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
58
58
|
|
|
59
59
|
[[package]]
|
|
60
60
|
name = "async-compression"
|
|
61
|
-
version = "0.4.
|
|
61
|
+
version = "0.4.32"
|
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
-
checksum = "
|
|
63
|
+
checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
|
|
64
64
|
dependencies = [
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"compression-codecs",
|
|
66
|
+
"compression-core",
|
|
67
67
|
"futures-core",
|
|
68
|
-
"memchr",
|
|
69
68
|
"pin-project-lite",
|
|
70
69
|
"tokio",
|
|
71
|
-
"zstd",
|
|
72
|
-
"zstd-safe",
|
|
73
70
|
]
|
|
74
71
|
|
|
75
72
|
[[package]]
|
|
@@ -80,9 +77,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
80
77
|
|
|
81
78
|
[[package]]
|
|
82
79
|
name = "autocfg"
|
|
83
|
-
version = "1.
|
|
80
|
+
version = "1.5.0"
|
|
84
81
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
82
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
86
83
|
|
|
87
84
|
[[package]]
|
|
88
85
|
name = "bindgen"
|
|
@@ -104,9 +101,9 @@ dependencies = [
|
|
|
104
101
|
|
|
105
102
|
[[package]]
|
|
106
103
|
name = "bitflags"
|
|
107
|
-
version = "2.
|
|
104
|
+
version = "2.10.0"
|
|
108
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
-
checksum = "
|
|
106
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
110
107
|
|
|
111
108
|
[[package]]
|
|
112
109
|
name = "boring-sys2"
|
|
@@ -134,17 +131,6 @@ dependencies = [
|
|
|
134
131
|
"openssl-macros",
|
|
135
132
|
]
|
|
136
133
|
|
|
137
|
-
[[package]]
|
|
138
|
-
name = "brotli"
|
|
139
|
-
version = "7.0.0"
|
|
140
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
|
-
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
142
|
-
dependencies = [
|
|
143
|
-
"alloc-no-stdlib",
|
|
144
|
-
"alloc-stdlib",
|
|
145
|
-
"brotli-decompressor 4.0.2",
|
|
146
|
-
]
|
|
147
|
-
|
|
148
134
|
[[package]]
|
|
149
135
|
name = "brotli"
|
|
150
136
|
version = "8.0.2"
|
|
@@ -153,17 +139,7 @@ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
|
|
|
153
139
|
dependencies = [
|
|
154
140
|
"alloc-no-stdlib",
|
|
155
141
|
"alloc-stdlib",
|
|
156
|
-
"brotli-decompressor
|
|
157
|
-
]
|
|
158
|
-
|
|
159
|
-
[[package]]
|
|
160
|
-
name = "brotli-decompressor"
|
|
161
|
-
version = "4.0.2"
|
|
162
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
-
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
|
164
|
-
dependencies = [
|
|
165
|
-
"alloc-no-stdlib",
|
|
166
|
-
"alloc-stdlib",
|
|
142
|
+
"brotli-decompressor",
|
|
167
143
|
]
|
|
168
144
|
|
|
169
145
|
[[package]]
|
|
@@ -184,10 +160,11 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
184
160
|
|
|
185
161
|
[[package]]
|
|
186
162
|
name = "cc"
|
|
187
|
-
version = "1.2.
|
|
163
|
+
version = "1.2.44"
|
|
188
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
189
|
-
checksum = "
|
|
165
|
+
checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
|
|
190
166
|
dependencies = [
|
|
167
|
+
"find-msvc-tools",
|
|
191
168
|
"jobserver",
|
|
192
169
|
"libc",
|
|
193
170
|
"shlex",
|
|
@@ -204,9 +181,9 @@ dependencies = [
|
|
|
204
181
|
|
|
205
182
|
[[package]]
|
|
206
183
|
name = "cfg-if"
|
|
207
|
-
version = "1.0.
|
|
184
|
+
version = "1.0.4"
|
|
208
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
-
checksum = "
|
|
186
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
210
187
|
|
|
211
188
|
[[package]]
|
|
212
189
|
name = "clang-sys"
|
|
@@ -228,6 +205,26 @@ dependencies = [
|
|
|
228
205
|
"cc",
|
|
229
206
|
]
|
|
230
207
|
|
|
208
|
+
[[package]]
|
|
209
|
+
name = "compression-codecs"
|
|
210
|
+
version = "0.4.31"
|
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
+
checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
|
|
213
|
+
dependencies = [
|
|
214
|
+
"brotli",
|
|
215
|
+
"compression-core",
|
|
216
|
+
"flate2",
|
|
217
|
+
"memchr",
|
|
218
|
+
"zstd",
|
|
219
|
+
"zstd-safe",
|
|
220
|
+
]
|
|
221
|
+
|
|
222
|
+
[[package]]
|
|
223
|
+
name = "compression-core"
|
|
224
|
+
version = "0.4.29"
|
|
225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
226
|
+
checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
|
|
227
|
+
|
|
231
228
|
[[package]]
|
|
232
229
|
name = "cookie"
|
|
233
230
|
version = "0.18.1"
|
|
@@ -256,18 +253,18 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
256
253
|
|
|
257
254
|
[[package]]
|
|
258
255
|
name = "crc32fast"
|
|
259
|
-
version = "1.
|
|
256
|
+
version = "1.5.0"
|
|
260
257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
-
checksum = "
|
|
258
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
262
259
|
dependencies = [
|
|
263
260
|
"cfg-if",
|
|
264
261
|
]
|
|
265
262
|
|
|
266
263
|
[[package]]
|
|
267
264
|
name = "deranged"
|
|
268
|
-
version = "0.
|
|
265
|
+
version = "0.5.5"
|
|
269
266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
270
|
-
checksum = "
|
|
267
|
+
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
|
271
268
|
dependencies = [
|
|
272
269
|
"powerfmt",
|
|
273
270
|
]
|
|
@@ -293,6 +290,12 @@ version = "1.0.2"
|
|
|
293
290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
291
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
295
292
|
|
|
293
|
+
[[package]]
|
|
294
|
+
name = "find-msvc-tools"
|
|
295
|
+
version = "0.1.4"
|
|
296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
+
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
|
298
|
+
|
|
296
299
|
[[package]]
|
|
297
300
|
name = "flate2"
|
|
298
301
|
version = "1.1.5"
|
|
@@ -311,9 +314,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
311
314
|
|
|
312
315
|
[[package]]
|
|
313
316
|
name = "foldhash"
|
|
314
|
-
version = "0.
|
|
317
|
+
version = "0.2.0"
|
|
315
318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
-
checksum = "
|
|
319
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
317
320
|
|
|
318
321
|
[[package]]
|
|
319
322
|
name = "foreign-types"
|
|
@@ -418,21 +421,21 @@ dependencies = [
|
|
|
418
421
|
|
|
419
422
|
[[package]]
|
|
420
423
|
name = "getrandom"
|
|
421
|
-
version = "0.3.
|
|
424
|
+
version = "0.3.4"
|
|
422
425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
-
checksum = "
|
|
426
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
424
427
|
dependencies = [
|
|
425
428
|
"cfg-if",
|
|
426
429
|
"libc",
|
|
427
430
|
"r-efi",
|
|
428
|
-
"
|
|
431
|
+
"wasip2",
|
|
429
432
|
]
|
|
430
433
|
|
|
431
434
|
[[package]]
|
|
432
435
|
name = "glob"
|
|
433
|
-
version = "0.3.
|
|
436
|
+
version = "0.3.3"
|
|
434
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
438
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
436
439
|
|
|
437
440
|
[[package]]
|
|
438
441
|
name = "hashbrown"
|
|
@@ -442,9 +445,9 @@ checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
442
445
|
|
|
443
446
|
[[package]]
|
|
444
447
|
name = "hashbrown"
|
|
445
|
-
version = "0.
|
|
448
|
+
version = "0.16.0"
|
|
446
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
-
checksum = "
|
|
450
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
448
451
|
|
|
449
452
|
[[package]]
|
|
450
453
|
name = "heck"
|
|
@@ -454,24 +457,23 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
454
457
|
|
|
455
458
|
[[package]]
|
|
456
459
|
name = "html2text"
|
|
457
|
-
version = "0.
|
|
460
|
+
version = "0.16.0"
|
|
458
461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
-
checksum = "
|
|
462
|
+
checksum = "3ef65fbb577b8015aad4347acceb438da6793bdc9834944c3dfb6ad24dbef849"
|
|
460
463
|
dependencies = [
|
|
461
464
|
"html5ever",
|
|
462
465
|
"tendril",
|
|
463
|
-
"thiserror 2.0.
|
|
466
|
+
"thiserror 2.0.17",
|
|
464
467
|
"unicode-width",
|
|
465
468
|
]
|
|
466
469
|
|
|
467
470
|
[[package]]
|
|
468
471
|
name = "html5ever"
|
|
469
|
-
version = "0.
|
|
472
|
+
version = "0.35.0"
|
|
470
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
-
checksum = "
|
|
474
|
+
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
|
|
472
475
|
dependencies = [
|
|
473
476
|
"log",
|
|
474
|
-
"mac",
|
|
475
477
|
"markup5ever",
|
|
476
478
|
"match_token",
|
|
477
479
|
]
|
|
@@ -537,26 +539,30 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
537
539
|
|
|
538
540
|
[[package]]
|
|
539
541
|
name = "indexmap"
|
|
540
|
-
version = "2.
|
|
542
|
+
version = "2.12.0"
|
|
541
543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
-
checksum = "
|
|
544
|
+
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
|
|
543
545
|
dependencies = [
|
|
544
546
|
"equivalent",
|
|
545
|
-
"hashbrown 0.
|
|
547
|
+
"hashbrown 0.16.0",
|
|
546
548
|
"serde",
|
|
549
|
+
"serde_core",
|
|
547
550
|
]
|
|
548
551
|
|
|
549
552
|
[[package]]
|
|
550
553
|
name = "indoc"
|
|
551
|
-
version = "2.0.
|
|
554
|
+
version = "2.0.7"
|
|
552
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
553
|
-
checksum = "
|
|
556
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
557
|
+
dependencies = [
|
|
558
|
+
"rustversion",
|
|
559
|
+
]
|
|
554
560
|
|
|
555
561
|
[[package]]
|
|
556
562
|
name = "inventory"
|
|
557
|
-
version = "0.3.
|
|
563
|
+
version = "0.3.21"
|
|
558
564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
559
|
-
checksum = "
|
|
565
|
+
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
|
|
560
566
|
dependencies = [
|
|
561
567
|
"rustversion",
|
|
562
568
|
]
|
|
@@ -594,9 +600,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
594
600
|
|
|
595
601
|
[[package]]
|
|
596
602
|
name = "jobserver"
|
|
597
|
-
version = "0.1.
|
|
603
|
+
version = "0.1.34"
|
|
598
604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
-
checksum = "
|
|
605
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
600
606
|
dependencies = [
|
|
601
607
|
"getrandom",
|
|
602
608
|
"libc",
|
|
@@ -610,29 +616,28 @@ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
|
|
610
616
|
|
|
611
617
|
[[package]]
|
|
612
618
|
name = "libloading"
|
|
613
|
-
version = "0.8.
|
|
619
|
+
version = "0.8.9"
|
|
614
620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
615
|
-
checksum = "
|
|
621
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
616
622
|
dependencies = [
|
|
617
623
|
"cfg-if",
|
|
618
|
-
"windows-
|
|
624
|
+
"windows-link",
|
|
619
625
|
]
|
|
620
626
|
|
|
621
627
|
[[package]]
|
|
622
628
|
name = "lock_api"
|
|
623
|
-
version = "0.4.
|
|
629
|
+
version = "0.4.14"
|
|
624
630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
625
|
-
checksum = "
|
|
631
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
626
632
|
dependencies = [
|
|
627
|
-
"autocfg",
|
|
628
633
|
"scopeguard",
|
|
629
634
|
]
|
|
630
635
|
|
|
631
636
|
[[package]]
|
|
632
637
|
name = "log"
|
|
633
|
-
version = "0.4.
|
|
638
|
+
version = "0.4.28"
|
|
634
639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
635
|
-
checksum = "
|
|
640
|
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
636
641
|
|
|
637
642
|
[[package]]
|
|
638
643
|
name = "mac"
|
|
@@ -642,23 +647,20 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
642
647
|
|
|
643
648
|
[[package]]
|
|
644
649
|
name = "markup5ever"
|
|
645
|
-
version = "0.
|
|
650
|
+
version = "0.35.0"
|
|
646
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
647
|
-
checksum = "
|
|
652
|
+
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
|
|
648
653
|
dependencies = [
|
|
649
654
|
"log",
|
|
650
|
-
"phf",
|
|
651
|
-
"phf_codegen",
|
|
652
|
-
"string_cache",
|
|
653
|
-
"string_cache_codegen",
|
|
654
655
|
"tendril",
|
|
656
|
+
"web_atoms",
|
|
655
657
|
]
|
|
656
658
|
|
|
657
659
|
[[package]]
|
|
658
660
|
name = "match_token"
|
|
659
|
-
version = "0.
|
|
661
|
+
version = "0.35.0"
|
|
660
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "
|
|
663
|
+
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
|
|
662
664
|
dependencies = [
|
|
663
665
|
"proc-macro2",
|
|
664
666
|
"quote",
|
|
@@ -667,9 +669,9 @@ dependencies = [
|
|
|
667
669
|
|
|
668
670
|
[[package]]
|
|
669
671
|
name = "memchr"
|
|
670
|
-
version = "2.7.
|
|
672
|
+
version = "2.7.6"
|
|
671
673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "
|
|
674
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
673
675
|
|
|
674
676
|
[[package]]
|
|
675
677
|
name = "memoffset"
|
|
@@ -704,9 +706,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
704
706
|
|
|
705
707
|
[[package]]
|
|
706
708
|
name = "miniz_oxide"
|
|
707
|
-
version = "0.8.
|
|
709
|
+
version = "0.8.9"
|
|
708
710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
709
|
-
checksum = "
|
|
711
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
710
712
|
dependencies = [
|
|
711
713
|
"adler2",
|
|
712
714
|
"simd-adler32",
|
|
@@ -714,18 +716,18 @@ dependencies = [
|
|
|
714
716
|
|
|
715
717
|
[[package]]
|
|
716
718
|
name = "mio"
|
|
717
|
-
version = "1.0
|
|
719
|
+
version = "1.1.0"
|
|
718
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "
|
|
721
|
+
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
|
720
722
|
dependencies = [
|
|
721
723
|
"libc",
|
|
722
|
-
"wasi
|
|
723
|
-
"windows-sys 0.
|
|
724
|
+
"wasi",
|
|
725
|
+
"windows-sys 0.61.2",
|
|
724
726
|
]
|
|
725
727
|
|
|
726
728
|
[[package]]
|
|
727
729
|
name = "never_primp"
|
|
728
|
-
version = "1.2.
|
|
730
|
+
version = "1.2.1"
|
|
729
731
|
dependencies = [
|
|
730
732
|
"anyhow",
|
|
731
733
|
"encoding_rs",
|
|
@@ -738,7 +740,7 @@ dependencies = [
|
|
|
738
740
|
"pyo3",
|
|
739
741
|
"pyo3-log",
|
|
740
742
|
"pythonize",
|
|
741
|
-
"rand 0.9.
|
|
743
|
+
"rand 0.9.2",
|
|
742
744
|
"rustls-native-certs",
|
|
743
745
|
"serde_json",
|
|
744
746
|
"serde_urlencoded",
|
|
@@ -796,9 +798,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
796
798
|
|
|
797
799
|
[[package]]
|
|
798
800
|
name = "parking_lot"
|
|
799
|
-
version = "0.12.
|
|
801
|
+
version = "0.12.5"
|
|
800
802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
-
checksum = "
|
|
803
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
802
804
|
dependencies = [
|
|
803
805
|
"lock_api",
|
|
804
806
|
"parking_lot_core",
|
|
@@ -806,15 +808,15 @@ dependencies = [
|
|
|
806
808
|
|
|
807
809
|
[[package]]
|
|
808
810
|
name = "parking_lot_core"
|
|
809
|
-
version = "0.9.
|
|
811
|
+
version = "0.9.12"
|
|
810
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
|
-
checksum = "
|
|
813
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
812
814
|
dependencies = [
|
|
813
815
|
"cfg-if",
|
|
814
816
|
"libc",
|
|
815
817
|
"redox_syscall",
|
|
816
818
|
"smallvec",
|
|
817
|
-
"windows-
|
|
819
|
+
"windows-link",
|
|
818
820
|
]
|
|
819
821
|
|
|
820
822
|
[[package]]
|
|
@@ -881,9 +883,9 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
881
883
|
|
|
882
884
|
[[package]]
|
|
883
885
|
name = "portable-atomic"
|
|
884
|
-
version = "1.11.
|
|
886
|
+
version = "1.11.1"
|
|
885
887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
-
checksum = "
|
|
888
|
+
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
887
889
|
|
|
888
890
|
[[package]]
|
|
889
891
|
name = "powerfmt"
|
|
@@ -908,21 +910,20 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
908
910
|
|
|
909
911
|
[[package]]
|
|
910
912
|
name = "proc-macro2"
|
|
911
|
-
version = "1.0.
|
|
913
|
+
version = "1.0.103"
|
|
912
914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
-
checksum = "
|
|
915
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
914
916
|
dependencies = [
|
|
915
917
|
"unicode-ident",
|
|
916
918
|
]
|
|
917
919
|
|
|
918
920
|
[[package]]
|
|
919
921
|
name = "pyo3"
|
|
920
|
-
version = "0.
|
|
922
|
+
version = "0.26.0"
|
|
921
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
922
|
-
checksum = "
|
|
924
|
+
checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
|
|
923
925
|
dependencies = [
|
|
924
926
|
"anyhow",
|
|
925
|
-
"cfg-if",
|
|
926
927
|
"indexmap",
|
|
927
928
|
"indoc",
|
|
928
929
|
"inventory",
|
|
@@ -938,19 +939,18 @@ dependencies = [
|
|
|
938
939
|
|
|
939
940
|
[[package]]
|
|
940
941
|
name = "pyo3-build-config"
|
|
941
|
-
version = "0.
|
|
942
|
+
version = "0.26.0"
|
|
942
943
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
-
checksum = "
|
|
944
|
+
checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
|
|
944
945
|
dependencies = [
|
|
945
|
-
"once_cell",
|
|
946
946
|
"target-lexicon",
|
|
947
947
|
]
|
|
948
948
|
|
|
949
949
|
[[package]]
|
|
950
950
|
name = "pyo3-ffi"
|
|
951
|
-
version = "0.
|
|
951
|
+
version = "0.26.0"
|
|
952
952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
953
|
-
checksum = "
|
|
953
|
+
checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
|
|
954
954
|
dependencies = [
|
|
955
955
|
"libc",
|
|
956
956
|
"pyo3-build-config",
|
|
@@ -958,9 +958,9 @@ dependencies = [
|
|
|
958
958
|
|
|
959
959
|
[[package]]
|
|
960
960
|
name = "pyo3-log"
|
|
961
|
-
version = "0.
|
|
961
|
+
version = "0.13.2"
|
|
962
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
963
|
-
checksum = "
|
|
963
|
+
checksum = "2f8bae9ad5ba08b0b0ed2bb9c2bdbaeccc69cafca96d78cf0fbcea0d45d122bb"
|
|
964
964
|
dependencies = [
|
|
965
965
|
"arc-swap",
|
|
966
966
|
"log",
|
|
@@ -969,9 +969,9 @@ dependencies = [
|
|
|
969
969
|
|
|
970
970
|
[[package]]
|
|
971
971
|
name = "pyo3-macros"
|
|
972
|
-
version = "0.
|
|
972
|
+
version = "0.26.0"
|
|
973
973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
974
|
-
checksum = "
|
|
974
|
+
checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
|
|
975
975
|
dependencies = [
|
|
976
976
|
"proc-macro2",
|
|
977
977
|
"pyo3-macros-backend",
|
|
@@ -981,9 +981,9 @@ dependencies = [
|
|
|
981
981
|
|
|
982
982
|
[[package]]
|
|
983
983
|
name = "pyo3-macros-backend"
|
|
984
|
-
version = "0.
|
|
984
|
+
version = "0.26.0"
|
|
985
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
986
|
-
checksum = "
|
|
986
|
+
checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
|
|
987
987
|
dependencies = [
|
|
988
988
|
"heck",
|
|
989
989
|
"proc-macro2",
|
|
@@ -994,9 +994,9 @@ dependencies = [
|
|
|
994
994
|
|
|
995
995
|
[[package]]
|
|
996
996
|
name = "pythonize"
|
|
997
|
-
version = "0.
|
|
997
|
+
version = "0.26.0"
|
|
998
998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
999
|
-
checksum = "
|
|
999
|
+
checksum = "11e06e4cff9be2bbf2bddf28a486ae619172ea57e79787f856572878c62dcfe2"
|
|
1000
1000
|
dependencies = [
|
|
1001
1001
|
"pyo3",
|
|
1002
1002
|
"serde",
|
|
@@ -1004,18 +1004,18 @@ dependencies = [
|
|
|
1004
1004
|
|
|
1005
1005
|
[[package]]
|
|
1006
1006
|
name = "quote"
|
|
1007
|
-
version = "1.0.
|
|
1007
|
+
version = "1.0.41"
|
|
1008
1008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
1009
|
+
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
|
1010
1010
|
dependencies = [
|
|
1011
1011
|
"proc-macro2",
|
|
1012
1012
|
]
|
|
1013
1013
|
|
|
1014
1014
|
[[package]]
|
|
1015
1015
|
name = "r-efi"
|
|
1016
|
-
version = "5.
|
|
1016
|
+
version = "5.3.0"
|
|
1017
1017
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1018
|
-
checksum = "
|
|
1018
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1019
1019
|
|
|
1020
1020
|
[[package]]
|
|
1021
1021
|
name = "rand"
|
|
@@ -1028,13 +1028,12 @@ dependencies = [
|
|
|
1028
1028
|
|
|
1029
1029
|
[[package]]
|
|
1030
1030
|
name = "rand"
|
|
1031
|
-
version = "0.9.
|
|
1031
|
+
version = "0.9.2"
|
|
1032
1032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1033
|
-
checksum = "
|
|
1033
|
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1034
1034
|
dependencies = [
|
|
1035
1035
|
"rand_chacha",
|
|
1036
1036
|
"rand_core 0.9.3",
|
|
1037
|
-
"zerocopy",
|
|
1038
1037
|
]
|
|
1039
1038
|
|
|
1040
1039
|
[[package]]
|
|
@@ -1064,18 +1063,18 @@ dependencies = [
|
|
|
1064
1063
|
|
|
1065
1064
|
[[package]]
|
|
1066
1065
|
name = "redox_syscall"
|
|
1067
|
-
version = "0.5.
|
|
1066
|
+
version = "0.5.18"
|
|
1068
1067
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1069
|
-
checksum = "
|
|
1068
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1070
1069
|
dependencies = [
|
|
1071
1070
|
"bitflags",
|
|
1072
1071
|
]
|
|
1073
1072
|
|
|
1074
1073
|
[[package]]
|
|
1075
1074
|
name = "regex"
|
|
1076
|
-
version = "1.
|
|
1075
|
+
version = "1.12.2"
|
|
1077
1076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1078
|
-
checksum = "
|
|
1077
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1079
1078
|
dependencies = [
|
|
1080
1079
|
"aho-corasick",
|
|
1081
1080
|
"memchr",
|
|
@@ -1085,9 +1084,9 @@ dependencies = [
|
|
|
1085
1084
|
|
|
1086
1085
|
[[package]]
|
|
1087
1086
|
name = "regex-automata"
|
|
1088
|
-
version = "0.4.
|
|
1087
|
+
version = "0.4.13"
|
|
1089
1088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1090
|
-
checksum = "
|
|
1089
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
1091
1090
|
dependencies = [
|
|
1092
1091
|
"aho-corasick",
|
|
1093
1092
|
"memchr",
|
|
@@ -1096,9 +1095,9 @@ dependencies = [
|
|
|
1096
1095
|
|
|
1097
1096
|
[[package]]
|
|
1098
1097
|
name = "regex-syntax"
|
|
1099
|
-
version = "0.8.
|
|
1098
|
+
version = "0.8.8"
|
|
1100
1099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
-
checksum = "
|
|
1100
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
1102
1101
|
|
|
1103
1102
|
[[package]]
|
|
1104
1103
|
name = "rustc-hash"
|
|
@@ -1120,15 +1119,18 @@ dependencies = [
|
|
|
1120
1119
|
|
|
1121
1120
|
[[package]]
|
|
1122
1121
|
name = "rustls-pki-types"
|
|
1123
|
-
version = "1.
|
|
1122
|
+
version = "1.13.0"
|
|
1124
1123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
-
checksum = "
|
|
1124
|
+
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
|
|
1125
|
+
dependencies = [
|
|
1126
|
+
"zeroize",
|
|
1127
|
+
]
|
|
1126
1128
|
|
|
1127
1129
|
[[package]]
|
|
1128
1130
|
name = "rustversion"
|
|
1129
|
-
version = "1.0.
|
|
1131
|
+
version = "1.0.22"
|
|
1130
1132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
-
checksum = "
|
|
1133
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1132
1134
|
|
|
1133
1135
|
[[package]]
|
|
1134
1136
|
name = "ryu"
|
|
@@ -1187,18 +1189,28 @@ dependencies = [
|
|
|
1187
1189
|
|
|
1188
1190
|
[[package]]
|
|
1189
1191
|
name = "serde"
|
|
1190
|
-
version = "1.0.
|
|
1192
|
+
version = "1.0.228"
|
|
1191
1193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
-
checksum = "
|
|
1194
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1195
|
+
dependencies = [
|
|
1196
|
+
"serde_core",
|
|
1197
|
+
"serde_derive",
|
|
1198
|
+
]
|
|
1199
|
+
|
|
1200
|
+
[[package]]
|
|
1201
|
+
name = "serde_core"
|
|
1202
|
+
version = "1.0.228"
|
|
1203
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1193
1205
|
dependencies = [
|
|
1194
1206
|
"serde_derive",
|
|
1195
1207
|
]
|
|
1196
1208
|
|
|
1197
1209
|
[[package]]
|
|
1198
1210
|
name = "serde_derive"
|
|
1199
|
-
version = "1.0.
|
|
1211
|
+
version = "1.0.228"
|
|
1200
1212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1201
|
-
checksum = "
|
|
1213
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1202
1214
|
dependencies = [
|
|
1203
1215
|
"proc-macro2",
|
|
1204
1216
|
"quote",
|
|
@@ -1207,14 +1219,15 @@ dependencies = [
|
|
|
1207
1219
|
|
|
1208
1220
|
[[package]]
|
|
1209
1221
|
name = "serde_json"
|
|
1210
|
-
version = "1.0.
|
|
1222
|
+
version = "1.0.145"
|
|
1211
1223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
-
checksum = "
|
|
1224
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1213
1225
|
dependencies = [
|
|
1214
1226
|
"itoa",
|
|
1215
1227
|
"memchr",
|
|
1216
1228
|
"ryu",
|
|
1217
1229
|
"serde",
|
|
1230
|
+
"serde_core",
|
|
1218
1231
|
]
|
|
1219
1232
|
|
|
1220
1233
|
[[package]]
|
|
@@ -1237,9 +1250,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1237
1250
|
|
|
1238
1251
|
[[package]]
|
|
1239
1252
|
name = "signal-hook-registry"
|
|
1240
|
-
version = "1.4.
|
|
1253
|
+
version = "1.4.6"
|
|
1241
1254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
-
checksum = "
|
|
1255
|
+
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
|
1243
1256
|
dependencies = [
|
|
1244
1257
|
"libc",
|
|
1245
1258
|
]
|
|
@@ -1258,12 +1271,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
|
1258
1271
|
|
|
1259
1272
|
[[package]]
|
|
1260
1273
|
name = "slab"
|
|
1261
|
-
version = "0.4.
|
|
1274
|
+
version = "0.4.11"
|
|
1262
1275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1263
|
-
checksum = "
|
|
1264
|
-
dependencies = [
|
|
1265
|
-
"autocfg",
|
|
1266
|
-
]
|
|
1276
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
1267
1277
|
|
|
1268
1278
|
[[package]]
|
|
1269
1279
|
name = "smallvec"
|
|
@@ -1308,9 +1318,9 @@ dependencies = [
|
|
|
1308
1318
|
|
|
1309
1319
|
[[package]]
|
|
1310
1320
|
name = "syn"
|
|
1311
|
-
version = "2.0.
|
|
1321
|
+
version = "2.0.108"
|
|
1312
1322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1313
|
-
checksum = "
|
|
1323
|
+
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
|
1314
1324
|
dependencies = [
|
|
1315
1325
|
"proc-macro2",
|
|
1316
1326
|
"quote",
|
|
@@ -1328,9 +1338,9 @@ dependencies = [
|
|
|
1328
1338
|
|
|
1329
1339
|
[[package]]
|
|
1330
1340
|
name = "target-lexicon"
|
|
1331
|
-
version = "0.13.
|
|
1341
|
+
version = "0.13.3"
|
|
1332
1342
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1333
|
-
checksum = "
|
|
1343
|
+
checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
|
|
1334
1344
|
|
|
1335
1345
|
[[package]]
|
|
1336
1346
|
name = "tendril"
|
|
@@ -1354,11 +1364,11 @@ dependencies = [
|
|
|
1354
1364
|
|
|
1355
1365
|
[[package]]
|
|
1356
1366
|
name = "thiserror"
|
|
1357
|
-
version = "2.0.
|
|
1367
|
+
version = "2.0.17"
|
|
1358
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1359
|
-
checksum = "
|
|
1369
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
1360
1370
|
dependencies = [
|
|
1361
|
-
"thiserror-impl 2.0.
|
|
1371
|
+
"thiserror-impl 2.0.17",
|
|
1362
1372
|
]
|
|
1363
1373
|
|
|
1364
1374
|
[[package]]
|
|
@@ -1374,9 +1384,9 @@ dependencies = [
|
|
|
1374
1384
|
|
|
1375
1385
|
[[package]]
|
|
1376
1386
|
name = "thiserror-impl"
|
|
1377
|
-
version = "2.0.
|
|
1387
|
+
version = "2.0.17"
|
|
1378
1388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1379
|
-
checksum = "
|
|
1389
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
1380
1390
|
dependencies = [
|
|
1381
1391
|
"proc-macro2",
|
|
1382
1392
|
"quote",
|
|
@@ -1385,9 +1395,9 @@ dependencies = [
|
|
|
1385
1395
|
|
|
1386
1396
|
[[package]]
|
|
1387
1397
|
name = "time"
|
|
1388
|
-
version = "0.3.
|
|
1398
|
+
version = "0.3.44"
|
|
1389
1399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1390
|
-
checksum = "
|
|
1400
|
+
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
|
1391
1401
|
dependencies = [
|
|
1392
1402
|
"deranged",
|
|
1393
1403
|
"itoa",
|
|
@@ -1400,15 +1410,15 @@ dependencies = [
|
|
|
1400
1410
|
|
|
1401
1411
|
[[package]]
|
|
1402
1412
|
name = "time-core"
|
|
1403
|
-
version = "0.1.
|
|
1413
|
+
version = "0.1.6"
|
|
1404
1414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
|
-
checksum = "
|
|
1415
|
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
1406
1416
|
|
|
1407
1417
|
[[package]]
|
|
1408
1418
|
name = "time-macros"
|
|
1409
|
-
version = "0.2.
|
|
1419
|
+
version = "0.2.24"
|
|
1410
1420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1411
|
-
checksum = "
|
|
1421
|
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
1412
1422
|
dependencies = [
|
|
1413
1423
|
"num-conv",
|
|
1414
1424
|
"time-core",
|
|
@@ -1539,9 +1549,9 @@ dependencies = [
|
|
|
1539
1549
|
|
|
1540
1550
|
[[package]]
|
|
1541
1551
|
name = "tracing-attributes"
|
|
1542
|
-
version = "0.1.
|
|
1552
|
+
version = "0.1.30"
|
|
1543
1553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "
|
|
1554
|
+
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
|
1545
1555
|
dependencies = [
|
|
1546
1556
|
"proc-macro2",
|
|
1547
1557
|
"quote",
|
|
@@ -1550,9 +1560,9 @@ dependencies = [
|
|
|
1550
1560
|
|
|
1551
1561
|
[[package]]
|
|
1552
1562
|
name = "tracing-core"
|
|
1553
|
-
version = "0.1.
|
|
1563
|
+
version = "0.1.34"
|
|
1554
1564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1555
|
-
checksum = "
|
|
1565
|
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
|
1556
1566
|
dependencies = [
|
|
1557
1567
|
"once_cell",
|
|
1558
1568
|
]
|
|
@@ -1591,15 +1601,15 @@ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
1591
1601
|
|
|
1592
1602
|
[[package]]
|
|
1593
1603
|
name = "unicode-ident"
|
|
1594
|
-
version = "1.0.
|
|
1604
|
+
version = "1.0.22"
|
|
1595
1605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1596
|
-
checksum = "
|
|
1606
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
1597
1607
|
|
|
1598
1608
|
[[package]]
|
|
1599
1609
|
name = "unicode-width"
|
|
1600
|
-
version = "0.2.
|
|
1610
|
+
version = "0.2.2"
|
|
1601
1611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1602
|
-
checksum = "
|
|
1612
|
+
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
1603
1613
|
|
|
1604
1614
|
[[package]]
|
|
1605
1615
|
name = "unindent"
|
|
@@ -1630,24 +1640,36 @@ dependencies = [
|
|
|
1630
1640
|
|
|
1631
1641
|
[[package]]
|
|
1632
1642
|
name = "wasi"
|
|
1633
|
-
version = "0.11.
|
|
1643
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
1634
1644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1635
|
-
checksum = "
|
|
1645
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1636
1646
|
|
|
1637
1647
|
[[package]]
|
|
1638
|
-
name = "
|
|
1639
|
-
version = "0.
|
|
1648
|
+
name = "wasip2"
|
|
1649
|
+
version = "1.0.1+wasi-0.2.4"
|
|
1640
1650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1641
|
-
checksum = "
|
|
1651
|
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
1642
1652
|
dependencies = [
|
|
1643
|
-
"wit-bindgen
|
|
1653
|
+
"wit-bindgen",
|
|
1654
|
+
]
|
|
1655
|
+
|
|
1656
|
+
[[package]]
|
|
1657
|
+
name = "web_atoms"
|
|
1658
|
+
version = "0.1.3"
|
|
1659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1660
|
+
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
|
|
1661
|
+
dependencies = [
|
|
1662
|
+
"phf",
|
|
1663
|
+
"phf_codegen",
|
|
1664
|
+
"string_cache",
|
|
1665
|
+
"string_cache_codegen",
|
|
1644
1666
|
]
|
|
1645
1667
|
|
|
1646
1668
|
[[package]]
|
|
1647
1669
|
name = "webpki-root-certs"
|
|
1648
|
-
version = "1.0.
|
|
1670
|
+
version = "1.0.4"
|
|
1649
1671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1650
|
-
checksum = "
|
|
1672
|
+
checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
|
|
1651
1673
|
dependencies = [
|
|
1652
1674
|
"rustls-pki-types",
|
|
1653
1675
|
]
|
|
@@ -1680,22 +1702,13 @@ version = "0.2.1"
|
|
|
1680
1702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1681
1703
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1682
1704
|
|
|
1683
|
-
[[package]]
|
|
1684
|
-
name = "windows-sys"
|
|
1685
|
-
version = "0.52.0"
|
|
1686
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1688
|
-
dependencies = [
|
|
1689
|
-
"windows-targets 0.52.6",
|
|
1690
|
-
]
|
|
1691
|
-
|
|
1692
1705
|
[[package]]
|
|
1693
1706
|
name = "windows-sys"
|
|
1694
1707
|
version = "0.60.2"
|
|
1695
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1696
1709
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1697
1710
|
dependencies = [
|
|
1698
|
-
"windows-targets
|
|
1711
|
+
"windows-targets",
|
|
1699
1712
|
]
|
|
1700
1713
|
|
|
1701
1714
|
[[package]]
|
|
@@ -1707,22 +1720,6 @@ dependencies = [
|
|
|
1707
1720
|
"windows-link",
|
|
1708
1721
|
]
|
|
1709
1722
|
|
|
1710
|
-
[[package]]
|
|
1711
|
-
name = "windows-targets"
|
|
1712
|
-
version = "0.52.6"
|
|
1713
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1714
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1715
|
-
dependencies = [
|
|
1716
|
-
"windows_aarch64_gnullvm 0.52.6",
|
|
1717
|
-
"windows_aarch64_msvc 0.52.6",
|
|
1718
|
-
"windows_i686_gnu 0.52.6",
|
|
1719
|
-
"windows_i686_gnullvm 0.52.6",
|
|
1720
|
-
"windows_i686_msvc 0.52.6",
|
|
1721
|
-
"windows_x86_64_gnu 0.52.6",
|
|
1722
|
-
"windows_x86_64_gnullvm 0.52.6",
|
|
1723
|
-
"windows_x86_64_msvc 0.52.6",
|
|
1724
|
-
]
|
|
1725
|
-
|
|
1726
1723
|
[[package]]
|
|
1727
1724
|
name = "windows-targets"
|
|
1728
1725
|
version = "0.53.5"
|
|
@@ -1730,106 +1727,58 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1730
1727
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
1731
1728
|
dependencies = [
|
|
1732
1729
|
"windows-link",
|
|
1733
|
-
"windows_aarch64_gnullvm
|
|
1734
|
-
"windows_aarch64_msvc
|
|
1735
|
-
"windows_i686_gnu
|
|
1736
|
-
"windows_i686_gnullvm
|
|
1737
|
-
"windows_i686_msvc
|
|
1738
|
-
"windows_x86_64_gnu
|
|
1739
|
-
"windows_x86_64_gnullvm
|
|
1740
|
-
"windows_x86_64_msvc
|
|
1730
|
+
"windows_aarch64_gnullvm",
|
|
1731
|
+
"windows_aarch64_msvc",
|
|
1732
|
+
"windows_i686_gnu",
|
|
1733
|
+
"windows_i686_gnullvm",
|
|
1734
|
+
"windows_i686_msvc",
|
|
1735
|
+
"windows_x86_64_gnu",
|
|
1736
|
+
"windows_x86_64_gnullvm",
|
|
1737
|
+
"windows_x86_64_msvc",
|
|
1741
1738
|
]
|
|
1742
1739
|
|
|
1743
|
-
[[package]]
|
|
1744
|
-
name = "windows_aarch64_gnullvm"
|
|
1745
|
-
version = "0.52.6"
|
|
1746
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1747
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1748
|
-
|
|
1749
1740
|
[[package]]
|
|
1750
1741
|
name = "windows_aarch64_gnullvm"
|
|
1751
1742
|
version = "0.53.1"
|
|
1752
1743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1753
1744
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
1754
1745
|
|
|
1755
|
-
[[package]]
|
|
1756
|
-
name = "windows_aarch64_msvc"
|
|
1757
|
-
version = "0.52.6"
|
|
1758
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1759
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1760
|
-
|
|
1761
1746
|
[[package]]
|
|
1762
1747
|
name = "windows_aarch64_msvc"
|
|
1763
1748
|
version = "0.53.1"
|
|
1764
1749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1765
1750
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
1766
1751
|
|
|
1767
|
-
[[package]]
|
|
1768
|
-
name = "windows_i686_gnu"
|
|
1769
|
-
version = "0.52.6"
|
|
1770
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1771
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1772
|
-
|
|
1773
1752
|
[[package]]
|
|
1774
1753
|
name = "windows_i686_gnu"
|
|
1775
1754
|
version = "0.53.1"
|
|
1776
1755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1777
1756
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
1778
1757
|
|
|
1779
|
-
[[package]]
|
|
1780
|
-
name = "windows_i686_gnullvm"
|
|
1781
|
-
version = "0.52.6"
|
|
1782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1784
|
-
|
|
1785
1758
|
[[package]]
|
|
1786
1759
|
name = "windows_i686_gnullvm"
|
|
1787
1760
|
version = "0.53.1"
|
|
1788
1761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1789
1762
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
1790
1763
|
|
|
1791
|
-
[[package]]
|
|
1792
|
-
name = "windows_i686_msvc"
|
|
1793
|
-
version = "0.52.6"
|
|
1794
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1795
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1796
|
-
|
|
1797
1764
|
[[package]]
|
|
1798
1765
|
name = "windows_i686_msvc"
|
|
1799
1766
|
version = "0.53.1"
|
|
1800
1767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1801
1768
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
1802
1769
|
|
|
1803
|
-
[[package]]
|
|
1804
|
-
name = "windows_x86_64_gnu"
|
|
1805
|
-
version = "0.52.6"
|
|
1806
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1807
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1808
|
-
|
|
1809
1770
|
[[package]]
|
|
1810
1771
|
name = "windows_x86_64_gnu"
|
|
1811
1772
|
version = "0.53.1"
|
|
1812
1773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1813
1774
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
1814
1775
|
|
|
1815
|
-
[[package]]
|
|
1816
|
-
name = "windows_x86_64_gnullvm"
|
|
1817
|
-
version = "0.52.6"
|
|
1818
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1819
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1820
|
-
|
|
1821
1776
|
[[package]]
|
|
1822
1777
|
name = "windows_x86_64_gnullvm"
|
|
1823
1778
|
version = "0.53.1"
|
|
1824
1779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1825
1780
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
1826
1781
|
|
|
1827
|
-
[[package]]
|
|
1828
|
-
name = "windows_x86_64_msvc"
|
|
1829
|
-
version = "0.52.6"
|
|
1830
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1831
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1832
|
-
|
|
1833
1782
|
[[package]]
|
|
1834
1783
|
name = "windows_x86_64_msvc"
|
|
1835
1784
|
version = "0.53.1"
|
|
@@ -1837,13 +1786,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1837
1786
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
1838
1787
|
|
|
1839
1788
|
[[package]]
|
|
1840
|
-
name = "wit-bindgen
|
|
1841
|
-
version = "0.
|
|
1789
|
+
name = "wit-bindgen"
|
|
1790
|
+
version = "0.46.0"
|
|
1842
1791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1843
|
-
checksum = "
|
|
1844
|
-
dependencies = [
|
|
1845
|
-
"bitflags",
|
|
1846
|
-
]
|
|
1792
|
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
1847
1793
|
|
|
1848
1794
|
[[package]]
|
|
1849
1795
|
name = "wreq"
|
|
@@ -1853,7 +1799,7 @@ checksum = "776885d1475f8358bbde83b65967dae6408de22ef9efa96432fb2b24ab054110"
|
|
|
1853
1799
|
dependencies = [
|
|
1854
1800
|
"ahash",
|
|
1855
1801
|
"boring2",
|
|
1856
|
-
"brotli
|
|
1802
|
+
"brotli",
|
|
1857
1803
|
"bytes",
|
|
1858
1804
|
"cookie",
|
|
1859
1805
|
"flate2",
|
|
@@ -1900,24 +1846,30 @@ dependencies = [
|
|
|
1900
1846
|
|
|
1901
1847
|
[[package]]
|
|
1902
1848
|
name = "zerocopy"
|
|
1903
|
-
version = "0.8.
|
|
1849
|
+
version = "0.8.27"
|
|
1904
1850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1905
|
-
checksum = "
|
|
1851
|
+
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
1906
1852
|
dependencies = [
|
|
1907
1853
|
"zerocopy-derive",
|
|
1908
1854
|
]
|
|
1909
1855
|
|
|
1910
1856
|
[[package]]
|
|
1911
1857
|
name = "zerocopy-derive"
|
|
1912
|
-
version = "0.8.
|
|
1858
|
+
version = "0.8.27"
|
|
1913
1859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1914
|
-
checksum = "
|
|
1860
|
+
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
1915
1861
|
dependencies = [
|
|
1916
1862
|
"proc-macro2",
|
|
1917
1863
|
"quote",
|
|
1918
1864
|
"syn",
|
|
1919
1865
|
]
|
|
1920
1866
|
|
|
1867
|
+
[[package]]
|
|
1868
|
+
name = "zeroize"
|
|
1869
|
+
version = "1.8.2"
|
|
1870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
1872
|
+
|
|
1921
1873
|
[[package]]
|
|
1922
1874
|
name = "zstd"
|
|
1923
1875
|
version = "0.13.3"
|
|
@@ -1938,9 +1890,9 @@ dependencies = [
|
|
|
1938
1890
|
|
|
1939
1891
|
[[package]]
|
|
1940
1892
|
name = "zstd-sys"
|
|
1941
|
-
version = "2.0.
|
|
1893
|
+
version = "2.0.16+zstd.1.5.7"
|
|
1942
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1943
|
-
checksum = "
|
|
1895
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
1944
1896
|
dependencies = [
|
|
1945
1897
|
"cc",
|
|
1946
1898
|
"pkg-config",
|