itsi-server 0.2.25-aarch64-linux → 0.2.27.rc1-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +939 -987
- data/Cargo.toml +0 -1
- data/Rakefile +18 -5
- data/ext/itsi_acme/Cargo.toml +2 -1
- data/ext/itsi_acme/src/acceptor.rs +1 -1
- data/ext/itsi_acme/src/acme.rs +31 -3
- data/ext/itsi_acme/src/http_challenge.rs +81 -0
- data/ext/itsi_acme/src/https_helper.rs +3 -1
- data/ext/itsi_acme/src/jose.rs +6 -2
- data/ext/itsi_acme/src/lib.rs +2 -0
- data/ext/itsi_acme/src/resolver.rs +27 -4
- data/ext/itsi_acme/src/state.rs +183 -22
- data/ext/itsi_scheduler/Cargo.toml +1 -1
- data/ext/itsi_scheduler/src/itsi_scheduler.rs +115 -64
- data/ext/itsi_scheduler/src/lib.rs +2 -1
- data/ext/itsi_server/Cargo.lock +2 -2
- data/ext/itsi_server/Cargo.toml +2 -1
- data/ext/itsi_server/src/lib.rs +15 -0
- data/ext/itsi_server/src/ruby_types/itsi_http_request.rs +9 -0
- data/ext/itsi_server/src/ruby_types/itsi_http_response.rs +95 -0
- data/ext/itsi_server/src/ruby_types/itsi_server/itsi_server_config.rs +22 -1
- data/ext/itsi_server/src/ruby_types/itsi_server.rs +100 -0
- data/ext/itsi_server/src/server/binds/listener.rs +9 -24
- data/ext/itsi_server/src/server/binds/tls.rs +372 -67
- data/ext/itsi_server/src/services/itsi_http_service.rs +46 -2
- data/lib/itsi/http_request.rb +10 -0
- data/lib/itsi/server/3.1/itsi_server.so +0 -0
- data/lib/itsi/server/3.2/itsi_server.so +0 -0
- data/lib/itsi/server/3.3/itsi_server.so +0 -0
- data/lib/itsi/server/3.4/itsi_server.so +0 -0
- data/lib/itsi/server/{itsi_server.so → 4.0/itsi_server.so} +0 -0
- data/lib/itsi/server/rack_interface.rb +45 -2
- data/lib/itsi/server/version.rb +1 -1
- data/lib/itsi/server.rb +24 -0
- metadata +9 -22
- data/vendor/rb-sys-build/.cargo-ok +0 -1
- data/vendor/rb-sys-build/.cargo_vcs_info.json +0 -6
- data/vendor/rb-sys-build/Cargo.lock +0 -294
- data/vendor/rb-sys-build/Cargo.toml +0 -71
- data/vendor/rb-sys-build/Cargo.toml.orig +0 -32
- data/vendor/rb-sys-build/LICENSE-APACHE +0 -190
- data/vendor/rb-sys-build/LICENSE-MIT +0 -21
- data/vendor/rb-sys-build/src/bindings/sanitizer.rs +0 -185
- data/vendor/rb-sys-build/src/bindings/stable_api.rs +0 -247
- data/vendor/rb-sys-build/src/bindings/wrapper.h +0 -71
- data/vendor/rb-sys-build/src/bindings.rs +0 -280
- data/vendor/rb-sys-build/src/cc.rs +0 -421
- data/vendor/rb-sys-build/src/lib.rs +0 -12
- data/vendor/rb-sys-build/src/rb_config/flags.rs +0 -101
- data/vendor/rb-sys-build/src/rb_config/library.rs +0 -132
- data/vendor/rb-sys-build/src/rb_config/search_path.rs +0 -57
- data/vendor/rb-sys-build/src/rb_config.rs +0 -906
- data/vendor/rb-sys-build/src/utils.rs +0 -53
data/Cargo.lock
CHANGED
|
@@ -2,30 +2,39 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "addr2line"
|
|
7
|
+
version = "0.24.2"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"gimli",
|
|
12
|
+
]
|
|
13
|
+
|
|
5
14
|
[[package]]
|
|
6
15
|
name = "adler2"
|
|
7
|
-
version = "2.0.
|
|
16
|
+
version = "2.0.0"
|
|
8
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
18
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
10
19
|
|
|
11
20
|
[[package]]
|
|
12
21
|
name = "ahash"
|
|
13
|
-
version = "0.8.
|
|
22
|
+
version = "0.8.11"
|
|
14
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "
|
|
24
|
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
16
25
|
dependencies = [
|
|
17
26
|
"cfg-if",
|
|
18
|
-
"getrandom 0.
|
|
27
|
+
"getrandom 0.2.16",
|
|
19
28
|
"once_cell",
|
|
20
29
|
"version_check",
|
|
21
|
-
"zerocopy",
|
|
30
|
+
"zerocopy 0.7.35",
|
|
22
31
|
]
|
|
23
32
|
|
|
24
33
|
[[package]]
|
|
25
34
|
name = "aho-corasick"
|
|
26
|
-
version = "1.1.
|
|
35
|
+
version = "1.1.3"
|
|
27
36
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
|
-
checksum = "
|
|
37
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
29
38
|
dependencies = [
|
|
30
39
|
"memchr",
|
|
31
40
|
]
|
|
@@ -45,6 +54,12 @@ dependencies = [
|
|
|
45
54
|
"alloc-no-stdlib",
|
|
46
55
|
]
|
|
47
56
|
|
|
57
|
+
[[package]]
|
|
58
|
+
name = "android-tzdata"
|
|
59
|
+
version = "0.1.1"
|
|
60
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
61
|
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
62
|
+
|
|
48
63
|
[[package]]
|
|
49
64
|
name = "android_system_properties"
|
|
50
65
|
version = "0.1.5"
|
|
@@ -65,9 +80,9 @@ dependencies = [
|
|
|
65
80
|
|
|
66
81
|
[[package]]
|
|
67
82
|
name = "anstream"
|
|
68
|
-
version = "
|
|
83
|
+
version = "0.6.18"
|
|
69
84
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
70
|
-
checksum = "
|
|
85
|
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
71
86
|
dependencies = [
|
|
72
87
|
"anstyle",
|
|
73
88
|
"anstyle-parse",
|
|
@@ -80,53 +95,50 @@ dependencies = [
|
|
|
80
95
|
|
|
81
96
|
[[package]]
|
|
82
97
|
name = "anstyle"
|
|
83
|
-
version = "1.0.
|
|
98
|
+
version = "1.0.10"
|
|
84
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
100
|
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
86
101
|
|
|
87
102
|
[[package]]
|
|
88
103
|
name = "anstyle-parse"
|
|
89
|
-
version = "
|
|
104
|
+
version = "0.2.6"
|
|
90
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
-
checksum = "
|
|
106
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
92
107
|
dependencies = [
|
|
93
108
|
"utf8parse",
|
|
94
109
|
]
|
|
95
110
|
|
|
96
111
|
[[package]]
|
|
97
112
|
name = "anstyle-query"
|
|
98
|
-
version = "1.1.
|
|
113
|
+
version = "1.1.2"
|
|
99
114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "
|
|
115
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
101
116
|
dependencies = [
|
|
102
|
-
"windows-sys 0.
|
|
117
|
+
"windows-sys 0.59.0",
|
|
103
118
|
]
|
|
104
119
|
|
|
105
120
|
[[package]]
|
|
106
121
|
name = "anstyle-wincon"
|
|
107
|
-
version = "3.0.
|
|
122
|
+
version = "3.0.7"
|
|
108
123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
-
checksum = "
|
|
124
|
+
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
|
110
125
|
dependencies = [
|
|
111
126
|
"anstyle",
|
|
112
|
-
"
|
|
113
|
-
"windows-sys 0.
|
|
127
|
+
"once_cell",
|
|
128
|
+
"windows-sys 0.59.0",
|
|
114
129
|
]
|
|
115
130
|
|
|
116
131
|
[[package]]
|
|
117
132
|
name = "anyhow"
|
|
118
|
-
version = "1.0.
|
|
133
|
+
version = "1.0.98"
|
|
119
134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
-
checksum = "
|
|
135
|
+
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
121
136
|
|
|
122
137
|
[[package]]
|
|
123
138
|
name = "arc-swap"
|
|
124
|
-
version = "1.
|
|
139
|
+
version = "1.7.1"
|
|
125
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
126
|
-
checksum = "
|
|
127
|
-
dependencies = [
|
|
128
|
-
"rustversion",
|
|
129
|
-
]
|
|
141
|
+
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
130
142
|
|
|
131
143
|
[[package]]
|
|
132
144
|
name = "argon2"
|
|
@@ -164,7 +176,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
|
|
|
164
176
|
dependencies = [
|
|
165
177
|
"proc-macro2",
|
|
166
178
|
"quote",
|
|
167
|
-
"syn 2.0.
|
|
179
|
+
"syn 2.0.101",
|
|
168
180
|
"synstructure",
|
|
169
181
|
]
|
|
170
182
|
|
|
@@ -176,14 +188,14 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
176
188
|
dependencies = [
|
|
177
189
|
"proc-macro2",
|
|
178
190
|
"quote",
|
|
179
|
-
"syn 2.0.
|
|
191
|
+
"syn 2.0.101",
|
|
180
192
|
]
|
|
181
193
|
|
|
182
194
|
[[package]]
|
|
183
195
|
name = "async-channel"
|
|
184
|
-
version = "2.
|
|
196
|
+
version = "2.3.1"
|
|
185
197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
186
|
-
checksum = "
|
|
198
|
+
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
187
199
|
dependencies = [
|
|
188
200
|
"concurrent-queue",
|
|
189
201
|
"event-listener-strategy",
|
|
@@ -193,26 +205,30 @@ dependencies = [
|
|
|
193
205
|
|
|
194
206
|
[[package]]
|
|
195
207
|
name = "async-compression"
|
|
196
|
-
version = "0.4.
|
|
208
|
+
version = "0.4.23"
|
|
197
209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
198
|
-
checksum = "
|
|
210
|
+
checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07"
|
|
199
211
|
dependencies = [
|
|
200
|
-
"
|
|
201
|
-
"
|
|
212
|
+
"brotli",
|
|
213
|
+
"flate2",
|
|
214
|
+
"futures-core",
|
|
202
215
|
"futures-io",
|
|
216
|
+
"memchr",
|
|
203
217
|
"pin-project-lite",
|
|
204
218
|
"tokio",
|
|
219
|
+
"zstd",
|
|
220
|
+
"zstd-safe",
|
|
205
221
|
]
|
|
206
222
|
|
|
207
223
|
[[package]]
|
|
208
224
|
name = "async-trait"
|
|
209
|
-
version = "0.1.
|
|
225
|
+
version = "0.1.88"
|
|
210
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
211
|
-
checksum = "
|
|
227
|
+
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
|
212
228
|
dependencies = [
|
|
213
229
|
"proc-macro2",
|
|
214
230
|
"quote",
|
|
215
|
-
"syn 2.0.
|
|
231
|
+
"syn 2.0.101",
|
|
216
232
|
]
|
|
217
233
|
|
|
218
234
|
[[package]]
|
|
@@ -234,15 +250,15 @@ dependencies = [
|
|
|
234
250
|
|
|
235
251
|
[[package]]
|
|
236
252
|
name = "autocfg"
|
|
237
|
-
version = "1.
|
|
253
|
+
version = "1.4.0"
|
|
238
254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
239
|
-
checksum = "
|
|
255
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
240
256
|
|
|
241
257
|
[[package]]
|
|
242
258
|
name = "aws-lc-rs"
|
|
243
|
-
version = "1.
|
|
259
|
+
version = "1.13.0"
|
|
244
260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
245
|
-
checksum = "
|
|
261
|
+
checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
|
|
246
262
|
dependencies = [
|
|
247
263
|
"aws-lc-sys",
|
|
248
264
|
"zeroize",
|
|
@@ -250,10 +266,11 @@ dependencies = [
|
|
|
250
266
|
|
|
251
267
|
[[package]]
|
|
252
268
|
name = "aws-lc-sys"
|
|
253
|
-
version = "0.
|
|
269
|
+
version = "0.28.2"
|
|
254
270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
-
checksum = "
|
|
271
|
+
checksum = "bfa9b6986f250236c27e5a204062434a773a13243d2ffc2955f37bdba4c5c6a1"
|
|
256
272
|
dependencies = [
|
|
273
|
+
"bindgen 0.69.5",
|
|
257
274
|
"cc",
|
|
258
275
|
"cmake",
|
|
259
276
|
"dunce",
|
|
@@ -270,10 +287,10 @@ dependencies = [
|
|
|
270
287
|
"axum-core",
|
|
271
288
|
"bytes",
|
|
272
289
|
"futures-util",
|
|
273
|
-
"http 1.
|
|
290
|
+
"http 1.3.1",
|
|
274
291
|
"http-body 1.0.1",
|
|
275
292
|
"http-body-util",
|
|
276
|
-
"hyper 1.
|
|
293
|
+
"hyper 1.6.0",
|
|
277
294
|
"hyper-util",
|
|
278
295
|
"itoa",
|
|
279
296
|
"matchit",
|
|
@@ -303,7 +320,7 @@ dependencies = [
|
|
|
303
320
|
"async-trait",
|
|
304
321
|
"bytes",
|
|
305
322
|
"futures-util",
|
|
306
|
-
"http 1.
|
|
323
|
+
"http 1.3.1",
|
|
307
324
|
"http-body 1.0.1",
|
|
308
325
|
"http-body-util",
|
|
309
326
|
"mime",
|
|
@@ -317,15 +334,15 @@ dependencies = [
|
|
|
317
334
|
|
|
318
335
|
[[package]]
|
|
319
336
|
name = "axum-server"
|
|
320
|
-
version = "0.7.
|
|
337
|
+
version = "0.7.2"
|
|
321
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
|
-
checksum = "
|
|
339
|
+
checksum = "495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab"
|
|
323
340
|
dependencies = [
|
|
324
341
|
"bytes",
|
|
325
342
|
"fs-err",
|
|
326
|
-
"http 1.
|
|
343
|
+
"http 1.3.1",
|
|
327
344
|
"http-body 1.0.1",
|
|
328
|
-
"hyper 1.
|
|
345
|
+
"hyper 1.6.0",
|
|
329
346
|
"hyper-util",
|
|
330
347
|
"tokio",
|
|
331
348
|
"tokio-rustls",
|
|
@@ -334,13 +351,28 @@ dependencies = [
|
|
|
334
351
|
|
|
335
352
|
[[package]]
|
|
336
353
|
name = "backon"
|
|
337
|
-
version = "1.
|
|
354
|
+
version = "1.5.0"
|
|
338
355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "
|
|
356
|
+
checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496"
|
|
340
357
|
dependencies = [
|
|
341
358
|
"fastrand",
|
|
342
359
|
]
|
|
343
360
|
|
|
361
|
+
[[package]]
|
|
362
|
+
name = "backtrace"
|
|
363
|
+
version = "0.3.74"
|
|
364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
365
|
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
366
|
+
dependencies = [
|
|
367
|
+
"addr2line",
|
|
368
|
+
"cfg-if",
|
|
369
|
+
"libc",
|
|
370
|
+
"miniz_oxide",
|
|
371
|
+
"object",
|
|
372
|
+
"rustc-demangle",
|
|
373
|
+
"windows-targets 0.52.6",
|
|
374
|
+
]
|
|
375
|
+
|
|
344
376
|
[[package]]
|
|
345
377
|
name = "base64"
|
|
346
378
|
version = "0.21.7"
|
|
@@ -355,39 +387,62 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
355
387
|
|
|
356
388
|
[[package]]
|
|
357
389
|
name = "base64ct"
|
|
358
|
-
version = "1.
|
|
390
|
+
version = "1.7.3"
|
|
359
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
-
checksum = "
|
|
392
|
+
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
|
|
361
393
|
|
|
362
394
|
[[package]]
|
|
363
395
|
name = "bcrypt"
|
|
364
|
-
version = "0.17.
|
|
396
|
+
version = "0.17.0"
|
|
365
397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
366
|
-
checksum = "
|
|
398
|
+
checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
|
|
367
399
|
dependencies = [
|
|
368
400
|
"base64 0.22.1",
|
|
369
401
|
"blowfish",
|
|
370
|
-
"getrandom 0.3.
|
|
402
|
+
"getrandom 0.3.2",
|
|
371
403
|
"subtle",
|
|
372
404
|
"zeroize",
|
|
373
405
|
]
|
|
374
406
|
|
|
407
|
+
[[package]]
|
|
408
|
+
name = "bindgen"
|
|
409
|
+
version = "0.69.5"
|
|
410
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
411
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
412
|
+
dependencies = [
|
|
413
|
+
"bitflags 2.9.0",
|
|
414
|
+
"cexpr",
|
|
415
|
+
"clang-sys",
|
|
416
|
+
"itertools",
|
|
417
|
+
"lazy_static",
|
|
418
|
+
"lazycell",
|
|
419
|
+
"log",
|
|
420
|
+
"prettyplease",
|
|
421
|
+
"proc-macro2",
|
|
422
|
+
"quote",
|
|
423
|
+
"regex",
|
|
424
|
+
"rustc-hash 1.1.0",
|
|
425
|
+
"shlex",
|
|
426
|
+
"syn 2.0.101",
|
|
427
|
+
"which",
|
|
428
|
+
]
|
|
429
|
+
|
|
375
430
|
[[package]]
|
|
376
431
|
name = "bindgen"
|
|
377
432
|
version = "0.72.1"
|
|
378
433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
434
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
380
435
|
dependencies = [
|
|
381
|
-
"bitflags 2.
|
|
436
|
+
"bitflags 2.9.0",
|
|
382
437
|
"cexpr",
|
|
383
438
|
"clang-sys",
|
|
384
439
|
"itertools",
|
|
385
440
|
"proc-macro2",
|
|
386
441
|
"quote",
|
|
387
442
|
"regex",
|
|
388
|
-
"rustc-hash",
|
|
443
|
+
"rustc-hash 2.1.1",
|
|
389
444
|
"shlex",
|
|
390
|
-
"syn 2.0.
|
|
445
|
+
"syn 2.0.101",
|
|
391
446
|
]
|
|
392
447
|
|
|
393
448
|
[[package]]
|
|
@@ -398,9 +453,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
398
453
|
|
|
399
454
|
[[package]]
|
|
400
455
|
name = "bitflags"
|
|
401
|
-
version = "2.
|
|
456
|
+
version = "2.9.0"
|
|
402
457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
-
checksum = "
|
|
458
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
404
459
|
|
|
405
460
|
[[package]]
|
|
406
461
|
name = "blake2"
|
|
@@ -432,9 +487,9 @@ dependencies = [
|
|
|
432
487
|
|
|
433
488
|
[[package]]
|
|
434
489
|
name = "brotli"
|
|
435
|
-
version = "8.0.
|
|
490
|
+
version = "8.0.0"
|
|
436
491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "
|
|
492
|
+
checksum = "cf19e729cdbd51af9a397fb9ef8ac8378007b797f8273cfbfdf45dcaa316167b"
|
|
438
493
|
dependencies = [
|
|
439
494
|
"alloc-no-stdlib",
|
|
440
495
|
"alloc-stdlib",
|
|
@@ -453,9 +508,9 @@ dependencies = [
|
|
|
453
508
|
|
|
454
509
|
[[package]]
|
|
455
510
|
name = "bstr"
|
|
456
|
-
version = "1.12.
|
|
511
|
+
version = "1.12.0"
|
|
457
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
-
checksum = "
|
|
513
|
+
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
|
459
514
|
dependencies = [
|
|
460
515
|
"memchr",
|
|
461
516
|
"serde",
|
|
@@ -463,9 +518,9 @@ dependencies = [
|
|
|
463
518
|
|
|
464
519
|
[[package]]
|
|
465
520
|
name = "bumpalo"
|
|
466
|
-
version = "3.
|
|
521
|
+
version = "3.17.0"
|
|
467
522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
-
checksum = "
|
|
523
|
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
469
524
|
|
|
470
525
|
[[package]]
|
|
471
526
|
name = "byteorder"
|
|
@@ -475,17 +530,16 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
475
530
|
|
|
476
531
|
[[package]]
|
|
477
532
|
name = "bytes"
|
|
478
|
-
version = "1.
|
|
533
|
+
version = "1.10.1"
|
|
479
534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
-
checksum = "
|
|
535
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
481
536
|
|
|
482
537
|
[[package]]
|
|
483
538
|
name = "cc"
|
|
484
|
-
version = "1.2.
|
|
539
|
+
version = "1.2.20"
|
|
485
540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
486
|
-
checksum = "
|
|
541
|
+
checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
|
|
487
542
|
dependencies = [
|
|
488
|
-
"find-msvc-tools",
|
|
489
543
|
"jobserver",
|
|
490
544
|
"libc",
|
|
491
545
|
"shlex",
|
|
@@ -502,9 +556,9 @@ dependencies = [
|
|
|
502
556
|
|
|
503
557
|
[[package]]
|
|
504
558
|
name = "cfg-if"
|
|
505
|
-
version = "1.0.
|
|
559
|
+
version = "1.0.0"
|
|
506
560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
-
checksum = "
|
|
561
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
508
562
|
|
|
509
563
|
[[package]]
|
|
510
564
|
name = "cfg_aliases"
|
|
@@ -514,10 +568,11 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
514
568
|
|
|
515
569
|
[[package]]
|
|
516
570
|
name = "chrono"
|
|
517
|
-
version = "0.4.
|
|
571
|
+
version = "0.4.41"
|
|
518
572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
checksum = "
|
|
573
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
|
520
574
|
dependencies = [
|
|
575
|
+
"android-tzdata",
|
|
521
576
|
"iana-time-zone",
|
|
522
577
|
"js-sys",
|
|
523
578
|
"num-traits",
|
|
@@ -563,9 +618,9 @@ dependencies = [
|
|
|
563
618
|
|
|
564
619
|
[[package]]
|
|
565
620
|
name = "clap"
|
|
566
|
-
version = "4.
|
|
621
|
+
version = "4.5.37"
|
|
567
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
568
|
-
checksum = "
|
|
623
|
+
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
|
|
569
624
|
dependencies = [
|
|
570
625
|
"clap_builder",
|
|
571
626
|
"clap_derive",
|
|
@@ -573,9 +628,9 @@ dependencies = [
|
|
|
573
628
|
|
|
574
629
|
[[package]]
|
|
575
630
|
name = "clap_builder"
|
|
576
|
-
version = "4.
|
|
631
|
+
version = "4.5.37"
|
|
577
632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
578
|
-
checksum = "
|
|
633
|
+
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
|
|
579
634
|
dependencies = [
|
|
580
635
|
"anstream",
|
|
581
636
|
"anstyle",
|
|
@@ -585,44 +640,45 @@ dependencies = [
|
|
|
585
640
|
|
|
586
641
|
[[package]]
|
|
587
642
|
name = "clap_derive"
|
|
588
|
-
version = "4.
|
|
643
|
+
version = "4.5.32"
|
|
589
644
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
590
|
-
checksum = "
|
|
645
|
+
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
|
|
591
646
|
dependencies = [
|
|
592
647
|
"heck 0.5.0",
|
|
593
648
|
"proc-macro2",
|
|
594
649
|
"quote",
|
|
595
|
-
"syn 2.0.
|
|
650
|
+
"syn 2.0.101",
|
|
596
651
|
]
|
|
597
652
|
|
|
598
653
|
[[package]]
|
|
599
654
|
name = "clap_lex"
|
|
600
|
-
version = "
|
|
655
|
+
version = "0.7.4"
|
|
601
656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
602
|
-
checksum = "
|
|
657
|
+
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
603
658
|
|
|
604
659
|
[[package]]
|
|
605
660
|
name = "cmake"
|
|
606
|
-
version = "0.1.
|
|
661
|
+
version = "0.1.54"
|
|
607
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
-
checksum = "
|
|
663
|
+
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
|
609
664
|
dependencies = [
|
|
610
665
|
"cc",
|
|
611
666
|
]
|
|
612
667
|
|
|
613
668
|
[[package]]
|
|
614
669
|
name = "colorchoice"
|
|
615
|
-
version = "1.0.
|
|
670
|
+
version = "1.0.3"
|
|
616
671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
-
checksum = "
|
|
672
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
618
673
|
|
|
619
674
|
[[package]]
|
|
620
675
|
name = "colored"
|
|
621
|
-
version = "
|
|
676
|
+
version = "2.2.0"
|
|
622
677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
-
checksum = "
|
|
678
|
+
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
|
624
679
|
dependencies = [
|
|
625
|
-
"
|
|
680
|
+
"lazy_static",
|
|
681
|
+
"windows-sys 0.48.0",
|
|
626
682
|
]
|
|
627
683
|
|
|
628
684
|
[[package]]
|
|
@@ -639,26 +695,6 @@ dependencies = [
|
|
|
639
695
|
"tokio-util",
|
|
640
696
|
]
|
|
641
697
|
|
|
642
|
-
[[package]]
|
|
643
|
-
name = "compression-codecs"
|
|
644
|
-
version = "0.4.37"
|
|
645
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
-
checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
|
|
647
|
-
dependencies = [
|
|
648
|
-
"brotli",
|
|
649
|
-
"compression-core",
|
|
650
|
-
"flate2",
|
|
651
|
-
"memchr",
|
|
652
|
-
"zstd",
|
|
653
|
-
"zstd-safe",
|
|
654
|
-
]
|
|
655
|
-
|
|
656
|
-
[[package]]
|
|
657
|
-
name = "compression-core"
|
|
658
|
-
version = "0.4.31"
|
|
659
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
-
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
|
|
661
|
-
|
|
662
698
|
[[package]]
|
|
663
699
|
name = "concurrent-queue"
|
|
664
700
|
version = "2.5.0"
|
|
@@ -670,19 +706,9 @@ dependencies = [
|
|
|
670
706
|
|
|
671
707
|
[[package]]
|
|
672
708
|
name = "core-foundation"
|
|
673
|
-
version = "0.
|
|
674
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
676
|
-
dependencies = [
|
|
677
|
-
"core-foundation-sys",
|
|
678
|
-
"libc",
|
|
679
|
-
]
|
|
680
|
-
|
|
681
|
-
[[package]]
|
|
682
|
-
name = "core-foundation"
|
|
683
|
-
version = "0.10.1"
|
|
709
|
+
version = "0.10.0"
|
|
684
710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
-
checksum = "
|
|
711
|
+
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
686
712
|
dependencies = [
|
|
687
713
|
"core-foundation-sys",
|
|
688
714
|
"libc",
|
|
@@ -716,9 +742,9 @@ dependencies = [
|
|
|
716
742
|
|
|
717
743
|
[[package]]
|
|
718
744
|
name = "crc32fast"
|
|
719
|
-
version = "1.
|
|
745
|
+
version = "1.4.2"
|
|
720
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
-
checksum = "
|
|
747
|
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
722
748
|
dependencies = [
|
|
723
749
|
"cfg-if",
|
|
724
750
|
]
|
|
@@ -759,9 +785,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
759
785
|
|
|
760
786
|
[[package]]
|
|
761
787
|
name = "crypto-common"
|
|
762
|
-
version = "0.1.
|
|
788
|
+
version = "0.1.6"
|
|
763
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
-
checksum = "
|
|
790
|
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
765
791
|
dependencies = [
|
|
766
792
|
"generic-array",
|
|
767
793
|
"typenum",
|
|
@@ -769,9 +795,9 @@ dependencies = [
|
|
|
769
795
|
|
|
770
796
|
[[package]]
|
|
771
797
|
name = "data-encoding"
|
|
772
|
-
version = "2.
|
|
798
|
+
version = "2.9.0"
|
|
773
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
774
|
-
checksum = "
|
|
800
|
+
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
|
775
801
|
|
|
776
802
|
[[package]]
|
|
777
803
|
name = "der-parser"
|
|
@@ -789,32 +815,31 @@ dependencies = [
|
|
|
789
815
|
|
|
790
816
|
[[package]]
|
|
791
817
|
name = "deranged"
|
|
792
|
-
version = "0.
|
|
818
|
+
version = "0.4.0"
|
|
793
819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
-
checksum = "
|
|
820
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
795
821
|
dependencies = [
|
|
796
822
|
"powerfmt",
|
|
797
823
|
]
|
|
798
824
|
|
|
799
825
|
[[package]]
|
|
800
826
|
name = "derive_more"
|
|
801
|
-
version = "2.
|
|
827
|
+
version = "2.0.1"
|
|
802
828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
-
checksum = "
|
|
829
|
+
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
|
|
804
830
|
dependencies = [
|
|
805
831
|
"derive_more-impl",
|
|
806
832
|
]
|
|
807
833
|
|
|
808
834
|
[[package]]
|
|
809
835
|
name = "derive_more-impl"
|
|
810
|
-
version = "2.
|
|
836
|
+
version = "2.0.1"
|
|
811
837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
-
checksum = "
|
|
838
|
+
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
813
839
|
dependencies = [
|
|
814
840
|
"proc-macro2",
|
|
815
841
|
"quote",
|
|
816
|
-
"
|
|
817
|
-
"syn 2.0.117",
|
|
842
|
+
"syn 2.0.101",
|
|
818
843
|
"unicode-xid",
|
|
819
844
|
]
|
|
820
845
|
|
|
@@ -847,7 +872,7 @@ dependencies = [
|
|
|
847
872
|
"libc",
|
|
848
873
|
"option-ext",
|
|
849
874
|
"redox_users",
|
|
850
|
-
"windows-sys 0.
|
|
875
|
+
"windows-sys 0.59.0",
|
|
851
876
|
]
|
|
852
877
|
|
|
853
878
|
[[package]]
|
|
@@ -858,7 +883,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
858
883
|
dependencies = [
|
|
859
884
|
"proc-macro2",
|
|
860
885
|
"quote",
|
|
861
|
-
"syn 2.0.
|
|
886
|
+
"syn 2.0.101",
|
|
862
887
|
]
|
|
863
888
|
|
|
864
889
|
[[package]]
|
|
@@ -890,19 +915,19 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
890
915
|
|
|
891
916
|
[[package]]
|
|
892
917
|
name = "errno"
|
|
893
|
-
version = "0.3.
|
|
918
|
+
version = "0.3.11"
|
|
894
919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
-
checksum = "
|
|
920
|
+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
|
896
921
|
dependencies = [
|
|
897
922
|
"libc",
|
|
898
|
-
"windows-sys 0.
|
|
923
|
+
"windows-sys 0.59.0",
|
|
899
924
|
]
|
|
900
925
|
|
|
901
926
|
[[package]]
|
|
902
927
|
name = "event-listener"
|
|
903
|
-
version = "5.4.
|
|
928
|
+
version = "5.4.0"
|
|
904
929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
-
checksum = "
|
|
930
|
+
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
|
906
931
|
dependencies = [
|
|
907
932
|
"concurrent-queue",
|
|
908
933
|
"parking",
|
|
@@ -921,21 +946,27 @@ dependencies = [
|
|
|
921
946
|
|
|
922
947
|
[[package]]
|
|
923
948
|
name = "fastrand"
|
|
924
|
-
version = "2.
|
|
949
|
+
version = "2.3.0"
|
|
925
950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926
|
-
checksum = "
|
|
951
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
927
952
|
|
|
928
953
|
[[package]]
|
|
929
|
-
name = "
|
|
930
|
-
version = "0.
|
|
954
|
+
name = "filetime"
|
|
955
|
+
version = "0.2.25"
|
|
931
956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
-
checksum = "
|
|
957
|
+
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
|
958
|
+
dependencies = [
|
|
959
|
+
"cfg-if",
|
|
960
|
+
"libc",
|
|
961
|
+
"libredox",
|
|
962
|
+
"windows-sys 0.59.0",
|
|
963
|
+
]
|
|
933
964
|
|
|
934
965
|
[[package]]
|
|
935
966
|
name = "flate2"
|
|
936
|
-
version = "1.1.
|
|
967
|
+
version = "1.1.1"
|
|
937
968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
-
checksum = "
|
|
969
|
+
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
|
939
970
|
dependencies = [
|
|
940
971
|
"crc32fast",
|
|
941
972
|
"miniz_oxide",
|
|
@@ -947,26 +978,20 @@ version = "1.0.7"
|
|
|
947
978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
979
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
949
980
|
|
|
950
|
-
[[package]]
|
|
951
|
-
name = "foldhash"
|
|
952
|
-
version = "0.1.5"
|
|
953
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
955
|
-
|
|
956
981
|
[[package]]
|
|
957
982
|
name = "form_urlencoded"
|
|
958
|
-
version = "1.2.
|
|
983
|
+
version = "1.2.1"
|
|
959
984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
960
|
-
checksum = "
|
|
985
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
961
986
|
dependencies = [
|
|
962
987
|
"percent-encoding",
|
|
963
988
|
]
|
|
964
989
|
|
|
965
990
|
[[package]]
|
|
966
991
|
name = "fs-err"
|
|
967
|
-
version = "3.
|
|
992
|
+
version = "3.1.0"
|
|
968
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
-
checksum = "
|
|
994
|
+
checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa"
|
|
970
995
|
dependencies = [
|
|
971
996
|
"autocfg",
|
|
972
997
|
"tokio",
|
|
@@ -999,9 +1024,9 @@ dependencies = [
|
|
|
999
1024
|
|
|
1000
1025
|
[[package]]
|
|
1001
1026
|
name = "futures"
|
|
1002
|
-
version = "0.3.
|
|
1027
|
+
version = "0.3.31"
|
|
1003
1028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1004
|
-
checksum = "
|
|
1029
|
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
1005
1030
|
dependencies = [
|
|
1006
1031
|
"futures-channel",
|
|
1007
1032
|
"futures-core",
|
|
@@ -1014,9 +1039,9 @@ dependencies = [
|
|
|
1014
1039
|
|
|
1015
1040
|
[[package]]
|
|
1016
1041
|
name = "futures-channel"
|
|
1017
|
-
version = "0.3.
|
|
1042
|
+
version = "0.3.31"
|
|
1018
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "
|
|
1044
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
1020
1045
|
dependencies = [
|
|
1021
1046
|
"futures-core",
|
|
1022
1047
|
"futures-sink",
|
|
@@ -1024,15 +1049,15 @@ dependencies = [
|
|
|
1024
1049
|
|
|
1025
1050
|
[[package]]
|
|
1026
1051
|
name = "futures-core"
|
|
1027
|
-
version = "0.3.
|
|
1052
|
+
version = "0.3.31"
|
|
1028
1053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1029
|
-
checksum = "
|
|
1054
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
1030
1055
|
|
|
1031
1056
|
[[package]]
|
|
1032
1057
|
name = "futures-executor"
|
|
1033
|
-
version = "0.3.
|
|
1058
|
+
version = "0.3.31"
|
|
1034
1059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
-
checksum = "
|
|
1060
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
1036
1061
|
dependencies = [
|
|
1037
1062
|
"futures-core",
|
|
1038
1063
|
"futures-task",
|
|
@@ -1041,38 +1066,38 @@ dependencies = [
|
|
|
1041
1066
|
|
|
1042
1067
|
[[package]]
|
|
1043
1068
|
name = "futures-io"
|
|
1044
|
-
version = "0.3.
|
|
1069
|
+
version = "0.3.31"
|
|
1045
1070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "
|
|
1071
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
1047
1072
|
|
|
1048
1073
|
[[package]]
|
|
1049
1074
|
name = "futures-macro"
|
|
1050
|
-
version = "0.3.
|
|
1075
|
+
version = "0.3.31"
|
|
1051
1076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1052
|
-
checksum = "
|
|
1077
|
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
1053
1078
|
dependencies = [
|
|
1054
1079
|
"proc-macro2",
|
|
1055
1080
|
"quote",
|
|
1056
|
-
"syn 2.0.
|
|
1081
|
+
"syn 2.0.101",
|
|
1057
1082
|
]
|
|
1058
1083
|
|
|
1059
1084
|
[[package]]
|
|
1060
1085
|
name = "futures-sink"
|
|
1061
|
-
version = "0.3.
|
|
1086
|
+
version = "0.3.31"
|
|
1062
1087
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
-
checksum = "
|
|
1088
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
1064
1089
|
|
|
1065
1090
|
[[package]]
|
|
1066
1091
|
name = "futures-task"
|
|
1067
|
-
version = "0.3.
|
|
1092
|
+
version = "0.3.31"
|
|
1068
1093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1069
|
-
checksum = "
|
|
1094
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
1070
1095
|
|
|
1071
1096
|
[[package]]
|
|
1072
1097
|
name = "futures-util"
|
|
1073
|
-
version = "0.3.
|
|
1098
|
+
version = "0.3.31"
|
|
1074
1099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1075
|
-
checksum = "
|
|
1100
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
1076
1101
|
dependencies = [
|
|
1077
1102
|
"futures-channel",
|
|
1078
1103
|
"futures-core",
|
|
@@ -1082,6 +1107,7 @@ dependencies = [
|
|
|
1082
1107
|
"futures-task",
|
|
1083
1108
|
"memchr",
|
|
1084
1109
|
"pin-project-lite",
|
|
1110
|
+
"pin-utils",
|
|
1085
1111
|
"slab",
|
|
1086
1112
|
]
|
|
1087
1113
|
|
|
@@ -1097,68 +1123,61 @@ dependencies = [
|
|
|
1097
1123
|
|
|
1098
1124
|
[[package]]
|
|
1099
1125
|
name = "getrandom"
|
|
1100
|
-
version = "0.2.
|
|
1126
|
+
version = "0.2.16"
|
|
1101
1127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1102
|
-
checksum = "
|
|
1128
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
1103
1129
|
dependencies = [
|
|
1104
1130
|
"cfg-if",
|
|
1105
1131
|
"js-sys",
|
|
1106
1132
|
"libc",
|
|
1107
|
-
"wasi",
|
|
1133
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
1108
1134
|
"wasm-bindgen",
|
|
1109
1135
|
]
|
|
1110
1136
|
|
|
1111
1137
|
[[package]]
|
|
1112
1138
|
name = "getrandom"
|
|
1113
|
-
version = "0.3.
|
|
1139
|
+
version = "0.3.2"
|
|
1114
1140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1115
|
-
checksum = "
|
|
1141
|
+
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
|
1116
1142
|
dependencies = [
|
|
1117
1143
|
"cfg-if",
|
|
1118
1144
|
"js-sys",
|
|
1119
1145
|
"libc",
|
|
1120
|
-
"r-efi
|
|
1121
|
-
"
|
|
1146
|
+
"r-efi",
|
|
1147
|
+
"wasi 0.14.2+wasi-0.2.4",
|
|
1122
1148
|
"wasm-bindgen",
|
|
1123
1149
|
]
|
|
1124
1150
|
|
|
1125
1151
|
[[package]]
|
|
1126
|
-
name = "
|
|
1127
|
-
version = "0.
|
|
1152
|
+
name = "gimli"
|
|
1153
|
+
version = "0.31.1"
|
|
1128
1154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1129
|
-
checksum = "
|
|
1130
|
-
dependencies = [
|
|
1131
|
-
"cfg-if",
|
|
1132
|
-
"libc",
|
|
1133
|
-
"r-efi 6.0.0",
|
|
1134
|
-
"wasip2",
|
|
1135
|
-
"wasip3",
|
|
1136
|
-
]
|
|
1155
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1137
1156
|
|
|
1138
1157
|
[[package]]
|
|
1139
1158
|
name = "glob"
|
|
1140
|
-
version = "0.3.
|
|
1159
|
+
version = "0.3.2"
|
|
1141
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "
|
|
1161
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
1143
1162
|
|
|
1144
1163
|
[[package]]
|
|
1145
1164
|
name = "globset"
|
|
1146
|
-
version = "0.4.
|
|
1165
|
+
version = "0.4.16"
|
|
1147
1166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1148
|
-
checksum = "
|
|
1167
|
+
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
|
|
1149
1168
|
dependencies = [
|
|
1150
1169
|
"aho-corasick",
|
|
1151
1170
|
"bstr",
|
|
1152
1171
|
"log",
|
|
1153
|
-
"regex-automata",
|
|
1154
|
-
"regex-syntax",
|
|
1172
|
+
"regex-automata 0.4.9",
|
|
1173
|
+
"regex-syntax 0.8.5",
|
|
1155
1174
|
]
|
|
1156
1175
|
|
|
1157
1176
|
[[package]]
|
|
1158
1177
|
name = "h2"
|
|
1159
|
-
version = "0.3.
|
|
1178
|
+
version = "0.3.26"
|
|
1160
1179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
-
checksum = "
|
|
1180
|
+
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
|
1162
1181
|
dependencies = [
|
|
1163
1182
|
"bytes",
|
|
1164
1183
|
"fnv",
|
|
@@ -1175,16 +1194,16 @@ dependencies = [
|
|
|
1175
1194
|
|
|
1176
1195
|
[[package]]
|
|
1177
1196
|
name = "h2"
|
|
1178
|
-
version = "0.4.
|
|
1197
|
+
version = "0.4.9"
|
|
1179
1198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1180
|
-
checksum = "
|
|
1199
|
+
checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
|
|
1181
1200
|
dependencies = [
|
|
1182
1201
|
"atomic-waker",
|
|
1183
1202
|
"bytes",
|
|
1184
1203
|
"fnv",
|
|
1185
1204
|
"futures-core",
|
|
1186
1205
|
"futures-sink",
|
|
1187
|
-
"http 1.
|
|
1206
|
+
"http 1.3.1",
|
|
1188
1207
|
"indexmap",
|
|
1189
1208
|
"slab",
|
|
1190
1209
|
"tokio",
|
|
@@ -1194,24 +1213,9 @@ dependencies = [
|
|
|
1194
1213
|
|
|
1195
1214
|
[[package]]
|
|
1196
1215
|
name = "hashbrown"
|
|
1197
|
-
version = "0.15.
|
|
1198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1200
|
-
dependencies = [
|
|
1201
|
-
"foldhash",
|
|
1202
|
-
]
|
|
1203
|
-
|
|
1204
|
-
[[package]]
|
|
1205
|
-
name = "hashbrown"
|
|
1206
|
-
version = "0.16.1"
|
|
1207
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1209
|
-
|
|
1210
|
-
[[package]]
|
|
1211
|
-
name = "hashbrown"
|
|
1212
|
-
version = "0.17.0"
|
|
1216
|
+
version = "0.15.3"
|
|
1213
1217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1214
|
-
checksum = "
|
|
1218
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
1215
1219
|
|
|
1216
1220
|
[[package]]
|
|
1217
1221
|
name = "headers"
|
|
@@ -1263,9 +1267,18 @@ dependencies = [
|
|
|
1263
1267
|
|
|
1264
1268
|
[[package]]
|
|
1265
1269
|
name = "hermit-abi"
|
|
1266
|
-
version = "0.
|
|
1270
|
+
version = "0.3.9"
|
|
1271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1272
|
+
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
1273
|
+
|
|
1274
|
+
[[package]]
|
|
1275
|
+
name = "home"
|
|
1276
|
+
version = "0.5.11"
|
|
1267
1277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1268
|
-
checksum = "
|
|
1278
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
1279
|
+
dependencies = [
|
|
1280
|
+
"windows-sys 0.59.0",
|
|
1281
|
+
]
|
|
1269
1282
|
|
|
1270
1283
|
[[package]]
|
|
1271
1284
|
name = "http"
|
|
@@ -1280,11 +1293,12 @@ dependencies = [
|
|
|
1280
1293
|
|
|
1281
1294
|
[[package]]
|
|
1282
1295
|
name = "http"
|
|
1283
|
-
version = "1.
|
|
1296
|
+
version = "1.3.1"
|
|
1284
1297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1285
|
-
checksum = "
|
|
1298
|
+
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
1286
1299
|
dependencies = [
|
|
1287
1300
|
"bytes",
|
|
1301
|
+
"fnv",
|
|
1288
1302
|
"itoa",
|
|
1289
1303
|
]
|
|
1290
1304
|
|
|
@@ -1306,7 +1320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1306
1320
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1307
1321
|
dependencies = [
|
|
1308
1322
|
"bytes",
|
|
1309
|
-
"http 1.
|
|
1323
|
+
"http 1.3.1",
|
|
1310
1324
|
]
|
|
1311
1325
|
|
|
1312
1326
|
[[package]]
|
|
@@ -1317,7 +1331,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
1317
1331
|
dependencies = [
|
|
1318
1332
|
"bytes",
|
|
1319
1333
|
"futures-core",
|
|
1320
|
-
"http 1.
|
|
1334
|
+
"http 1.3.1",
|
|
1321
1335
|
"http-body 1.0.1",
|
|
1322
1336
|
"pin-project-lite",
|
|
1323
1337
|
]
|
|
@@ -1344,14 +1358,14 @@ dependencies = [
|
|
|
1344
1358
|
"futures-channel",
|
|
1345
1359
|
"futures-core",
|
|
1346
1360
|
"futures-util",
|
|
1347
|
-
"h2 0.3.
|
|
1361
|
+
"h2 0.3.26",
|
|
1348
1362
|
"http 0.2.12",
|
|
1349
1363
|
"http-body 0.4.6",
|
|
1350
1364
|
"httparse",
|
|
1351
1365
|
"httpdate",
|
|
1352
1366
|
"itoa",
|
|
1353
1367
|
"pin-project-lite",
|
|
1354
|
-
"socket2
|
|
1368
|
+
"socket2",
|
|
1355
1369
|
"tokio",
|
|
1356
1370
|
"tower-service",
|
|
1357
1371
|
"tracing",
|
|
@@ -1360,16 +1374,15 @@ dependencies = [
|
|
|
1360
1374
|
|
|
1361
1375
|
[[package]]
|
|
1362
1376
|
name = "hyper"
|
|
1363
|
-
version = "1.
|
|
1377
|
+
version = "1.6.0"
|
|
1364
1378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1365
|
-
checksum = "
|
|
1379
|
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
1366
1380
|
dependencies = [
|
|
1367
|
-
"atomic-waker",
|
|
1368
1381
|
"bytes",
|
|
1369
1382
|
"futures-channel",
|
|
1370
|
-
"futures-
|
|
1371
|
-
"h2 0.4.
|
|
1372
|
-
"http 1.
|
|
1383
|
+
"futures-util",
|
|
1384
|
+
"h2 0.4.9",
|
|
1385
|
+
"http 1.3.1",
|
|
1373
1386
|
"http-body 1.0.1",
|
|
1374
1387
|
"httparse",
|
|
1375
1388
|
"httpdate",
|
|
@@ -1382,51 +1395,47 @@ dependencies = [
|
|
|
1382
1395
|
|
|
1383
1396
|
[[package]]
|
|
1384
1397
|
name = "hyper-rustls"
|
|
1385
|
-
version = "0.27.
|
|
1398
|
+
version = "0.27.5"
|
|
1386
1399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
-
checksum = "
|
|
1400
|
+
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
1388
1401
|
dependencies = [
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1402
|
+
"futures-util",
|
|
1403
|
+
"http 1.3.1",
|
|
1404
|
+
"hyper 1.6.0",
|
|
1391
1405
|
"hyper-util",
|
|
1392
1406
|
"rustls",
|
|
1407
|
+
"rustls-pki-types",
|
|
1393
1408
|
"tokio",
|
|
1394
1409
|
"tokio-rustls",
|
|
1395
1410
|
"tower-service",
|
|
1396
|
-
"webpki-roots
|
|
1411
|
+
"webpki-roots",
|
|
1397
1412
|
]
|
|
1398
1413
|
|
|
1399
1414
|
[[package]]
|
|
1400
1415
|
name = "hyper-util"
|
|
1401
|
-
version = "0.1.
|
|
1416
|
+
version = "0.1.11"
|
|
1402
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1403
|
-
checksum = "
|
|
1418
|
+
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
|
1404
1419
|
dependencies = [
|
|
1405
|
-
"base64 0.22.1",
|
|
1406
1420
|
"bytes",
|
|
1407
1421
|
"futures-channel",
|
|
1408
1422
|
"futures-util",
|
|
1409
|
-
"http 1.
|
|
1423
|
+
"http 1.3.1",
|
|
1410
1424
|
"http-body 1.0.1",
|
|
1411
|
-
"hyper 1.
|
|
1412
|
-
"ipnet",
|
|
1425
|
+
"hyper 1.6.0",
|
|
1413
1426
|
"libc",
|
|
1414
|
-
"percent-encoding",
|
|
1415
1427
|
"pin-project-lite",
|
|
1416
|
-
"socket2
|
|
1417
|
-
"system-configuration",
|
|
1428
|
+
"socket2",
|
|
1418
1429
|
"tokio",
|
|
1419
|
-
"tower-layer",
|
|
1420
1430
|
"tower-service",
|
|
1421
1431
|
"tracing",
|
|
1422
|
-
"windows-registry",
|
|
1423
1432
|
]
|
|
1424
1433
|
|
|
1425
1434
|
[[package]]
|
|
1426
1435
|
name = "iana-time-zone"
|
|
1427
|
-
version = "0.1.
|
|
1436
|
+
version = "0.1.63"
|
|
1428
1437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1429
|
-
checksum = "
|
|
1438
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
|
1430
1439
|
dependencies = [
|
|
1431
1440
|
"android_system_properties",
|
|
1432
1441
|
"core-foundation-sys",
|
|
@@ -1434,7 +1443,7 @@ dependencies = [
|
|
|
1434
1443
|
"js-sys",
|
|
1435
1444
|
"log",
|
|
1436
1445
|
"wasm-bindgen",
|
|
1437
|
-
"windows-core 0.
|
|
1446
|
+
"windows-core 0.61.0",
|
|
1438
1447
|
]
|
|
1439
1448
|
|
|
1440
1449
|
[[package]]
|
|
@@ -1448,23 +1457,21 @@ dependencies = [
|
|
|
1448
1457
|
|
|
1449
1458
|
[[package]]
|
|
1450
1459
|
name = "icu_collections"
|
|
1451
|
-
version = "
|
|
1460
|
+
version = "1.5.0"
|
|
1452
1461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1453
|
-
checksum = "
|
|
1462
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
1454
1463
|
dependencies = [
|
|
1455
1464
|
"displaydoc",
|
|
1456
|
-
"potential_utf",
|
|
1457
|
-
"utf8_iter",
|
|
1458
1465
|
"yoke",
|
|
1459
1466
|
"zerofrom",
|
|
1460
1467
|
"zerovec",
|
|
1461
1468
|
]
|
|
1462
1469
|
|
|
1463
1470
|
[[package]]
|
|
1464
|
-
name = "
|
|
1465
|
-
version = "
|
|
1471
|
+
name = "icu_locid"
|
|
1472
|
+
version = "1.5.0"
|
|
1466
1473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
-
checksum = "
|
|
1474
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
1468
1475
|
dependencies = [
|
|
1469
1476
|
"displaydoc",
|
|
1470
1477
|
"litemap",
|
|
@@ -1473,72 +1480,104 @@ dependencies = [
|
|
|
1473
1480
|
"zerovec",
|
|
1474
1481
|
]
|
|
1475
1482
|
|
|
1483
|
+
[[package]]
|
|
1484
|
+
name = "icu_locid_transform"
|
|
1485
|
+
version = "1.5.0"
|
|
1486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1487
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
1488
|
+
dependencies = [
|
|
1489
|
+
"displaydoc",
|
|
1490
|
+
"icu_locid",
|
|
1491
|
+
"icu_locid_transform_data",
|
|
1492
|
+
"icu_provider",
|
|
1493
|
+
"tinystr",
|
|
1494
|
+
"zerovec",
|
|
1495
|
+
]
|
|
1496
|
+
|
|
1497
|
+
[[package]]
|
|
1498
|
+
name = "icu_locid_transform_data"
|
|
1499
|
+
version = "1.5.1"
|
|
1500
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1501
|
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
1502
|
+
|
|
1476
1503
|
[[package]]
|
|
1477
1504
|
name = "icu_normalizer"
|
|
1478
|
-
version = "
|
|
1505
|
+
version = "1.5.0"
|
|
1479
1506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1480
|
-
checksum = "
|
|
1507
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
1481
1508
|
dependencies = [
|
|
1509
|
+
"displaydoc",
|
|
1482
1510
|
"icu_collections",
|
|
1483
1511
|
"icu_normalizer_data",
|
|
1484
1512
|
"icu_properties",
|
|
1485
1513
|
"icu_provider",
|
|
1486
1514
|
"smallvec",
|
|
1515
|
+
"utf16_iter",
|
|
1516
|
+
"utf8_iter",
|
|
1517
|
+
"write16",
|
|
1487
1518
|
"zerovec",
|
|
1488
1519
|
]
|
|
1489
1520
|
|
|
1490
1521
|
[[package]]
|
|
1491
1522
|
name = "icu_normalizer_data"
|
|
1492
|
-
version = "
|
|
1523
|
+
version = "1.5.1"
|
|
1493
1524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1494
|
-
checksum = "
|
|
1525
|
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
1495
1526
|
|
|
1496
1527
|
[[package]]
|
|
1497
1528
|
name = "icu_properties"
|
|
1498
|
-
version = "
|
|
1529
|
+
version = "1.5.1"
|
|
1499
1530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1500
|
-
checksum = "
|
|
1531
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
1501
1532
|
dependencies = [
|
|
1533
|
+
"displaydoc",
|
|
1502
1534
|
"icu_collections",
|
|
1503
|
-
"
|
|
1535
|
+
"icu_locid_transform",
|
|
1504
1536
|
"icu_properties_data",
|
|
1505
1537
|
"icu_provider",
|
|
1506
|
-
"
|
|
1538
|
+
"tinystr",
|
|
1507
1539
|
"zerovec",
|
|
1508
1540
|
]
|
|
1509
1541
|
|
|
1510
1542
|
[[package]]
|
|
1511
1543
|
name = "icu_properties_data"
|
|
1512
|
-
version = "
|
|
1544
|
+
version = "1.5.1"
|
|
1513
1545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
-
checksum = "
|
|
1546
|
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
1515
1547
|
|
|
1516
1548
|
[[package]]
|
|
1517
1549
|
name = "icu_provider"
|
|
1518
|
-
version = "
|
|
1550
|
+
version = "1.5.0"
|
|
1519
1551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
-
checksum = "
|
|
1552
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
1521
1553
|
dependencies = [
|
|
1522
1554
|
"displaydoc",
|
|
1523
|
-
"
|
|
1555
|
+
"icu_locid",
|
|
1556
|
+
"icu_provider_macros",
|
|
1557
|
+
"stable_deref_trait",
|
|
1558
|
+
"tinystr",
|
|
1524
1559
|
"writeable",
|
|
1525
1560
|
"yoke",
|
|
1526
1561
|
"zerofrom",
|
|
1527
|
-
"zerotrie",
|
|
1528
1562
|
"zerovec",
|
|
1529
1563
|
]
|
|
1530
1564
|
|
|
1531
1565
|
[[package]]
|
|
1532
|
-
name = "
|
|
1533
|
-
version = "
|
|
1566
|
+
name = "icu_provider_macros"
|
|
1567
|
+
version = "1.5.0"
|
|
1534
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1535
|
-
checksum = "
|
|
1569
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
1570
|
+
dependencies = [
|
|
1571
|
+
"proc-macro2",
|
|
1572
|
+
"quote",
|
|
1573
|
+
"syn 2.0.101",
|
|
1574
|
+
]
|
|
1536
1575
|
|
|
1537
1576
|
[[package]]
|
|
1538
1577
|
name = "idna"
|
|
1539
|
-
version = "1.
|
|
1578
|
+
version = "1.0.3"
|
|
1540
1579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1541
|
-
checksum = "
|
|
1580
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
1542
1581
|
dependencies = [
|
|
1543
1582
|
"idna_adapter",
|
|
1544
1583
|
"smallvec",
|
|
@@ -1547,9 +1586,9 @@ dependencies = [
|
|
|
1547
1586
|
|
|
1548
1587
|
[[package]]
|
|
1549
1588
|
name = "idna_adapter"
|
|
1550
|
-
version = "1.2.
|
|
1589
|
+
version = "1.2.0"
|
|
1551
1590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1552
|
-
checksum = "
|
|
1591
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
1553
1592
|
dependencies = [
|
|
1554
1593
|
"icu_normalizer",
|
|
1555
1594
|
"icu_properties",
|
|
@@ -1557,23 +1596,21 @@ dependencies = [
|
|
|
1557
1596
|
|
|
1558
1597
|
[[package]]
|
|
1559
1598
|
name = "indexmap"
|
|
1560
|
-
version = "2.
|
|
1599
|
+
version = "2.9.0"
|
|
1561
1600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1562
|
-
checksum = "
|
|
1601
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
1563
1602
|
dependencies = [
|
|
1564
1603
|
"equivalent",
|
|
1565
|
-
"hashbrown
|
|
1566
|
-
"serde",
|
|
1567
|
-
"serde_core",
|
|
1604
|
+
"hashbrown",
|
|
1568
1605
|
]
|
|
1569
1606
|
|
|
1570
1607
|
[[package]]
|
|
1571
1608
|
name = "inotify"
|
|
1572
|
-
version = "0.11.
|
|
1609
|
+
version = "0.11.0"
|
|
1573
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
-
checksum = "
|
|
1611
|
+
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
|
|
1575
1612
|
dependencies = [
|
|
1576
|
-
"bitflags 2.
|
|
1613
|
+
"bitflags 2.9.0",
|
|
1577
1614
|
"inotify-sys",
|
|
1578
1615
|
"libc",
|
|
1579
1616
|
]
|
|
@@ -1598,44 +1635,34 @@ dependencies = [
|
|
|
1598
1635
|
|
|
1599
1636
|
[[package]]
|
|
1600
1637
|
name = "ipnet"
|
|
1601
|
-
version = "2.
|
|
1602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1603
|
-
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1604
|
-
|
|
1605
|
-
[[package]]
|
|
1606
|
-
name = "iri-string"
|
|
1607
|
-
version = "0.7.12"
|
|
1638
|
+
version = "2.11.0"
|
|
1608
1639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1609
|
-
checksum = "
|
|
1610
|
-
dependencies = [
|
|
1611
|
-
"memchr",
|
|
1612
|
-
"serde",
|
|
1613
|
-
]
|
|
1640
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
1614
1641
|
|
|
1615
1642
|
[[package]]
|
|
1616
1643
|
name = "is_terminal_polyfill"
|
|
1617
|
-
version = "1.70.
|
|
1644
|
+
version = "1.70.1"
|
|
1618
1645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1619
|
-
checksum = "
|
|
1646
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
1620
1647
|
|
|
1621
1648
|
[[package]]
|
|
1622
1649
|
name = "itertools"
|
|
1623
|
-
version = "0.
|
|
1650
|
+
version = "0.12.1"
|
|
1624
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1625
|
-
checksum = "
|
|
1652
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
1626
1653
|
dependencies = [
|
|
1627
1654
|
"either",
|
|
1628
1655
|
]
|
|
1629
1656
|
|
|
1630
1657
|
[[package]]
|
|
1631
1658
|
name = "itoa"
|
|
1632
|
-
version = "1.0.
|
|
1659
|
+
version = "1.0.15"
|
|
1633
1660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
-
checksum = "
|
|
1661
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
1635
1662
|
|
|
1636
1663
|
[[package]]
|
|
1637
1664
|
name = "itsi-server"
|
|
1638
|
-
version = "0.2.
|
|
1665
|
+
version = "0.2.27-rc1"
|
|
1639
1666
|
dependencies = [
|
|
1640
1667
|
"argon2",
|
|
1641
1668
|
"async-channel",
|
|
@@ -1653,11 +1680,11 @@ dependencies = [
|
|
|
1653
1680
|
"futures",
|
|
1654
1681
|
"futures-util",
|
|
1655
1682
|
"globset",
|
|
1656
|
-
"http 1.
|
|
1683
|
+
"http 1.3.1",
|
|
1657
1684
|
"http-body-util",
|
|
1658
1685
|
"httparse",
|
|
1659
1686
|
"httpdate",
|
|
1660
|
-
"hyper 1.
|
|
1687
|
+
"hyper 1.6.0",
|
|
1661
1688
|
"hyper-util",
|
|
1662
1689
|
"itsi_acme",
|
|
1663
1690
|
"itsi_error",
|
|
@@ -1675,7 +1702,7 @@ dependencies = [
|
|
|
1675
1702
|
"phf",
|
|
1676
1703
|
"pin-project",
|
|
1677
1704
|
"quick_cache",
|
|
1678
|
-
"rand 0.9.
|
|
1705
|
+
"rand 0.9.1",
|
|
1679
1706
|
"rcgen",
|
|
1680
1707
|
"redis",
|
|
1681
1708
|
"regex",
|
|
@@ -1688,7 +1715,7 @@ dependencies = [
|
|
|
1688
1715
|
"sha-crypt",
|
|
1689
1716
|
"sha2",
|
|
1690
1717
|
"smallvec",
|
|
1691
|
-
"socket2
|
|
1718
|
+
"socket2",
|
|
1692
1719
|
"sysinfo",
|
|
1693
1720
|
"tempfile",
|
|
1694
1721
|
"tokio",
|
|
@@ -1697,6 +1724,7 @@ dependencies = [
|
|
|
1697
1724
|
"tokio-util",
|
|
1698
1725
|
"tracing",
|
|
1699
1726
|
"url",
|
|
1727
|
+
"webpki-roots",
|
|
1700
1728
|
]
|
|
1701
1729
|
|
|
1702
1730
|
[[package]]
|
|
@@ -1708,10 +1736,11 @@ dependencies = [
|
|
|
1708
1736
|
"axum-server",
|
|
1709
1737
|
"base64 0.22.1",
|
|
1710
1738
|
"chrono",
|
|
1711
|
-
"clap 4.
|
|
1739
|
+
"clap 4.5.37",
|
|
1712
1740
|
"futures",
|
|
1713
1741
|
"log",
|
|
1714
1742
|
"num-bigint",
|
|
1743
|
+
"parking_lot",
|
|
1715
1744
|
"pem",
|
|
1716
1745
|
"proc-macro2",
|
|
1717
1746
|
"rcgen",
|
|
@@ -1722,14 +1751,14 @@ dependencies = [
|
|
|
1722
1751
|
"serde_json",
|
|
1723
1752
|
"simple_logger",
|
|
1724
1753
|
"structopt",
|
|
1725
|
-
"thiserror 2.0.
|
|
1754
|
+
"thiserror 2.0.12",
|
|
1726
1755
|
"time",
|
|
1727
1756
|
"tokio",
|
|
1728
1757
|
"tokio-rustls",
|
|
1729
1758
|
"tokio-stream",
|
|
1730
1759
|
"tokio-util",
|
|
1731
1760
|
"warp",
|
|
1732
|
-
"webpki-roots
|
|
1761
|
+
"webpki-roots",
|
|
1733
1762
|
"x509-parser",
|
|
1734
1763
|
]
|
|
1735
1764
|
|
|
@@ -1742,7 +1771,7 @@ dependencies = [
|
|
|
1742
1771
|
"magnus",
|
|
1743
1772
|
"nix",
|
|
1744
1773
|
"rcgen",
|
|
1745
|
-
"thiserror 2.0.
|
|
1774
|
+
"thiserror 2.0.12",
|
|
1746
1775
|
]
|
|
1747
1776
|
|
|
1748
1777
|
[[package]]
|
|
@@ -1769,22 +1798,20 @@ dependencies = [
|
|
|
1769
1798
|
|
|
1770
1799
|
[[package]]
|
|
1771
1800
|
name = "jobserver"
|
|
1772
|
-
version = "0.1.
|
|
1801
|
+
version = "0.1.33"
|
|
1773
1802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1774
|
-
checksum = "
|
|
1803
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
1775
1804
|
dependencies = [
|
|
1776
|
-
"getrandom 0.3.
|
|
1805
|
+
"getrandom 0.3.2",
|
|
1777
1806
|
"libc",
|
|
1778
1807
|
]
|
|
1779
1808
|
|
|
1780
1809
|
[[package]]
|
|
1781
1810
|
name = "js-sys"
|
|
1782
|
-
version = "0.3.
|
|
1811
|
+
version = "0.3.77"
|
|
1783
1812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
-
checksum = "
|
|
1813
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
1785
1814
|
dependencies = [
|
|
1786
|
-
"cfg-if",
|
|
1787
|
-
"futures-util",
|
|
1788
1815
|
"once_cell",
|
|
1789
1816
|
"wasm-bindgen",
|
|
1790
1817
|
]
|
|
@@ -1806,9 +1833,9 @@ dependencies = [
|
|
|
1806
1833
|
|
|
1807
1834
|
[[package]]
|
|
1808
1835
|
name = "kqueue"
|
|
1809
|
-
version = "1.
|
|
1836
|
+
version = "1.0.8"
|
|
1810
1837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1838
|
+
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
|
1812
1839
|
dependencies = [
|
|
1813
1840
|
"kqueue-sys",
|
|
1814
1841
|
"libc",
|
|
@@ -1831,68 +1858,71 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1831
1858
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1832
1859
|
|
|
1833
1860
|
[[package]]
|
|
1834
|
-
name = "
|
|
1835
|
-
version = "
|
|
1861
|
+
name = "lazycell"
|
|
1862
|
+
version = "1.3.0"
|
|
1836
1863
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1837
|
-
checksum = "
|
|
1864
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1838
1865
|
|
|
1839
1866
|
[[package]]
|
|
1840
1867
|
name = "libc"
|
|
1841
|
-
version = "0.2.
|
|
1868
|
+
version = "0.2.172"
|
|
1842
1869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1843
|
-
checksum = "
|
|
1870
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
1844
1871
|
|
|
1845
1872
|
[[package]]
|
|
1846
1873
|
name = "libloading"
|
|
1847
|
-
version = "0.8.
|
|
1874
|
+
version = "0.8.6"
|
|
1848
1875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1849
|
-
checksum = "
|
|
1876
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
1850
1877
|
dependencies = [
|
|
1851
1878
|
"cfg-if",
|
|
1852
|
-
"windows-
|
|
1879
|
+
"windows-targets 0.52.6",
|
|
1853
1880
|
]
|
|
1854
1881
|
|
|
1855
1882
|
[[package]]
|
|
1856
1883
|
name = "libredox"
|
|
1857
|
-
version = "0.1.
|
|
1884
|
+
version = "0.1.3"
|
|
1858
1885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1859
|
-
checksum = "
|
|
1886
|
+
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
1860
1887
|
dependencies = [
|
|
1888
|
+
"bitflags 2.9.0",
|
|
1861
1889
|
"libc",
|
|
1890
|
+
"redox_syscall",
|
|
1862
1891
|
]
|
|
1863
1892
|
|
|
1864
1893
|
[[package]]
|
|
1865
1894
|
name = "linux-raw-sys"
|
|
1866
|
-
version = "0.
|
|
1895
|
+
version = "0.4.15"
|
|
1896
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1897
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
1898
|
+
|
|
1899
|
+
[[package]]
|
|
1900
|
+
name = "linux-raw-sys"
|
|
1901
|
+
version = "0.9.4"
|
|
1867
1902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1868
|
-
checksum = "
|
|
1903
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
1869
1904
|
|
|
1870
1905
|
[[package]]
|
|
1871
1906
|
name = "litemap"
|
|
1872
|
-
version = "0.
|
|
1907
|
+
version = "0.7.5"
|
|
1873
1908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1874
|
-
checksum = "
|
|
1909
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
1875
1910
|
|
|
1876
1911
|
[[package]]
|
|
1877
1912
|
name = "lock_api"
|
|
1878
|
-
version = "0.4.
|
|
1913
|
+
version = "0.4.12"
|
|
1879
1914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1880
|
-
checksum = "
|
|
1915
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
1881
1916
|
dependencies = [
|
|
1917
|
+
"autocfg",
|
|
1882
1918
|
"scopeguard",
|
|
1883
1919
|
]
|
|
1884
1920
|
|
|
1885
1921
|
[[package]]
|
|
1886
1922
|
name = "log"
|
|
1887
|
-
version = "0.4.
|
|
1888
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1889
|
-
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1890
|
-
|
|
1891
|
-
[[package]]
|
|
1892
|
-
name = "lru-slab"
|
|
1893
|
-
version = "0.1.2"
|
|
1923
|
+
version = "0.4.27"
|
|
1894
1924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
-
checksum = "
|
|
1925
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
1896
1926
|
|
|
1897
1927
|
[[package]]
|
|
1898
1928
|
name = "magnus"
|
|
@@ -1913,16 +1943,16 @@ source = "git+https://github.com/matsadler/magnus.git?rev=1ed232edb2b75a2eed9b1d
|
|
|
1913
1943
|
dependencies = [
|
|
1914
1944
|
"proc-macro2",
|
|
1915
1945
|
"quote",
|
|
1916
|
-
"syn 2.0.
|
|
1946
|
+
"syn 2.0.101",
|
|
1917
1947
|
]
|
|
1918
1948
|
|
|
1919
1949
|
[[package]]
|
|
1920
1950
|
name = "matchers"
|
|
1921
|
-
version = "0.
|
|
1951
|
+
version = "0.1.0"
|
|
1922
1952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
-
checksum = "
|
|
1953
|
+
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
1924
1954
|
dependencies = [
|
|
1925
|
-
"regex-automata",
|
|
1955
|
+
"regex-automata 0.1.10",
|
|
1926
1956
|
]
|
|
1927
1957
|
|
|
1928
1958
|
[[package]]
|
|
@@ -1939,9 +1969,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
1939
1969
|
|
|
1940
1970
|
[[package]]
|
|
1941
1971
|
name = "memchr"
|
|
1942
|
-
version = "2.
|
|
1972
|
+
version = "2.7.4"
|
|
1943
1973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1944
|
-
checksum = "
|
|
1974
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
1945
1975
|
|
|
1946
1976
|
[[package]]
|
|
1947
1977
|
name = "memoffset"
|
|
@@ -1976,24 +2006,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
1976
2006
|
|
|
1977
2007
|
[[package]]
|
|
1978
2008
|
name = "miniz_oxide"
|
|
1979
|
-
version = "0.8.
|
|
2009
|
+
version = "0.8.8"
|
|
1980
2010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
|
-
checksum = "
|
|
2011
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
1982
2012
|
dependencies = [
|
|
1983
2013
|
"adler2",
|
|
1984
|
-
"simd-adler32",
|
|
1985
2014
|
]
|
|
1986
2015
|
|
|
1987
2016
|
[[package]]
|
|
1988
2017
|
name = "mio"
|
|
1989
|
-
version = "1.
|
|
2018
|
+
version = "1.0.3"
|
|
1990
2019
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1991
|
-
checksum = "
|
|
2020
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
1992
2021
|
dependencies = [
|
|
1993
2022
|
"libc",
|
|
1994
2023
|
"log",
|
|
1995
|
-
"wasi",
|
|
1996
|
-
"windows-sys 0.
|
|
2024
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
2025
|
+
"windows-sys 0.52.0",
|
|
1997
2026
|
]
|
|
1998
2027
|
|
|
1999
2028
|
[[package]]
|
|
@@ -2020,7 +2049,7 @@ version = "0.29.0"
|
|
|
2020
2049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2021
2050
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
2022
2051
|
dependencies = [
|
|
2023
|
-
"bitflags 2.
|
|
2052
|
+
"bitflags 2.9.0",
|
|
2024
2053
|
"cfg-if",
|
|
2025
2054
|
"cfg_aliases",
|
|
2026
2055
|
"libc",
|
|
@@ -2039,11 +2068,12 @@ dependencies = [
|
|
|
2039
2068
|
|
|
2040
2069
|
[[package]]
|
|
2041
2070
|
name = "notify"
|
|
2042
|
-
version = "8.
|
|
2071
|
+
version = "8.0.0"
|
|
2043
2072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2044
|
-
checksum = "
|
|
2073
|
+
checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
|
|
2045
2074
|
dependencies = [
|
|
2046
|
-
"bitflags 2.
|
|
2075
|
+
"bitflags 2.9.0",
|
|
2076
|
+
"filetime",
|
|
2047
2077
|
"fsevent-sys",
|
|
2048
2078
|
"inotify",
|
|
2049
2079
|
"kqueue",
|
|
@@ -2052,34 +2082,32 @@ dependencies = [
|
|
|
2052
2082
|
"mio",
|
|
2053
2083
|
"notify-types",
|
|
2054
2084
|
"walkdir",
|
|
2055
|
-
"windows-sys 0.
|
|
2085
|
+
"windows-sys 0.59.0",
|
|
2056
2086
|
]
|
|
2057
2087
|
|
|
2058
2088
|
[[package]]
|
|
2059
2089
|
name = "notify-types"
|
|
2060
|
-
version = "2.
|
|
2090
|
+
version = "2.0.0"
|
|
2061
2091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2062
|
-
checksum = "
|
|
2063
|
-
dependencies = [
|
|
2064
|
-
"bitflags 2.11.1",
|
|
2065
|
-
]
|
|
2092
|
+
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
|
|
2066
2093
|
|
|
2067
2094
|
[[package]]
|
|
2068
2095
|
name = "ntapi"
|
|
2069
|
-
version = "0.4.
|
|
2096
|
+
version = "0.4.1"
|
|
2070
2097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2098
|
+
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
2072
2099
|
dependencies = [
|
|
2073
2100
|
"winapi",
|
|
2074
2101
|
]
|
|
2075
2102
|
|
|
2076
2103
|
[[package]]
|
|
2077
2104
|
name = "nu-ansi-term"
|
|
2078
|
-
version = "0.
|
|
2105
|
+
version = "0.46.0"
|
|
2079
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
-
checksum = "
|
|
2107
|
+
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
2081
2108
|
dependencies = [
|
|
2082
|
-
"
|
|
2109
|
+
"overload",
|
|
2110
|
+
"winapi",
|
|
2083
2111
|
]
|
|
2084
2112
|
|
|
2085
2113
|
[[package]]
|
|
@@ -2094,9 +2122,9 @@ dependencies = [
|
|
|
2094
2122
|
|
|
2095
2123
|
[[package]]
|
|
2096
2124
|
name = "num-conv"
|
|
2097
|
-
version = "0.
|
|
2125
|
+
version = "0.1.0"
|
|
2098
2126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2099
|
-
checksum = "
|
|
2127
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
2100
2128
|
|
|
2101
2129
|
[[package]]
|
|
2102
2130
|
name = "num-integer"
|
|
@@ -2118,11 +2146,11 @@ dependencies = [
|
|
|
2118
2146
|
|
|
2119
2147
|
[[package]]
|
|
2120
2148
|
name = "num_cpus"
|
|
2121
|
-
version = "1.
|
|
2149
|
+
version = "1.16.0"
|
|
2122
2150
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
-
checksum = "
|
|
2151
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
2124
2152
|
dependencies = [
|
|
2125
|
-
"hermit-abi 0.
|
|
2153
|
+
"hermit-abi 0.3.9",
|
|
2126
2154
|
"libc",
|
|
2127
2155
|
]
|
|
2128
2156
|
|
|
@@ -2135,6 +2163,15 @@ dependencies = [
|
|
|
2135
2163
|
"libc",
|
|
2136
2164
|
]
|
|
2137
2165
|
|
|
2166
|
+
[[package]]
|
|
2167
|
+
name = "object"
|
|
2168
|
+
version = "0.36.7"
|
|
2169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2170
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
2171
|
+
dependencies = [
|
|
2172
|
+
"memchr",
|
|
2173
|
+
]
|
|
2174
|
+
|
|
2138
2175
|
[[package]]
|
|
2139
2176
|
name = "oid-registry"
|
|
2140
2177
|
version = "0.7.1"
|
|
@@ -2146,21 +2183,15 @@ dependencies = [
|
|
|
2146
2183
|
|
|
2147
2184
|
[[package]]
|
|
2148
2185
|
name = "once_cell"
|
|
2149
|
-
version = "1.21.
|
|
2186
|
+
version = "1.21.3"
|
|
2150
2187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2151
|
-
checksum = "
|
|
2152
|
-
|
|
2153
|
-
[[package]]
|
|
2154
|
-
name = "once_cell_polyfill"
|
|
2155
|
-
version = "1.70.2"
|
|
2156
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
-
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
2188
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
2158
2189
|
|
|
2159
2190
|
[[package]]
|
|
2160
2191
|
name = "openssl-probe"
|
|
2161
|
-
version = "0.
|
|
2192
|
+
version = "0.1.6"
|
|
2162
2193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
-
checksum = "
|
|
2194
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
2164
2195
|
|
|
2165
2196
|
[[package]]
|
|
2166
2197
|
name = "option-ext"
|
|
@@ -2168,6 +2199,12 @@ version = "0.2.0"
|
|
|
2168
2199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2169
2200
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2170
2201
|
|
|
2202
|
+
[[package]]
|
|
2203
|
+
name = "overload"
|
|
2204
|
+
version = "0.1.1"
|
|
2205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2206
|
+
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
2207
|
+
|
|
2171
2208
|
[[package]]
|
|
2172
2209
|
name = "parking"
|
|
2173
2210
|
version = "2.2.1"
|
|
@@ -2176,9 +2213,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
2176
2213
|
|
|
2177
2214
|
[[package]]
|
|
2178
2215
|
name = "parking_lot"
|
|
2179
|
-
version = "0.12.
|
|
2216
|
+
version = "0.12.3"
|
|
2180
2217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
-
checksum = "
|
|
2218
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
2182
2219
|
dependencies = [
|
|
2183
2220
|
"lock_api",
|
|
2184
2221
|
"parking_lot_core",
|
|
@@ -2186,15 +2223,15 @@ dependencies = [
|
|
|
2186
2223
|
|
|
2187
2224
|
[[package]]
|
|
2188
2225
|
name = "parking_lot_core"
|
|
2189
|
-
version = "0.9.
|
|
2226
|
+
version = "0.9.10"
|
|
2190
2227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2191
|
-
checksum = "
|
|
2228
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
2192
2229
|
dependencies = [
|
|
2193
2230
|
"cfg-if",
|
|
2194
2231
|
"libc",
|
|
2195
2232
|
"redox_syscall",
|
|
2196
2233
|
"smallvec",
|
|
2197
|
-
"windows-
|
|
2234
|
+
"windows-targets 0.52.6",
|
|
2198
2235
|
]
|
|
2199
2236
|
|
|
2200
2237
|
[[package]]
|
|
@@ -2210,19 +2247,19 @@ dependencies = [
|
|
|
2210
2247
|
|
|
2211
2248
|
[[package]]
|
|
2212
2249
|
name = "pem"
|
|
2213
|
-
version = "3.0.
|
|
2250
|
+
version = "3.0.5"
|
|
2214
2251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2215
|
-
checksum = "
|
|
2252
|
+
checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
|
|
2216
2253
|
dependencies = [
|
|
2217
2254
|
"base64 0.22.1",
|
|
2218
|
-
"
|
|
2255
|
+
"serde",
|
|
2219
2256
|
]
|
|
2220
2257
|
|
|
2221
2258
|
[[package]]
|
|
2222
2259
|
name = "percent-encoding"
|
|
2223
|
-
version = "2.3.
|
|
2260
|
+
version = "2.3.1"
|
|
2224
2261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2225
|
-
checksum = "
|
|
2262
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
2226
2263
|
|
|
2227
2264
|
[[package]]
|
|
2228
2265
|
name = "phf"
|
|
@@ -2241,7 +2278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2241
2278
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2242
2279
|
dependencies = [
|
|
2243
2280
|
"phf_shared",
|
|
2244
|
-
"rand 0.8.
|
|
2281
|
+
"rand 0.8.5",
|
|
2245
2282
|
]
|
|
2246
2283
|
|
|
2247
2284
|
[[package]]
|
|
@@ -2254,7 +2291,7 @@ dependencies = [
|
|
|
2254
2291
|
"phf_shared",
|
|
2255
2292
|
"proc-macro2",
|
|
2256
2293
|
"quote",
|
|
2257
|
-
"syn 2.0.
|
|
2294
|
+
"syn 2.0.101",
|
|
2258
2295
|
]
|
|
2259
2296
|
|
|
2260
2297
|
[[package]]
|
|
@@ -2268,44 +2305,41 @@ dependencies = [
|
|
|
2268
2305
|
|
|
2269
2306
|
[[package]]
|
|
2270
2307
|
name = "pin-project"
|
|
2271
|
-
version = "1.1.
|
|
2308
|
+
version = "1.1.10"
|
|
2272
2309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2273
|
-
checksum = "
|
|
2310
|
+
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
2274
2311
|
dependencies = [
|
|
2275
2312
|
"pin-project-internal",
|
|
2276
2313
|
]
|
|
2277
2314
|
|
|
2278
2315
|
[[package]]
|
|
2279
2316
|
name = "pin-project-internal"
|
|
2280
|
-
version = "1.1.
|
|
2317
|
+
version = "1.1.10"
|
|
2281
2318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2282
|
-
checksum = "
|
|
2319
|
+
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
2283
2320
|
dependencies = [
|
|
2284
2321
|
"proc-macro2",
|
|
2285
2322
|
"quote",
|
|
2286
|
-
"syn 2.0.
|
|
2323
|
+
"syn 2.0.101",
|
|
2287
2324
|
]
|
|
2288
2325
|
|
|
2289
2326
|
[[package]]
|
|
2290
2327
|
name = "pin-project-lite"
|
|
2291
|
-
version = "0.2.
|
|
2328
|
+
version = "0.2.16"
|
|
2292
2329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2293
|
-
checksum = "
|
|
2330
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
2294
2331
|
|
|
2295
2332
|
[[package]]
|
|
2296
|
-
name = "
|
|
2297
|
-
version = "0.
|
|
2333
|
+
name = "pin-utils"
|
|
2334
|
+
version = "0.1.0"
|
|
2298
2335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2299
|
-
checksum = "
|
|
2336
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2300
2337
|
|
|
2301
2338
|
[[package]]
|
|
2302
|
-
name = "
|
|
2303
|
-
version = "0.
|
|
2339
|
+
name = "pkg-config"
|
|
2340
|
+
version = "0.3.32"
|
|
2304
2341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2305
|
-
checksum = "
|
|
2306
|
-
dependencies = [
|
|
2307
|
-
"zerovec",
|
|
2308
|
-
]
|
|
2342
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
2309
2343
|
|
|
2310
2344
|
[[package]]
|
|
2311
2345
|
name = "powerfmt"
|
|
@@ -2319,17 +2353,17 @@ version = "0.2.21"
|
|
|
2319
2353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2320
2354
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2321
2355
|
dependencies = [
|
|
2322
|
-
"zerocopy",
|
|
2356
|
+
"zerocopy 0.8.25",
|
|
2323
2357
|
]
|
|
2324
2358
|
|
|
2325
2359
|
[[package]]
|
|
2326
2360
|
name = "prettyplease"
|
|
2327
|
-
version = "0.2.
|
|
2361
|
+
version = "0.2.32"
|
|
2328
2362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2329
|
-
checksum = "
|
|
2363
|
+
checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
|
2330
2364
|
dependencies = [
|
|
2331
2365
|
"proc-macro2",
|
|
2332
|
-
"syn 2.0.
|
|
2366
|
+
"syn 2.0.101",
|
|
2333
2367
|
]
|
|
2334
2368
|
|
|
2335
2369
|
[[package]]
|
|
@@ -2358,40 +2392,40 @@ dependencies = [
|
|
|
2358
2392
|
|
|
2359
2393
|
[[package]]
|
|
2360
2394
|
name = "proc-macro2"
|
|
2361
|
-
version = "1.0.
|
|
2395
|
+
version = "1.0.95"
|
|
2362
2396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2363
|
-
checksum = "
|
|
2397
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
2364
2398
|
dependencies = [
|
|
2365
2399
|
"unicode-ident",
|
|
2366
2400
|
]
|
|
2367
2401
|
|
|
2368
2402
|
[[package]]
|
|
2369
2403
|
name = "quick_cache"
|
|
2370
|
-
version = "0.6.
|
|
2404
|
+
version = "0.6.13"
|
|
2371
2405
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2372
|
-
checksum = "
|
|
2406
|
+
checksum = "287e56aac5a2b4fb25a6fb050961d157635924c8696305a5c937a76f29841a0f"
|
|
2373
2407
|
dependencies = [
|
|
2374
2408
|
"ahash",
|
|
2375
2409
|
"equivalent",
|
|
2376
|
-
"hashbrown
|
|
2410
|
+
"hashbrown",
|
|
2377
2411
|
"parking_lot",
|
|
2378
2412
|
]
|
|
2379
2413
|
|
|
2380
2414
|
[[package]]
|
|
2381
2415
|
name = "quinn"
|
|
2382
|
-
version = "0.11.
|
|
2416
|
+
version = "0.11.7"
|
|
2383
2417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2384
|
-
checksum = "
|
|
2418
|
+
checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
|
|
2385
2419
|
dependencies = [
|
|
2386
2420
|
"bytes",
|
|
2387
2421
|
"cfg_aliases",
|
|
2388
2422
|
"pin-project-lite",
|
|
2389
2423
|
"quinn-proto",
|
|
2390
2424
|
"quinn-udp",
|
|
2391
|
-
"rustc-hash",
|
|
2425
|
+
"rustc-hash 2.1.1",
|
|
2392
2426
|
"rustls",
|
|
2393
|
-
"socket2
|
|
2394
|
-
"thiserror 2.0.
|
|
2427
|
+
"socket2",
|
|
2428
|
+
"thiserror 2.0.12",
|
|
2395
2429
|
"tokio",
|
|
2396
2430
|
"tracing",
|
|
2397
2431
|
"web-time",
|
|
@@ -2399,20 +2433,19 @@ dependencies = [
|
|
|
2399
2433
|
|
|
2400
2434
|
[[package]]
|
|
2401
2435
|
name = "quinn-proto"
|
|
2402
|
-
version = "0.11.
|
|
2436
|
+
version = "0.11.11"
|
|
2403
2437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2438
|
+
checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b"
|
|
2405
2439
|
dependencies = [
|
|
2406
2440
|
"bytes",
|
|
2407
|
-
"getrandom 0.3.
|
|
2408
|
-
"
|
|
2409
|
-
"rand 0.9.4",
|
|
2441
|
+
"getrandom 0.3.2",
|
|
2442
|
+
"rand 0.9.1",
|
|
2410
2443
|
"ring",
|
|
2411
|
-
"rustc-hash",
|
|
2444
|
+
"rustc-hash 2.1.1",
|
|
2412
2445
|
"rustls",
|
|
2413
2446
|
"rustls-pki-types",
|
|
2414
2447
|
"slab",
|
|
2415
|
-
"thiserror 2.0.
|
|
2448
|
+
"thiserror 2.0.12",
|
|
2416
2449
|
"tinyvec",
|
|
2417
2450
|
"tracing",
|
|
2418
2451
|
"web-time",
|
|
@@ -2420,38 +2453,32 @@ dependencies = [
|
|
|
2420
2453
|
|
|
2421
2454
|
[[package]]
|
|
2422
2455
|
name = "quinn-udp"
|
|
2423
|
-
version = "0.5.
|
|
2456
|
+
version = "0.5.12"
|
|
2424
2457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2425
|
-
checksum = "
|
|
2458
|
+
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
|
|
2426
2459
|
dependencies = [
|
|
2427
2460
|
"cfg_aliases",
|
|
2428
2461
|
"libc",
|
|
2429
2462
|
"once_cell",
|
|
2430
|
-
"socket2
|
|
2463
|
+
"socket2",
|
|
2431
2464
|
"tracing",
|
|
2432
|
-
"windows-sys 0.
|
|
2465
|
+
"windows-sys 0.59.0",
|
|
2433
2466
|
]
|
|
2434
2467
|
|
|
2435
2468
|
[[package]]
|
|
2436
2469
|
name = "quote"
|
|
2437
|
-
version = "1.0.
|
|
2470
|
+
version = "1.0.40"
|
|
2438
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2439
|
-
checksum = "
|
|
2472
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
2440
2473
|
dependencies = [
|
|
2441
2474
|
"proc-macro2",
|
|
2442
2475
|
]
|
|
2443
2476
|
|
|
2444
2477
|
[[package]]
|
|
2445
2478
|
name = "r-efi"
|
|
2446
|
-
version = "5.
|
|
2447
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2448
|
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2449
|
-
|
|
2450
|
-
[[package]]
|
|
2451
|
-
name = "r-efi"
|
|
2452
|
-
version = "6.0.0"
|
|
2479
|
+
version = "5.2.0"
|
|
2453
2480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2454
|
-
checksum = "
|
|
2481
|
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
2455
2482
|
|
|
2456
2483
|
[[package]]
|
|
2457
2484
|
name = "r2d2"
|
|
@@ -2466,9 +2493,9 @@ dependencies = [
|
|
|
2466
2493
|
|
|
2467
2494
|
[[package]]
|
|
2468
2495
|
name = "rand"
|
|
2469
|
-
version = "0.8.
|
|
2496
|
+
version = "0.8.5"
|
|
2470
2497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2471
|
-
checksum = "
|
|
2498
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
2472
2499
|
dependencies = [
|
|
2473
2500
|
"libc",
|
|
2474
2501
|
"rand_chacha 0.3.1",
|
|
@@ -2477,12 +2504,12 @@ dependencies = [
|
|
|
2477
2504
|
|
|
2478
2505
|
[[package]]
|
|
2479
2506
|
name = "rand"
|
|
2480
|
-
version = "0.9.
|
|
2507
|
+
version = "0.9.1"
|
|
2481
2508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2482
|
-
checksum = "
|
|
2509
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
2483
2510
|
dependencies = [
|
|
2484
2511
|
"rand_chacha 0.9.0",
|
|
2485
|
-
"rand_core 0.9.
|
|
2512
|
+
"rand_core 0.9.3",
|
|
2486
2513
|
]
|
|
2487
2514
|
|
|
2488
2515
|
[[package]]
|
|
@@ -2502,7 +2529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2502
2529
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2503
2530
|
dependencies = [
|
|
2504
2531
|
"ppv-lite86",
|
|
2505
|
-
"rand_core 0.9.
|
|
2532
|
+
"rand_core 0.9.3",
|
|
2506
2533
|
]
|
|
2507
2534
|
|
|
2508
2535
|
[[package]]
|
|
@@ -2511,23 +2538,23 @@ version = "0.6.4"
|
|
|
2511
2538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2512
2539
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2513
2540
|
dependencies = [
|
|
2514
|
-
"getrandom 0.2.
|
|
2541
|
+
"getrandom 0.2.16",
|
|
2515
2542
|
]
|
|
2516
2543
|
|
|
2517
2544
|
[[package]]
|
|
2518
2545
|
name = "rand_core"
|
|
2519
|
-
version = "0.9.
|
|
2546
|
+
version = "0.9.3"
|
|
2520
2547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2521
|
-
checksum = "
|
|
2548
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
2522
2549
|
dependencies = [
|
|
2523
|
-
"getrandom 0.3.
|
|
2550
|
+
"getrandom 0.3.2",
|
|
2524
2551
|
]
|
|
2525
2552
|
|
|
2526
2553
|
[[package]]
|
|
2527
2554
|
name = "rayon"
|
|
2528
|
-
version = "1.
|
|
2555
|
+
version = "1.10.0"
|
|
2529
2556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2530
|
-
checksum = "
|
|
2557
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
2531
2558
|
dependencies = [
|
|
2532
2559
|
"either",
|
|
2533
2560
|
"rayon-core",
|
|
@@ -2535,9 +2562,9 @@ dependencies = [
|
|
|
2535
2562
|
|
|
2536
2563
|
[[package]]
|
|
2537
2564
|
name = "rayon-core"
|
|
2538
|
-
version = "1.
|
|
2565
|
+
version = "1.12.1"
|
|
2539
2566
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2540
|
-
checksum = "
|
|
2567
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
2541
2568
|
dependencies = [
|
|
2542
2569
|
"crossbeam-deque",
|
|
2543
2570
|
"crossbeam-utils",
|
|
@@ -2545,9 +2572,9 @@ dependencies = [
|
|
|
2545
2572
|
|
|
2546
2573
|
[[package]]
|
|
2547
2574
|
name = "rb-sys"
|
|
2548
|
-
version = "0.9.
|
|
2575
|
+
version = "0.9.124"
|
|
2549
2576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2550
|
-
checksum = "
|
|
2577
|
+
checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
|
|
2551
2578
|
dependencies = [
|
|
2552
2579
|
"rb-sys-build",
|
|
2553
2580
|
]
|
|
@@ -2558,13 +2585,13 @@ version = "0.9.126"
|
|
|
2558
2585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2559
2586
|
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
2560
2587
|
dependencies = [
|
|
2561
|
-
"bindgen",
|
|
2588
|
+
"bindgen 0.72.1",
|
|
2562
2589
|
"lazy_static",
|
|
2563
2590
|
"proc-macro2",
|
|
2564
2591
|
"quote",
|
|
2565
2592
|
"regex",
|
|
2566
2593
|
"shell-words",
|
|
2567
|
-
"syn 2.0.
|
|
2594
|
+
"syn 2.0.101",
|
|
2568
2595
|
]
|
|
2569
2596
|
|
|
2570
2597
|
[[package]]
|
|
@@ -2608,7 +2635,7 @@ dependencies = [
|
|
|
2608
2635
|
"rustls-native-certs",
|
|
2609
2636
|
"ryu",
|
|
2610
2637
|
"sha1_smol",
|
|
2611
|
-
"socket2
|
|
2638
|
+
"socket2",
|
|
2612
2639
|
"tokio",
|
|
2613
2640
|
"tokio-rustls",
|
|
2614
2641
|
"tokio-util",
|
|
@@ -2617,75 +2644,94 @@ dependencies = [
|
|
|
2617
2644
|
|
|
2618
2645
|
[[package]]
|
|
2619
2646
|
name = "redox_syscall"
|
|
2620
|
-
version = "0.5.
|
|
2647
|
+
version = "0.5.11"
|
|
2621
2648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2622
|
-
checksum = "
|
|
2649
|
+
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
|
2623
2650
|
dependencies = [
|
|
2624
|
-
"bitflags 2.
|
|
2651
|
+
"bitflags 2.9.0",
|
|
2625
2652
|
]
|
|
2626
2653
|
|
|
2627
2654
|
[[package]]
|
|
2628
2655
|
name = "redox_users"
|
|
2629
|
-
version = "0.5.
|
|
2656
|
+
version = "0.5.0"
|
|
2630
2657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2631
|
-
checksum = "
|
|
2658
|
+
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
2632
2659
|
dependencies = [
|
|
2633
|
-
"getrandom 0.2.
|
|
2660
|
+
"getrandom 0.2.16",
|
|
2634
2661
|
"libredox",
|
|
2635
|
-
"thiserror 2.0.
|
|
2662
|
+
"thiserror 2.0.12",
|
|
2636
2663
|
]
|
|
2637
2664
|
|
|
2638
2665
|
[[package]]
|
|
2639
2666
|
name = "regex"
|
|
2640
|
-
version = "1.
|
|
2667
|
+
version = "1.11.1"
|
|
2641
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2642
|
-
checksum = "
|
|
2669
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
2643
2670
|
dependencies = [
|
|
2644
2671
|
"aho-corasick",
|
|
2645
2672
|
"memchr",
|
|
2646
|
-
"regex-automata",
|
|
2647
|
-
"regex-syntax",
|
|
2673
|
+
"regex-automata 0.4.9",
|
|
2674
|
+
"regex-syntax 0.8.5",
|
|
2675
|
+
]
|
|
2676
|
+
|
|
2677
|
+
[[package]]
|
|
2678
|
+
name = "regex-automata"
|
|
2679
|
+
version = "0.1.10"
|
|
2680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2681
|
+
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
2682
|
+
dependencies = [
|
|
2683
|
+
"regex-syntax 0.6.29",
|
|
2648
2684
|
]
|
|
2649
2685
|
|
|
2650
2686
|
[[package]]
|
|
2651
2687
|
name = "regex-automata"
|
|
2652
|
-
version = "0.4.
|
|
2688
|
+
version = "0.4.9"
|
|
2653
2689
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2654
|
-
checksum = "
|
|
2690
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
2655
2691
|
dependencies = [
|
|
2656
2692
|
"aho-corasick",
|
|
2657
2693
|
"memchr",
|
|
2658
|
-
"regex-syntax",
|
|
2694
|
+
"regex-syntax 0.8.5",
|
|
2659
2695
|
]
|
|
2660
2696
|
|
|
2661
2697
|
[[package]]
|
|
2662
2698
|
name = "regex-syntax"
|
|
2663
|
-
version = "0.
|
|
2699
|
+
version = "0.6.29"
|
|
2664
2700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
|
-
checksum = "
|
|
2701
|
+
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
2702
|
+
|
|
2703
|
+
[[package]]
|
|
2704
|
+
name = "regex-syntax"
|
|
2705
|
+
version = "0.8.5"
|
|
2706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2707
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2666
2708
|
|
|
2667
2709
|
[[package]]
|
|
2668
2710
|
name = "reqwest"
|
|
2669
|
-
version = "0.12.
|
|
2711
|
+
version = "0.12.15"
|
|
2670
2712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2671
|
-
checksum = "
|
|
2713
|
+
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
2672
2714
|
dependencies = [
|
|
2673
2715
|
"base64 0.22.1",
|
|
2674
2716
|
"bytes",
|
|
2675
2717
|
"futures-core",
|
|
2676
2718
|
"futures-util",
|
|
2677
|
-
"http 1.
|
|
2719
|
+
"http 1.3.1",
|
|
2678
2720
|
"http-body 1.0.1",
|
|
2679
2721
|
"http-body-util",
|
|
2680
|
-
"hyper 1.
|
|
2722
|
+
"hyper 1.6.0",
|
|
2681
2723
|
"hyper-rustls",
|
|
2682
2724
|
"hyper-util",
|
|
2725
|
+
"ipnet",
|
|
2683
2726
|
"js-sys",
|
|
2684
2727
|
"log",
|
|
2728
|
+
"mime",
|
|
2729
|
+
"once_cell",
|
|
2685
2730
|
"percent-encoding",
|
|
2686
2731
|
"pin-project-lite",
|
|
2687
2732
|
"quinn",
|
|
2688
2733
|
"rustls",
|
|
2734
|
+
"rustls-pemfile",
|
|
2689
2735
|
"rustls-pki-types",
|
|
2690
2736
|
"serde",
|
|
2691
2737
|
"serde_json",
|
|
@@ -2695,14 +2741,14 @@ dependencies = [
|
|
|
2695
2741
|
"tokio-rustls",
|
|
2696
2742
|
"tokio-util",
|
|
2697
2743
|
"tower",
|
|
2698
|
-
"tower-http",
|
|
2699
2744
|
"tower-service",
|
|
2700
2745
|
"url",
|
|
2701
2746
|
"wasm-bindgen",
|
|
2702
2747
|
"wasm-bindgen-futures",
|
|
2703
2748
|
"wasm-streams",
|
|
2704
2749
|
"web-sys",
|
|
2705
|
-
"webpki-roots
|
|
2750
|
+
"webpki-roots",
|
|
2751
|
+
"windows-registry",
|
|
2706
2752
|
]
|
|
2707
2753
|
|
|
2708
2754
|
[[package]]
|
|
@@ -2713,26 +2759,29 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
2713
2759
|
dependencies = [
|
|
2714
2760
|
"cc",
|
|
2715
2761
|
"cfg-if",
|
|
2716
|
-
"getrandom 0.2.
|
|
2762
|
+
"getrandom 0.2.16",
|
|
2717
2763
|
"libc",
|
|
2718
2764
|
"untrusted",
|
|
2719
2765
|
"windows-sys 0.52.0",
|
|
2720
2766
|
]
|
|
2721
2767
|
|
|
2768
|
+
[[package]]
|
|
2769
|
+
name = "rustc-demangle"
|
|
2770
|
+
version = "0.1.24"
|
|
2771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2772
|
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
2773
|
+
|
|
2722
2774
|
[[package]]
|
|
2723
2775
|
name = "rustc-hash"
|
|
2724
|
-
version = "
|
|
2776
|
+
version = "1.1.0"
|
|
2725
2777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2726
|
-
checksum = "
|
|
2778
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2727
2779
|
|
|
2728
2780
|
[[package]]
|
|
2729
|
-
name = "
|
|
2730
|
-
version = "
|
|
2781
|
+
name = "rustc-hash"
|
|
2782
|
+
version = "2.1.1"
|
|
2731
2783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2732
|
-
checksum = "
|
|
2733
|
-
dependencies = [
|
|
2734
|
-
"semver",
|
|
2735
|
-
]
|
|
2784
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
2736
2785
|
|
|
2737
2786
|
[[package]]
|
|
2738
2787
|
name = "rusticata-macros"
|
|
@@ -2745,22 +2794,35 @@ dependencies = [
|
|
|
2745
2794
|
|
|
2746
2795
|
[[package]]
|
|
2747
2796
|
name = "rustix"
|
|
2748
|
-
version = "
|
|
2797
|
+
version = "0.38.44"
|
|
2798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2799
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
2800
|
+
dependencies = [
|
|
2801
|
+
"bitflags 2.9.0",
|
|
2802
|
+
"errno",
|
|
2803
|
+
"libc",
|
|
2804
|
+
"linux-raw-sys 0.4.15",
|
|
2805
|
+
"windows-sys 0.59.0",
|
|
2806
|
+
]
|
|
2807
|
+
|
|
2808
|
+
[[package]]
|
|
2809
|
+
name = "rustix"
|
|
2810
|
+
version = "1.0.7"
|
|
2749
2811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2750
|
-
checksum = "
|
|
2812
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
2751
2813
|
dependencies = [
|
|
2752
|
-
"bitflags 2.
|
|
2814
|
+
"bitflags 2.9.0",
|
|
2753
2815
|
"errno",
|
|
2754
2816
|
"libc",
|
|
2755
|
-
"linux-raw-sys",
|
|
2756
|
-
"windows-sys 0.
|
|
2817
|
+
"linux-raw-sys 0.9.4",
|
|
2818
|
+
"windows-sys 0.59.0",
|
|
2757
2819
|
]
|
|
2758
2820
|
|
|
2759
2821
|
[[package]]
|
|
2760
2822
|
name = "rustls"
|
|
2761
|
-
version = "0.23.
|
|
2823
|
+
version = "0.23.26"
|
|
2762
2824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2763
|
-
checksum = "
|
|
2825
|
+
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
|
|
2764
2826
|
dependencies = [
|
|
2765
2827
|
"aws-lc-rs",
|
|
2766
2828
|
"log",
|
|
@@ -2774,9 +2836,9 @@ dependencies = [
|
|
|
2774
2836
|
|
|
2775
2837
|
[[package]]
|
|
2776
2838
|
name = "rustls-native-certs"
|
|
2777
|
-
version = "0.8.
|
|
2839
|
+
version = "0.8.1"
|
|
2778
2840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2779
|
-
checksum = "
|
|
2841
|
+
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
|
2780
2842
|
dependencies = [
|
|
2781
2843
|
"openssl-probe",
|
|
2782
2844
|
"rustls-pki-types",
|
|
@@ -2795,19 +2857,18 @@ dependencies = [
|
|
|
2795
2857
|
|
|
2796
2858
|
[[package]]
|
|
2797
2859
|
name = "rustls-pki-types"
|
|
2798
|
-
version = "1.
|
|
2860
|
+
version = "1.11.0"
|
|
2799
2861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2800
|
-
checksum = "
|
|
2862
|
+
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
|
2801
2863
|
dependencies = [
|
|
2802
2864
|
"web-time",
|
|
2803
|
-
"zeroize",
|
|
2804
2865
|
]
|
|
2805
2866
|
|
|
2806
2867
|
[[package]]
|
|
2807
2868
|
name = "rustls-webpki"
|
|
2808
|
-
version = "0.103.
|
|
2869
|
+
version = "0.103.1"
|
|
2809
2870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2810
|
-
checksum = "
|
|
2871
|
+
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
|
|
2811
2872
|
dependencies = [
|
|
2812
2873
|
"aws-lc-rs",
|
|
2813
2874
|
"ring",
|
|
@@ -2817,15 +2878,15 @@ dependencies = [
|
|
|
2817
2878
|
|
|
2818
2879
|
[[package]]
|
|
2819
2880
|
name = "rustversion"
|
|
2820
|
-
version = "1.0.
|
|
2881
|
+
version = "1.0.20"
|
|
2821
2882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2822
|
-
checksum = "
|
|
2883
|
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
2823
2884
|
|
|
2824
2885
|
[[package]]
|
|
2825
2886
|
name = "ryu"
|
|
2826
|
-
version = "1.0.
|
|
2887
|
+
version = "1.0.20"
|
|
2827
2888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2828
|
-
checksum = "
|
|
2889
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
2829
2890
|
|
|
2830
2891
|
[[package]]
|
|
2831
2892
|
name = "same-file"
|
|
@@ -2838,11 +2899,11 @@ dependencies = [
|
|
|
2838
2899
|
|
|
2839
2900
|
[[package]]
|
|
2840
2901
|
name = "schannel"
|
|
2841
|
-
version = "0.1.
|
|
2902
|
+
version = "0.1.27"
|
|
2842
2903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2843
|
-
checksum = "
|
|
2904
|
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
2844
2905
|
dependencies = [
|
|
2845
|
-
"windows-sys 0.
|
|
2906
|
+
"windows-sys 0.59.0",
|
|
2846
2907
|
]
|
|
2847
2908
|
|
|
2848
2909
|
[[package]]
|
|
@@ -2868,12 +2929,12 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2868
2929
|
|
|
2869
2930
|
[[package]]
|
|
2870
2931
|
name = "security-framework"
|
|
2871
|
-
version = "3.
|
|
2932
|
+
version = "3.2.0"
|
|
2872
2933
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2873
|
-
checksum = "
|
|
2934
|
+
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
|
2874
2935
|
dependencies = [
|
|
2875
|
-
"bitflags 2.
|
|
2876
|
-
"core-foundation
|
|
2936
|
+
"bitflags 2.9.0",
|
|
2937
|
+
"core-foundation",
|
|
2877
2938
|
"core-foundation-sys",
|
|
2878
2939
|
"libc",
|
|
2879
2940
|
"security-framework-sys",
|
|
@@ -2881,20 +2942,14 @@ dependencies = [
|
|
|
2881
2942
|
|
|
2882
2943
|
[[package]]
|
|
2883
2944
|
name = "security-framework-sys"
|
|
2884
|
-
version = "2.
|
|
2945
|
+
version = "2.14.0"
|
|
2885
2946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2886
|
-
checksum = "
|
|
2947
|
+
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
2887
2948
|
dependencies = [
|
|
2888
2949
|
"core-foundation-sys",
|
|
2889
2950
|
"libc",
|
|
2890
2951
|
]
|
|
2891
2952
|
|
|
2892
|
-
[[package]]
|
|
2893
|
-
name = "semver"
|
|
2894
|
-
version = "1.0.28"
|
|
2895
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2896
|
-
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2897
|
-
|
|
2898
2953
|
[[package]]
|
|
2899
2954
|
name = "seq-macro"
|
|
2900
2955
|
version = "0.3.6"
|
|
@@ -2903,45 +2958,34 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2903
2958
|
|
|
2904
2959
|
[[package]]
|
|
2905
2960
|
name = "serde"
|
|
2906
|
-
version = "1.0.
|
|
2907
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2908
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2909
|
-
dependencies = [
|
|
2910
|
-
"serde_core",
|
|
2911
|
-
"serde_derive",
|
|
2912
|
-
]
|
|
2913
|
-
|
|
2914
|
-
[[package]]
|
|
2915
|
-
name = "serde_core"
|
|
2916
|
-
version = "1.0.228"
|
|
2961
|
+
version = "1.0.219"
|
|
2917
2962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2918
|
-
checksum = "
|
|
2963
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
2919
2964
|
dependencies = [
|
|
2920
2965
|
"serde_derive",
|
|
2921
2966
|
]
|
|
2922
2967
|
|
|
2923
2968
|
[[package]]
|
|
2924
2969
|
name = "serde_derive"
|
|
2925
|
-
version = "1.0.
|
|
2970
|
+
version = "1.0.219"
|
|
2926
2971
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2927
|
-
checksum = "
|
|
2972
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
2928
2973
|
dependencies = [
|
|
2929
2974
|
"proc-macro2",
|
|
2930
2975
|
"quote",
|
|
2931
|
-
"syn 2.0.
|
|
2976
|
+
"syn 2.0.101",
|
|
2932
2977
|
]
|
|
2933
2978
|
|
|
2934
2979
|
[[package]]
|
|
2935
2980
|
name = "serde_json"
|
|
2936
|
-
version = "1.0.
|
|
2981
|
+
version = "1.0.140"
|
|
2937
2982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2938
|
-
checksum = "
|
|
2983
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
2939
2984
|
dependencies = [
|
|
2940
2985
|
"itoa",
|
|
2941
2986
|
"memchr",
|
|
2987
|
+
"ryu",
|
|
2942
2988
|
"serde",
|
|
2943
|
-
"serde_core",
|
|
2944
|
-
"zmij",
|
|
2945
2989
|
]
|
|
2946
2990
|
|
|
2947
2991
|
[[package]]
|
|
@@ -2957,13 +3001,12 @@ dependencies = [
|
|
|
2957
3001
|
|
|
2958
3002
|
[[package]]
|
|
2959
3003
|
name = "serde_path_to_error"
|
|
2960
|
-
version = "0.1.
|
|
3004
|
+
version = "0.1.17"
|
|
2961
3005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2962
|
-
checksum = "
|
|
3006
|
+
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
|
2963
3007
|
dependencies = [
|
|
2964
3008
|
"itoa",
|
|
2965
3009
|
"serde",
|
|
2966
|
-
"serde_core",
|
|
2967
3010
|
]
|
|
2968
3011
|
|
|
2969
3012
|
[[package]]
|
|
@@ -2985,7 +3028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2985
3028
|
checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
|
|
2986
3029
|
dependencies = [
|
|
2987
3030
|
"base64ct",
|
|
2988
|
-
"rand 0.8.
|
|
3031
|
+
"rand 0.8.5",
|
|
2989
3032
|
"sha2",
|
|
2990
3033
|
"subtle",
|
|
2991
3034
|
]
|
|
@@ -3029,9 +3072,9 @@ dependencies = [
|
|
|
3029
3072
|
|
|
3030
3073
|
[[package]]
|
|
3031
3074
|
name = "shell-words"
|
|
3032
|
-
version = "1.1.
|
|
3075
|
+
version = "1.1.0"
|
|
3033
3076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3034
|
-
checksum = "
|
|
3077
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
3035
3078
|
|
|
3036
3079
|
[[package]]
|
|
3037
3080
|
name = "shlex"
|
|
@@ -3041,82 +3084,68 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3041
3084
|
|
|
3042
3085
|
[[package]]
|
|
3043
3086
|
name = "signal-hook-registry"
|
|
3044
|
-
version = "1.4.
|
|
3087
|
+
version = "1.4.5"
|
|
3045
3088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3046
|
-
checksum = "
|
|
3089
|
+
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
3047
3090
|
dependencies = [
|
|
3048
|
-
"errno",
|
|
3049
3091
|
"libc",
|
|
3050
3092
|
]
|
|
3051
3093
|
|
|
3052
|
-
[[package]]
|
|
3053
|
-
name = "simd-adler32"
|
|
3054
|
-
version = "0.3.9"
|
|
3055
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3056
|
-
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
3057
|
-
|
|
3058
3094
|
[[package]]
|
|
3059
3095
|
name = "simple_asn1"
|
|
3060
|
-
version = "0.6.
|
|
3096
|
+
version = "0.6.3"
|
|
3061
3097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3062
|
-
checksum = "
|
|
3098
|
+
checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
|
|
3063
3099
|
dependencies = [
|
|
3064
3100
|
"num-bigint",
|
|
3065
3101
|
"num-traits",
|
|
3066
|
-
"thiserror 2.0.
|
|
3102
|
+
"thiserror 2.0.12",
|
|
3067
3103
|
"time",
|
|
3068
3104
|
]
|
|
3069
3105
|
|
|
3070
3106
|
[[package]]
|
|
3071
3107
|
name = "simple_logger"
|
|
3072
|
-
version = "5.
|
|
3108
|
+
version = "5.0.0"
|
|
3073
3109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3074
|
-
checksum = "
|
|
3110
|
+
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
|
|
3075
3111
|
dependencies = [
|
|
3076
3112
|
"colored",
|
|
3077
3113
|
"log",
|
|
3078
3114
|
"time",
|
|
3079
|
-
"windows-sys 0.
|
|
3115
|
+
"windows-sys 0.48.0",
|
|
3080
3116
|
]
|
|
3081
3117
|
|
|
3082
3118
|
[[package]]
|
|
3083
3119
|
name = "siphasher"
|
|
3084
|
-
version = "1.0.
|
|
3120
|
+
version = "1.0.1"
|
|
3085
3121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3086
|
-
checksum = "
|
|
3122
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
3087
3123
|
|
|
3088
3124
|
[[package]]
|
|
3089
3125
|
name = "slab"
|
|
3090
|
-
version = "0.4.
|
|
3126
|
+
version = "0.4.9"
|
|
3091
3127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3092
|
-
checksum = "
|
|
3128
|
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
3129
|
+
dependencies = [
|
|
3130
|
+
"autocfg",
|
|
3131
|
+
]
|
|
3093
3132
|
|
|
3094
3133
|
[[package]]
|
|
3095
3134
|
name = "smallvec"
|
|
3096
|
-
version = "1.15.
|
|
3135
|
+
version = "1.15.0"
|
|
3097
3136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3098
|
-
checksum = "
|
|
3137
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
3099
3138
|
|
|
3100
3139
|
[[package]]
|
|
3101
3140
|
name = "socket2"
|
|
3102
|
-
version = "0.5.
|
|
3141
|
+
version = "0.5.9"
|
|
3103
3142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3104
|
-
checksum = "
|
|
3143
|
+
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
|
3105
3144
|
dependencies = [
|
|
3106
3145
|
"libc",
|
|
3107
3146
|
"windows-sys 0.52.0",
|
|
3108
3147
|
]
|
|
3109
3148
|
|
|
3110
|
-
[[package]]
|
|
3111
|
-
name = "socket2"
|
|
3112
|
-
version = "0.6.3"
|
|
3113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3114
|
-
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
3115
|
-
dependencies = [
|
|
3116
|
-
"libc",
|
|
3117
|
-
"windows-sys 0.61.2",
|
|
3118
|
-
]
|
|
3119
|
-
|
|
3120
3149
|
[[package]]
|
|
3121
3150
|
name = "spin"
|
|
3122
3151
|
version = "0.9.8"
|
|
@@ -3125,9 +3154,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
3125
3154
|
|
|
3126
3155
|
[[package]]
|
|
3127
3156
|
name = "stable_deref_trait"
|
|
3128
|
-
version = "1.2.
|
|
3157
|
+
version = "1.2.0"
|
|
3129
3158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3130
|
-
checksum = "
|
|
3159
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3131
3160
|
|
|
3132
3161
|
[[package]]
|
|
3133
3162
|
name = "strsim"
|
|
@@ -3171,12 +3200,6 @@ version = "2.6.1"
|
|
|
3171
3200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3172
3201
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3173
3202
|
|
|
3174
|
-
[[package]]
|
|
3175
|
-
name = "symlink"
|
|
3176
|
-
version = "0.1.0"
|
|
3177
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3178
|
-
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
3179
|
-
|
|
3180
3203
|
[[package]]
|
|
3181
3204
|
name = "syn"
|
|
3182
3205
|
version = "1.0.109"
|
|
@@ -3190,9 +3213,9 @@ dependencies = [
|
|
|
3190
3213
|
|
|
3191
3214
|
[[package]]
|
|
3192
3215
|
name = "syn"
|
|
3193
|
-
version = "2.0.
|
|
3216
|
+
version = "2.0.101"
|
|
3194
3217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3195
|
-
checksum = "
|
|
3218
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
3196
3219
|
dependencies = [
|
|
3197
3220
|
"proc-macro2",
|
|
3198
3221
|
"quote",
|
|
@@ -3216,7 +3239,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
3216
3239
|
dependencies = [
|
|
3217
3240
|
"proc-macro2",
|
|
3218
3241
|
"quote",
|
|
3219
|
-
"syn 2.0.
|
|
3242
|
+
"syn 2.0.101",
|
|
3220
3243
|
]
|
|
3221
3244
|
|
|
3222
3245
|
[[package]]
|
|
@@ -3233,27 +3256,6 @@ dependencies = [
|
|
|
3233
3256
|
"windows",
|
|
3234
3257
|
]
|
|
3235
3258
|
|
|
3236
|
-
[[package]]
|
|
3237
|
-
name = "system-configuration"
|
|
3238
|
-
version = "0.7.0"
|
|
3239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3240
|
-
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3241
|
-
dependencies = [
|
|
3242
|
-
"bitflags 2.11.1",
|
|
3243
|
-
"core-foundation 0.9.4",
|
|
3244
|
-
"system-configuration-sys",
|
|
3245
|
-
]
|
|
3246
|
-
|
|
3247
|
-
[[package]]
|
|
3248
|
-
name = "system-configuration-sys"
|
|
3249
|
-
version = "0.6.0"
|
|
3250
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3251
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3252
|
-
dependencies = [
|
|
3253
|
-
"core-foundation-sys",
|
|
3254
|
-
"libc",
|
|
3255
|
-
]
|
|
3256
|
-
|
|
3257
3259
|
[[package]]
|
|
3258
3260
|
name = "tap"
|
|
3259
3261
|
version = "1.0.1"
|
|
@@ -3262,15 +3264,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
3262
3264
|
|
|
3263
3265
|
[[package]]
|
|
3264
3266
|
name = "tempfile"
|
|
3265
|
-
version = "3.
|
|
3267
|
+
version = "3.19.1"
|
|
3266
3268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3267
|
-
checksum = "
|
|
3269
|
+
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
|
3268
3270
|
dependencies = [
|
|
3269
3271
|
"fastrand",
|
|
3270
|
-
"getrandom 0.
|
|
3272
|
+
"getrandom 0.3.2",
|
|
3271
3273
|
"once_cell",
|
|
3272
|
-
"rustix",
|
|
3273
|
-
"windows-sys 0.
|
|
3274
|
+
"rustix 1.0.7",
|
|
3275
|
+
"windows-sys 0.59.0",
|
|
3274
3276
|
]
|
|
3275
3277
|
|
|
3276
3278
|
[[package]]
|
|
@@ -3293,11 +3295,11 @@ dependencies = [
|
|
|
3293
3295
|
|
|
3294
3296
|
[[package]]
|
|
3295
3297
|
name = "thiserror"
|
|
3296
|
-
version = "2.0.
|
|
3298
|
+
version = "2.0.12"
|
|
3297
3299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3298
|
-
checksum = "
|
|
3300
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
3299
3301
|
dependencies = [
|
|
3300
|
-
"thiserror-impl 2.0.
|
|
3302
|
+
"thiserror-impl 2.0.12",
|
|
3301
3303
|
]
|
|
3302
3304
|
|
|
3303
3305
|
[[package]]
|
|
@@ -3308,34 +3310,35 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
3308
3310
|
dependencies = [
|
|
3309
3311
|
"proc-macro2",
|
|
3310
3312
|
"quote",
|
|
3311
|
-
"syn 2.0.
|
|
3313
|
+
"syn 2.0.101",
|
|
3312
3314
|
]
|
|
3313
3315
|
|
|
3314
3316
|
[[package]]
|
|
3315
3317
|
name = "thiserror-impl"
|
|
3316
|
-
version = "2.0.
|
|
3318
|
+
version = "2.0.12"
|
|
3317
3319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3318
|
-
checksum = "
|
|
3320
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
3319
3321
|
dependencies = [
|
|
3320
3322
|
"proc-macro2",
|
|
3321
3323
|
"quote",
|
|
3322
|
-
"syn 2.0.
|
|
3324
|
+
"syn 2.0.101",
|
|
3323
3325
|
]
|
|
3324
3326
|
|
|
3325
3327
|
[[package]]
|
|
3326
3328
|
name = "thread_local"
|
|
3327
|
-
version = "1.1.
|
|
3329
|
+
version = "1.1.8"
|
|
3328
3330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3329
|
-
checksum = "
|
|
3331
|
+
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
3330
3332
|
dependencies = [
|
|
3331
3333
|
"cfg-if",
|
|
3334
|
+
"once_cell",
|
|
3332
3335
|
]
|
|
3333
3336
|
|
|
3334
3337
|
[[package]]
|
|
3335
3338
|
name = "time"
|
|
3336
|
-
version = "0.3.
|
|
3339
|
+
version = "0.3.41"
|
|
3337
3340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3338
|
-
checksum = "
|
|
3341
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
3339
3342
|
dependencies = [
|
|
3340
3343
|
"deranged",
|
|
3341
3344
|
"itoa",
|
|
@@ -3343,22 +3346,22 @@ dependencies = [
|
|
|
3343
3346
|
"num-conv",
|
|
3344
3347
|
"num_threads",
|
|
3345
3348
|
"powerfmt",
|
|
3346
|
-
"
|
|
3349
|
+
"serde",
|
|
3347
3350
|
"time-core",
|
|
3348
3351
|
"time-macros",
|
|
3349
3352
|
]
|
|
3350
3353
|
|
|
3351
3354
|
[[package]]
|
|
3352
3355
|
name = "time-core"
|
|
3353
|
-
version = "0.1.
|
|
3356
|
+
version = "0.1.4"
|
|
3354
3357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3355
|
-
checksum = "
|
|
3358
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
3356
3359
|
|
|
3357
3360
|
[[package]]
|
|
3358
3361
|
name = "time-macros"
|
|
3359
|
-
version = "0.2.
|
|
3362
|
+
version = "0.2.22"
|
|
3360
3363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3361
|
-
checksum = "
|
|
3364
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
3362
3365
|
dependencies = [
|
|
3363
3366
|
"num-conv",
|
|
3364
3367
|
"time-core",
|
|
@@ -3366,9 +3369,9 @@ dependencies = [
|
|
|
3366
3369
|
|
|
3367
3370
|
[[package]]
|
|
3368
3371
|
name = "tinystr"
|
|
3369
|
-
version = "0.
|
|
3372
|
+
version = "0.7.6"
|
|
3370
3373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3371
|
-
checksum = "
|
|
3374
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
3372
3375
|
dependencies = [
|
|
3373
3376
|
"displaydoc",
|
|
3374
3377
|
"zerovec",
|
|
@@ -3376,9 +3379,9 @@ dependencies = [
|
|
|
3376
3379
|
|
|
3377
3380
|
[[package]]
|
|
3378
3381
|
name = "tinyvec"
|
|
3379
|
-
version = "1.
|
|
3382
|
+
version = "1.9.0"
|
|
3380
3383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3381
|
-
checksum = "
|
|
3384
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
|
3382
3385
|
dependencies = [
|
|
3383
3386
|
"tinyvec_macros",
|
|
3384
3387
|
]
|
|
@@ -3391,37 +3394,38 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3391
3394
|
|
|
3392
3395
|
[[package]]
|
|
3393
3396
|
name = "tokio"
|
|
3394
|
-
version = "1.
|
|
3397
|
+
version = "1.44.2"
|
|
3395
3398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3396
|
-
checksum = "
|
|
3399
|
+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
3397
3400
|
dependencies = [
|
|
3401
|
+
"backtrace",
|
|
3398
3402
|
"bytes",
|
|
3399
3403
|
"libc",
|
|
3400
3404
|
"mio",
|
|
3401
3405
|
"parking_lot",
|
|
3402
3406
|
"pin-project-lite",
|
|
3403
3407
|
"signal-hook-registry",
|
|
3404
|
-
"socket2
|
|
3408
|
+
"socket2",
|
|
3405
3409
|
"tokio-macros",
|
|
3406
|
-
"windows-sys 0.
|
|
3410
|
+
"windows-sys 0.52.0",
|
|
3407
3411
|
]
|
|
3408
3412
|
|
|
3409
3413
|
[[package]]
|
|
3410
3414
|
name = "tokio-macros"
|
|
3411
|
-
version = "2.
|
|
3415
|
+
version = "2.5.0"
|
|
3412
3416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3413
|
-
checksum = "
|
|
3417
|
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
3414
3418
|
dependencies = [
|
|
3415
3419
|
"proc-macro2",
|
|
3416
3420
|
"quote",
|
|
3417
|
-
"syn 2.0.
|
|
3421
|
+
"syn 2.0.101",
|
|
3418
3422
|
]
|
|
3419
3423
|
|
|
3420
3424
|
[[package]]
|
|
3421
3425
|
name = "tokio-rustls"
|
|
3422
|
-
version = "0.26.
|
|
3426
|
+
version = "0.26.2"
|
|
3423
3427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3424
|
-
checksum = "
|
|
3428
|
+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
3425
3429
|
dependencies = [
|
|
3426
3430
|
"rustls",
|
|
3427
3431
|
"tokio",
|
|
@@ -3429,9 +3433,9 @@ dependencies = [
|
|
|
3429
3433
|
|
|
3430
3434
|
[[package]]
|
|
3431
3435
|
name = "tokio-stream"
|
|
3432
|
-
version = "0.1.
|
|
3436
|
+
version = "0.1.17"
|
|
3433
3437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3434
|
-
checksum = "
|
|
3438
|
+
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
3435
3439
|
dependencies = [
|
|
3436
3440
|
"futures-core",
|
|
3437
3441
|
"pin-project-lite",
|
|
@@ -3452,9 +3456,9 @@ dependencies = [
|
|
|
3452
3456
|
|
|
3453
3457
|
[[package]]
|
|
3454
3458
|
name = "tokio-util"
|
|
3455
|
-
version = "0.7.
|
|
3459
|
+
version = "0.7.15"
|
|
3456
3460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3457
|
-
checksum = "
|
|
3461
|
+
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
|
3458
3462
|
dependencies = [
|
|
3459
3463
|
"bytes",
|
|
3460
3464
|
"futures-core",
|
|
@@ -3466,9 +3470,9 @@ dependencies = [
|
|
|
3466
3470
|
|
|
3467
3471
|
[[package]]
|
|
3468
3472
|
name = "tower"
|
|
3469
|
-
version = "0.5.
|
|
3473
|
+
version = "0.5.2"
|
|
3470
3474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3471
|
-
checksum = "
|
|
3475
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
3472
3476
|
dependencies = [
|
|
3473
3477
|
"futures-core",
|
|
3474
3478
|
"futures-util",
|
|
@@ -3480,24 +3484,6 @@ dependencies = [
|
|
|
3480
3484
|
"tracing",
|
|
3481
3485
|
]
|
|
3482
3486
|
|
|
3483
|
-
[[package]]
|
|
3484
|
-
name = "tower-http"
|
|
3485
|
-
version = "0.6.8"
|
|
3486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3487
|
-
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3488
|
-
dependencies = [
|
|
3489
|
-
"bitflags 2.11.1",
|
|
3490
|
-
"bytes",
|
|
3491
|
-
"futures-util",
|
|
3492
|
-
"http 1.4.0",
|
|
3493
|
-
"http-body 1.0.1",
|
|
3494
|
-
"iri-string",
|
|
3495
|
-
"pin-project-lite",
|
|
3496
|
-
"tower",
|
|
3497
|
-
"tower-layer",
|
|
3498
|
-
"tower-service",
|
|
3499
|
-
]
|
|
3500
|
-
|
|
3501
3487
|
[[package]]
|
|
3502
3488
|
name = "tower-layer"
|
|
3503
3489
|
version = "0.3.3"
|
|
@@ -3512,9 +3498,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3512
3498
|
|
|
3513
3499
|
[[package]]
|
|
3514
3500
|
name = "tracing"
|
|
3515
|
-
version = "0.1.
|
|
3501
|
+
version = "0.1.41"
|
|
3516
3502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3517
|
-
checksum = "
|
|
3503
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
3518
3504
|
dependencies = [
|
|
3519
3505
|
"log",
|
|
3520
3506
|
"pin-project-lite",
|
|
@@ -3524,33 +3510,32 @@ dependencies = [
|
|
|
3524
3510
|
|
|
3525
3511
|
[[package]]
|
|
3526
3512
|
name = "tracing-appender"
|
|
3527
|
-
version = "0.2.
|
|
3513
|
+
version = "0.2.3"
|
|
3528
3514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3529
|
-
checksum = "
|
|
3515
|
+
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
|
3530
3516
|
dependencies = [
|
|
3531
3517
|
"crossbeam-channel",
|
|
3532
|
-
"
|
|
3533
|
-
"thiserror 2.0.18",
|
|
3518
|
+
"thiserror 1.0.69",
|
|
3534
3519
|
"time",
|
|
3535
3520
|
"tracing-subscriber",
|
|
3536
3521
|
]
|
|
3537
3522
|
|
|
3538
3523
|
[[package]]
|
|
3539
3524
|
name = "tracing-attributes"
|
|
3540
|
-
version = "0.1.
|
|
3525
|
+
version = "0.1.28"
|
|
3541
3526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3542
|
-
checksum = "
|
|
3527
|
+
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
3543
3528
|
dependencies = [
|
|
3544
3529
|
"proc-macro2",
|
|
3545
3530
|
"quote",
|
|
3546
|
-
"syn 2.0.
|
|
3531
|
+
"syn 2.0.101",
|
|
3547
3532
|
]
|
|
3548
3533
|
|
|
3549
3534
|
[[package]]
|
|
3550
3535
|
name = "tracing-core"
|
|
3551
|
-
version = "0.1.
|
|
3536
|
+
version = "0.1.33"
|
|
3552
3537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3553
|
-
checksum = "
|
|
3538
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
3554
3539
|
dependencies = [
|
|
3555
3540
|
"once_cell",
|
|
3556
3541
|
"valuable",
|
|
@@ -3579,14 +3564,14 @@ dependencies = [
|
|
|
3579
3564
|
|
|
3580
3565
|
[[package]]
|
|
3581
3566
|
name = "tracing-subscriber"
|
|
3582
|
-
version = "0.3.
|
|
3567
|
+
version = "0.3.19"
|
|
3583
3568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3584
|
-
checksum = "
|
|
3569
|
+
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
3585
3570
|
dependencies = [
|
|
3586
3571
|
"matchers",
|
|
3587
3572
|
"nu-ansi-term",
|
|
3588
3573
|
"once_cell",
|
|
3589
|
-
"regex
|
|
3574
|
+
"regex",
|
|
3590
3575
|
"serde",
|
|
3591
3576
|
"serde_json",
|
|
3592
3577
|
"sharded-slab",
|
|
@@ -3613,10 +3598,10 @@ dependencies = [
|
|
|
3613
3598
|
"byteorder",
|
|
3614
3599
|
"bytes",
|
|
3615
3600
|
"data-encoding",
|
|
3616
|
-
"http 1.
|
|
3601
|
+
"http 1.3.1",
|
|
3617
3602
|
"httparse",
|
|
3618
3603
|
"log",
|
|
3619
|
-
"rand 0.8.
|
|
3604
|
+
"rand 0.8.5",
|
|
3620
3605
|
"sha1",
|
|
3621
3606
|
"thiserror 1.0.69",
|
|
3622
3607
|
"url",
|
|
@@ -3625,27 +3610,27 @@ dependencies = [
|
|
|
3625
3610
|
|
|
3626
3611
|
[[package]]
|
|
3627
3612
|
name = "typenum"
|
|
3628
|
-
version = "1.
|
|
3613
|
+
version = "1.18.0"
|
|
3629
3614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3630
|
-
checksum = "
|
|
3615
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
3631
3616
|
|
|
3632
3617
|
[[package]]
|
|
3633
3618
|
name = "unicase"
|
|
3634
|
-
version = "2.
|
|
3619
|
+
version = "2.8.1"
|
|
3635
3620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3636
|
-
checksum = "
|
|
3621
|
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
3637
3622
|
|
|
3638
3623
|
[[package]]
|
|
3639
3624
|
name = "unicode-ident"
|
|
3640
|
-
version = "1.0.
|
|
3625
|
+
version = "1.0.18"
|
|
3641
3626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3642
|
-
checksum = "
|
|
3627
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
3643
3628
|
|
|
3644
3629
|
[[package]]
|
|
3645
3630
|
name = "unicode-segmentation"
|
|
3646
|
-
version = "1.
|
|
3631
|
+
version = "1.12.0"
|
|
3647
3632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3648
|
-
checksum = "
|
|
3633
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3649
3634
|
|
|
3650
3635
|
[[package]]
|
|
3651
3636
|
name = "unicode-width"
|
|
@@ -3667,14 +3652,13 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3667
3652
|
|
|
3668
3653
|
[[package]]
|
|
3669
3654
|
name = "url"
|
|
3670
|
-
version = "2.5.
|
|
3655
|
+
version = "2.5.4"
|
|
3671
3656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3672
|
-
checksum = "
|
|
3657
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
3673
3658
|
dependencies = [
|
|
3674
3659
|
"form_urlencoded",
|
|
3675
3660
|
"idna",
|
|
3676
3661
|
"percent-encoding",
|
|
3677
|
-
"serde",
|
|
3678
3662
|
]
|
|
3679
3663
|
|
|
3680
3664
|
[[package]]
|
|
@@ -3683,6 +3667,12 @@ version = "0.7.6"
|
|
|
3683
3667
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3684
3668
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
3685
3669
|
|
|
3670
|
+
[[package]]
|
|
3671
|
+
name = "utf16_iter"
|
|
3672
|
+
version = "1.0.5"
|
|
3673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3674
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
3675
|
+
|
|
3686
3676
|
[[package]]
|
|
3687
3677
|
name = "utf8_iter"
|
|
3688
3678
|
version = "1.0.4"
|
|
@@ -3763,56 +3753,63 @@ dependencies = [
|
|
|
3763
3753
|
|
|
3764
3754
|
[[package]]
|
|
3765
3755
|
name = "wasi"
|
|
3766
|
-
version = "0.11.
|
|
3767
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3768
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3769
|
-
|
|
3770
|
-
[[package]]
|
|
3771
|
-
name = "wasip2"
|
|
3772
|
-
version = "1.0.3+wasi-0.2.9"
|
|
3756
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
|
3773
3757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3774
|
-
checksum = "
|
|
3775
|
-
dependencies = [
|
|
3776
|
-
"wit-bindgen 0.57.1",
|
|
3777
|
-
]
|
|
3758
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3778
3759
|
|
|
3779
3760
|
[[package]]
|
|
3780
|
-
name = "
|
|
3781
|
-
version = "0.
|
|
3761
|
+
name = "wasi"
|
|
3762
|
+
version = "0.14.2+wasi-0.2.4"
|
|
3782
3763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3783
|
-
checksum = "
|
|
3764
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
3784
3765
|
dependencies = [
|
|
3785
|
-
"wit-bindgen
|
|
3766
|
+
"wit-bindgen-rt",
|
|
3786
3767
|
]
|
|
3787
3768
|
|
|
3788
3769
|
[[package]]
|
|
3789
3770
|
name = "wasm-bindgen"
|
|
3790
|
-
version = "0.2.
|
|
3771
|
+
version = "0.2.100"
|
|
3791
3772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3792
|
-
checksum = "
|
|
3773
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
3793
3774
|
dependencies = [
|
|
3794
3775
|
"cfg-if",
|
|
3795
3776
|
"once_cell",
|
|
3796
3777
|
"rustversion",
|
|
3797
3778
|
"wasm-bindgen-macro",
|
|
3779
|
+
]
|
|
3780
|
+
|
|
3781
|
+
[[package]]
|
|
3782
|
+
name = "wasm-bindgen-backend"
|
|
3783
|
+
version = "0.2.100"
|
|
3784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3785
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
3786
|
+
dependencies = [
|
|
3787
|
+
"bumpalo",
|
|
3788
|
+
"log",
|
|
3789
|
+
"proc-macro2",
|
|
3790
|
+
"quote",
|
|
3791
|
+
"syn 2.0.101",
|
|
3798
3792
|
"wasm-bindgen-shared",
|
|
3799
3793
|
]
|
|
3800
3794
|
|
|
3801
3795
|
[[package]]
|
|
3802
3796
|
name = "wasm-bindgen-futures"
|
|
3803
|
-
version = "0.4.
|
|
3797
|
+
version = "0.4.50"
|
|
3804
3798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3805
|
-
checksum = "
|
|
3799
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
3806
3800
|
dependencies = [
|
|
3801
|
+
"cfg-if",
|
|
3807
3802
|
"js-sys",
|
|
3803
|
+
"once_cell",
|
|
3808
3804
|
"wasm-bindgen",
|
|
3805
|
+
"web-sys",
|
|
3809
3806
|
]
|
|
3810
3807
|
|
|
3811
3808
|
[[package]]
|
|
3812
3809
|
name = "wasm-bindgen-macro"
|
|
3813
|
-
version = "0.2.
|
|
3810
|
+
version = "0.2.100"
|
|
3814
3811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3815
|
-
checksum = "
|
|
3812
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
3816
3813
|
dependencies = [
|
|
3817
3814
|
"quote",
|
|
3818
3815
|
"wasm-bindgen-macro-support",
|
|
@@ -3820,48 +3817,26 @@ dependencies = [
|
|
|
3820
3817
|
|
|
3821
3818
|
[[package]]
|
|
3822
3819
|
name = "wasm-bindgen-macro-support"
|
|
3823
|
-
version = "0.2.
|
|
3820
|
+
version = "0.2.100"
|
|
3824
3821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3825
|
-
checksum = "
|
|
3822
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
3826
3823
|
dependencies = [
|
|
3827
|
-
"bumpalo",
|
|
3828
3824
|
"proc-macro2",
|
|
3829
3825
|
"quote",
|
|
3830
|
-
"syn 2.0.
|
|
3826
|
+
"syn 2.0.101",
|
|
3827
|
+
"wasm-bindgen-backend",
|
|
3831
3828
|
"wasm-bindgen-shared",
|
|
3832
3829
|
]
|
|
3833
3830
|
|
|
3834
3831
|
[[package]]
|
|
3835
3832
|
name = "wasm-bindgen-shared"
|
|
3836
|
-
version = "0.2.
|
|
3833
|
+
version = "0.2.100"
|
|
3837
3834
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3838
|
-
checksum = "
|
|
3835
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
3839
3836
|
dependencies = [
|
|
3840
3837
|
"unicode-ident",
|
|
3841
3838
|
]
|
|
3842
3839
|
|
|
3843
|
-
[[package]]
|
|
3844
|
-
name = "wasm-encoder"
|
|
3845
|
-
version = "0.244.0"
|
|
3846
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3847
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3848
|
-
dependencies = [
|
|
3849
|
-
"leb128fmt",
|
|
3850
|
-
"wasmparser",
|
|
3851
|
-
]
|
|
3852
|
-
|
|
3853
|
-
[[package]]
|
|
3854
|
-
name = "wasm-metadata"
|
|
3855
|
-
version = "0.244.0"
|
|
3856
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3857
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3858
|
-
dependencies = [
|
|
3859
|
-
"anyhow",
|
|
3860
|
-
"indexmap",
|
|
3861
|
-
"wasm-encoder",
|
|
3862
|
-
"wasmparser",
|
|
3863
|
-
]
|
|
3864
|
-
|
|
3865
3840
|
[[package]]
|
|
3866
3841
|
name = "wasm-streams"
|
|
3867
3842
|
version = "0.4.2"
|
|
@@ -3875,23 +3850,11 @@ dependencies = [
|
|
|
3875
3850
|
"web-sys",
|
|
3876
3851
|
]
|
|
3877
3852
|
|
|
3878
|
-
[[package]]
|
|
3879
|
-
name = "wasmparser"
|
|
3880
|
-
version = "0.244.0"
|
|
3881
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3883
|
-
dependencies = [
|
|
3884
|
-
"bitflags 2.11.1",
|
|
3885
|
-
"hashbrown 0.15.5",
|
|
3886
|
-
"indexmap",
|
|
3887
|
-
"semver",
|
|
3888
|
-
]
|
|
3889
|
-
|
|
3890
3853
|
[[package]]
|
|
3891
3854
|
name = "web-sys"
|
|
3892
|
-
version = "0.3.
|
|
3855
|
+
version = "0.3.77"
|
|
3893
3856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3894
|
-
checksum = "
|
|
3857
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
3895
3858
|
dependencies = [
|
|
3896
3859
|
"js-sys",
|
|
3897
3860
|
"wasm-bindgen",
|
|
@@ -3909,20 +3872,23 @@ dependencies = [
|
|
|
3909
3872
|
|
|
3910
3873
|
[[package]]
|
|
3911
3874
|
name = "webpki-roots"
|
|
3912
|
-
version = "0.26.
|
|
3875
|
+
version = "0.26.10"
|
|
3913
3876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3914
|
-
checksum = "
|
|
3877
|
+
checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93"
|
|
3915
3878
|
dependencies = [
|
|
3916
|
-
"
|
|
3879
|
+
"rustls-pki-types",
|
|
3917
3880
|
]
|
|
3918
3881
|
|
|
3919
3882
|
[[package]]
|
|
3920
|
-
name = "
|
|
3921
|
-
version = "
|
|
3883
|
+
name = "which"
|
|
3884
|
+
version = "4.4.2"
|
|
3922
3885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3923
|
-
checksum = "
|
|
3886
|
+
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
3924
3887
|
dependencies = [
|
|
3925
|
-
"
|
|
3888
|
+
"either",
|
|
3889
|
+
"home",
|
|
3890
|
+
"once_cell",
|
|
3891
|
+
"rustix 0.38.44",
|
|
3926
3892
|
]
|
|
3927
3893
|
|
|
3928
3894
|
[[package]]
|
|
@@ -3943,11 +3909,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3943
3909
|
|
|
3944
3910
|
[[package]]
|
|
3945
3911
|
name = "winapi-util"
|
|
3946
|
-
version = "0.1.
|
|
3912
|
+
version = "0.1.9"
|
|
3947
3913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3948
|
-
checksum = "
|
|
3914
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
3949
3915
|
dependencies = [
|
|
3950
|
-
"windows-sys 0.
|
|
3916
|
+
"windows-sys 0.48.0",
|
|
3951
3917
|
]
|
|
3952
3918
|
|
|
3953
3919
|
[[package]]
|
|
@@ -3980,15 +3946,15 @@ dependencies = [
|
|
|
3980
3946
|
|
|
3981
3947
|
[[package]]
|
|
3982
3948
|
name = "windows-core"
|
|
3983
|
-
version = "0.
|
|
3949
|
+
version = "0.61.0"
|
|
3984
3950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3985
|
-
checksum = "
|
|
3951
|
+
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
|
|
3986
3952
|
dependencies = [
|
|
3987
|
-
"windows-implement 0.60.
|
|
3988
|
-
"windows-interface 0.59.
|
|
3953
|
+
"windows-implement 0.60.0",
|
|
3954
|
+
"windows-interface 0.59.1",
|
|
3989
3955
|
"windows-link",
|
|
3990
|
-
"windows-result 0.
|
|
3991
|
-
"windows-strings",
|
|
3956
|
+
"windows-result 0.3.2",
|
|
3957
|
+
"windows-strings 0.4.0",
|
|
3992
3958
|
]
|
|
3993
3959
|
|
|
3994
3960
|
[[package]]
|
|
@@ -3999,18 +3965,18 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
3999
3965
|
dependencies = [
|
|
4000
3966
|
"proc-macro2",
|
|
4001
3967
|
"quote",
|
|
4002
|
-
"syn 2.0.
|
|
3968
|
+
"syn 2.0.101",
|
|
4003
3969
|
]
|
|
4004
3970
|
|
|
4005
3971
|
[[package]]
|
|
4006
3972
|
name = "windows-implement"
|
|
4007
|
-
version = "0.60.
|
|
3973
|
+
version = "0.60.0"
|
|
4008
3974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4009
|
-
checksum = "
|
|
3975
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
4010
3976
|
dependencies = [
|
|
4011
3977
|
"proc-macro2",
|
|
4012
3978
|
"quote",
|
|
4013
|
-
"syn 2.0.
|
|
3979
|
+
"syn 2.0.101",
|
|
4014
3980
|
]
|
|
4015
3981
|
|
|
4016
3982
|
[[package]]
|
|
@@ -4021,35 +3987,35 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
4021
3987
|
dependencies = [
|
|
4022
3988
|
"proc-macro2",
|
|
4023
3989
|
"quote",
|
|
4024
|
-
"syn 2.0.
|
|
3990
|
+
"syn 2.0.101",
|
|
4025
3991
|
]
|
|
4026
3992
|
|
|
4027
3993
|
[[package]]
|
|
4028
3994
|
name = "windows-interface"
|
|
4029
|
-
version = "0.59.
|
|
3995
|
+
version = "0.59.1"
|
|
4030
3996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4031
|
-
checksum = "
|
|
3997
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
|
4032
3998
|
dependencies = [
|
|
4033
3999
|
"proc-macro2",
|
|
4034
4000
|
"quote",
|
|
4035
|
-
"syn 2.0.
|
|
4001
|
+
"syn 2.0.101",
|
|
4036
4002
|
]
|
|
4037
4003
|
|
|
4038
4004
|
[[package]]
|
|
4039
4005
|
name = "windows-link"
|
|
4040
|
-
version = "0.
|
|
4006
|
+
version = "0.1.1"
|
|
4041
4007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4042
|
-
checksum = "
|
|
4008
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
4043
4009
|
|
|
4044
4010
|
[[package]]
|
|
4045
4011
|
name = "windows-registry"
|
|
4046
|
-
version = "0.
|
|
4012
|
+
version = "0.4.0"
|
|
4047
4013
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4048
|
-
checksum = "
|
|
4014
|
+
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
4049
4015
|
dependencies = [
|
|
4050
|
-
"windows-
|
|
4051
|
-
"windows-
|
|
4052
|
-
"windows-
|
|
4016
|
+
"windows-result 0.3.2",
|
|
4017
|
+
"windows-strings 0.3.1",
|
|
4018
|
+
"windows-targets 0.53.0",
|
|
4053
4019
|
]
|
|
4054
4020
|
|
|
4055
4021
|
[[package]]
|
|
@@ -4063,22 +4029,40 @@ dependencies = [
|
|
|
4063
4029
|
|
|
4064
4030
|
[[package]]
|
|
4065
4031
|
name = "windows-result"
|
|
4066
|
-
version = "0.
|
|
4032
|
+
version = "0.3.2"
|
|
4067
4033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4068
|
-
checksum = "
|
|
4034
|
+
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
4069
4035
|
dependencies = [
|
|
4070
4036
|
"windows-link",
|
|
4071
4037
|
]
|
|
4072
4038
|
|
|
4073
4039
|
[[package]]
|
|
4074
4040
|
name = "windows-strings"
|
|
4075
|
-
version = "0.
|
|
4041
|
+
version = "0.3.1"
|
|
4042
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4043
|
+
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
4044
|
+
dependencies = [
|
|
4045
|
+
"windows-link",
|
|
4046
|
+
]
|
|
4047
|
+
|
|
4048
|
+
[[package]]
|
|
4049
|
+
name = "windows-strings"
|
|
4050
|
+
version = "0.4.0"
|
|
4076
4051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4077
|
-
checksum = "
|
|
4052
|
+
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
|
|
4078
4053
|
dependencies = [
|
|
4079
4054
|
"windows-link",
|
|
4080
4055
|
]
|
|
4081
4056
|
|
|
4057
|
+
[[package]]
|
|
4058
|
+
name = "windows-sys"
|
|
4059
|
+
version = "0.48.0"
|
|
4060
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4061
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
4062
|
+
dependencies = [
|
|
4063
|
+
"windows-targets 0.48.5",
|
|
4064
|
+
]
|
|
4065
|
+
|
|
4082
4066
|
[[package]]
|
|
4083
4067
|
name = "windows-sys"
|
|
4084
4068
|
version = "0.52.0"
|
|
@@ -4090,20 +4074,26 @@ dependencies = [
|
|
|
4090
4074
|
|
|
4091
4075
|
[[package]]
|
|
4092
4076
|
name = "windows-sys"
|
|
4093
|
-
version = "0.
|
|
4077
|
+
version = "0.59.0"
|
|
4094
4078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4095
|
-
checksum = "
|
|
4079
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4096
4080
|
dependencies = [
|
|
4097
|
-
"windows-targets 0.
|
|
4081
|
+
"windows-targets 0.52.6",
|
|
4098
4082
|
]
|
|
4099
4083
|
|
|
4100
4084
|
[[package]]
|
|
4101
|
-
name = "windows-
|
|
4102
|
-
version = "0.
|
|
4085
|
+
name = "windows-targets"
|
|
4086
|
+
version = "0.48.5"
|
|
4103
4087
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4104
|
-
checksum = "
|
|
4088
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
4105
4089
|
dependencies = [
|
|
4106
|
-
"
|
|
4090
|
+
"windows_aarch64_gnullvm 0.48.5",
|
|
4091
|
+
"windows_aarch64_msvc 0.48.5",
|
|
4092
|
+
"windows_i686_gnu 0.48.5",
|
|
4093
|
+
"windows_i686_msvc 0.48.5",
|
|
4094
|
+
"windows_x86_64_gnu 0.48.5",
|
|
4095
|
+
"windows_x86_64_gnullvm 0.48.5",
|
|
4096
|
+
"windows_x86_64_msvc 0.48.5",
|
|
4107
4097
|
]
|
|
4108
4098
|
|
|
4109
4099
|
[[package]]
|
|
@@ -4124,21 +4114,26 @@ dependencies = [
|
|
|
4124
4114
|
|
|
4125
4115
|
[[package]]
|
|
4126
4116
|
name = "windows-targets"
|
|
4127
|
-
version = "0.53.
|
|
4117
|
+
version = "0.53.0"
|
|
4128
4118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4129
|
-
checksum = "
|
|
4119
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
4130
4120
|
dependencies = [
|
|
4131
|
-
"
|
|
4132
|
-
"
|
|
4133
|
-
"
|
|
4134
|
-
"
|
|
4135
|
-
"
|
|
4136
|
-
"
|
|
4137
|
-
"
|
|
4138
|
-
"
|
|
4139
|
-
"windows_x86_64_msvc 0.53.1",
|
|
4121
|
+
"windows_aarch64_gnullvm 0.53.0",
|
|
4122
|
+
"windows_aarch64_msvc 0.53.0",
|
|
4123
|
+
"windows_i686_gnu 0.53.0",
|
|
4124
|
+
"windows_i686_gnullvm 0.53.0",
|
|
4125
|
+
"windows_i686_msvc 0.53.0",
|
|
4126
|
+
"windows_x86_64_gnu 0.53.0",
|
|
4127
|
+
"windows_x86_64_gnullvm 0.53.0",
|
|
4128
|
+
"windows_x86_64_msvc 0.53.0",
|
|
4140
4129
|
]
|
|
4141
4130
|
|
|
4131
|
+
[[package]]
|
|
4132
|
+
name = "windows_aarch64_gnullvm"
|
|
4133
|
+
version = "0.48.5"
|
|
4134
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4135
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
4136
|
+
|
|
4142
4137
|
[[package]]
|
|
4143
4138
|
name = "windows_aarch64_gnullvm"
|
|
4144
4139
|
version = "0.52.6"
|
|
@@ -4147,9 +4142,15 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
4147
4142
|
|
|
4148
4143
|
[[package]]
|
|
4149
4144
|
name = "windows_aarch64_gnullvm"
|
|
4150
|
-
version = "0.53.
|
|
4145
|
+
version = "0.53.0"
|
|
4151
4146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4152
|
-
checksum = "
|
|
4147
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
4148
|
+
|
|
4149
|
+
[[package]]
|
|
4150
|
+
name = "windows_aarch64_msvc"
|
|
4151
|
+
version = "0.48.5"
|
|
4152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4153
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
4153
4154
|
|
|
4154
4155
|
[[package]]
|
|
4155
4156
|
name = "windows_aarch64_msvc"
|
|
@@ -4159,9 +4160,15 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
4159
4160
|
|
|
4160
4161
|
[[package]]
|
|
4161
4162
|
name = "windows_aarch64_msvc"
|
|
4162
|
-
version = "0.53.
|
|
4163
|
+
version = "0.53.0"
|
|
4164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4165
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
4166
|
+
|
|
4167
|
+
[[package]]
|
|
4168
|
+
name = "windows_i686_gnu"
|
|
4169
|
+
version = "0.48.5"
|
|
4163
4170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4164
|
-
checksum = "
|
|
4171
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
4165
4172
|
|
|
4166
4173
|
[[package]]
|
|
4167
4174
|
name = "windows_i686_gnu"
|
|
@@ -4171,9 +4178,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
4171
4178
|
|
|
4172
4179
|
[[package]]
|
|
4173
4180
|
name = "windows_i686_gnu"
|
|
4174
|
-
version = "0.53.
|
|
4181
|
+
version = "0.53.0"
|
|
4175
4182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4176
|
-
checksum = "
|
|
4183
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
4177
4184
|
|
|
4178
4185
|
[[package]]
|
|
4179
4186
|
name = "windows_i686_gnullvm"
|
|
@@ -4183,9 +4190,15 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
4183
4190
|
|
|
4184
4191
|
[[package]]
|
|
4185
4192
|
name = "windows_i686_gnullvm"
|
|
4186
|
-
version = "0.53.
|
|
4193
|
+
version = "0.53.0"
|
|
4194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4195
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
4196
|
+
|
|
4197
|
+
[[package]]
|
|
4198
|
+
name = "windows_i686_msvc"
|
|
4199
|
+
version = "0.48.5"
|
|
4187
4200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4188
|
-
checksum = "
|
|
4201
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
4189
4202
|
|
|
4190
4203
|
[[package]]
|
|
4191
4204
|
name = "windows_i686_msvc"
|
|
@@ -4195,145 +4208,84 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
4195
4208
|
|
|
4196
4209
|
[[package]]
|
|
4197
4210
|
name = "windows_i686_msvc"
|
|
4198
|
-
version = "0.53.
|
|
4211
|
+
version = "0.53.0"
|
|
4199
4212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4200
|
-
checksum = "
|
|
4213
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
4201
4214
|
|
|
4202
4215
|
[[package]]
|
|
4203
4216
|
name = "windows_x86_64_gnu"
|
|
4204
|
-
version = "0.
|
|
4217
|
+
version = "0.48.5"
|
|
4205
4218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4206
|
-
checksum = "
|
|
4219
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
4207
4220
|
|
|
4208
4221
|
[[package]]
|
|
4209
4222
|
name = "windows_x86_64_gnu"
|
|
4210
|
-
version = "0.
|
|
4223
|
+
version = "0.52.6"
|
|
4211
4224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4212
|
-
checksum = "
|
|
4225
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4213
4226
|
|
|
4214
4227
|
[[package]]
|
|
4215
|
-
name = "
|
|
4216
|
-
version = "0.
|
|
4228
|
+
name = "windows_x86_64_gnu"
|
|
4229
|
+
version = "0.53.0"
|
|
4217
4230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4218
|
-
checksum = "
|
|
4231
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
4219
4232
|
|
|
4220
4233
|
[[package]]
|
|
4221
4234
|
name = "windows_x86_64_gnullvm"
|
|
4222
|
-
version = "0.
|
|
4235
|
+
version = "0.48.5"
|
|
4223
4236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4224
|
-
checksum = "
|
|
4237
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
4225
4238
|
|
|
4226
4239
|
[[package]]
|
|
4227
|
-
name = "
|
|
4240
|
+
name = "windows_x86_64_gnullvm"
|
|
4228
4241
|
version = "0.52.6"
|
|
4229
4242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4230
|
-
checksum = "
|
|
4231
|
-
|
|
4232
|
-
[[package]]
|
|
4233
|
-
name = "windows_x86_64_msvc"
|
|
4234
|
-
version = "0.53.1"
|
|
4235
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4236
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
4237
|
-
|
|
4238
|
-
[[package]]
|
|
4239
|
-
name = "wit-bindgen"
|
|
4240
|
-
version = "0.51.0"
|
|
4241
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4242
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4243
|
-
dependencies = [
|
|
4244
|
-
"wit-bindgen-rust-macro",
|
|
4245
|
-
]
|
|
4243
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4246
4244
|
|
|
4247
4245
|
[[package]]
|
|
4248
|
-
name = "
|
|
4249
|
-
version = "0.
|
|
4246
|
+
name = "windows_x86_64_gnullvm"
|
|
4247
|
+
version = "0.53.0"
|
|
4250
4248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4251
|
-
checksum = "
|
|
4249
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
4252
4250
|
|
|
4253
4251
|
[[package]]
|
|
4254
|
-
name = "
|
|
4255
|
-
version = "0.
|
|
4252
|
+
name = "windows_x86_64_msvc"
|
|
4253
|
+
version = "0.48.5"
|
|
4256
4254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4257
|
-
checksum = "
|
|
4258
|
-
dependencies = [
|
|
4259
|
-
"anyhow",
|
|
4260
|
-
"heck 0.5.0",
|
|
4261
|
-
"wit-parser",
|
|
4262
|
-
]
|
|
4255
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
4263
4256
|
|
|
4264
4257
|
[[package]]
|
|
4265
|
-
name = "
|
|
4266
|
-
version = "0.
|
|
4258
|
+
name = "windows_x86_64_msvc"
|
|
4259
|
+
version = "0.52.6"
|
|
4267
4260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4268
|
-
checksum = "
|
|
4269
|
-
dependencies = [
|
|
4270
|
-
"anyhow",
|
|
4271
|
-
"heck 0.5.0",
|
|
4272
|
-
"indexmap",
|
|
4273
|
-
"prettyplease",
|
|
4274
|
-
"syn 2.0.117",
|
|
4275
|
-
"wasm-metadata",
|
|
4276
|
-
"wit-bindgen-core",
|
|
4277
|
-
"wit-component",
|
|
4278
|
-
]
|
|
4261
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4279
4262
|
|
|
4280
4263
|
[[package]]
|
|
4281
|
-
name = "
|
|
4282
|
-
version = "0.
|
|
4264
|
+
name = "windows_x86_64_msvc"
|
|
4265
|
+
version = "0.53.0"
|
|
4283
4266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
-
checksum = "
|
|
4285
|
-
dependencies = [
|
|
4286
|
-
"anyhow",
|
|
4287
|
-
"prettyplease",
|
|
4288
|
-
"proc-macro2",
|
|
4289
|
-
"quote",
|
|
4290
|
-
"syn 2.0.117",
|
|
4291
|
-
"wit-bindgen-core",
|
|
4292
|
-
"wit-bindgen-rust",
|
|
4293
|
-
]
|
|
4267
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
4294
4268
|
|
|
4295
4269
|
[[package]]
|
|
4296
|
-
name = "wit-
|
|
4297
|
-
version = "0.
|
|
4270
|
+
name = "wit-bindgen-rt"
|
|
4271
|
+
version = "0.39.0"
|
|
4298
4272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4299
|
-
checksum = "
|
|
4273
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
4300
4274
|
dependencies = [
|
|
4301
|
-
"
|
|
4302
|
-
"bitflags 2.11.1",
|
|
4303
|
-
"indexmap",
|
|
4304
|
-
"log",
|
|
4305
|
-
"serde",
|
|
4306
|
-
"serde_derive",
|
|
4307
|
-
"serde_json",
|
|
4308
|
-
"wasm-encoder",
|
|
4309
|
-
"wasm-metadata",
|
|
4310
|
-
"wasmparser",
|
|
4311
|
-
"wit-parser",
|
|
4275
|
+
"bitflags 2.9.0",
|
|
4312
4276
|
]
|
|
4313
4277
|
|
|
4314
4278
|
[[package]]
|
|
4315
|
-
name = "
|
|
4316
|
-
version = "0.
|
|
4279
|
+
name = "write16"
|
|
4280
|
+
version = "1.0.0"
|
|
4317
4281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4318
|
-
checksum = "
|
|
4319
|
-
dependencies = [
|
|
4320
|
-
"anyhow",
|
|
4321
|
-
"id-arena",
|
|
4322
|
-
"indexmap",
|
|
4323
|
-
"log",
|
|
4324
|
-
"semver",
|
|
4325
|
-
"serde",
|
|
4326
|
-
"serde_derive",
|
|
4327
|
-
"serde_json",
|
|
4328
|
-
"unicode-xid",
|
|
4329
|
-
"wasmparser",
|
|
4330
|
-
]
|
|
4282
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
4331
4283
|
|
|
4332
4284
|
[[package]]
|
|
4333
4285
|
name = "writeable"
|
|
4334
|
-
version = "0.
|
|
4286
|
+
version = "0.5.5"
|
|
4335
4287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4336
|
-
checksum = "
|
|
4288
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
4337
4289
|
|
|
4338
4290
|
[[package]]
|
|
4339
4291
|
name = "x509-parser"
|
|
@@ -4364,10 +4316,11 @@ dependencies = [
|
|
|
4364
4316
|
|
|
4365
4317
|
[[package]]
|
|
4366
4318
|
name = "yoke"
|
|
4367
|
-
version = "0.
|
|
4319
|
+
version = "0.7.5"
|
|
4368
4320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4369
|
-
checksum = "
|
|
4321
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
4370
4322
|
dependencies = [
|
|
4323
|
+
"serde",
|
|
4371
4324
|
"stable_deref_trait",
|
|
4372
4325
|
"yoke-derive",
|
|
4373
4326
|
"zerofrom",
|
|
@@ -4375,79 +4328,88 @@ dependencies = [
|
|
|
4375
4328
|
|
|
4376
4329
|
[[package]]
|
|
4377
4330
|
name = "yoke-derive"
|
|
4378
|
-
version = "0.
|
|
4331
|
+
version = "0.7.5"
|
|
4379
4332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4380
|
-
checksum = "
|
|
4333
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4381
4334
|
dependencies = [
|
|
4382
4335
|
"proc-macro2",
|
|
4383
4336
|
"quote",
|
|
4384
|
-
"syn 2.0.
|
|
4337
|
+
"syn 2.0.101",
|
|
4385
4338
|
"synstructure",
|
|
4386
4339
|
]
|
|
4387
4340
|
|
|
4388
4341
|
[[package]]
|
|
4389
4342
|
name = "zerocopy"
|
|
4390
|
-
version = "0.
|
|
4343
|
+
version = "0.7.35"
|
|
4391
4344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4392
|
-
checksum = "
|
|
4345
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4393
4346
|
dependencies = [
|
|
4394
|
-
"zerocopy-derive",
|
|
4347
|
+
"zerocopy-derive 0.7.35",
|
|
4348
|
+
]
|
|
4349
|
+
|
|
4350
|
+
[[package]]
|
|
4351
|
+
name = "zerocopy"
|
|
4352
|
+
version = "0.8.25"
|
|
4353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4354
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
4355
|
+
dependencies = [
|
|
4356
|
+
"zerocopy-derive 0.8.25",
|
|
4395
4357
|
]
|
|
4396
4358
|
|
|
4397
4359
|
[[package]]
|
|
4398
4360
|
name = "zerocopy-derive"
|
|
4399
|
-
version = "0.
|
|
4361
|
+
version = "0.7.35"
|
|
4400
4362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4401
|
-
checksum = "
|
|
4363
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4402
4364
|
dependencies = [
|
|
4403
4365
|
"proc-macro2",
|
|
4404
4366
|
"quote",
|
|
4405
|
-
"syn 2.0.
|
|
4367
|
+
"syn 2.0.101",
|
|
4368
|
+
]
|
|
4369
|
+
|
|
4370
|
+
[[package]]
|
|
4371
|
+
name = "zerocopy-derive"
|
|
4372
|
+
version = "0.8.25"
|
|
4373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4374
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
4375
|
+
dependencies = [
|
|
4376
|
+
"proc-macro2",
|
|
4377
|
+
"quote",
|
|
4378
|
+
"syn 2.0.101",
|
|
4406
4379
|
]
|
|
4407
4380
|
|
|
4408
4381
|
[[package]]
|
|
4409
4382
|
name = "zerofrom"
|
|
4410
|
-
version = "0.1.
|
|
4383
|
+
version = "0.1.6"
|
|
4411
4384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4412
|
-
checksum = "
|
|
4385
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
4413
4386
|
dependencies = [
|
|
4414
4387
|
"zerofrom-derive",
|
|
4415
4388
|
]
|
|
4416
4389
|
|
|
4417
4390
|
[[package]]
|
|
4418
4391
|
name = "zerofrom-derive"
|
|
4419
|
-
version = "0.1.
|
|
4392
|
+
version = "0.1.6"
|
|
4420
4393
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4421
|
-
checksum = "
|
|
4394
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
4422
4395
|
dependencies = [
|
|
4423
4396
|
"proc-macro2",
|
|
4424
4397
|
"quote",
|
|
4425
|
-
"syn 2.0.
|
|
4398
|
+
"syn 2.0.101",
|
|
4426
4399
|
"synstructure",
|
|
4427
4400
|
]
|
|
4428
4401
|
|
|
4429
4402
|
[[package]]
|
|
4430
4403
|
name = "zeroize"
|
|
4431
|
-
version = "1.8.
|
|
4432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4433
|
-
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4434
|
-
|
|
4435
|
-
[[package]]
|
|
4436
|
-
name = "zerotrie"
|
|
4437
|
-
version = "0.2.4"
|
|
4404
|
+
version = "1.8.1"
|
|
4438
4405
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4439
|
-
checksum = "
|
|
4440
|
-
dependencies = [
|
|
4441
|
-
"displaydoc",
|
|
4442
|
-
"yoke",
|
|
4443
|
-
"zerofrom",
|
|
4444
|
-
]
|
|
4406
|
+
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
4445
4407
|
|
|
4446
4408
|
[[package]]
|
|
4447
4409
|
name = "zerovec"
|
|
4448
|
-
version = "0.
|
|
4410
|
+
version = "0.10.4"
|
|
4449
4411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4450
|
-
checksum = "
|
|
4412
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
4451
4413
|
dependencies = [
|
|
4452
4414
|
"yoke",
|
|
4453
4415
|
"zerofrom",
|
|
@@ -4456,21 +4418,15 @@ dependencies = [
|
|
|
4456
4418
|
|
|
4457
4419
|
[[package]]
|
|
4458
4420
|
name = "zerovec-derive"
|
|
4459
|
-
version = "0.
|
|
4421
|
+
version = "0.10.3"
|
|
4460
4422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4461
|
-
checksum = "
|
|
4423
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4462
4424
|
dependencies = [
|
|
4463
4425
|
"proc-macro2",
|
|
4464
4426
|
"quote",
|
|
4465
|
-
"syn 2.0.
|
|
4427
|
+
"syn 2.0.101",
|
|
4466
4428
|
]
|
|
4467
4429
|
|
|
4468
|
-
[[package]]
|
|
4469
|
-
name = "zmij"
|
|
4470
|
-
version = "1.0.21"
|
|
4471
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4472
|
-
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
4473
|
-
|
|
4474
4430
|
[[package]]
|
|
4475
4431
|
name = "zstd"
|
|
4476
4432
|
version = "0.13.3"
|
|
@@ -4491,14 +4447,10 @@ dependencies = [
|
|
|
4491
4447
|
|
|
4492
4448
|
[[package]]
|
|
4493
4449
|
name = "zstd-sys"
|
|
4494
|
-
version = "2.0.
|
|
4450
|
+
version = "2.0.15+zstd.1.5.7"
|
|
4495
4451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4496
|
-
checksum = "
|
|
4452
|
+
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
|
4497
4453
|
dependencies = [
|
|
4498
4454
|
"cc",
|
|
4499
4455
|
"pkg-config",
|
|
4500
4456
|
]
|
|
4501
|
-
|
|
4502
|
-
[[patch.unused]]
|
|
4503
|
-
name = "rb-sys-build"
|
|
4504
|
-
version = "0.9.124"
|