itsi 0.2.25 → 0.2.27.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -3
- data/Cargo.lock +940 -988
- data/Cargo.toml +0 -1
- data/Dockerfile +2 -2
- data/Rakefile +24 -7
- data/crates/itsi_acme/Cargo.toml +2 -1
- data/crates/itsi_acme/src/acceptor.rs +1 -1
- data/crates/itsi_acme/src/acme.rs +31 -3
- data/crates/itsi_acme/src/http_challenge.rs +81 -0
- data/crates/itsi_acme/src/https_helper.rs +3 -1
- data/crates/itsi_acme/src/jose.rs +6 -2
- data/crates/itsi_acme/src/lib.rs +2 -0
- data/crates/itsi_acme/src/resolver.rs +27 -4
- data/crates/itsi_acme/src/state.rs +183 -22
- data/crates/itsi_scheduler/Cargo.toml +1 -1
- data/crates/itsi_scheduler/src/itsi_scheduler.rs +115 -64
- data/crates/itsi_scheduler/src/lib.rs +2 -1
- data/crates/itsi_server/Cargo.lock +2 -2
- data/crates/itsi_server/Cargo.toml +2 -1
- data/crates/itsi_server/src/lib.rs +15 -0
- data/crates/itsi_server/src/ruby_types/itsi_http_request.rs +9 -0
- data/crates/itsi_server/src/ruby_types/itsi_http_response.rs +95 -0
- data/crates/itsi_server/src/ruby_types/itsi_server/itsi_server_config.rs +22 -1
- data/crates/itsi_server/src/ruby_types/itsi_server.rs +100 -0
- data/crates/itsi_server/src/server/binds/listener.rs +9 -24
- data/crates/itsi_server/src/server/binds/tls.rs +372 -67
- data/crates/itsi_server/src/services/itsi_http_service.rs +46 -2
- data/gems/scheduler/Cargo.lock +940 -988
- data/gems/scheduler/Cargo.toml +0 -1
- data/gems/scheduler/Gemfile +8 -2
- data/gems/scheduler/Gemfile.lock +107 -0
- data/gems/scheduler/Rakefile +33 -9
- data/gems/scheduler/itsi-scheduler.gemspec +0 -2
- data/gems/scheduler/lib/itsi/scheduler/version.rb +1 -1
- data/gems/scheduler/lib/itsi/scheduler.rb +121 -6
- data/gems/scheduler/test/helpers/test_helper.rb +2 -0
- data/gems/scheduler/test/test_address_resolve.rb +8 -2
- data/gems/scheduler/test/test_itsi_scheduler.rb +80 -0
- data/gems/scheduler/test/test_timeout_after.rb +102 -0
- data/gems/server/Cargo.lock +940 -988
- data/gems/server/Cargo.toml +0 -1
- data/gems/server/Gemfile +2 -0
- data/gems/server/Gemfile.lock +123 -0
- data/gems/server/Rakefile +18 -5
- data/gems/server/itsi-server.gemspec +0 -2
- data/gems/server/lib/itsi/http_request.rb +10 -0
- data/gems/server/lib/itsi/server/rack_interface.rb +45 -2
- data/gems/server/lib/itsi/server/version.rb +1 -1
- data/gems/server/lib/itsi/server.rb +24 -0
- data/gems/server/test/acme/local_acme_challenges.rb +190 -0
- data/gems/server/test/helpers/local_acme.rb +218 -0
- data/gems/server/test/helpers/test_helper.rb +7 -11
- data/gems/server/test/middleware/endpoint.rb +9 -6
- data/gems/server/test/rack/test_rack_server.rb +79 -0
- data/lib/itsi/version.rb +1 -1
- metadata +11 -59
- data/gems/scheduler/vendor/rb-sys-build/.cargo-ok +0 -1
- data/gems/scheduler/vendor/rb-sys-build/.cargo_vcs_info.json +0 -6
- data/gems/scheduler/vendor/rb-sys-build/Cargo.lock +0 -294
- data/gems/scheduler/vendor/rb-sys-build/Cargo.toml +0 -71
- data/gems/scheduler/vendor/rb-sys-build/Cargo.toml.orig +0 -32
- data/gems/scheduler/vendor/rb-sys-build/LICENSE-APACHE +0 -190
- data/gems/scheduler/vendor/rb-sys-build/LICENSE-MIT +0 -21
- data/gems/scheduler/vendor/rb-sys-build/src/bindings/sanitizer.rs +0 -185
- data/gems/scheduler/vendor/rb-sys-build/src/bindings/stable_api.rs +0 -247
- data/gems/scheduler/vendor/rb-sys-build/src/bindings/wrapper.h +0 -71
- data/gems/scheduler/vendor/rb-sys-build/src/bindings.rs +0 -280
- data/gems/scheduler/vendor/rb-sys-build/src/cc.rs +0 -421
- data/gems/scheduler/vendor/rb-sys-build/src/lib.rs +0 -12
- data/gems/scheduler/vendor/rb-sys-build/src/rb_config/flags.rs +0 -101
- data/gems/scheduler/vendor/rb-sys-build/src/rb_config/library.rs +0 -132
- data/gems/scheduler/vendor/rb-sys-build/src/rb_config/search_path.rs +0 -57
- data/gems/scheduler/vendor/rb-sys-build/src/rb_config.rs +0 -906
- data/gems/scheduler/vendor/rb-sys-build/src/utils.rs +0 -53
- data/gems/server/vendor/rb-sys-build/.cargo-ok +0 -1
- data/gems/server/vendor/rb-sys-build/.cargo_vcs_info.json +0 -6
- data/gems/server/vendor/rb-sys-build/Cargo.lock +0 -294
- data/gems/server/vendor/rb-sys-build/Cargo.toml +0 -71
- data/gems/server/vendor/rb-sys-build/Cargo.toml.orig +0 -32
- data/gems/server/vendor/rb-sys-build/LICENSE-APACHE +0 -190
- data/gems/server/vendor/rb-sys-build/LICENSE-MIT +0 -21
- data/gems/server/vendor/rb-sys-build/src/bindings/sanitizer.rs +0 -185
- data/gems/server/vendor/rb-sys-build/src/bindings/stable_api.rs +0 -247
- data/gems/server/vendor/rb-sys-build/src/bindings/wrapper.h +0 -71
- data/gems/server/vendor/rb-sys-build/src/bindings.rs +0 -280
- data/gems/server/vendor/rb-sys-build/src/cc.rs +0 -421
- data/gems/server/vendor/rb-sys-build/src/lib.rs +0 -12
- data/gems/server/vendor/rb-sys-build/src/rb_config/flags.rs +0 -101
- data/gems/server/vendor/rb-sys-build/src/rb_config/library.rs +0 -132
- data/gems/server/vendor/rb-sys-build/src/rb_config/search_path.rs +0 -57
- data/gems/server/vendor/rb-sys-build/src/rb_config.rs +0 -906
- data/gems/server/vendor/rb-sys-build/src/utils.rs +0 -53
- 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-scheduler"
|
|
1638
|
-
version = "0.2.
|
|
1665
|
+
version = "0.2.27"
|
|
1639
1666
|
dependencies = [
|
|
1640
1667
|
"bytes",
|
|
1641
1668
|
"derive_more",
|
|
@@ -1653,7 +1680,7 @@ dependencies = [
|
|
|
1653
1680
|
|
|
1654
1681
|
[[package]]
|
|
1655
1682
|
name = "itsi-server"
|
|
1656
|
-
version = "0.2.
|
|
1683
|
+
version = "0.2.27"
|
|
1657
1684
|
dependencies = [
|
|
1658
1685
|
"argon2",
|
|
1659
1686
|
"async-channel",
|
|
@@ -1671,11 +1698,11 @@ dependencies = [
|
|
|
1671
1698
|
"futures",
|
|
1672
1699
|
"futures-util",
|
|
1673
1700
|
"globset",
|
|
1674
|
-
"http 1.
|
|
1701
|
+
"http 1.3.1",
|
|
1675
1702
|
"http-body-util",
|
|
1676
1703
|
"httparse",
|
|
1677
1704
|
"httpdate",
|
|
1678
|
-
"hyper 1.
|
|
1705
|
+
"hyper 1.6.0",
|
|
1679
1706
|
"hyper-util",
|
|
1680
1707
|
"itsi_acme",
|
|
1681
1708
|
"itsi_error",
|
|
@@ -1693,7 +1720,7 @@ dependencies = [
|
|
|
1693
1720
|
"phf",
|
|
1694
1721
|
"pin-project",
|
|
1695
1722
|
"quick_cache",
|
|
1696
|
-
"rand 0.9.
|
|
1723
|
+
"rand 0.9.1",
|
|
1697
1724
|
"rcgen",
|
|
1698
1725
|
"redis",
|
|
1699
1726
|
"regex",
|
|
@@ -1706,7 +1733,7 @@ dependencies = [
|
|
|
1706
1733
|
"sha-crypt",
|
|
1707
1734
|
"sha2",
|
|
1708
1735
|
"smallvec",
|
|
1709
|
-
"socket2
|
|
1736
|
+
"socket2",
|
|
1710
1737
|
"sysinfo",
|
|
1711
1738
|
"tempfile",
|
|
1712
1739
|
"tokio",
|
|
@@ -1715,6 +1742,7 @@ dependencies = [
|
|
|
1715
1742
|
"tokio-util",
|
|
1716
1743
|
"tracing",
|
|
1717
1744
|
"url",
|
|
1745
|
+
"webpki-roots",
|
|
1718
1746
|
]
|
|
1719
1747
|
|
|
1720
1748
|
[[package]]
|
|
@@ -1726,10 +1754,11 @@ dependencies = [
|
|
|
1726
1754
|
"axum-server",
|
|
1727
1755
|
"base64 0.22.1",
|
|
1728
1756
|
"chrono",
|
|
1729
|
-
"clap 4.
|
|
1757
|
+
"clap 4.5.37",
|
|
1730
1758
|
"futures",
|
|
1731
1759
|
"log",
|
|
1732
1760
|
"num-bigint",
|
|
1761
|
+
"parking_lot",
|
|
1733
1762
|
"pem",
|
|
1734
1763
|
"proc-macro2",
|
|
1735
1764
|
"rcgen",
|
|
@@ -1740,14 +1769,14 @@ dependencies = [
|
|
|
1740
1769
|
"serde_json",
|
|
1741
1770
|
"simple_logger",
|
|
1742
1771
|
"structopt",
|
|
1743
|
-
"thiserror 2.0.
|
|
1772
|
+
"thiserror 2.0.12",
|
|
1744
1773
|
"time",
|
|
1745
1774
|
"tokio",
|
|
1746
1775
|
"tokio-rustls",
|
|
1747
1776
|
"tokio-stream",
|
|
1748
1777
|
"tokio-util",
|
|
1749
1778
|
"warp",
|
|
1750
|
-
"webpki-roots
|
|
1779
|
+
"webpki-roots",
|
|
1751
1780
|
"x509-parser",
|
|
1752
1781
|
]
|
|
1753
1782
|
|
|
@@ -1760,7 +1789,7 @@ dependencies = [
|
|
|
1760
1789
|
"magnus",
|
|
1761
1790
|
"nix",
|
|
1762
1791
|
"rcgen",
|
|
1763
|
-
"thiserror 2.0.
|
|
1792
|
+
"thiserror 2.0.12",
|
|
1764
1793
|
]
|
|
1765
1794
|
|
|
1766
1795
|
[[package]]
|
|
@@ -1796,22 +1825,20 @@ dependencies = [
|
|
|
1796
1825
|
|
|
1797
1826
|
[[package]]
|
|
1798
1827
|
name = "jobserver"
|
|
1799
|
-
version = "0.1.
|
|
1828
|
+
version = "0.1.33"
|
|
1800
1829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1801
|
-
checksum = "
|
|
1830
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
1802
1831
|
dependencies = [
|
|
1803
|
-
"getrandom 0.3.
|
|
1832
|
+
"getrandom 0.3.2",
|
|
1804
1833
|
"libc",
|
|
1805
1834
|
]
|
|
1806
1835
|
|
|
1807
1836
|
[[package]]
|
|
1808
1837
|
name = "js-sys"
|
|
1809
|
-
version = "0.3.
|
|
1838
|
+
version = "0.3.77"
|
|
1810
1839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1840
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
1812
1841
|
dependencies = [
|
|
1813
|
-
"cfg-if",
|
|
1814
|
-
"futures-util",
|
|
1815
1842
|
"once_cell",
|
|
1816
1843
|
"wasm-bindgen",
|
|
1817
1844
|
]
|
|
@@ -1833,9 +1860,9 @@ dependencies = [
|
|
|
1833
1860
|
|
|
1834
1861
|
[[package]]
|
|
1835
1862
|
name = "kqueue"
|
|
1836
|
-
version = "1.
|
|
1863
|
+
version = "1.0.8"
|
|
1837
1864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1838
|
-
checksum = "
|
|
1865
|
+
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
|
1839
1866
|
dependencies = [
|
|
1840
1867
|
"kqueue-sys",
|
|
1841
1868
|
"libc",
|
|
@@ -1858,68 +1885,71 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1858
1885
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1859
1886
|
|
|
1860
1887
|
[[package]]
|
|
1861
|
-
name = "
|
|
1862
|
-
version = "
|
|
1888
|
+
name = "lazycell"
|
|
1889
|
+
version = "1.3.0"
|
|
1863
1890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1864
|
-
checksum = "
|
|
1891
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1865
1892
|
|
|
1866
1893
|
[[package]]
|
|
1867
1894
|
name = "libc"
|
|
1868
|
-
version = "0.2.
|
|
1895
|
+
version = "0.2.172"
|
|
1869
1896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1870
|
-
checksum = "
|
|
1897
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
1871
1898
|
|
|
1872
1899
|
[[package]]
|
|
1873
1900
|
name = "libloading"
|
|
1874
|
-
version = "0.8.
|
|
1901
|
+
version = "0.8.6"
|
|
1875
1902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1876
|
-
checksum = "
|
|
1903
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
1877
1904
|
dependencies = [
|
|
1878
1905
|
"cfg-if",
|
|
1879
|
-
"windows-
|
|
1906
|
+
"windows-targets 0.52.6",
|
|
1880
1907
|
]
|
|
1881
1908
|
|
|
1882
1909
|
[[package]]
|
|
1883
1910
|
name = "libredox"
|
|
1884
|
-
version = "0.1.
|
|
1911
|
+
version = "0.1.3"
|
|
1885
1912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1886
|
-
checksum = "
|
|
1913
|
+
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
1887
1914
|
dependencies = [
|
|
1915
|
+
"bitflags 2.9.0",
|
|
1888
1916
|
"libc",
|
|
1917
|
+
"redox_syscall",
|
|
1889
1918
|
]
|
|
1890
1919
|
|
|
1891
1920
|
[[package]]
|
|
1892
1921
|
name = "linux-raw-sys"
|
|
1893
|
-
version = "0.
|
|
1922
|
+
version = "0.4.15"
|
|
1923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1924
|
+
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
1925
|
+
|
|
1926
|
+
[[package]]
|
|
1927
|
+
name = "linux-raw-sys"
|
|
1928
|
+
version = "0.9.4"
|
|
1894
1929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
-
checksum = "
|
|
1930
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
1896
1931
|
|
|
1897
1932
|
[[package]]
|
|
1898
1933
|
name = "litemap"
|
|
1899
|
-
version = "0.
|
|
1934
|
+
version = "0.7.5"
|
|
1900
1935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1901
|
-
checksum = "
|
|
1936
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
1902
1937
|
|
|
1903
1938
|
[[package]]
|
|
1904
1939
|
name = "lock_api"
|
|
1905
|
-
version = "0.4.
|
|
1940
|
+
version = "0.4.12"
|
|
1906
1941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1907
|
-
checksum = "
|
|
1942
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
1908
1943
|
dependencies = [
|
|
1944
|
+
"autocfg",
|
|
1909
1945
|
"scopeguard",
|
|
1910
1946
|
]
|
|
1911
1947
|
|
|
1912
1948
|
[[package]]
|
|
1913
1949
|
name = "log"
|
|
1914
|
-
version = "0.4.
|
|
1915
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
-
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1917
|
-
|
|
1918
|
-
[[package]]
|
|
1919
|
-
name = "lru-slab"
|
|
1920
|
-
version = "0.1.2"
|
|
1950
|
+
version = "0.4.27"
|
|
1921
1951
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
|
-
checksum = "
|
|
1952
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
1923
1953
|
|
|
1924
1954
|
[[package]]
|
|
1925
1955
|
name = "magnus"
|
|
@@ -1940,16 +1970,16 @@ source = "git+https://github.com/matsadler/magnus.git?rev=1ed232edb2b75a2eed9b1d
|
|
|
1940
1970
|
dependencies = [
|
|
1941
1971
|
"proc-macro2",
|
|
1942
1972
|
"quote",
|
|
1943
|
-
"syn 2.0.
|
|
1973
|
+
"syn 2.0.101",
|
|
1944
1974
|
]
|
|
1945
1975
|
|
|
1946
1976
|
[[package]]
|
|
1947
1977
|
name = "matchers"
|
|
1948
|
-
version = "0.
|
|
1978
|
+
version = "0.1.0"
|
|
1949
1979
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1950
|
-
checksum = "
|
|
1980
|
+
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
1951
1981
|
dependencies = [
|
|
1952
|
-
"regex-automata",
|
|
1982
|
+
"regex-automata 0.1.10",
|
|
1953
1983
|
]
|
|
1954
1984
|
|
|
1955
1985
|
[[package]]
|
|
@@ -1966,9 +1996,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
1966
1996
|
|
|
1967
1997
|
[[package]]
|
|
1968
1998
|
name = "memchr"
|
|
1969
|
-
version = "2.
|
|
1999
|
+
version = "2.7.4"
|
|
1970
2000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1971
|
-
checksum = "
|
|
2001
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
1972
2002
|
|
|
1973
2003
|
[[package]]
|
|
1974
2004
|
name = "memoffset"
|
|
@@ -2003,24 +2033,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
2003
2033
|
|
|
2004
2034
|
[[package]]
|
|
2005
2035
|
name = "miniz_oxide"
|
|
2006
|
-
version = "0.8.
|
|
2036
|
+
version = "0.8.8"
|
|
2007
2037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2008
|
-
checksum = "
|
|
2038
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
2009
2039
|
dependencies = [
|
|
2010
2040
|
"adler2",
|
|
2011
|
-
"simd-adler32",
|
|
2012
2041
|
]
|
|
2013
2042
|
|
|
2014
2043
|
[[package]]
|
|
2015
2044
|
name = "mio"
|
|
2016
|
-
version = "1.
|
|
2045
|
+
version = "1.0.3"
|
|
2017
2046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2018
|
-
checksum = "
|
|
2047
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
2019
2048
|
dependencies = [
|
|
2020
2049
|
"libc",
|
|
2021
2050
|
"log",
|
|
2022
|
-
"wasi",
|
|
2023
|
-
"windows-sys 0.
|
|
2051
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
2052
|
+
"windows-sys 0.52.0",
|
|
2024
2053
|
]
|
|
2025
2054
|
|
|
2026
2055
|
[[package]]
|
|
@@ -2047,7 +2076,7 @@ version = "0.29.0"
|
|
|
2047
2076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2048
2077
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
2049
2078
|
dependencies = [
|
|
2050
|
-
"bitflags 2.
|
|
2079
|
+
"bitflags 2.9.0",
|
|
2051
2080
|
"cfg-if",
|
|
2052
2081
|
"cfg_aliases",
|
|
2053
2082
|
"libc",
|
|
@@ -2066,11 +2095,12 @@ dependencies = [
|
|
|
2066
2095
|
|
|
2067
2096
|
[[package]]
|
|
2068
2097
|
name = "notify"
|
|
2069
|
-
version = "8.
|
|
2098
|
+
version = "8.0.0"
|
|
2070
2099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2100
|
+
checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
|
|
2072
2101
|
dependencies = [
|
|
2073
|
-
"bitflags 2.
|
|
2102
|
+
"bitflags 2.9.0",
|
|
2103
|
+
"filetime",
|
|
2074
2104
|
"fsevent-sys",
|
|
2075
2105
|
"inotify",
|
|
2076
2106
|
"kqueue",
|
|
@@ -2079,34 +2109,32 @@ dependencies = [
|
|
|
2079
2109
|
"mio",
|
|
2080
2110
|
"notify-types",
|
|
2081
2111
|
"walkdir",
|
|
2082
|
-
"windows-sys 0.
|
|
2112
|
+
"windows-sys 0.59.0",
|
|
2083
2113
|
]
|
|
2084
2114
|
|
|
2085
2115
|
[[package]]
|
|
2086
2116
|
name = "notify-types"
|
|
2087
|
-
version = "2.
|
|
2117
|
+
version = "2.0.0"
|
|
2088
2118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2089
|
-
checksum = "
|
|
2090
|
-
dependencies = [
|
|
2091
|
-
"bitflags 2.11.1",
|
|
2092
|
-
]
|
|
2119
|
+
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
|
|
2093
2120
|
|
|
2094
2121
|
[[package]]
|
|
2095
2122
|
name = "ntapi"
|
|
2096
|
-
version = "0.4.
|
|
2123
|
+
version = "0.4.1"
|
|
2097
2124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2098
|
-
checksum = "
|
|
2125
|
+
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
2099
2126
|
dependencies = [
|
|
2100
2127
|
"winapi",
|
|
2101
2128
|
]
|
|
2102
2129
|
|
|
2103
2130
|
[[package]]
|
|
2104
2131
|
name = "nu-ansi-term"
|
|
2105
|
-
version = "0.
|
|
2132
|
+
version = "0.46.0"
|
|
2106
2133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
-
checksum = "
|
|
2134
|
+
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
2108
2135
|
dependencies = [
|
|
2109
|
-
"
|
|
2136
|
+
"overload",
|
|
2137
|
+
"winapi",
|
|
2110
2138
|
]
|
|
2111
2139
|
|
|
2112
2140
|
[[package]]
|
|
@@ -2121,9 +2149,9 @@ dependencies = [
|
|
|
2121
2149
|
|
|
2122
2150
|
[[package]]
|
|
2123
2151
|
name = "num-conv"
|
|
2124
|
-
version = "0.
|
|
2152
|
+
version = "0.1.0"
|
|
2125
2153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2126
|
-
checksum = "
|
|
2154
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
2127
2155
|
|
|
2128
2156
|
[[package]]
|
|
2129
2157
|
name = "num-integer"
|
|
@@ -2145,11 +2173,11 @@ dependencies = [
|
|
|
2145
2173
|
|
|
2146
2174
|
[[package]]
|
|
2147
2175
|
name = "num_cpus"
|
|
2148
|
-
version = "1.
|
|
2176
|
+
version = "1.16.0"
|
|
2149
2177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2150
|
-
checksum = "
|
|
2178
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
2151
2179
|
dependencies = [
|
|
2152
|
-
"hermit-abi 0.
|
|
2180
|
+
"hermit-abi 0.3.9",
|
|
2153
2181
|
"libc",
|
|
2154
2182
|
]
|
|
2155
2183
|
|
|
@@ -2162,6 +2190,15 @@ dependencies = [
|
|
|
2162
2190
|
"libc",
|
|
2163
2191
|
]
|
|
2164
2192
|
|
|
2193
|
+
[[package]]
|
|
2194
|
+
name = "object"
|
|
2195
|
+
version = "0.36.7"
|
|
2196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
2198
|
+
dependencies = [
|
|
2199
|
+
"memchr",
|
|
2200
|
+
]
|
|
2201
|
+
|
|
2165
2202
|
[[package]]
|
|
2166
2203
|
name = "oid-registry"
|
|
2167
2204
|
version = "0.7.1"
|
|
@@ -2173,21 +2210,15 @@ dependencies = [
|
|
|
2173
2210
|
|
|
2174
2211
|
[[package]]
|
|
2175
2212
|
name = "once_cell"
|
|
2176
|
-
version = "1.21.
|
|
2177
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2178
|
-
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
2179
|
-
|
|
2180
|
-
[[package]]
|
|
2181
|
-
name = "once_cell_polyfill"
|
|
2182
|
-
version = "1.70.2"
|
|
2213
|
+
version = "1.21.3"
|
|
2183
2214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2184
|
-
checksum = "
|
|
2215
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
2185
2216
|
|
|
2186
2217
|
[[package]]
|
|
2187
2218
|
name = "openssl-probe"
|
|
2188
|
-
version = "0.
|
|
2219
|
+
version = "0.1.6"
|
|
2189
2220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
-
checksum = "
|
|
2221
|
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
2191
2222
|
|
|
2192
2223
|
[[package]]
|
|
2193
2224
|
name = "option-ext"
|
|
@@ -2195,6 +2226,12 @@ version = "0.2.0"
|
|
|
2195
2226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2196
2227
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2197
2228
|
|
|
2229
|
+
[[package]]
|
|
2230
|
+
name = "overload"
|
|
2231
|
+
version = "0.1.1"
|
|
2232
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2233
|
+
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
2234
|
+
|
|
2198
2235
|
[[package]]
|
|
2199
2236
|
name = "parking"
|
|
2200
2237
|
version = "2.2.1"
|
|
@@ -2203,9 +2240,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
2203
2240
|
|
|
2204
2241
|
[[package]]
|
|
2205
2242
|
name = "parking_lot"
|
|
2206
|
-
version = "0.12.
|
|
2243
|
+
version = "0.12.3"
|
|
2207
2244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2208
|
-
checksum = "
|
|
2245
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
2209
2246
|
dependencies = [
|
|
2210
2247
|
"lock_api",
|
|
2211
2248
|
"parking_lot_core",
|
|
@@ -2213,15 +2250,15 @@ dependencies = [
|
|
|
2213
2250
|
|
|
2214
2251
|
[[package]]
|
|
2215
2252
|
name = "parking_lot_core"
|
|
2216
|
-
version = "0.9.
|
|
2253
|
+
version = "0.9.10"
|
|
2217
2254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2218
|
-
checksum = "
|
|
2255
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
2219
2256
|
dependencies = [
|
|
2220
2257
|
"cfg-if",
|
|
2221
2258
|
"libc",
|
|
2222
2259
|
"redox_syscall",
|
|
2223
2260
|
"smallvec",
|
|
2224
|
-
"windows-
|
|
2261
|
+
"windows-targets 0.52.6",
|
|
2225
2262
|
]
|
|
2226
2263
|
|
|
2227
2264
|
[[package]]
|
|
@@ -2237,19 +2274,19 @@ dependencies = [
|
|
|
2237
2274
|
|
|
2238
2275
|
[[package]]
|
|
2239
2276
|
name = "pem"
|
|
2240
|
-
version = "3.0.
|
|
2277
|
+
version = "3.0.5"
|
|
2241
2278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2242
|
-
checksum = "
|
|
2279
|
+
checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
|
|
2243
2280
|
dependencies = [
|
|
2244
2281
|
"base64 0.22.1",
|
|
2245
|
-
"
|
|
2282
|
+
"serde",
|
|
2246
2283
|
]
|
|
2247
2284
|
|
|
2248
2285
|
[[package]]
|
|
2249
2286
|
name = "percent-encoding"
|
|
2250
|
-
version = "2.3.
|
|
2287
|
+
version = "2.3.1"
|
|
2251
2288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2252
|
-
checksum = "
|
|
2289
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
2253
2290
|
|
|
2254
2291
|
[[package]]
|
|
2255
2292
|
name = "phf"
|
|
@@ -2268,7 +2305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2268
2305
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2269
2306
|
dependencies = [
|
|
2270
2307
|
"phf_shared",
|
|
2271
|
-
"rand 0.8.
|
|
2308
|
+
"rand 0.8.5",
|
|
2272
2309
|
]
|
|
2273
2310
|
|
|
2274
2311
|
[[package]]
|
|
@@ -2281,7 +2318,7 @@ dependencies = [
|
|
|
2281
2318
|
"phf_shared",
|
|
2282
2319
|
"proc-macro2",
|
|
2283
2320
|
"quote",
|
|
2284
|
-
"syn 2.0.
|
|
2321
|
+
"syn 2.0.101",
|
|
2285
2322
|
]
|
|
2286
2323
|
|
|
2287
2324
|
[[package]]
|
|
@@ -2295,44 +2332,41 @@ dependencies = [
|
|
|
2295
2332
|
|
|
2296
2333
|
[[package]]
|
|
2297
2334
|
name = "pin-project"
|
|
2298
|
-
version = "1.1.
|
|
2335
|
+
version = "1.1.10"
|
|
2299
2336
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2300
|
-
checksum = "
|
|
2337
|
+
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
2301
2338
|
dependencies = [
|
|
2302
2339
|
"pin-project-internal",
|
|
2303
2340
|
]
|
|
2304
2341
|
|
|
2305
2342
|
[[package]]
|
|
2306
2343
|
name = "pin-project-internal"
|
|
2307
|
-
version = "1.1.
|
|
2344
|
+
version = "1.1.10"
|
|
2308
2345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2309
|
-
checksum = "
|
|
2346
|
+
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
2310
2347
|
dependencies = [
|
|
2311
2348
|
"proc-macro2",
|
|
2312
2349
|
"quote",
|
|
2313
|
-
"syn 2.0.
|
|
2350
|
+
"syn 2.0.101",
|
|
2314
2351
|
]
|
|
2315
2352
|
|
|
2316
2353
|
[[package]]
|
|
2317
2354
|
name = "pin-project-lite"
|
|
2318
|
-
version = "0.2.
|
|
2355
|
+
version = "0.2.16"
|
|
2319
2356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2320
|
-
checksum = "
|
|
2357
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
2321
2358
|
|
|
2322
2359
|
[[package]]
|
|
2323
|
-
name = "
|
|
2324
|
-
version = "0.
|
|
2360
|
+
name = "pin-utils"
|
|
2361
|
+
version = "0.1.0"
|
|
2325
2362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2326
|
-
checksum = "
|
|
2363
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2327
2364
|
|
|
2328
2365
|
[[package]]
|
|
2329
|
-
name = "
|
|
2330
|
-
version = "0.
|
|
2366
|
+
name = "pkg-config"
|
|
2367
|
+
version = "0.3.32"
|
|
2331
2368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2332
|
-
checksum = "
|
|
2333
|
-
dependencies = [
|
|
2334
|
-
"zerovec",
|
|
2335
|
-
]
|
|
2369
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
2336
2370
|
|
|
2337
2371
|
[[package]]
|
|
2338
2372
|
name = "powerfmt"
|
|
@@ -2346,17 +2380,17 @@ version = "0.2.21"
|
|
|
2346
2380
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2347
2381
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2348
2382
|
dependencies = [
|
|
2349
|
-
"zerocopy",
|
|
2383
|
+
"zerocopy 0.8.25",
|
|
2350
2384
|
]
|
|
2351
2385
|
|
|
2352
2386
|
[[package]]
|
|
2353
2387
|
name = "prettyplease"
|
|
2354
|
-
version = "0.2.
|
|
2388
|
+
version = "0.2.32"
|
|
2355
2389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2356
|
-
checksum = "
|
|
2390
|
+
checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
|
2357
2391
|
dependencies = [
|
|
2358
2392
|
"proc-macro2",
|
|
2359
|
-
"syn 2.0.
|
|
2393
|
+
"syn 2.0.101",
|
|
2360
2394
|
]
|
|
2361
2395
|
|
|
2362
2396
|
[[package]]
|
|
@@ -2385,40 +2419,40 @@ dependencies = [
|
|
|
2385
2419
|
|
|
2386
2420
|
[[package]]
|
|
2387
2421
|
name = "proc-macro2"
|
|
2388
|
-
version = "1.0.
|
|
2422
|
+
version = "1.0.95"
|
|
2389
2423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2390
|
-
checksum = "
|
|
2424
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
2391
2425
|
dependencies = [
|
|
2392
2426
|
"unicode-ident",
|
|
2393
2427
|
]
|
|
2394
2428
|
|
|
2395
2429
|
[[package]]
|
|
2396
2430
|
name = "quick_cache"
|
|
2397
|
-
version = "0.6.
|
|
2431
|
+
version = "0.6.13"
|
|
2398
2432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2399
|
-
checksum = "
|
|
2433
|
+
checksum = "287e56aac5a2b4fb25a6fb050961d157635924c8696305a5c937a76f29841a0f"
|
|
2400
2434
|
dependencies = [
|
|
2401
2435
|
"ahash",
|
|
2402
2436
|
"equivalent",
|
|
2403
|
-
"hashbrown
|
|
2437
|
+
"hashbrown",
|
|
2404
2438
|
"parking_lot",
|
|
2405
2439
|
]
|
|
2406
2440
|
|
|
2407
2441
|
[[package]]
|
|
2408
2442
|
name = "quinn"
|
|
2409
|
-
version = "0.11.
|
|
2443
|
+
version = "0.11.7"
|
|
2410
2444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2411
|
-
checksum = "
|
|
2445
|
+
checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
|
|
2412
2446
|
dependencies = [
|
|
2413
2447
|
"bytes",
|
|
2414
2448
|
"cfg_aliases",
|
|
2415
2449
|
"pin-project-lite",
|
|
2416
2450
|
"quinn-proto",
|
|
2417
2451
|
"quinn-udp",
|
|
2418
|
-
"rustc-hash",
|
|
2452
|
+
"rustc-hash 2.1.1",
|
|
2419
2453
|
"rustls",
|
|
2420
|
-
"socket2
|
|
2421
|
-
"thiserror 2.0.
|
|
2454
|
+
"socket2",
|
|
2455
|
+
"thiserror 2.0.12",
|
|
2422
2456
|
"tokio",
|
|
2423
2457
|
"tracing",
|
|
2424
2458
|
"web-time",
|
|
@@ -2426,20 +2460,19 @@ dependencies = [
|
|
|
2426
2460
|
|
|
2427
2461
|
[[package]]
|
|
2428
2462
|
name = "quinn-proto"
|
|
2429
|
-
version = "0.11.
|
|
2463
|
+
version = "0.11.11"
|
|
2430
2464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2431
|
-
checksum = "
|
|
2465
|
+
checksum = "bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b"
|
|
2432
2466
|
dependencies = [
|
|
2433
2467
|
"bytes",
|
|
2434
|
-
"getrandom 0.3.
|
|
2435
|
-
"
|
|
2436
|
-
"rand 0.9.4",
|
|
2468
|
+
"getrandom 0.3.2",
|
|
2469
|
+
"rand 0.9.1",
|
|
2437
2470
|
"ring",
|
|
2438
|
-
"rustc-hash",
|
|
2471
|
+
"rustc-hash 2.1.1",
|
|
2439
2472
|
"rustls",
|
|
2440
2473
|
"rustls-pki-types",
|
|
2441
2474
|
"slab",
|
|
2442
|
-
"thiserror 2.0.
|
|
2475
|
+
"thiserror 2.0.12",
|
|
2443
2476
|
"tinyvec",
|
|
2444
2477
|
"tracing",
|
|
2445
2478
|
"web-time",
|
|
@@ -2447,38 +2480,32 @@ dependencies = [
|
|
|
2447
2480
|
|
|
2448
2481
|
[[package]]
|
|
2449
2482
|
name = "quinn-udp"
|
|
2450
|
-
version = "0.5.
|
|
2483
|
+
version = "0.5.12"
|
|
2451
2484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2452
|
-
checksum = "
|
|
2485
|
+
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
|
|
2453
2486
|
dependencies = [
|
|
2454
2487
|
"cfg_aliases",
|
|
2455
2488
|
"libc",
|
|
2456
2489
|
"once_cell",
|
|
2457
|
-
"socket2
|
|
2490
|
+
"socket2",
|
|
2458
2491
|
"tracing",
|
|
2459
|
-
"windows-sys 0.
|
|
2492
|
+
"windows-sys 0.59.0",
|
|
2460
2493
|
]
|
|
2461
2494
|
|
|
2462
2495
|
[[package]]
|
|
2463
2496
|
name = "quote"
|
|
2464
|
-
version = "1.0.
|
|
2497
|
+
version = "1.0.40"
|
|
2465
2498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2466
|
-
checksum = "
|
|
2499
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
2467
2500
|
dependencies = [
|
|
2468
2501
|
"proc-macro2",
|
|
2469
2502
|
]
|
|
2470
2503
|
|
|
2471
2504
|
[[package]]
|
|
2472
2505
|
name = "r-efi"
|
|
2473
|
-
version = "5.
|
|
2474
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2475
|
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2476
|
-
|
|
2477
|
-
[[package]]
|
|
2478
|
-
name = "r-efi"
|
|
2479
|
-
version = "6.0.0"
|
|
2506
|
+
version = "5.2.0"
|
|
2480
2507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2481
|
-
checksum = "
|
|
2508
|
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
2482
2509
|
|
|
2483
2510
|
[[package]]
|
|
2484
2511
|
name = "r2d2"
|
|
@@ -2493,9 +2520,9 @@ dependencies = [
|
|
|
2493
2520
|
|
|
2494
2521
|
[[package]]
|
|
2495
2522
|
name = "rand"
|
|
2496
|
-
version = "0.8.
|
|
2523
|
+
version = "0.8.5"
|
|
2497
2524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2498
|
-
checksum = "
|
|
2525
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
2499
2526
|
dependencies = [
|
|
2500
2527
|
"libc",
|
|
2501
2528
|
"rand_chacha 0.3.1",
|
|
@@ -2504,12 +2531,12 @@ dependencies = [
|
|
|
2504
2531
|
|
|
2505
2532
|
[[package]]
|
|
2506
2533
|
name = "rand"
|
|
2507
|
-
version = "0.9.
|
|
2534
|
+
version = "0.9.1"
|
|
2508
2535
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2509
|
-
checksum = "
|
|
2536
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
2510
2537
|
dependencies = [
|
|
2511
2538
|
"rand_chacha 0.9.0",
|
|
2512
|
-
"rand_core 0.9.
|
|
2539
|
+
"rand_core 0.9.3",
|
|
2513
2540
|
]
|
|
2514
2541
|
|
|
2515
2542
|
[[package]]
|
|
@@ -2529,7 +2556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2529
2556
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2530
2557
|
dependencies = [
|
|
2531
2558
|
"ppv-lite86",
|
|
2532
|
-
"rand_core 0.9.
|
|
2559
|
+
"rand_core 0.9.3",
|
|
2533
2560
|
]
|
|
2534
2561
|
|
|
2535
2562
|
[[package]]
|
|
@@ -2538,23 +2565,23 @@ version = "0.6.4"
|
|
|
2538
2565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2539
2566
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2540
2567
|
dependencies = [
|
|
2541
|
-
"getrandom 0.2.
|
|
2568
|
+
"getrandom 0.2.16",
|
|
2542
2569
|
]
|
|
2543
2570
|
|
|
2544
2571
|
[[package]]
|
|
2545
2572
|
name = "rand_core"
|
|
2546
|
-
version = "0.9.
|
|
2573
|
+
version = "0.9.3"
|
|
2547
2574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2548
|
-
checksum = "
|
|
2575
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
2549
2576
|
dependencies = [
|
|
2550
|
-
"getrandom 0.3.
|
|
2577
|
+
"getrandom 0.3.2",
|
|
2551
2578
|
]
|
|
2552
2579
|
|
|
2553
2580
|
[[package]]
|
|
2554
2581
|
name = "rayon"
|
|
2555
|
-
version = "1.
|
|
2582
|
+
version = "1.10.0"
|
|
2556
2583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2557
|
-
checksum = "
|
|
2584
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
2558
2585
|
dependencies = [
|
|
2559
2586
|
"either",
|
|
2560
2587
|
"rayon-core",
|
|
@@ -2562,9 +2589,9 @@ dependencies = [
|
|
|
2562
2589
|
|
|
2563
2590
|
[[package]]
|
|
2564
2591
|
name = "rayon-core"
|
|
2565
|
-
version = "1.
|
|
2592
|
+
version = "1.12.1"
|
|
2566
2593
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2567
|
-
checksum = "
|
|
2594
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
2568
2595
|
dependencies = [
|
|
2569
2596
|
"crossbeam-deque",
|
|
2570
2597
|
"crossbeam-utils",
|
|
@@ -2572,9 +2599,9 @@ dependencies = [
|
|
|
2572
2599
|
|
|
2573
2600
|
[[package]]
|
|
2574
2601
|
name = "rb-sys"
|
|
2575
|
-
version = "0.9.
|
|
2602
|
+
version = "0.9.124"
|
|
2576
2603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2577
|
-
checksum = "
|
|
2604
|
+
checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
|
|
2578
2605
|
dependencies = [
|
|
2579
2606
|
"rb-sys-build",
|
|
2580
2607
|
]
|
|
@@ -2585,13 +2612,13 @@ version = "0.9.126"
|
|
|
2585
2612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2586
2613
|
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
2587
2614
|
dependencies = [
|
|
2588
|
-
"bindgen",
|
|
2615
|
+
"bindgen 0.72.1",
|
|
2589
2616
|
"lazy_static",
|
|
2590
2617
|
"proc-macro2",
|
|
2591
2618
|
"quote",
|
|
2592
2619
|
"regex",
|
|
2593
2620
|
"shell-words",
|
|
2594
|
-
"syn 2.0.
|
|
2621
|
+
"syn 2.0.101",
|
|
2595
2622
|
]
|
|
2596
2623
|
|
|
2597
2624
|
[[package]]
|
|
@@ -2635,7 +2662,7 @@ dependencies = [
|
|
|
2635
2662
|
"rustls-native-certs",
|
|
2636
2663
|
"ryu",
|
|
2637
2664
|
"sha1_smol",
|
|
2638
|
-
"socket2
|
|
2665
|
+
"socket2",
|
|
2639
2666
|
"tokio",
|
|
2640
2667
|
"tokio-rustls",
|
|
2641
2668
|
"tokio-util",
|
|
@@ -2644,75 +2671,94 @@ dependencies = [
|
|
|
2644
2671
|
|
|
2645
2672
|
[[package]]
|
|
2646
2673
|
name = "redox_syscall"
|
|
2647
|
-
version = "0.5.
|
|
2674
|
+
version = "0.5.11"
|
|
2648
2675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2649
|
-
checksum = "
|
|
2676
|
+
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
|
2650
2677
|
dependencies = [
|
|
2651
|
-
"bitflags 2.
|
|
2678
|
+
"bitflags 2.9.0",
|
|
2652
2679
|
]
|
|
2653
2680
|
|
|
2654
2681
|
[[package]]
|
|
2655
2682
|
name = "redox_users"
|
|
2656
|
-
version = "0.5.
|
|
2683
|
+
version = "0.5.0"
|
|
2657
2684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2658
|
-
checksum = "
|
|
2685
|
+
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
2659
2686
|
dependencies = [
|
|
2660
|
-
"getrandom 0.2.
|
|
2687
|
+
"getrandom 0.2.16",
|
|
2661
2688
|
"libredox",
|
|
2662
|
-
"thiserror 2.0.
|
|
2689
|
+
"thiserror 2.0.12",
|
|
2663
2690
|
]
|
|
2664
2691
|
|
|
2665
2692
|
[[package]]
|
|
2666
2693
|
name = "regex"
|
|
2667
|
-
version = "1.
|
|
2694
|
+
version = "1.11.1"
|
|
2668
2695
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2669
|
-
checksum = "
|
|
2696
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
2670
2697
|
dependencies = [
|
|
2671
2698
|
"aho-corasick",
|
|
2672
2699
|
"memchr",
|
|
2673
|
-
"regex-automata",
|
|
2674
|
-
"regex-syntax",
|
|
2700
|
+
"regex-automata 0.4.9",
|
|
2701
|
+
"regex-syntax 0.8.5",
|
|
2702
|
+
]
|
|
2703
|
+
|
|
2704
|
+
[[package]]
|
|
2705
|
+
name = "regex-automata"
|
|
2706
|
+
version = "0.1.10"
|
|
2707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2708
|
+
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
2709
|
+
dependencies = [
|
|
2710
|
+
"regex-syntax 0.6.29",
|
|
2675
2711
|
]
|
|
2676
2712
|
|
|
2677
2713
|
[[package]]
|
|
2678
2714
|
name = "regex-automata"
|
|
2679
|
-
version = "0.4.
|
|
2715
|
+
version = "0.4.9"
|
|
2680
2716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2681
|
-
checksum = "
|
|
2717
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
2682
2718
|
dependencies = [
|
|
2683
2719
|
"aho-corasick",
|
|
2684
2720
|
"memchr",
|
|
2685
|
-
"regex-syntax",
|
|
2721
|
+
"regex-syntax 0.8.5",
|
|
2686
2722
|
]
|
|
2687
2723
|
|
|
2688
2724
|
[[package]]
|
|
2689
2725
|
name = "regex-syntax"
|
|
2690
|
-
version = "0.
|
|
2726
|
+
version = "0.6.29"
|
|
2691
2727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2692
|
-
checksum = "
|
|
2728
|
+
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
2729
|
+
|
|
2730
|
+
[[package]]
|
|
2731
|
+
name = "regex-syntax"
|
|
2732
|
+
version = "0.8.5"
|
|
2733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2734
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2693
2735
|
|
|
2694
2736
|
[[package]]
|
|
2695
2737
|
name = "reqwest"
|
|
2696
|
-
version = "0.12.
|
|
2738
|
+
version = "0.12.15"
|
|
2697
2739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2698
|
-
checksum = "
|
|
2740
|
+
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
2699
2741
|
dependencies = [
|
|
2700
2742
|
"base64 0.22.1",
|
|
2701
2743
|
"bytes",
|
|
2702
2744
|
"futures-core",
|
|
2703
2745
|
"futures-util",
|
|
2704
|
-
"http 1.
|
|
2746
|
+
"http 1.3.1",
|
|
2705
2747
|
"http-body 1.0.1",
|
|
2706
2748
|
"http-body-util",
|
|
2707
|
-
"hyper 1.
|
|
2749
|
+
"hyper 1.6.0",
|
|
2708
2750
|
"hyper-rustls",
|
|
2709
2751
|
"hyper-util",
|
|
2752
|
+
"ipnet",
|
|
2710
2753
|
"js-sys",
|
|
2711
2754
|
"log",
|
|
2755
|
+
"mime",
|
|
2756
|
+
"once_cell",
|
|
2712
2757
|
"percent-encoding",
|
|
2713
2758
|
"pin-project-lite",
|
|
2714
2759
|
"quinn",
|
|
2715
2760
|
"rustls",
|
|
2761
|
+
"rustls-pemfile",
|
|
2716
2762
|
"rustls-pki-types",
|
|
2717
2763
|
"serde",
|
|
2718
2764
|
"serde_json",
|
|
@@ -2722,14 +2768,14 @@ dependencies = [
|
|
|
2722
2768
|
"tokio-rustls",
|
|
2723
2769
|
"tokio-util",
|
|
2724
2770
|
"tower",
|
|
2725
|
-
"tower-http",
|
|
2726
2771
|
"tower-service",
|
|
2727
2772
|
"url",
|
|
2728
2773
|
"wasm-bindgen",
|
|
2729
2774
|
"wasm-bindgen-futures",
|
|
2730
2775
|
"wasm-streams",
|
|
2731
2776
|
"web-sys",
|
|
2732
|
-
"webpki-roots
|
|
2777
|
+
"webpki-roots",
|
|
2778
|
+
"windows-registry",
|
|
2733
2779
|
]
|
|
2734
2780
|
|
|
2735
2781
|
[[package]]
|
|
@@ -2740,26 +2786,29 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
2740
2786
|
dependencies = [
|
|
2741
2787
|
"cc",
|
|
2742
2788
|
"cfg-if",
|
|
2743
|
-
"getrandom 0.2.
|
|
2789
|
+
"getrandom 0.2.16",
|
|
2744
2790
|
"libc",
|
|
2745
2791
|
"untrusted",
|
|
2746
2792
|
"windows-sys 0.52.0",
|
|
2747
2793
|
]
|
|
2748
2794
|
|
|
2795
|
+
[[package]]
|
|
2796
|
+
name = "rustc-demangle"
|
|
2797
|
+
version = "0.1.24"
|
|
2798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2799
|
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
2800
|
+
|
|
2749
2801
|
[[package]]
|
|
2750
2802
|
name = "rustc-hash"
|
|
2751
|
-
version = "
|
|
2803
|
+
version = "1.1.0"
|
|
2752
2804
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2753
|
-
checksum = "
|
|
2805
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2754
2806
|
|
|
2755
2807
|
[[package]]
|
|
2756
|
-
name = "
|
|
2757
|
-
version = "
|
|
2808
|
+
name = "rustc-hash"
|
|
2809
|
+
version = "2.1.1"
|
|
2758
2810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2759
|
-
checksum = "
|
|
2760
|
-
dependencies = [
|
|
2761
|
-
"semver",
|
|
2762
|
-
]
|
|
2811
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
2763
2812
|
|
|
2764
2813
|
[[package]]
|
|
2765
2814
|
name = "rusticata-macros"
|
|
@@ -2772,22 +2821,35 @@ dependencies = [
|
|
|
2772
2821
|
|
|
2773
2822
|
[[package]]
|
|
2774
2823
|
name = "rustix"
|
|
2775
|
-
version = "
|
|
2824
|
+
version = "0.38.44"
|
|
2825
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2826
|
+
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
2827
|
+
dependencies = [
|
|
2828
|
+
"bitflags 2.9.0",
|
|
2829
|
+
"errno",
|
|
2830
|
+
"libc",
|
|
2831
|
+
"linux-raw-sys 0.4.15",
|
|
2832
|
+
"windows-sys 0.59.0",
|
|
2833
|
+
]
|
|
2834
|
+
|
|
2835
|
+
[[package]]
|
|
2836
|
+
name = "rustix"
|
|
2837
|
+
version = "1.0.7"
|
|
2776
2838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2777
|
-
checksum = "
|
|
2839
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
2778
2840
|
dependencies = [
|
|
2779
|
-
"bitflags 2.
|
|
2841
|
+
"bitflags 2.9.0",
|
|
2780
2842
|
"errno",
|
|
2781
2843
|
"libc",
|
|
2782
|
-
"linux-raw-sys",
|
|
2783
|
-
"windows-sys 0.
|
|
2844
|
+
"linux-raw-sys 0.9.4",
|
|
2845
|
+
"windows-sys 0.59.0",
|
|
2784
2846
|
]
|
|
2785
2847
|
|
|
2786
2848
|
[[package]]
|
|
2787
2849
|
name = "rustls"
|
|
2788
|
-
version = "0.23.
|
|
2850
|
+
version = "0.23.26"
|
|
2789
2851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2790
|
-
checksum = "
|
|
2852
|
+
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
|
|
2791
2853
|
dependencies = [
|
|
2792
2854
|
"aws-lc-rs",
|
|
2793
2855
|
"log",
|
|
@@ -2801,9 +2863,9 @@ dependencies = [
|
|
|
2801
2863
|
|
|
2802
2864
|
[[package]]
|
|
2803
2865
|
name = "rustls-native-certs"
|
|
2804
|
-
version = "0.8.
|
|
2866
|
+
version = "0.8.1"
|
|
2805
2867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2806
|
-
checksum = "
|
|
2868
|
+
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
|
2807
2869
|
dependencies = [
|
|
2808
2870
|
"openssl-probe",
|
|
2809
2871
|
"rustls-pki-types",
|
|
@@ -2822,19 +2884,18 @@ dependencies = [
|
|
|
2822
2884
|
|
|
2823
2885
|
[[package]]
|
|
2824
2886
|
name = "rustls-pki-types"
|
|
2825
|
-
version = "1.
|
|
2887
|
+
version = "1.11.0"
|
|
2826
2888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2827
|
-
checksum = "
|
|
2889
|
+
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
|
2828
2890
|
dependencies = [
|
|
2829
2891
|
"web-time",
|
|
2830
|
-
"zeroize",
|
|
2831
2892
|
]
|
|
2832
2893
|
|
|
2833
2894
|
[[package]]
|
|
2834
2895
|
name = "rustls-webpki"
|
|
2835
|
-
version = "0.103.
|
|
2896
|
+
version = "0.103.1"
|
|
2836
2897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2837
|
-
checksum = "
|
|
2898
|
+
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
|
|
2838
2899
|
dependencies = [
|
|
2839
2900
|
"aws-lc-rs",
|
|
2840
2901
|
"ring",
|
|
@@ -2844,15 +2905,15 @@ dependencies = [
|
|
|
2844
2905
|
|
|
2845
2906
|
[[package]]
|
|
2846
2907
|
name = "rustversion"
|
|
2847
|
-
version = "1.0.
|
|
2908
|
+
version = "1.0.20"
|
|
2848
2909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2849
|
-
checksum = "
|
|
2910
|
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
2850
2911
|
|
|
2851
2912
|
[[package]]
|
|
2852
2913
|
name = "ryu"
|
|
2853
|
-
version = "1.0.
|
|
2914
|
+
version = "1.0.20"
|
|
2854
2915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2855
|
-
checksum = "
|
|
2916
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
2856
2917
|
|
|
2857
2918
|
[[package]]
|
|
2858
2919
|
name = "same-file"
|
|
@@ -2865,11 +2926,11 @@ dependencies = [
|
|
|
2865
2926
|
|
|
2866
2927
|
[[package]]
|
|
2867
2928
|
name = "schannel"
|
|
2868
|
-
version = "0.1.
|
|
2929
|
+
version = "0.1.27"
|
|
2869
2930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2870
|
-
checksum = "
|
|
2931
|
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
2871
2932
|
dependencies = [
|
|
2872
|
-
"windows-sys 0.
|
|
2933
|
+
"windows-sys 0.59.0",
|
|
2873
2934
|
]
|
|
2874
2935
|
|
|
2875
2936
|
[[package]]
|
|
@@ -2895,12 +2956,12 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2895
2956
|
|
|
2896
2957
|
[[package]]
|
|
2897
2958
|
name = "security-framework"
|
|
2898
|
-
version = "3.
|
|
2959
|
+
version = "3.2.0"
|
|
2899
2960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2900
|
-
checksum = "
|
|
2961
|
+
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
|
2901
2962
|
dependencies = [
|
|
2902
|
-
"bitflags 2.
|
|
2903
|
-
"core-foundation
|
|
2963
|
+
"bitflags 2.9.0",
|
|
2964
|
+
"core-foundation",
|
|
2904
2965
|
"core-foundation-sys",
|
|
2905
2966
|
"libc",
|
|
2906
2967
|
"security-framework-sys",
|
|
@@ -2908,20 +2969,14 @@ dependencies = [
|
|
|
2908
2969
|
|
|
2909
2970
|
[[package]]
|
|
2910
2971
|
name = "security-framework-sys"
|
|
2911
|
-
version = "2.
|
|
2972
|
+
version = "2.14.0"
|
|
2912
2973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2913
|
-
checksum = "
|
|
2974
|
+
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
2914
2975
|
dependencies = [
|
|
2915
2976
|
"core-foundation-sys",
|
|
2916
2977
|
"libc",
|
|
2917
2978
|
]
|
|
2918
2979
|
|
|
2919
|
-
[[package]]
|
|
2920
|
-
name = "semver"
|
|
2921
|
-
version = "1.0.28"
|
|
2922
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2923
|
-
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2924
|
-
|
|
2925
2980
|
[[package]]
|
|
2926
2981
|
name = "seq-macro"
|
|
2927
2982
|
version = "0.3.6"
|
|
@@ -2930,45 +2985,34 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2930
2985
|
|
|
2931
2986
|
[[package]]
|
|
2932
2987
|
name = "serde"
|
|
2933
|
-
version = "1.0.
|
|
2934
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2935
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2936
|
-
dependencies = [
|
|
2937
|
-
"serde_core",
|
|
2938
|
-
"serde_derive",
|
|
2939
|
-
]
|
|
2940
|
-
|
|
2941
|
-
[[package]]
|
|
2942
|
-
name = "serde_core"
|
|
2943
|
-
version = "1.0.228"
|
|
2988
|
+
version = "1.0.219"
|
|
2944
2989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2945
|
-
checksum = "
|
|
2990
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
2946
2991
|
dependencies = [
|
|
2947
2992
|
"serde_derive",
|
|
2948
2993
|
]
|
|
2949
2994
|
|
|
2950
2995
|
[[package]]
|
|
2951
2996
|
name = "serde_derive"
|
|
2952
|
-
version = "1.0.
|
|
2997
|
+
version = "1.0.219"
|
|
2953
2998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2954
|
-
checksum = "
|
|
2999
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
2955
3000
|
dependencies = [
|
|
2956
3001
|
"proc-macro2",
|
|
2957
3002
|
"quote",
|
|
2958
|
-
"syn 2.0.
|
|
3003
|
+
"syn 2.0.101",
|
|
2959
3004
|
]
|
|
2960
3005
|
|
|
2961
3006
|
[[package]]
|
|
2962
3007
|
name = "serde_json"
|
|
2963
|
-
version = "1.0.
|
|
3008
|
+
version = "1.0.140"
|
|
2964
3009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2965
|
-
checksum = "
|
|
3010
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
2966
3011
|
dependencies = [
|
|
2967
3012
|
"itoa",
|
|
2968
3013
|
"memchr",
|
|
3014
|
+
"ryu",
|
|
2969
3015
|
"serde",
|
|
2970
|
-
"serde_core",
|
|
2971
|
-
"zmij",
|
|
2972
3016
|
]
|
|
2973
3017
|
|
|
2974
3018
|
[[package]]
|
|
@@ -2984,13 +3028,12 @@ dependencies = [
|
|
|
2984
3028
|
|
|
2985
3029
|
[[package]]
|
|
2986
3030
|
name = "serde_path_to_error"
|
|
2987
|
-
version = "0.1.
|
|
3031
|
+
version = "0.1.17"
|
|
2988
3032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2989
|
-
checksum = "
|
|
3033
|
+
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
|
2990
3034
|
dependencies = [
|
|
2991
3035
|
"itoa",
|
|
2992
3036
|
"serde",
|
|
2993
|
-
"serde_core",
|
|
2994
3037
|
]
|
|
2995
3038
|
|
|
2996
3039
|
[[package]]
|
|
@@ -3012,7 +3055,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3012
3055
|
checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
|
|
3013
3056
|
dependencies = [
|
|
3014
3057
|
"base64ct",
|
|
3015
|
-
"rand 0.8.
|
|
3058
|
+
"rand 0.8.5",
|
|
3016
3059
|
"sha2",
|
|
3017
3060
|
"subtle",
|
|
3018
3061
|
]
|
|
@@ -3056,9 +3099,9 @@ dependencies = [
|
|
|
3056
3099
|
|
|
3057
3100
|
[[package]]
|
|
3058
3101
|
name = "shell-words"
|
|
3059
|
-
version = "1.1.
|
|
3102
|
+
version = "1.1.0"
|
|
3060
3103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3061
|
-
checksum = "
|
|
3104
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
3062
3105
|
|
|
3063
3106
|
[[package]]
|
|
3064
3107
|
name = "shlex"
|
|
@@ -3068,82 +3111,68 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3068
3111
|
|
|
3069
3112
|
[[package]]
|
|
3070
3113
|
name = "signal-hook-registry"
|
|
3071
|
-
version = "1.4.
|
|
3114
|
+
version = "1.4.5"
|
|
3072
3115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3073
|
-
checksum = "
|
|
3116
|
+
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
3074
3117
|
dependencies = [
|
|
3075
|
-
"errno",
|
|
3076
3118
|
"libc",
|
|
3077
3119
|
]
|
|
3078
3120
|
|
|
3079
|
-
[[package]]
|
|
3080
|
-
name = "simd-adler32"
|
|
3081
|
-
version = "0.3.9"
|
|
3082
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3083
|
-
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
3084
|
-
|
|
3085
3121
|
[[package]]
|
|
3086
3122
|
name = "simple_asn1"
|
|
3087
|
-
version = "0.6.
|
|
3123
|
+
version = "0.6.3"
|
|
3088
3124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3089
|
-
checksum = "
|
|
3125
|
+
checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
|
|
3090
3126
|
dependencies = [
|
|
3091
3127
|
"num-bigint",
|
|
3092
3128
|
"num-traits",
|
|
3093
|
-
"thiserror 2.0.
|
|
3129
|
+
"thiserror 2.0.12",
|
|
3094
3130
|
"time",
|
|
3095
3131
|
]
|
|
3096
3132
|
|
|
3097
3133
|
[[package]]
|
|
3098
3134
|
name = "simple_logger"
|
|
3099
|
-
version = "5.
|
|
3135
|
+
version = "5.0.0"
|
|
3100
3136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3101
|
-
checksum = "
|
|
3137
|
+
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
|
|
3102
3138
|
dependencies = [
|
|
3103
3139
|
"colored",
|
|
3104
3140
|
"log",
|
|
3105
3141
|
"time",
|
|
3106
|
-
"windows-sys 0.
|
|
3142
|
+
"windows-sys 0.48.0",
|
|
3107
3143
|
]
|
|
3108
3144
|
|
|
3109
3145
|
[[package]]
|
|
3110
3146
|
name = "siphasher"
|
|
3111
|
-
version = "1.0.
|
|
3147
|
+
version = "1.0.1"
|
|
3112
3148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3113
|
-
checksum = "
|
|
3149
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
3114
3150
|
|
|
3115
3151
|
[[package]]
|
|
3116
3152
|
name = "slab"
|
|
3117
|
-
version = "0.4.
|
|
3153
|
+
version = "0.4.9"
|
|
3118
3154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3119
|
-
checksum = "
|
|
3155
|
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
3156
|
+
dependencies = [
|
|
3157
|
+
"autocfg",
|
|
3158
|
+
]
|
|
3120
3159
|
|
|
3121
3160
|
[[package]]
|
|
3122
3161
|
name = "smallvec"
|
|
3123
|
-
version = "1.15.
|
|
3162
|
+
version = "1.15.0"
|
|
3124
3163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3125
|
-
checksum = "
|
|
3164
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
3126
3165
|
|
|
3127
3166
|
[[package]]
|
|
3128
3167
|
name = "socket2"
|
|
3129
|
-
version = "0.5.
|
|
3168
|
+
version = "0.5.9"
|
|
3130
3169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3131
|
-
checksum = "
|
|
3170
|
+
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
|
3132
3171
|
dependencies = [
|
|
3133
3172
|
"libc",
|
|
3134
3173
|
"windows-sys 0.52.0",
|
|
3135
3174
|
]
|
|
3136
3175
|
|
|
3137
|
-
[[package]]
|
|
3138
|
-
name = "socket2"
|
|
3139
|
-
version = "0.6.3"
|
|
3140
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3141
|
-
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
3142
|
-
dependencies = [
|
|
3143
|
-
"libc",
|
|
3144
|
-
"windows-sys 0.61.2",
|
|
3145
|
-
]
|
|
3146
|
-
|
|
3147
3176
|
[[package]]
|
|
3148
3177
|
name = "spin"
|
|
3149
3178
|
version = "0.9.8"
|
|
@@ -3152,9 +3181,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
3152
3181
|
|
|
3153
3182
|
[[package]]
|
|
3154
3183
|
name = "stable_deref_trait"
|
|
3155
|
-
version = "1.2.
|
|
3184
|
+
version = "1.2.0"
|
|
3156
3185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3157
|
-
checksum = "
|
|
3186
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3158
3187
|
|
|
3159
3188
|
[[package]]
|
|
3160
3189
|
name = "strsim"
|
|
@@ -3198,12 +3227,6 @@ version = "2.6.1"
|
|
|
3198
3227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3199
3228
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3200
3229
|
|
|
3201
|
-
[[package]]
|
|
3202
|
-
name = "symlink"
|
|
3203
|
-
version = "0.1.0"
|
|
3204
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3205
|
-
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
3206
|
-
|
|
3207
3230
|
[[package]]
|
|
3208
3231
|
name = "syn"
|
|
3209
3232
|
version = "1.0.109"
|
|
@@ -3217,9 +3240,9 @@ dependencies = [
|
|
|
3217
3240
|
|
|
3218
3241
|
[[package]]
|
|
3219
3242
|
name = "syn"
|
|
3220
|
-
version = "2.0.
|
|
3243
|
+
version = "2.0.101"
|
|
3221
3244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3222
|
-
checksum = "
|
|
3245
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
3223
3246
|
dependencies = [
|
|
3224
3247
|
"proc-macro2",
|
|
3225
3248
|
"quote",
|
|
@@ -3243,7 +3266,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
3243
3266
|
dependencies = [
|
|
3244
3267
|
"proc-macro2",
|
|
3245
3268
|
"quote",
|
|
3246
|
-
"syn 2.0.
|
|
3269
|
+
"syn 2.0.101",
|
|
3247
3270
|
]
|
|
3248
3271
|
|
|
3249
3272
|
[[package]]
|
|
@@ -3260,27 +3283,6 @@ dependencies = [
|
|
|
3260
3283
|
"windows",
|
|
3261
3284
|
]
|
|
3262
3285
|
|
|
3263
|
-
[[package]]
|
|
3264
|
-
name = "system-configuration"
|
|
3265
|
-
version = "0.7.0"
|
|
3266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3267
|
-
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3268
|
-
dependencies = [
|
|
3269
|
-
"bitflags 2.11.1",
|
|
3270
|
-
"core-foundation 0.9.4",
|
|
3271
|
-
"system-configuration-sys",
|
|
3272
|
-
]
|
|
3273
|
-
|
|
3274
|
-
[[package]]
|
|
3275
|
-
name = "system-configuration-sys"
|
|
3276
|
-
version = "0.6.0"
|
|
3277
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3278
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3279
|
-
dependencies = [
|
|
3280
|
-
"core-foundation-sys",
|
|
3281
|
-
"libc",
|
|
3282
|
-
]
|
|
3283
|
-
|
|
3284
3286
|
[[package]]
|
|
3285
3287
|
name = "tap"
|
|
3286
3288
|
version = "1.0.1"
|
|
@@ -3289,15 +3291,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
3289
3291
|
|
|
3290
3292
|
[[package]]
|
|
3291
3293
|
name = "tempfile"
|
|
3292
|
-
version = "3.
|
|
3294
|
+
version = "3.19.1"
|
|
3293
3295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3294
|
-
checksum = "
|
|
3296
|
+
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
|
3295
3297
|
dependencies = [
|
|
3296
3298
|
"fastrand",
|
|
3297
|
-
"getrandom 0.
|
|
3299
|
+
"getrandom 0.3.2",
|
|
3298
3300
|
"once_cell",
|
|
3299
|
-
"rustix",
|
|
3300
|
-
"windows-sys 0.
|
|
3301
|
+
"rustix 1.0.7",
|
|
3302
|
+
"windows-sys 0.59.0",
|
|
3301
3303
|
]
|
|
3302
3304
|
|
|
3303
3305
|
[[package]]
|
|
@@ -3320,11 +3322,11 @@ dependencies = [
|
|
|
3320
3322
|
|
|
3321
3323
|
[[package]]
|
|
3322
3324
|
name = "thiserror"
|
|
3323
|
-
version = "2.0.
|
|
3325
|
+
version = "2.0.12"
|
|
3324
3326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3325
|
-
checksum = "
|
|
3327
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
3326
3328
|
dependencies = [
|
|
3327
|
-
"thiserror-impl 2.0.
|
|
3329
|
+
"thiserror-impl 2.0.12",
|
|
3328
3330
|
]
|
|
3329
3331
|
|
|
3330
3332
|
[[package]]
|
|
@@ -3335,34 +3337,35 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
3335
3337
|
dependencies = [
|
|
3336
3338
|
"proc-macro2",
|
|
3337
3339
|
"quote",
|
|
3338
|
-
"syn 2.0.
|
|
3340
|
+
"syn 2.0.101",
|
|
3339
3341
|
]
|
|
3340
3342
|
|
|
3341
3343
|
[[package]]
|
|
3342
3344
|
name = "thiserror-impl"
|
|
3343
|
-
version = "2.0.
|
|
3345
|
+
version = "2.0.12"
|
|
3344
3346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3345
|
-
checksum = "
|
|
3347
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
3346
3348
|
dependencies = [
|
|
3347
3349
|
"proc-macro2",
|
|
3348
3350
|
"quote",
|
|
3349
|
-
"syn 2.0.
|
|
3351
|
+
"syn 2.0.101",
|
|
3350
3352
|
]
|
|
3351
3353
|
|
|
3352
3354
|
[[package]]
|
|
3353
3355
|
name = "thread_local"
|
|
3354
|
-
version = "1.1.
|
|
3356
|
+
version = "1.1.8"
|
|
3355
3357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3356
|
-
checksum = "
|
|
3358
|
+
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
3357
3359
|
dependencies = [
|
|
3358
3360
|
"cfg-if",
|
|
3361
|
+
"once_cell",
|
|
3359
3362
|
]
|
|
3360
3363
|
|
|
3361
3364
|
[[package]]
|
|
3362
3365
|
name = "time"
|
|
3363
|
-
version = "0.3.
|
|
3366
|
+
version = "0.3.41"
|
|
3364
3367
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3365
|
-
checksum = "
|
|
3368
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
3366
3369
|
dependencies = [
|
|
3367
3370
|
"deranged",
|
|
3368
3371
|
"itoa",
|
|
@@ -3370,22 +3373,22 @@ dependencies = [
|
|
|
3370
3373
|
"num-conv",
|
|
3371
3374
|
"num_threads",
|
|
3372
3375
|
"powerfmt",
|
|
3373
|
-
"
|
|
3376
|
+
"serde",
|
|
3374
3377
|
"time-core",
|
|
3375
3378
|
"time-macros",
|
|
3376
3379
|
]
|
|
3377
3380
|
|
|
3378
3381
|
[[package]]
|
|
3379
3382
|
name = "time-core"
|
|
3380
|
-
version = "0.1.
|
|
3383
|
+
version = "0.1.4"
|
|
3381
3384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3382
|
-
checksum = "
|
|
3385
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
3383
3386
|
|
|
3384
3387
|
[[package]]
|
|
3385
3388
|
name = "time-macros"
|
|
3386
|
-
version = "0.2.
|
|
3389
|
+
version = "0.2.22"
|
|
3387
3390
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3388
|
-
checksum = "
|
|
3391
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
3389
3392
|
dependencies = [
|
|
3390
3393
|
"num-conv",
|
|
3391
3394
|
"time-core",
|
|
@@ -3393,9 +3396,9 @@ dependencies = [
|
|
|
3393
3396
|
|
|
3394
3397
|
[[package]]
|
|
3395
3398
|
name = "tinystr"
|
|
3396
|
-
version = "0.
|
|
3399
|
+
version = "0.7.6"
|
|
3397
3400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3398
|
-
checksum = "
|
|
3401
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
3399
3402
|
dependencies = [
|
|
3400
3403
|
"displaydoc",
|
|
3401
3404
|
"zerovec",
|
|
@@ -3403,9 +3406,9 @@ dependencies = [
|
|
|
3403
3406
|
|
|
3404
3407
|
[[package]]
|
|
3405
3408
|
name = "tinyvec"
|
|
3406
|
-
version = "1.
|
|
3409
|
+
version = "1.9.0"
|
|
3407
3410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3408
|
-
checksum = "
|
|
3411
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
|
3409
3412
|
dependencies = [
|
|
3410
3413
|
"tinyvec_macros",
|
|
3411
3414
|
]
|
|
@@ -3418,37 +3421,38 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3418
3421
|
|
|
3419
3422
|
[[package]]
|
|
3420
3423
|
name = "tokio"
|
|
3421
|
-
version = "1.
|
|
3424
|
+
version = "1.44.2"
|
|
3422
3425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3423
|
-
checksum = "
|
|
3426
|
+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
3424
3427
|
dependencies = [
|
|
3428
|
+
"backtrace",
|
|
3425
3429
|
"bytes",
|
|
3426
3430
|
"libc",
|
|
3427
3431
|
"mio",
|
|
3428
3432
|
"parking_lot",
|
|
3429
3433
|
"pin-project-lite",
|
|
3430
3434
|
"signal-hook-registry",
|
|
3431
|
-
"socket2
|
|
3435
|
+
"socket2",
|
|
3432
3436
|
"tokio-macros",
|
|
3433
|
-
"windows-sys 0.
|
|
3437
|
+
"windows-sys 0.52.0",
|
|
3434
3438
|
]
|
|
3435
3439
|
|
|
3436
3440
|
[[package]]
|
|
3437
3441
|
name = "tokio-macros"
|
|
3438
|
-
version = "2.
|
|
3442
|
+
version = "2.5.0"
|
|
3439
3443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3440
|
-
checksum = "
|
|
3444
|
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
3441
3445
|
dependencies = [
|
|
3442
3446
|
"proc-macro2",
|
|
3443
3447
|
"quote",
|
|
3444
|
-
"syn 2.0.
|
|
3448
|
+
"syn 2.0.101",
|
|
3445
3449
|
]
|
|
3446
3450
|
|
|
3447
3451
|
[[package]]
|
|
3448
3452
|
name = "tokio-rustls"
|
|
3449
|
-
version = "0.26.
|
|
3453
|
+
version = "0.26.2"
|
|
3450
3454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3451
|
-
checksum = "
|
|
3455
|
+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
3452
3456
|
dependencies = [
|
|
3453
3457
|
"rustls",
|
|
3454
3458
|
"tokio",
|
|
@@ -3456,9 +3460,9 @@ dependencies = [
|
|
|
3456
3460
|
|
|
3457
3461
|
[[package]]
|
|
3458
3462
|
name = "tokio-stream"
|
|
3459
|
-
version = "0.1.
|
|
3463
|
+
version = "0.1.17"
|
|
3460
3464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3461
|
-
checksum = "
|
|
3465
|
+
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
3462
3466
|
dependencies = [
|
|
3463
3467
|
"futures-core",
|
|
3464
3468
|
"pin-project-lite",
|
|
@@ -3479,9 +3483,9 @@ dependencies = [
|
|
|
3479
3483
|
|
|
3480
3484
|
[[package]]
|
|
3481
3485
|
name = "tokio-util"
|
|
3482
|
-
version = "0.7.
|
|
3486
|
+
version = "0.7.15"
|
|
3483
3487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3484
|
-
checksum = "
|
|
3488
|
+
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
|
3485
3489
|
dependencies = [
|
|
3486
3490
|
"bytes",
|
|
3487
3491
|
"futures-core",
|
|
@@ -3493,9 +3497,9 @@ dependencies = [
|
|
|
3493
3497
|
|
|
3494
3498
|
[[package]]
|
|
3495
3499
|
name = "tower"
|
|
3496
|
-
version = "0.5.
|
|
3500
|
+
version = "0.5.2"
|
|
3497
3501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3498
|
-
checksum = "
|
|
3502
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
3499
3503
|
dependencies = [
|
|
3500
3504
|
"futures-core",
|
|
3501
3505
|
"futures-util",
|
|
@@ -3507,24 +3511,6 @@ dependencies = [
|
|
|
3507
3511
|
"tracing",
|
|
3508
3512
|
]
|
|
3509
3513
|
|
|
3510
|
-
[[package]]
|
|
3511
|
-
name = "tower-http"
|
|
3512
|
-
version = "0.6.8"
|
|
3513
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3514
|
-
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3515
|
-
dependencies = [
|
|
3516
|
-
"bitflags 2.11.1",
|
|
3517
|
-
"bytes",
|
|
3518
|
-
"futures-util",
|
|
3519
|
-
"http 1.4.0",
|
|
3520
|
-
"http-body 1.0.1",
|
|
3521
|
-
"iri-string",
|
|
3522
|
-
"pin-project-lite",
|
|
3523
|
-
"tower",
|
|
3524
|
-
"tower-layer",
|
|
3525
|
-
"tower-service",
|
|
3526
|
-
]
|
|
3527
|
-
|
|
3528
3514
|
[[package]]
|
|
3529
3515
|
name = "tower-layer"
|
|
3530
3516
|
version = "0.3.3"
|
|
@@ -3539,9 +3525,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3539
3525
|
|
|
3540
3526
|
[[package]]
|
|
3541
3527
|
name = "tracing"
|
|
3542
|
-
version = "0.1.
|
|
3528
|
+
version = "0.1.41"
|
|
3543
3529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3544
|
-
checksum = "
|
|
3530
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
3545
3531
|
dependencies = [
|
|
3546
3532
|
"log",
|
|
3547
3533
|
"pin-project-lite",
|
|
@@ -3551,33 +3537,32 @@ dependencies = [
|
|
|
3551
3537
|
|
|
3552
3538
|
[[package]]
|
|
3553
3539
|
name = "tracing-appender"
|
|
3554
|
-
version = "0.2.
|
|
3540
|
+
version = "0.2.3"
|
|
3555
3541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3556
|
-
checksum = "
|
|
3542
|
+
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
|
3557
3543
|
dependencies = [
|
|
3558
3544
|
"crossbeam-channel",
|
|
3559
|
-
"
|
|
3560
|
-
"thiserror 2.0.18",
|
|
3545
|
+
"thiserror 1.0.69",
|
|
3561
3546
|
"time",
|
|
3562
3547
|
"tracing-subscriber",
|
|
3563
3548
|
]
|
|
3564
3549
|
|
|
3565
3550
|
[[package]]
|
|
3566
3551
|
name = "tracing-attributes"
|
|
3567
|
-
version = "0.1.
|
|
3552
|
+
version = "0.1.28"
|
|
3568
3553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3569
|
-
checksum = "
|
|
3554
|
+
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
3570
3555
|
dependencies = [
|
|
3571
3556
|
"proc-macro2",
|
|
3572
3557
|
"quote",
|
|
3573
|
-
"syn 2.0.
|
|
3558
|
+
"syn 2.0.101",
|
|
3574
3559
|
]
|
|
3575
3560
|
|
|
3576
3561
|
[[package]]
|
|
3577
3562
|
name = "tracing-core"
|
|
3578
|
-
version = "0.1.
|
|
3563
|
+
version = "0.1.33"
|
|
3579
3564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3580
|
-
checksum = "
|
|
3565
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
3581
3566
|
dependencies = [
|
|
3582
3567
|
"once_cell",
|
|
3583
3568
|
"valuable",
|
|
@@ -3606,14 +3591,14 @@ dependencies = [
|
|
|
3606
3591
|
|
|
3607
3592
|
[[package]]
|
|
3608
3593
|
name = "tracing-subscriber"
|
|
3609
|
-
version = "0.3.
|
|
3594
|
+
version = "0.3.19"
|
|
3610
3595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3611
|
-
checksum = "
|
|
3596
|
+
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
3612
3597
|
dependencies = [
|
|
3613
3598
|
"matchers",
|
|
3614
3599
|
"nu-ansi-term",
|
|
3615
3600
|
"once_cell",
|
|
3616
|
-
"regex
|
|
3601
|
+
"regex",
|
|
3617
3602
|
"serde",
|
|
3618
3603
|
"serde_json",
|
|
3619
3604
|
"sharded-slab",
|
|
@@ -3640,10 +3625,10 @@ dependencies = [
|
|
|
3640
3625
|
"byteorder",
|
|
3641
3626
|
"bytes",
|
|
3642
3627
|
"data-encoding",
|
|
3643
|
-
"http 1.
|
|
3628
|
+
"http 1.3.1",
|
|
3644
3629
|
"httparse",
|
|
3645
3630
|
"log",
|
|
3646
|
-
"rand 0.8.
|
|
3631
|
+
"rand 0.8.5",
|
|
3647
3632
|
"sha1",
|
|
3648
3633
|
"thiserror 1.0.69",
|
|
3649
3634
|
"url",
|
|
@@ -3652,27 +3637,27 @@ dependencies = [
|
|
|
3652
3637
|
|
|
3653
3638
|
[[package]]
|
|
3654
3639
|
name = "typenum"
|
|
3655
|
-
version = "1.
|
|
3640
|
+
version = "1.18.0"
|
|
3656
3641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3657
|
-
checksum = "
|
|
3642
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
3658
3643
|
|
|
3659
3644
|
[[package]]
|
|
3660
3645
|
name = "unicase"
|
|
3661
|
-
version = "2.
|
|
3646
|
+
version = "2.8.1"
|
|
3662
3647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3663
|
-
checksum = "
|
|
3648
|
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
3664
3649
|
|
|
3665
3650
|
[[package]]
|
|
3666
3651
|
name = "unicode-ident"
|
|
3667
|
-
version = "1.0.
|
|
3652
|
+
version = "1.0.18"
|
|
3668
3653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3669
|
-
checksum = "
|
|
3654
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
3670
3655
|
|
|
3671
3656
|
[[package]]
|
|
3672
3657
|
name = "unicode-segmentation"
|
|
3673
|
-
version = "1.
|
|
3658
|
+
version = "1.12.0"
|
|
3674
3659
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3675
|
-
checksum = "
|
|
3660
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3676
3661
|
|
|
3677
3662
|
[[package]]
|
|
3678
3663
|
name = "unicode-width"
|
|
@@ -3694,14 +3679,13 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3694
3679
|
|
|
3695
3680
|
[[package]]
|
|
3696
3681
|
name = "url"
|
|
3697
|
-
version = "2.5.
|
|
3682
|
+
version = "2.5.4"
|
|
3698
3683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3699
|
-
checksum = "
|
|
3684
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
3700
3685
|
dependencies = [
|
|
3701
3686
|
"form_urlencoded",
|
|
3702
3687
|
"idna",
|
|
3703
3688
|
"percent-encoding",
|
|
3704
|
-
"serde",
|
|
3705
3689
|
]
|
|
3706
3690
|
|
|
3707
3691
|
[[package]]
|
|
@@ -3710,6 +3694,12 @@ version = "0.7.6"
|
|
|
3710
3694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3711
3695
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
3712
3696
|
|
|
3697
|
+
[[package]]
|
|
3698
|
+
name = "utf16_iter"
|
|
3699
|
+
version = "1.0.5"
|
|
3700
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3701
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
3702
|
+
|
|
3713
3703
|
[[package]]
|
|
3714
3704
|
name = "utf8_iter"
|
|
3715
3705
|
version = "1.0.4"
|
|
@@ -3790,56 +3780,63 @@ dependencies = [
|
|
|
3790
3780
|
|
|
3791
3781
|
[[package]]
|
|
3792
3782
|
name = "wasi"
|
|
3793
|
-
version = "0.11.
|
|
3794
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3795
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3796
|
-
|
|
3797
|
-
[[package]]
|
|
3798
|
-
name = "wasip2"
|
|
3799
|
-
version = "1.0.3+wasi-0.2.9"
|
|
3783
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
|
3800
3784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3801
|
-
checksum = "
|
|
3802
|
-
dependencies = [
|
|
3803
|
-
"wit-bindgen 0.57.1",
|
|
3804
|
-
]
|
|
3785
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3805
3786
|
|
|
3806
3787
|
[[package]]
|
|
3807
|
-
name = "
|
|
3808
|
-
version = "0.
|
|
3788
|
+
name = "wasi"
|
|
3789
|
+
version = "0.14.2+wasi-0.2.4"
|
|
3809
3790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3810
|
-
checksum = "
|
|
3791
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
3811
3792
|
dependencies = [
|
|
3812
|
-
"wit-bindgen
|
|
3793
|
+
"wit-bindgen-rt",
|
|
3813
3794
|
]
|
|
3814
3795
|
|
|
3815
3796
|
[[package]]
|
|
3816
3797
|
name = "wasm-bindgen"
|
|
3817
|
-
version = "0.2.
|
|
3798
|
+
version = "0.2.100"
|
|
3818
3799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3819
|
-
checksum = "
|
|
3800
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
3820
3801
|
dependencies = [
|
|
3821
3802
|
"cfg-if",
|
|
3822
3803
|
"once_cell",
|
|
3823
3804
|
"rustversion",
|
|
3824
3805
|
"wasm-bindgen-macro",
|
|
3806
|
+
]
|
|
3807
|
+
|
|
3808
|
+
[[package]]
|
|
3809
|
+
name = "wasm-bindgen-backend"
|
|
3810
|
+
version = "0.2.100"
|
|
3811
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3812
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
3813
|
+
dependencies = [
|
|
3814
|
+
"bumpalo",
|
|
3815
|
+
"log",
|
|
3816
|
+
"proc-macro2",
|
|
3817
|
+
"quote",
|
|
3818
|
+
"syn 2.0.101",
|
|
3825
3819
|
"wasm-bindgen-shared",
|
|
3826
3820
|
]
|
|
3827
3821
|
|
|
3828
3822
|
[[package]]
|
|
3829
3823
|
name = "wasm-bindgen-futures"
|
|
3830
|
-
version = "0.4.
|
|
3824
|
+
version = "0.4.50"
|
|
3831
3825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3832
|
-
checksum = "
|
|
3826
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
3833
3827
|
dependencies = [
|
|
3828
|
+
"cfg-if",
|
|
3834
3829
|
"js-sys",
|
|
3830
|
+
"once_cell",
|
|
3835
3831
|
"wasm-bindgen",
|
|
3832
|
+
"web-sys",
|
|
3836
3833
|
]
|
|
3837
3834
|
|
|
3838
3835
|
[[package]]
|
|
3839
3836
|
name = "wasm-bindgen-macro"
|
|
3840
|
-
version = "0.2.
|
|
3837
|
+
version = "0.2.100"
|
|
3841
3838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3842
|
-
checksum = "
|
|
3839
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
3843
3840
|
dependencies = [
|
|
3844
3841
|
"quote",
|
|
3845
3842
|
"wasm-bindgen-macro-support",
|
|
@@ -3847,48 +3844,26 @@ dependencies = [
|
|
|
3847
3844
|
|
|
3848
3845
|
[[package]]
|
|
3849
3846
|
name = "wasm-bindgen-macro-support"
|
|
3850
|
-
version = "0.2.
|
|
3847
|
+
version = "0.2.100"
|
|
3851
3848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3852
|
-
checksum = "
|
|
3849
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
3853
3850
|
dependencies = [
|
|
3854
|
-
"bumpalo",
|
|
3855
3851
|
"proc-macro2",
|
|
3856
3852
|
"quote",
|
|
3857
|
-
"syn 2.0.
|
|
3853
|
+
"syn 2.0.101",
|
|
3854
|
+
"wasm-bindgen-backend",
|
|
3858
3855
|
"wasm-bindgen-shared",
|
|
3859
3856
|
]
|
|
3860
3857
|
|
|
3861
3858
|
[[package]]
|
|
3862
3859
|
name = "wasm-bindgen-shared"
|
|
3863
|
-
version = "0.2.
|
|
3860
|
+
version = "0.2.100"
|
|
3864
3861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3865
|
-
checksum = "
|
|
3862
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
3866
3863
|
dependencies = [
|
|
3867
3864
|
"unicode-ident",
|
|
3868
3865
|
]
|
|
3869
3866
|
|
|
3870
|
-
[[package]]
|
|
3871
|
-
name = "wasm-encoder"
|
|
3872
|
-
version = "0.244.0"
|
|
3873
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3874
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3875
|
-
dependencies = [
|
|
3876
|
-
"leb128fmt",
|
|
3877
|
-
"wasmparser",
|
|
3878
|
-
]
|
|
3879
|
-
|
|
3880
|
-
[[package]]
|
|
3881
|
-
name = "wasm-metadata"
|
|
3882
|
-
version = "0.244.0"
|
|
3883
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3884
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3885
|
-
dependencies = [
|
|
3886
|
-
"anyhow",
|
|
3887
|
-
"indexmap",
|
|
3888
|
-
"wasm-encoder",
|
|
3889
|
-
"wasmparser",
|
|
3890
|
-
]
|
|
3891
|
-
|
|
3892
3867
|
[[package]]
|
|
3893
3868
|
name = "wasm-streams"
|
|
3894
3869
|
version = "0.4.2"
|
|
@@ -3902,23 +3877,11 @@ dependencies = [
|
|
|
3902
3877
|
"web-sys",
|
|
3903
3878
|
]
|
|
3904
3879
|
|
|
3905
|
-
[[package]]
|
|
3906
|
-
name = "wasmparser"
|
|
3907
|
-
version = "0.244.0"
|
|
3908
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3909
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3910
|
-
dependencies = [
|
|
3911
|
-
"bitflags 2.11.1",
|
|
3912
|
-
"hashbrown 0.15.5",
|
|
3913
|
-
"indexmap",
|
|
3914
|
-
"semver",
|
|
3915
|
-
]
|
|
3916
|
-
|
|
3917
3880
|
[[package]]
|
|
3918
3881
|
name = "web-sys"
|
|
3919
|
-
version = "0.3.
|
|
3882
|
+
version = "0.3.77"
|
|
3920
3883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3921
|
-
checksum = "
|
|
3884
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
3922
3885
|
dependencies = [
|
|
3923
3886
|
"js-sys",
|
|
3924
3887
|
"wasm-bindgen",
|
|
@@ -3936,20 +3899,23 @@ dependencies = [
|
|
|
3936
3899
|
|
|
3937
3900
|
[[package]]
|
|
3938
3901
|
name = "webpki-roots"
|
|
3939
|
-
version = "0.26.
|
|
3902
|
+
version = "0.26.10"
|
|
3940
3903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3941
|
-
checksum = "
|
|
3904
|
+
checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93"
|
|
3942
3905
|
dependencies = [
|
|
3943
|
-
"
|
|
3906
|
+
"rustls-pki-types",
|
|
3944
3907
|
]
|
|
3945
3908
|
|
|
3946
3909
|
[[package]]
|
|
3947
|
-
name = "
|
|
3948
|
-
version = "
|
|
3910
|
+
name = "which"
|
|
3911
|
+
version = "4.4.2"
|
|
3949
3912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3950
|
-
checksum = "
|
|
3913
|
+
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
3951
3914
|
dependencies = [
|
|
3952
|
-
"
|
|
3915
|
+
"either",
|
|
3916
|
+
"home",
|
|
3917
|
+
"once_cell",
|
|
3918
|
+
"rustix 0.38.44",
|
|
3953
3919
|
]
|
|
3954
3920
|
|
|
3955
3921
|
[[package]]
|
|
@@ -3970,11 +3936,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3970
3936
|
|
|
3971
3937
|
[[package]]
|
|
3972
3938
|
name = "winapi-util"
|
|
3973
|
-
version = "0.1.
|
|
3939
|
+
version = "0.1.9"
|
|
3974
3940
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3975
|
-
checksum = "
|
|
3941
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
3976
3942
|
dependencies = [
|
|
3977
|
-
"windows-sys 0.
|
|
3943
|
+
"windows-sys 0.48.0",
|
|
3978
3944
|
]
|
|
3979
3945
|
|
|
3980
3946
|
[[package]]
|
|
@@ -4007,15 +3973,15 @@ dependencies = [
|
|
|
4007
3973
|
|
|
4008
3974
|
[[package]]
|
|
4009
3975
|
name = "windows-core"
|
|
4010
|
-
version = "0.
|
|
3976
|
+
version = "0.61.0"
|
|
4011
3977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4012
|
-
checksum = "
|
|
3978
|
+
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
|
|
4013
3979
|
dependencies = [
|
|
4014
|
-
"windows-implement 0.60.
|
|
4015
|
-
"windows-interface 0.59.
|
|
3980
|
+
"windows-implement 0.60.0",
|
|
3981
|
+
"windows-interface 0.59.1",
|
|
4016
3982
|
"windows-link",
|
|
4017
|
-
"windows-result 0.
|
|
4018
|
-
"windows-strings",
|
|
3983
|
+
"windows-result 0.3.2",
|
|
3984
|
+
"windows-strings 0.4.0",
|
|
4019
3985
|
]
|
|
4020
3986
|
|
|
4021
3987
|
[[package]]
|
|
@@ -4026,18 +3992,18 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
4026
3992
|
dependencies = [
|
|
4027
3993
|
"proc-macro2",
|
|
4028
3994
|
"quote",
|
|
4029
|
-
"syn 2.0.
|
|
3995
|
+
"syn 2.0.101",
|
|
4030
3996
|
]
|
|
4031
3997
|
|
|
4032
3998
|
[[package]]
|
|
4033
3999
|
name = "windows-implement"
|
|
4034
|
-
version = "0.60.
|
|
4000
|
+
version = "0.60.0"
|
|
4035
4001
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4036
|
-
checksum = "
|
|
4002
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
4037
4003
|
dependencies = [
|
|
4038
4004
|
"proc-macro2",
|
|
4039
4005
|
"quote",
|
|
4040
|
-
"syn 2.0.
|
|
4006
|
+
"syn 2.0.101",
|
|
4041
4007
|
]
|
|
4042
4008
|
|
|
4043
4009
|
[[package]]
|
|
@@ -4048,35 +4014,35 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
4048
4014
|
dependencies = [
|
|
4049
4015
|
"proc-macro2",
|
|
4050
4016
|
"quote",
|
|
4051
|
-
"syn 2.0.
|
|
4017
|
+
"syn 2.0.101",
|
|
4052
4018
|
]
|
|
4053
4019
|
|
|
4054
4020
|
[[package]]
|
|
4055
4021
|
name = "windows-interface"
|
|
4056
|
-
version = "0.59.
|
|
4022
|
+
version = "0.59.1"
|
|
4057
4023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4058
|
-
checksum = "
|
|
4024
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
|
4059
4025
|
dependencies = [
|
|
4060
4026
|
"proc-macro2",
|
|
4061
4027
|
"quote",
|
|
4062
|
-
"syn 2.0.
|
|
4028
|
+
"syn 2.0.101",
|
|
4063
4029
|
]
|
|
4064
4030
|
|
|
4065
4031
|
[[package]]
|
|
4066
4032
|
name = "windows-link"
|
|
4067
|
-
version = "0.
|
|
4033
|
+
version = "0.1.1"
|
|
4068
4034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4069
|
-
checksum = "
|
|
4035
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
4070
4036
|
|
|
4071
4037
|
[[package]]
|
|
4072
4038
|
name = "windows-registry"
|
|
4073
|
-
version = "0.
|
|
4039
|
+
version = "0.4.0"
|
|
4074
4040
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4075
|
-
checksum = "
|
|
4041
|
+
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
4076
4042
|
dependencies = [
|
|
4077
|
-
"windows-
|
|
4078
|
-
"windows-
|
|
4079
|
-
"windows-
|
|
4043
|
+
"windows-result 0.3.2",
|
|
4044
|
+
"windows-strings 0.3.1",
|
|
4045
|
+
"windows-targets 0.53.0",
|
|
4080
4046
|
]
|
|
4081
4047
|
|
|
4082
4048
|
[[package]]
|
|
@@ -4090,22 +4056,40 @@ dependencies = [
|
|
|
4090
4056
|
|
|
4091
4057
|
[[package]]
|
|
4092
4058
|
name = "windows-result"
|
|
4093
|
-
version = "0.
|
|
4059
|
+
version = "0.3.2"
|
|
4094
4060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4095
|
-
checksum = "
|
|
4061
|
+
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
4096
4062
|
dependencies = [
|
|
4097
4063
|
"windows-link",
|
|
4098
4064
|
]
|
|
4099
4065
|
|
|
4100
4066
|
[[package]]
|
|
4101
4067
|
name = "windows-strings"
|
|
4102
|
-
version = "0.
|
|
4068
|
+
version = "0.3.1"
|
|
4103
4069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4104
|
-
checksum = "
|
|
4070
|
+
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
4071
|
+
dependencies = [
|
|
4072
|
+
"windows-link",
|
|
4073
|
+
]
|
|
4074
|
+
|
|
4075
|
+
[[package]]
|
|
4076
|
+
name = "windows-strings"
|
|
4077
|
+
version = "0.4.0"
|
|
4078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4079
|
+
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
|
|
4105
4080
|
dependencies = [
|
|
4106
4081
|
"windows-link",
|
|
4107
4082
|
]
|
|
4108
4083
|
|
|
4084
|
+
[[package]]
|
|
4085
|
+
name = "windows-sys"
|
|
4086
|
+
version = "0.48.0"
|
|
4087
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4088
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
4089
|
+
dependencies = [
|
|
4090
|
+
"windows-targets 0.48.5",
|
|
4091
|
+
]
|
|
4092
|
+
|
|
4109
4093
|
[[package]]
|
|
4110
4094
|
name = "windows-sys"
|
|
4111
4095
|
version = "0.52.0"
|
|
@@ -4117,20 +4101,26 @@ dependencies = [
|
|
|
4117
4101
|
|
|
4118
4102
|
[[package]]
|
|
4119
4103
|
name = "windows-sys"
|
|
4120
|
-
version = "0.
|
|
4104
|
+
version = "0.59.0"
|
|
4121
4105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4122
|
-
checksum = "
|
|
4106
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4123
4107
|
dependencies = [
|
|
4124
|
-
"windows-targets 0.
|
|
4108
|
+
"windows-targets 0.52.6",
|
|
4125
4109
|
]
|
|
4126
4110
|
|
|
4127
4111
|
[[package]]
|
|
4128
|
-
name = "windows-
|
|
4129
|
-
version = "0.
|
|
4112
|
+
name = "windows-targets"
|
|
4113
|
+
version = "0.48.5"
|
|
4130
4114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4131
|
-
checksum = "
|
|
4115
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
4132
4116
|
dependencies = [
|
|
4133
|
-
"
|
|
4117
|
+
"windows_aarch64_gnullvm 0.48.5",
|
|
4118
|
+
"windows_aarch64_msvc 0.48.5",
|
|
4119
|
+
"windows_i686_gnu 0.48.5",
|
|
4120
|
+
"windows_i686_msvc 0.48.5",
|
|
4121
|
+
"windows_x86_64_gnu 0.48.5",
|
|
4122
|
+
"windows_x86_64_gnullvm 0.48.5",
|
|
4123
|
+
"windows_x86_64_msvc 0.48.5",
|
|
4134
4124
|
]
|
|
4135
4125
|
|
|
4136
4126
|
[[package]]
|
|
@@ -4151,21 +4141,26 @@ dependencies = [
|
|
|
4151
4141
|
|
|
4152
4142
|
[[package]]
|
|
4153
4143
|
name = "windows-targets"
|
|
4154
|
-
version = "0.53.
|
|
4144
|
+
version = "0.53.0"
|
|
4155
4145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4156
|
-
checksum = "
|
|
4146
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
4157
4147
|
dependencies = [
|
|
4158
|
-
"
|
|
4159
|
-
"
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4164
|
-
"
|
|
4165
|
-
"
|
|
4166
|
-
"windows_x86_64_msvc 0.53.1",
|
|
4148
|
+
"windows_aarch64_gnullvm 0.53.0",
|
|
4149
|
+
"windows_aarch64_msvc 0.53.0",
|
|
4150
|
+
"windows_i686_gnu 0.53.0",
|
|
4151
|
+
"windows_i686_gnullvm 0.53.0",
|
|
4152
|
+
"windows_i686_msvc 0.53.0",
|
|
4153
|
+
"windows_x86_64_gnu 0.53.0",
|
|
4154
|
+
"windows_x86_64_gnullvm 0.53.0",
|
|
4155
|
+
"windows_x86_64_msvc 0.53.0",
|
|
4167
4156
|
]
|
|
4168
4157
|
|
|
4158
|
+
[[package]]
|
|
4159
|
+
name = "windows_aarch64_gnullvm"
|
|
4160
|
+
version = "0.48.5"
|
|
4161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4162
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
4163
|
+
|
|
4169
4164
|
[[package]]
|
|
4170
4165
|
name = "windows_aarch64_gnullvm"
|
|
4171
4166
|
version = "0.52.6"
|
|
@@ -4174,9 +4169,15 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
4174
4169
|
|
|
4175
4170
|
[[package]]
|
|
4176
4171
|
name = "windows_aarch64_gnullvm"
|
|
4177
|
-
version = "0.53.
|
|
4172
|
+
version = "0.53.0"
|
|
4178
4173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4179
|
-
checksum = "
|
|
4174
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
4175
|
+
|
|
4176
|
+
[[package]]
|
|
4177
|
+
name = "windows_aarch64_msvc"
|
|
4178
|
+
version = "0.48.5"
|
|
4179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4180
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
4180
4181
|
|
|
4181
4182
|
[[package]]
|
|
4182
4183
|
name = "windows_aarch64_msvc"
|
|
@@ -4186,9 +4187,15 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
4186
4187
|
|
|
4187
4188
|
[[package]]
|
|
4188
4189
|
name = "windows_aarch64_msvc"
|
|
4189
|
-
version = "0.53.
|
|
4190
|
+
version = "0.53.0"
|
|
4191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4192
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
4193
|
+
|
|
4194
|
+
[[package]]
|
|
4195
|
+
name = "windows_i686_gnu"
|
|
4196
|
+
version = "0.48.5"
|
|
4190
4197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4191
|
-
checksum = "
|
|
4198
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
4192
4199
|
|
|
4193
4200
|
[[package]]
|
|
4194
4201
|
name = "windows_i686_gnu"
|
|
@@ -4198,9 +4205,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
4198
4205
|
|
|
4199
4206
|
[[package]]
|
|
4200
4207
|
name = "windows_i686_gnu"
|
|
4201
|
-
version = "0.53.
|
|
4208
|
+
version = "0.53.0"
|
|
4202
4209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4203
|
-
checksum = "
|
|
4210
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
4204
4211
|
|
|
4205
4212
|
[[package]]
|
|
4206
4213
|
name = "windows_i686_gnullvm"
|
|
@@ -4210,9 +4217,15 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
4210
4217
|
|
|
4211
4218
|
[[package]]
|
|
4212
4219
|
name = "windows_i686_gnullvm"
|
|
4213
|
-
version = "0.53.
|
|
4220
|
+
version = "0.53.0"
|
|
4221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4222
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
4223
|
+
|
|
4224
|
+
[[package]]
|
|
4225
|
+
name = "windows_i686_msvc"
|
|
4226
|
+
version = "0.48.5"
|
|
4214
4227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4215
|
-
checksum = "
|
|
4228
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
4216
4229
|
|
|
4217
4230
|
[[package]]
|
|
4218
4231
|
name = "windows_i686_msvc"
|
|
@@ -4222,145 +4235,84 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
4222
4235
|
|
|
4223
4236
|
[[package]]
|
|
4224
4237
|
name = "windows_i686_msvc"
|
|
4225
|
-
version = "0.53.
|
|
4238
|
+
version = "0.53.0"
|
|
4226
4239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4227
|
-
checksum = "
|
|
4240
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
4228
4241
|
|
|
4229
4242
|
[[package]]
|
|
4230
4243
|
name = "windows_x86_64_gnu"
|
|
4231
|
-
version = "0.
|
|
4244
|
+
version = "0.48.5"
|
|
4232
4245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4233
|
-
checksum = "
|
|
4246
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
4234
4247
|
|
|
4235
4248
|
[[package]]
|
|
4236
4249
|
name = "windows_x86_64_gnu"
|
|
4237
|
-
version = "0.
|
|
4250
|
+
version = "0.52.6"
|
|
4238
4251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4239
|
-
checksum = "
|
|
4252
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4240
4253
|
|
|
4241
4254
|
[[package]]
|
|
4242
|
-
name = "
|
|
4243
|
-
version = "0.
|
|
4255
|
+
name = "windows_x86_64_gnu"
|
|
4256
|
+
version = "0.53.0"
|
|
4244
4257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4245
|
-
checksum = "
|
|
4258
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
4246
4259
|
|
|
4247
4260
|
[[package]]
|
|
4248
4261
|
name = "windows_x86_64_gnullvm"
|
|
4249
|
-
version = "0.
|
|
4262
|
+
version = "0.48.5"
|
|
4250
4263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4251
|
-
checksum = "
|
|
4264
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
4252
4265
|
|
|
4253
4266
|
[[package]]
|
|
4254
|
-
name = "
|
|
4267
|
+
name = "windows_x86_64_gnullvm"
|
|
4255
4268
|
version = "0.52.6"
|
|
4256
4269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4257
|
-
checksum = "
|
|
4270
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4258
4271
|
|
|
4259
4272
|
[[package]]
|
|
4260
|
-
name = "
|
|
4261
|
-
version = "0.53.
|
|
4273
|
+
name = "windows_x86_64_gnullvm"
|
|
4274
|
+
version = "0.53.0"
|
|
4262
4275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
-
checksum = "
|
|
4276
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
4264
4277
|
|
|
4265
4278
|
[[package]]
|
|
4266
|
-
name = "
|
|
4267
|
-
version = "0.
|
|
4268
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4269
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4270
|
-
dependencies = [
|
|
4271
|
-
"wit-bindgen-rust-macro",
|
|
4272
|
-
]
|
|
4273
|
-
|
|
4274
|
-
[[package]]
|
|
4275
|
-
name = "wit-bindgen"
|
|
4276
|
-
version = "0.57.1"
|
|
4279
|
+
name = "windows_x86_64_msvc"
|
|
4280
|
+
version = "0.48.5"
|
|
4277
4281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4278
|
-
checksum = "
|
|
4282
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
4279
4283
|
|
|
4280
4284
|
[[package]]
|
|
4281
|
-
name = "
|
|
4282
|
-
version = "0.
|
|
4285
|
+
name = "windows_x86_64_msvc"
|
|
4286
|
+
version = "0.52.6"
|
|
4283
4287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
-
checksum = "
|
|
4285
|
-
dependencies = [
|
|
4286
|
-
"anyhow",
|
|
4287
|
-
"heck 0.5.0",
|
|
4288
|
-
"wit-parser",
|
|
4289
|
-
]
|
|
4288
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4290
4289
|
|
|
4291
4290
|
[[package]]
|
|
4292
|
-
name = "
|
|
4293
|
-
version = "0.
|
|
4291
|
+
name = "windows_x86_64_msvc"
|
|
4292
|
+
version = "0.53.0"
|
|
4294
4293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4295
|
-
checksum = "
|
|
4296
|
-
dependencies = [
|
|
4297
|
-
"anyhow",
|
|
4298
|
-
"heck 0.5.0",
|
|
4299
|
-
"indexmap",
|
|
4300
|
-
"prettyplease",
|
|
4301
|
-
"syn 2.0.117",
|
|
4302
|
-
"wasm-metadata",
|
|
4303
|
-
"wit-bindgen-core",
|
|
4304
|
-
"wit-component",
|
|
4305
|
-
]
|
|
4294
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
4306
4295
|
|
|
4307
4296
|
[[package]]
|
|
4308
|
-
name = "wit-bindgen-
|
|
4309
|
-
version = "0.
|
|
4297
|
+
name = "wit-bindgen-rt"
|
|
4298
|
+
version = "0.39.0"
|
|
4310
4299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4311
|
-
checksum = "
|
|
4300
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
4312
4301
|
dependencies = [
|
|
4313
|
-
"
|
|
4314
|
-
"prettyplease",
|
|
4315
|
-
"proc-macro2",
|
|
4316
|
-
"quote",
|
|
4317
|
-
"syn 2.0.117",
|
|
4318
|
-
"wit-bindgen-core",
|
|
4319
|
-
"wit-bindgen-rust",
|
|
4302
|
+
"bitflags 2.9.0",
|
|
4320
4303
|
]
|
|
4321
4304
|
|
|
4322
4305
|
[[package]]
|
|
4323
|
-
name = "
|
|
4324
|
-
version = "0.
|
|
4306
|
+
name = "write16"
|
|
4307
|
+
version = "1.0.0"
|
|
4325
4308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
-
checksum = "
|
|
4327
|
-
dependencies = [
|
|
4328
|
-
"anyhow",
|
|
4329
|
-
"bitflags 2.11.1",
|
|
4330
|
-
"indexmap",
|
|
4331
|
-
"log",
|
|
4332
|
-
"serde",
|
|
4333
|
-
"serde_derive",
|
|
4334
|
-
"serde_json",
|
|
4335
|
-
"wasm-encoder",
|
|
4336
|
-
"wasm-metadata",
|
|
4337
|
-
"wasmparser",
|
|
4338
|
-
"wit-parser",
|
|
4339
|
-
]
|
|
4340
|
-
|
|
4341
|
-
[[package]]
|
|
4342
|
-
name = "wit-parser"
|
|
4343
|
-
version = "0.244.0"
|
|
4344
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4345
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4346
|
-
dependencies = [
|
|
4347
|
-
"anyhow",
|
|
4348
|
-
"id-arena",
|
|
4349
|
-
"indexmap",
|
|
4350
|
-
"log",
|
|
4351
|
-
"semver",
|
|
4352
|
-
"serde",
|
|
4353
|
-
"serde_derive",
|
|
4354
|
-
"serde_json",
|
|
4355
|
-
"unicode-xid",
|
|
4356
|
-
"wasmparser",
|
|
4357
|
-
]
|
|
4309
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
4358
4310
|
|
|
4359
4311
|
[[package]]
|
|
4360
4312
|
name = "writeable"
|
|
4361
|
-
version = "0.
|
|
4313
|
+
version = "0.5.5"
|
|
4362
4314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4363
|
-
checksum = "
|
|
4315
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
4364
4316
|
|
|
4365
4317
|
[[package]]
|
|
4366
4318
|
name = "x509-parser"
|
|
@@ -4391,10 +4343,11 @@ dependencies = [
|
|
|
4391
4343
|
|
|
4392
4344
|
[[package]]
|
|
4393
4345
|
name = "yoke"
|
|
4394
|
-
version = "0.
|
|
4346
|
+
version = "0.7.5"
|
|
4395
4347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4396
|
-
checksum = "
|
|
4348
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
4397
4349
|
dependencies = [
|
|
4350
|
+
"serde",
|
|
4398
4351
|
"stable_deref_trait",
|
|
4399
4352
|
"yoke-derive",
|
|
4400
4353
|
"zerofrom",
|
|
@@ -4402,79 +4355,88 @@ dependencies = [
|
|
|
4402
4355
|
|
|
4403
4356
|
[[package]]
|
|
4404
4357
|
name = "yoke-derive"
|
|
4405
|
-
version = "0.
|
|
4358
|
+
version = "0.7.5"
|
|
4406
4359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4407
|
-
checksum = "
|
|
4360
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4408
4361
|
dependencies = [
|
|
4409
4362
|
"proc-macro2",
|
|
4410
4363
|
"quote",
|
|
4411
|
-
"syn 2.0.
|
|
4364
|
+
"syn 2.0.101",
|
|
4412
4365
|
"synstructure",
|
|
4413
4366
|
]
|
|
4414
4367
|
|
|
4415
4368
|
[[package]]
|
|
4416
4369
|
name = "zerocopy"
|
|
4417
|
-
version = "0.
|
|
4370
|
+
version = "0.7.35"
|
|
4418
4371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4419
|
-
checksum = "
|
|
4372
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4420
4373
|
dependencies = [
|
|
4421
|
-
"zerocopy-derive",
|
|
4374
|
+
"zerocopy-derive 0.7.35",
|
|
4375
|
+
]
|
|
4376
|
+
|
|
4377
|
+
[[package]]
|
|
4378
|
+
name = "zerocopy"
|
|
4379
|
+
version = "0.8.25"
|
|
4380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
4382
|
+
dependencies = [
|
|
4383
|
+
"zerocopy-derive 0.8.25",
|
|
4422
4384
|
]
|
|
4423
4385
|
|
|
4424
4386
|
[[package]]
|
|
4425
4387
|
name = "zerocopy-derive"
|
|
4426
|
-
version = "0.
|
|
4388
|
+
version = "0.7.35"
|
|
4427
4389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4428
|
-
checksum = "
|
|
4390
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4429
4391
|
dependencies = [
|
|
4430
4392
|
"proc-macro2",
|
|
4431
4393
|
"quote",
|
|
4432
|
-
"syn 2.0.
|
|
4394
|
+
"syn 2.0.101",
|
|
4395
|
+
]
|
|
4396
|
+
|
|
4397
|
+
[[package]]
|
|
4398
|
+
name = "zerocopy-derive"
|
|
4399
|
+
version = "0.8.25"
|
|
4400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4401
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
4402
|
+
dependencies = [
|
|
4403
|
+
"proc-macro2",
|
|
4404
|
+
"quote",
|
|
4405
|
+
"syn 2.0.101",
|
|
4433
4406
|
]
|
|
4434
4407
|
|
|
4435
4408
|
[[package]]
|
|
4436
4409
|
name = "zerofrom"
|
|
4437
|
-
version = "0.1.
|
|
4410
|
+
version = "0.1.6"
|
|
4438
4411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4439
|
-
checksum = "
|
|
4412
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
4440
4413
|
dependencies = [
|
|
4441
4414
|
"zerofrom-derive",
|
|
4442
4415
|
]
|
|
4443
4416
|
|
|
4444
4417
|
[[package]]
|
|
4445
4418
|
name = "zerofrom-derive"
|
|
4446
|
-
version = "0.1.
|
|
4419
|
+
version = "0.1.6"
|
|
4447
4420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4448
|
-
checksum = "
|
|
4421
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
4449
4422
|
dependencies = [
|
|
4450
4423
|
"proc-macro2",
|
|
4451
4424
|
"quote",
|
|
4452
|
-
"syn 2.0.
|
|
4425
|
+
"syn 2.0.101",
|
|
4453
4426
|
"synstructure",
|
|
4454
4427
|
]
|
|
4455
4428
|
|
|
4456
4429
|
[[package]]
|
|
4457
4430
|
name = "zeroize"
|
|
4458
|
-
version = "1.8.
|
|
4459
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4460
|
-
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4461
|
-
|
|
4462
|
-
[[package]]
|
|
4463
|
-
name = "zerotrie"
|
|
4464
|
-
version = "0.2.4"
|
|
4431
|
+
version = "1.8.1"
|
|
4465
4432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4466
|
-
checksum = "
|
|
4467
|
-
dependencies = [
|
|
4468
|
-
"displaydoc",
|
|
4469
|
-
"yoke",
|
|
4470
|
-
"zerofrom",
|
|
4471
|
-
]
|
|
4433
|
+
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
4472
4434
|
|
|
4473
4435
|
[[package]]
|
|
4474
4436
|
name = "zerovec"
|
|
4475
|
-
version = "0.
|
|
4437
|
+
version = "0.10.4"
|
|
4476
4438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4477
|
-
checksum = "
|
|
4439
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
4478
4440
|
dependencies = [
|
|
4479
4441
|
"yoke",
|
|
4480
4442
|
"zerofrom",
|
|
@@ -4483,21 +4445,15 @@ dependencies = [
|
|
|
4483
4445
|
|
|
4484
4446
|
[[package]]
|
|
4485
4447
|
name = "zerovec-derive"
|
|
4486
|
-
version = "0.
|
|
4448
|
+
version = "0.10.3"
|
|
4487
4449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4488
|
-
checksum = "
|
|
4450
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4489
4451
|
dependencies = [
|
|
4490
4452
|
"proc-macro2",
|
|
4491
4453
|
"quote",
|
|
4492
|
-
"syn 2.0.
|
|
4454
|
+
"syn 2.0.101",
|
|
4493
4455
|
]
|
|
4494
4456
|
|
|
4495
|
-
[[package]]
|
|
4496
|
-
name = "zmij"
|
|
4497
|
-
version = "1.0.21"
|
|
4498
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4499
|
-
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
4500
|
-
|
|
4501
4457
|
[[package]]
|
|
4502
4458
|
name = "zstd"
|
|
4503
4459
|
version = "0.13.3"
|
|
@@ -4518,14 +4474,10 @@ dependencies = [
|
|
|
4518
4474
|
|
|
4519
4475
|
[[package]]
|
|
4520
4476
|
name = "zstd-sys"
|
|
4521
|
-
version = "2.0.
|
|
4477
|
+
version = "2.0.15+zstd.1.5.7"
|
|
4522
4478
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4523
|
-
checksum = "
|
|
4479
|
+
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
|
4524
4480
|
dependencies = [
|
|
4525
4481
|
"cc",
|
|
4526
4482
|
"pkg-config",
|
|
4527
4483
|
]
|
|
4528
|
-
|
|
4529
|
-
[[patch.unused]]
|
|
4530
|
-
name = "rb-sys-build"
|
|
4531
|
-
version = "0.9.124"
|