diff options
-rw-r--r-- | Cargo.lock | 918 | ||||
-rw-r--r-- | flake.lock | 26 | ||||
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | gitolfs3-server/src/api.rs | 5 | ||||
-rw-r--r-- | gitolfs3-server/src/handler.rs | 61 |
5 files changed, 553 insertions, 459 deletions
@@ -13,9 +13,9 @@ dependencies = [ | |||
13 | 13 | ||
14 | [[package]] | 14 | [[package]] |
15 | name = "adler2" | 15 | name = "adler2" |
16 | version = "2.0.0" | 16 | version = "2.0.1" |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" | 18 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "aho-corasick" | 21 | name = "aho-corasick" |
@@ -49,9 +49,9 @@ dependencies = [ | |||
49 | 49 | ||
50 | [[package]] | 50 | [[package]] |
51 | name = "anyhow" | 51 | name = "anyhow" |
52 | version = "1.0.97" | 52 | version = "1.0.99" |
53 | source = "registry+https://github.com/rust-lang/crates.io-index" | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
54 | checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" | 54 | checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" |
55 | 55 | ||
56 | [[package]] | 56 | [[package]] |
57 | name = "atomic-waker" | 57 | name = "atomic-waker" |
@@ -61,15 +61,15 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" | |||
61 | 61 | ||
62 | [[package]] | 62 | [[package]] |
63 | name = "autocfg" | 63 | name = "autocfg" |
64 | version = "1.4.0" | 64 | version = "1.5.0" |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" | 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
66 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" | 66 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
67 | 67 | ||
68 | [[package]] | 68 | [[package]] |
69 | name = "aws-config" | 69 | name = "aws-config" |
70 | version = "1.6.1" | 70 | version = "1.8.6" |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f" | 72 | checksum = "8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246" |
73 | dependencies = [ | 73 | dependencies = [ |
74 | "aws-credential-types", | 74 | "aws-credential-types", |
75 | "aws-runtime", | 75 | "aws-runtime", |
@@ -97,9 +97,9 @@ dependencies = [ | |||
97 | 97 | ||
98 | [[package]] | 98 | [[package]] |
99 | name = "aws-credential-types" | 99 | name = "aws-credential-types" |
100 | version = "1.2.2" | 100 | version = "1.2.6" |
101 | source = "registry+https://github.com/rust-lang/crates.io-index" | 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
102 | checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14" | 102 | checksum = "d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2" |
103 | dependencies = [ | 103 | dependencies = [ |
104 | "aws-smithy-async", | 104 | "aws-smithy-async", |
105 | "aws-smithy-runtime-api", | 105 | "aws-smithy-runtime-api", |
@@ -109,9 +109,9 @@ dependencies = [ | |||
109 | 109 | ||
110 | [[package]] | 110 | [[package]] |
111 | name = "aws-lc-rs" | 111 | name = "aws-lc-rs" |
112 | version = "1.13.0" | 112 | version = "1.13.3" |
113 | source = "registry+https://github.com/rust-lang/crates.io-index" | 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
114 | checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878" | 114 | checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba" |
115 | dependencies = [ | 115 | dependencies = [ |
116 | "aws-lc-sys", | 116 | "aws-lc-sys", |
117 | "zeroize", | 117 | "zeroize", |
@@ -119,9 +119,9 @@ dependencies = [ | |||
119 | 119 | ||
120 | [[package]] | 120 | [[package]] |
121 | name = "aws-lc-sys" | 121 | name = "aws-lc-sys" |
122 | version = "0.28.0" | 122 | version = "0.30.0" |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
124 | checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f" | 124 | checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff" |
125 | dependencies = [ | 125 | dependencies = [ |
126 | "bindgen", | 126 | "bindgen", |
127 | "cc", | 127 | "cc", |
@@ -132,9 +132,9 @@ dependencies = [ | |||
132 | 132 | ||
133 | [[package]] | 133 | [[package]] |
134 | name = "aws-runtime" | 134 | name = "aws-runtime" |
135 | version = "1.5.6" | 135 | version = "1.5.10" |
136 | source = "registry+https://github.com/rust-lang/crates.io-index" | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
137 | checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad" | 137 | checksum = "c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b" |
138 | dependencies = [ | 138 | dependencies = [ |
139 | "aws-credential-types", | 139 | "aws-credential-types", |
140 | "aws-sigv4", | 140 | "aws-sigv4", |
@@ -149,7 +149,6 @@ dependencies = [ | |||
149 | "fastrand", | 149 | "fastrand", |
150 | "http 0.2.12", | 150 | "http 0.2.12", |
151 | "http-body 0.4.6", | 151 | "http-body 0.4.6", |
152 | "once_cell", | ||
153 | "percent-encoding", | 152 | "percent-encoding", |
154 | "pin-project-lite", | 153 | "pin-project-lite", |
155 | "tracing", | 154 | "tracing", |
@@ -158,9 +157,9 @@ dependencies = [ | |||
158 | 157 | ||
159 | [[package]] | 158 | [[package]] |
160 | name = "aws-sdk-s3" | 159 | name = "aws-sdk-s3" |
161 | version = "1.82.0" | 160 | version = "1.104.0" |
162 | source = "registry+https://github.com/rust-lang/crates.io-index" | 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3" | 162 | checksum = "38c488cd6abb0ec9811c401894191932e941c5f91dc226043edacd0afa1634bc" |
164 | dependencies = [ | 163 | dependencies = [ |
165 | "aws-credential-types", | 164 | "aws-credential-types", |
166 | "aws-runtime", | 165 | "aws-runtime", |
@@ -183,7 +182,6 @@ dependencies = [ | |||
183 | "http 1.3.1", | 182 | "http 1.3.1", |
184 | "http-body 0.4.6", | 183 | "http-body 0.4.6", |
185 | "lru", | 184 | "lru", |
186 | "once_cell", | ||
187 | "percent-encoding", | 185 | "percent-encoding", |
188 | "regex-lite", | 186 | "regex-lite", |
189 | "sha2", | 187 | "sha2", |
@@ -193,9 +191,9 @@ dependencies = [ | |||
193 | 191 | ||
194 | [[package]] | 192 | [[package]] |
195 | name = "aws-sdk-sso" | 193 | name = "aws-sdk-sso" |
196 | version = "1.64.0" | 194 | version = "1.83.0" |
197 | source = "registry+https://github.com/rust-lang/crates.io-index" | 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
198 | checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736" | 196 | checksum = "643cd43af212d2a1c4dedff6f044d7e1961e5d9e7cfe773d70f31d9842413886" |
199 | dependencies = [ | 197 | dependencies = [ |
200 | "aws-credential-types", | 198 | "aws-credential-types", |
201 | "aws-runtime", | 199 | "aws-runtime", |
@@ -209,16 +207,15 @@ dependencies = [ | |||
209 | "bytes", | 207 | "bytes", |
210 | "fastrand", | 208 | "fastrand", |
211 | "http 0.2.12", | 209 | "http 0.2.12", |
212 | "once_cell", | ||
213 | "regex-lite", | 210 | "regex-lite", |
214 | "tracing", | 211 | "tracing", |
215 | ] | 212 | ] |
216 | 213 | ||
217 | [[package]] | 214 | [[package]] |
218 | name = "aws-sdk-ssooidc" | 215 | name = "aws-sdk-ssooidc" |
219 | version = "1.65.0" | 216 | version = "1.84.0" |
220 | source = "registry+https://github.com/rust-lang/crates.io-index" | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08" | 218 | checksum = "20ec4a95bd48e0db7a424356a161f8d87bd6a4f0af37204775f0da03d9e39fc3" |
222 | dependencies = [ | 219 | dependencies = [ |
223 | "aws-credential-types", | 220 | "aws-credential-types", |
224 | "aws-runtime", | 221 | "aws-runtime", |
@@ -232,16 +229,15 @@ dependencies = [ | |||
232 | "bytes", | 229 | "bytes", |
233 | "fastrand", | 230 | "fastrand", |
234 | "http 0.2.12", | 231 | "http 0.2.12", |
235 | "once_cell", | ||
236 | "regex-lite", | 232 | "regex-lite", |
237 | "tracing", | 233 | "tracing", |
238 | ] | 234 | ] |
239 | 235 | ||
240 | [[package]] | 236 | [[package]] |
241 | name = "aws-sdk-sts" | 237 | name = "aws-sdk-sts" |
242 | version = "1.65.0" | 238 | version = "1.85.0" |
243 | source = "registry+https://github.com/rust-lang/crates.io-index" | 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
244 | checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd" | 240 | checksum = "410309ad0df4606bc721aff0d89c3407682845453247213a0ccc5ff8801ee107" |
245 | dependencies = [ | 241 | dependencies = [ |
246 | "aws-credential-types", | 242 | "aws-credential-types", |
247 | "aws-runtime", | 243 | "aws-runtime", |
@@ -256,16 +252,15 @@ dependencies = [ | |||
256 | "aws-types", | 252 | "aws-types", |
257 | "fastrand", | 253 | "fastrand", |
258 | "http 0.2.12", | 254 | "http 0.2.12", |
259 | "once_cell", | ||
260 | "regex-lite", | 255 | "regex-lite", |
261 | "tracing", | 256 | "tracing", |
262 | ] | 257 | ] |
263 | 258 | ||
264 | [[package]] | 259 | [[package]] |
265 | name = "aws-sigv4" | 260 | name = "aws-sigv4" |
266 | version = "1.3.0" | 261 | version = "1.3.4" |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
268 | checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db" | 263 | checksum = "084c34162187d39e3740cb635acd73c4e3a551a36146ad6fe8883c929c9f876c" |
269 | dependencies = [ | 264 | dependencies = [ |
270 | "aws-credential-types", | 265 | "aws-credential-types", |
271 | "aws-smithy-eventstream", | 266 | "aws-smithy-eventstream", |
@@ -279,7 +274,6 @@ dependencies = [ | |||
279 | "hmac", | 274 | "hmac", |
280 | "http 0.2.12", | 275 | "http 0.2.12", |
281 | "http 1.3.1", | 276 | "http 1.3.1", |
282 | "once_cell", | ||
283 | "p256", | 277 | "p256", |
284 | "percent-encoding", | 278 | "percent-encoding", |
285 | "ring", | 279 | "ring", |
@@ -303,16 +297,14 @@ dependencies = [ | |||
303 | 297 | ||
304 | [[package]] | 298 | [[package]] |
305 | name = "aws-smithy-checksums" | 299 | name = "aws-smithy-checksums" |
306 | version = "0.63.1" | 300 | version = "0.63.8" |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
308 | checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0" | 302 | checksum = "56d2df0314b8e307995a3b86d44565dfe9de41f876901a7d71886c756a25979f" |
309 | dependencies = [ | 303 | dependencies = [ |
310 | "aws-smithy-http", | 304 | "aws-smithy-http", |
311 | "aws-smithy-types", | 305 | "aws-smithy-types", |
312 | "bytes", | 306 | "bytes", |
313 | "crc32c", | 307 | "crc-fast", |
314 | "crc32fast", | ||
315 | "crc64fast-nvme", | ||
316 | "hex", | 308 | "hex", |
317 | "http 0.2.12", | 309 | "http 0.2.12", |
318 | "http-body 0.4.6", | 310 | "http-body 0.4.6", |
@@ -325,9 +317,9 @@ dependencies = [ | |||
325 | 317 | ||
326 | [[package]] | 318 | [[package]] |
327 | name = "aws-smithy-eventstream" | 319 | name = "aws-smithy-eventstream" |
328 | version = "0.60.8" | 320 | version = "0.60.11" |
329 | source = "registry+https://github.com/rust-lang/crates.io-index" | 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
330 | checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a" | 322 | checksum = "182b03393e8c677347fb5705a04a9392695d47d20ef0a2f8cfe28c8e6b9b9778" |
331 | dependencies = [ | 323 | dependencies = [ |
332 | "aws-smithy-types", | 324 | "aws-smithy-types", |
333 | "bytes", | 325 | "bytes", |
@@ -336,9 +328,9 @@ dependencies = [ | |||
336 | 328 | ||
337 | [[package]] | 329 | [[package]] |
338 | name = "aws-smithy-http" | 330 | name = "aws-smithy-http" |
339 | version = "0.62.0" | 331 | version = "0.62.3" |
340 | source = "registry+https://github.com/rust-lang/crates.io-index" | 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
341 | checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166" | 333 | checksum = "7c4dacf2d38996cf729f55e7a762b30918229917eca115de45dfa8dfb97796c9" |
342 | dependencies = [ | 334 | dependencies = [ |
343 | "aws-smithy-eventstream", | 335 | "aws-smithy-eventstream", |
344 | "aws-smithy-runtime-api", | 336 | "aws-smithy-runtime-api", |
@@ -349,7 +341,6 @@ dependencies = [ | |||
349 | "http 0.2.12", | 341 | "http 0.2.12", |
350 | "http 1.3.1", | 342 | "http 1.3.1", |
351 | "http-body 0.4.6", | 343 | "http-body 0.4.6", |
352 | "once_cell", | ||
353 | "percent-encoding", | 344 | "percent-encoding", |
354 | "pin-project-lite", | 345 | "pin-project-lite", |
355 | "pin-utils", | 346 | "pin-utils", |
@@ -358,49 +349,50 @@ dependencies = [ | |||
358 | 349 | ||
359 | [[package]] | 350 | [[package]] |
360 | name = "aws-smithy-http-client" | 351 | name = "aws-smithy-http-client" |
361 | version = "1.0.1" | 352 | version = "1.1.1" |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" | 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
363 | checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b" | 354 | checksum = "147e8eea63a40315d704b97bf9bc9b8c1402ae94f89d5ad6f7550d963309da1b" |
364 | dependencies = [ | 355 | dependencies = [ |
365 | "aws-smithy-async", | 356 | "aws-smithy-async", |
366 | "aws-smithy-runtime-api", | 357 | "aws-smithy-runtime-api", |
367 | "aws-smithy-types", | 358 | "aws-smithy-types", |
368 | "h2 0.4.8", | 359 | "h2 0.3.27", |
360 | "h2 0.4.12", | ||
369 | "http 0.2.12", | 361 | "http 0.2.12", |
370 | "http 1.3.1", | 362 | "http 1.3.1", |
371 | "http-body 0.4.6", | 363 | "http-body 0.4.6", |
372 | "hyper 0.14.32", | 364 | "hyper 0.14.32", |
373 | "hyper 1.6.0", | 365 | "hyper 1.7.0", |
374 | "hyper-rustls 0.24.2", | 366 | "hyper-rustls 0.24.2", |
375 | "hyper-rustls 0.27.5", | 367 | "hyper-rustls 0.27.7", |
376 | "hyper-util", | 368 | "hyper-util", |
377 | "pin-project-lite", | 369 | "pin-project-lite", |
378 | "rustls 0.21.12", | 370 | "rustls 0.21.12", |
379 | "rustls 0.23.25", | 371 | "rustls 0.23.31", |
380 | "rustls-native-certs 0.8.1", | 372 | "rustls-native-certs 0.8.1", |
381 | "rustls-pki-types", | 373 | "rustls-pki-types", |
382 | "tokio", | 374 | "tokio", |
375 | "tokio-rustls 0.26.2", | ||
383 | "tower", | 376 | "tower", |
384 | "tracing", | 377 | "tracing", |
385 | ] | 378 | ] |
386 | 379 | ||
387 | [[package]] | 380 | [[package]] |
388 | name = "aws-smithy-json" | 381 | name = "aws-smithy-json" |
389 | version = "0.61.3" | 382 | version = "0.61.5" |
390 | source = "registry+https://github.com/rust-lang/crates.io-index" | 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
391 | checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07" | 384 | checksum = "eaa31b350998e703e9826b2104dd6f63be0508666e1aba88137af060e8944047" |
392 | dependencies = [ | 385 | dependencies = [ |
393 | "aws-smithy-types", | 386 | "aws-smithy-types", |
394 | ] | 387 | ] |
395 | 388 | ||
396 | [[package]] | 389 | [[package]] |
397 | name = "aws-smithy-observability" | 390 | name = "aws-smithy-observability" |
398 | version = "0.1.2" | 391 | version = "0.1.3" |
399 | source = "registry+https://github.com/rust-lang/crates.io-index" | 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
400 | checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0" | 393 | checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393" |
401 | dependencies = [ | 394 | dependencies = [ |
402 | "aws-smithy-runtime-api", | 395 | "aws-smithy-runtime-api", |
403 | "once_cell", | ||
404 | ] | 396 | ] |
405 | 397 | ||
406 | [[package]] | 398 | [[package]] |
@@ -415,9 +407,9 @@ dependencies = [ | |||
415 | 407 | ||
416 | [[package]] | 408 | [[package]] |
417 | name = "aws-smithy-runtime" | 409 | name = "aws-smithy-runtime" |
418 | version = "1.8.1" | 410 | version = "1.9.1" |
419 | source = "registry+https://github.com/rust-lang/crates.io-index" | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
420 | checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f" | 412 | checksum = "d3946acbe1ead1301ba6862e712c7903ca9bb230bdf1fbd1b5ac54158ef2ab1f" |
421 | dependencies = [ | 413 | dependencies = [ |
422 | "aws-smithy-async", | 414 | "aws-smithy-async", |
423 | "aws-smithy-http", | 415 | "aws-smithy-http", |
@@ -431,7 +423,6 @@ dependencies = [ | |||
431 | "http 1.3.1", | 423 | "http 1.3.1", |
432 | "http-body 0.4.6", | 424 | "http-body 0.4.6", |
433 | "http-body 1.0.1", | 425 | "http-body 1.0.1", |
434 | "once_cell", | ||
435 | "pin-project-lite", | 426 | "pin-project-lite", |
436 | "pin-utils", | 427 | "pin-utils", |
437 | "tokio", | 428 | "tokio", |
@@ -440,9 +431,9 @@ dependencies = [ | |||
440 | 431 | ||
441 | [[package]] | 432 | [[package]] |
442 | name = "aws-smithy-runtime-api" | 433 | name = "aws-smithy-runtime-api" |
443 | version = "1.7.4" | 434 | version = "1.9.0" |
444 | source = "registry+https://github.com/rust-lang/crates.io-index" | 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
445 | checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f" | 436 | checksum = "07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56" |
446 | dependencies = [ | 437 | dependencies = [ |
447 | "aws-smithy-async", | 438 | "aws-smithy-async", |
448 | "aws-smithy-types", | 439 | "aws-smithy-types", |
@@ -457,9 +448,9 @@ dependencies = [ | |||
457 | 448 | ||
458 | [[package]] | 449 | [[package]] |
459 | name = "aws-smithy-types" | 450 | name = "aws-smithy-types" |
460 | version = "1.3.0" | 451 | version = "1.3.2" |
461 | source = "registry+https://github.com/rust-lang/crates.io-index" | 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
462 | checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f" | 453 | checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8" |
463 | dependencies = [ | 454 | dependencies = [ |
464 | "base64-simd", | 455 | "base64-simd", |
465 | "bytes", | 456 | "bytes", |
@@ -483,18 +474,18 @@ dependencies = [ | |||
483 | 474 | ||
484 | [[package]] | 475 | [[package]] |
485 | name = "aws-smithy-xml" | 476 | name = "aws-smithy-xml" |
486 | version = "0.60.9" | 477 | version = "0.60.10" |
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
488 | checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" | 479 | checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728" |
489 | dependencies = [ | 480 | dependencies = [ |
490 | "xmlparser", | 481 | "xmlparser", |
491 | ] | 482 | ] |
492 | 483 | ||
493 | [[package]] | 484 | [[package]] |
494 | name = "aws-types" | 485 | name = "aws-types" |
495 | version = "1.3.6" | 486 | version = "1.3.8" |
496 | source = "registry+https://github.com/rust-lang/crates.io-index" | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
497 | checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125" | 488 | checksum = "b069d19bf01e46298eaedd7c6f283fe565a59263e53eebec945f3e6398f42390" |
498 | dependencies = [ | 489 | dependencies = [ |
499 | "aws-credential-types", | 490 | "aws-credential-types", |
500 | "aws-smithy-async", | 491 | "aws-smithy-async", |
@@ -506,9 +497,9 @@ dependencies = [ | |||
506 | 497 | ||
507 | [[package]] | 498 | [[package]] |
508 | name = "axum" | 499 | name = "axum" |
509 | version = "0.8.3" | 500 | version = "0.8.4" |
510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
511 | checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" | 502 | checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" |
512 | dependencies = [ | 503 | dependencies = [ |
513 | "axum-core", | 504 | "axum-core", |
514 | "bytes", | 505 | "bytes", |
@@ -517,7 +508,7 @@ dependencies = [ | |||
517 | "http 1.3.1", | 508 | "http 1.3.1", |
518 | "http-body 1.0.1", | 509 | "http-body 1.0.1", |
519 | "http-body-util", | 510 | "http-body-util", |
520 | "hyper 1.6.0", | 511 | "hyper 1.7.0", |
521 | "hyper-util", | 512 | "hyper-util", |
522 | "itoa", | 513 | "itoa", |
523 | "matchit", | 514 | "matchit", |
@@ -560,9 +551,9 @@ dependencies = [ | |||
560 | 551 | ||
561 | [[package]] | 552 | [[package]] |
562 | name = "backtrace" | 553 | name = "backtrace" |
563 | version = "0.3.74" | 554 | version = "0.3.75" |
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
565 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" | 556 | checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
566 | dependencies = [ | 557 | dependencies = [ |
567 | "addr2line", | 558 | "addr2line", |
568 | "cfg-if", | 559 | "cfg-if", |
@@ -570,7 +561,7 @@ dependencies = [ | |||
570 | "miniz_oxide", | 561 | "miniz_oxide", |
571 | "object", | 562 | "object", |
572 | "rustc-demangle", | 563 | "rustc-demangle", |
573 | "windows-targets", | 564 | "windows-targets 0.52.6", |
574 | ] | 565 | ] |
575 | 566 | ||
576 | [[package]] | 567 | [[package]] |
@@ -603,9 +594,9 @@ dependencies = [ | |||
603 | 594 | ||
604 | [[package]] | 595 | [[package]] |
605 | name = "base64ct" | 596 | name = "base64ct" |
606 | version = "1.7.3" | 597 | version = "1.8.0" |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" | 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
608 | checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" | 599 | checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" |
609 | 600 | ||
610 | [[package]] | 601 | [[package]] |
611 | name = "bindgen" | 602 | name = "bindgen" |
@@ -632,9 +623,9 @@ dependencies = [ | |||
632 | 623 | ||
633 | [[package]] | 624 | [[package]] |
634 | name = "bitflags" | 625 | name = "bitflags" |
635 | version = "2.9.0" | 626 | version = "2.9.3" |
636 | source = "registry+https://github.com/rust-lang/crates.io-index" | 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
637 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" | 628 | checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" |
638 | 629 | ||
639 | [[package]] | 630 | [[package]] |
640 | name = "block-buffer" | 631 | name = "block-buffer" |
@@ -647,9 +638,9 @@ dependencies = [ | |||
647 | 638 | ||
648 | [[package]] | 639 | [[package]] |
649 | name = "bumpalo" | 640 | name = "bumpalo" |
650 | version = "3.17.0" | 641 | version = "3.19.0" |
651 | source = "registry+https://github.com/rust-lang/crates.io-index" | 642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" | 643 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
653 | 644 | ||
654 | [[package]] | 645 | [[package]] |
655 | name = "bytes" | 646 | name = "bytes" |
@@ -669,10 +660,11 @@ dependencies = [ | |||
669 | 660 | ||
670 | [[package]] | 661 | [[package]] |
671 | name = "cc" | 662 | name = "cc" |
672 | version = "1.2.18" | 663 | version = "1.2.35" |
673 | source = "registry+https://github.com/rust-lang/crates.io-index" | 664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
674 | checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" | 665 | checksum = "590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3" |
675 | dependencies = [ | 666 | dependencies = [ |
667 | "find-msvc-tools", | ||
676 | "jobserver", | 668 | "jobserver", |
677 | "libc", | 669 | "libc", |
678 | "shlex", | 670 | "shlex", |
@@ -689,15 +681,15 @@ dependencies = [ | |||
689 | 681 | ||
690 | [[package]] | 682 | [[package]] |
691 | name = "cfg-if" | 683 | name = "cfg-if" |
692 | version = "1.0.0" | 684 | version = "1.0.3" |
693 | source = "registry+https://github.com/rust-lang/crates.io-index" | 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
694 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 686 | checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" |
695 | 687 | ||
696 | [[package]] | 688 | [[package]] |
697 | name = "chrono" | 689 | name = "chrono" |
698 | version = "0.4.40" | 690 | version = "0.4.41" |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" | 692 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
701 | dependencies = [ | 693 | dependencies = [ |
702 | "android-tzdata", | 694 | "android-tzdata", |
703 | "iana-time-zone", | 695 | "iana-time-zone", |
@@ -746,9 +738,9 @@ dependencies = [ | |||
746 | 738 | ||
747 | [[package]] | 739 | [[package]] |
748 | name = "core-foundation" | 740 | name = "core-foundation" |
749 | version = "0.10.0" | 741 | version = "0.10.1" |
750 | source = "registry+https://github.com/rust-lang/crates.io-index" | 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
751 | checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" | 743 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
752 | dependencies = [ | 744 | dependencies = [ |
753 | "core-foundation-sys", | 745 | "core-foundation-sys", |
754 | "libc", | 746 | "libc", |
@@ -771,9 +763,9 @@ dependencies = [ | |||
771 | 763 | ||
772 | [[package]] | 764 | [[package]] |
773 | name = "crc" | 765 | name = "crc" |
774 | version = "3.2.1" | 766 | version = "3.3.0" |
775 | source = "registry+https://github.com/rust-lang/crates.io-index" | 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
776 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" | 768 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
777 | dependencies = [ | 769 | dependencies = [ |
778 | "crc-catalog", | 770 | "crc-catalog", |
779 | ] | 771 | ] |
@@ -785,40 +777,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
785 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" | 777 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
786 | 778 | ||
787 | [[package]] | 779 | [[package]] |
788 | name = "crc32c" | 780 | name = "crc-fast" |
789 | version = "0.6.8" | 781 | version = "1.3.0" |
790 | source = "registry+https://github.com/rust-lang/crates.io-index" | 782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
791 | checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" | 783 | checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f" |
792 | dependencies = [ | 784 | dependencies = [ |
793 | "rustc_version", | 785 | "crc", |
786 | "digest", | ||
787 | "libc", | ||
788 | "rand", | ||
789 | "regex", | ||
794 | ] | 790 | ] |
795 | 791 | ||
796 | [[package]] | 792 | [[package]] |
797 | name = "crc32fast" | 793 | name = "crc32fast" |
798 | version = "1.4.2" | 794 | version = "1.5.0" |
799 | source = "registry+https://github.com/rust-lang/crates.io-index" | 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
800 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" | 796 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
801 | dependencies = [ | 797 | dependencies = [ |
802 | "cfg-if", | 798 | "cfg-if", |
803 | ] | 799 | ] |
804 | 800 | ||
805 | [[package]] | 801 | [[package]] |
806 | name = "crc64fast-nvme" | ||
807 | version = "1.2.0" | ||
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
809 | checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3" | ||
810 | dependencies = [ | ||
811 | "crc", | ||
812 | ] | ||
813 | |||
814 | [[package]] | ||
815 | name = "crypto-bigint" | 802 | name = "crypto-bigint" |
816 | version = "0.4.9" | 803 | version = "0.4.9" |
817 | source = "registry+https://github.com/rust-lang/crates.io-index" | 804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
818 | checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" | 805 | checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
819 | dependencies = [ | 806 | dependencies = [ |
820 | "generic-array", | 807 | "generic-array", |
821 | "rand_core", | 808 | "rand_core 0.6.4", |
822 | "subtle", | 809 | "subtle", |
823 | "zeroize", | 810 | "zeroize", |
824 | ] | 811 | ] |
@@ -829,7 +816,7 @@ version = "0.5.5" | |||
829 | source = "registry+https://github.com/rust-lang/crates.io-index" | 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
830 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" | 817 | checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
831 | dependencies = [ | 818 | dependencies = [ |
832 | "rand_core", | 819 | "rand_core 0.6.4", |
833 | "subtle", | 820 | "subtle", |
834 | ] | 821 | ] |
835 | 822 | ||
@@ -855,9 +842,9 @@ dependencies = [ | |||
855 | 842 | ||
856 | [[package]] | 843 | [[package]] |
857 | name = "deranged" | 844 | name = "deranged" |
858 | version = "0.4.0" | 845 | version = "0.5.3" |
859 | source = "registry+https://github.com/rust-lang/crates.io-index" | 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" | 847 | checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" |
861 | dependencies = [ | 848 | dependencies = [ |
862 | "powerfmt", | 849 | "powerfmt", |
863 | ] | 850 | ] |
@@ -922,7 +909,7 @@ dependencies = [ | |||
922 | "generic-array", | 909 | "generic-array", |
923 | "group", | 910 | "group", |
924 | "pkcs8", | 911 | "pkcs8", |
925 | "rand_core", | 912 | "rand_core 0.6.4", |
926 | "sec1", | 913 | "sec1", |
927 | "subtle", | 914 | "subtle", |
928 | "zeroize", | 915 | "zeroize", |
@@ -936,12 +923,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |||
936 | 923 | ||
937 | [[package]] | 924 | [[package]] |
938 | name = "errno" | 925 | name = "errno" |
939 | version = "0.3.11" | 926 | version = "0.3.13" |
940 | source = "registry+https://github.com/rust-lang/crates.io-index" | 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
941 | checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" | 928 | checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
942 | dependencies = [ | 929 | dependencies = [ |
943 | "libc", | 930 | "libc", |
944 | "windows-sys 0.59.0", | 931 | "windows-sys 0.60.2", |
945 | ] | 932 | ] |
946 | 933 | ||
947 | [[package]] | 934 | [[package]] |
@@ -956,11 +943,17 @@ version = "0.12.1" | |||
956 | source = "registry+https://github.com/rust-lang/crates.io-index" | 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
957 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" | 944 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
958 | dependencies = [ | 945 | dependencies = [ |
959 | "rand_core", | 946 | "rand_core 0.6.4", |
960 | "subtle", | 947 | "subtle", |
961 | ] | 948 | ] |
962 | 949 | ||
963 | [[package]] | 950 | [[package]] |
951 | name = "find-msvc-tools" | ||
952 | version = "0.1.0" | ||
953 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
954 | checksum = "e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650" | ||
955 | |||
956 | [[package]] | ||
964 | name = "fnv" | 957 | name = "fnv" |
965 | version = "1.0.7" | 958 | version = "1.0.7" |
966 | source = "registry+https://github.com/rust-lang/crates.io-index" | 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -974,9 +967,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | |||
974 | 967 | ||
975 | [[package]] | 968 | [[package]] |
976 | name = "form_urlencoded" | 969 | name = "form_urlencoded" |
977 | version = "1.2.1" | 970 | version = "1.2.2" |
978 | source = "registry+https://github.com/rust-lang/crates.io-index" | 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
979 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" | 972 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
980 | dependencies = [ | 973 | dependencies = [ |
981 | "percent-encoding", | 974 | "percent-encoding", |
982 | ] | 975 | ] |
@@ -1038,25 +1031,25 @@ dependencies = [ | |||
1038 | 1031 | ||
1039 | [[package]] | 1032 | [[package]] |
1040 | name = "getrandom" | 1033 | name = "getrandom" |
1041 | version = "0.2.15" | 1034 | version = "0.2.16" |
1042 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1043 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" | 1036 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
1044 | dependencies = [ | 1037 | dependencies = [ |
1045 | "cfg-if", | 1038 | "cfg-if", |
1046 | "libc", | 1039 | "libc", |
1047 | "wasi 0.11.0+wasi-snapshot-preview1", | 1040 | "wasi 0.11.1+wasi-snapshot-preview1", |
1048 | ] | 1041 | ] |
1049 | 1042 | ||
1050 | [[package]] | 1043 | [[package]] |
1051 | name = "getrandom" | 1044 | name = "getrandom" |
1052 | version = "0.3.2" | 1045 | version = "0.3.3" |
1053 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1054 | checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" | 1047 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
1055 | dependencies = [ | 1048 | dependencies = [ |
1056 | "cfg-if", | 1049 | "cfg-if", |
1057 | "libc", | 1050 | "libc", |
1058 | "r-efi", | 1051 | "r-efi", |
1059 | "wasi 0.14.2+wasi-0.2.4", | 1052 | "wasi 0.14.3+wasi-0.2.4", |
1060 | ] | 1053 | ] |
1061 | 1054 | ||
1062 | [[package]] | 1055 | [[package]] |
@@ -1110,9 +1103,9 @@ version = "0.1.0" | |||
1110 | 1103 | ||
1111 | [[package]] | 1104 | [[package]] |
1112 | name = "glob" | 1105 | name = "glob" |
1113 | version = "0.3.2" | 1106 | version = "0.3.3" |
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | 1108 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
1116 | 1109 | ||
1117 | [[package]] | 1110 | [[package]] |
1118 | name = "group" | 1111 | name = "group" |
@@ -1121,15 +1114,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1121 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" | 1114 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
1122 | dependencies = [ | 1115 | dependencies = [ |
1123 | "ff", | 1116 | "ff", |
1124 | "rand_core", | 1117 | "rand_core 0.6.4", |
1125 | "subtle", | 1118 | "subtle", |
1126 | ] | 1119 | ] |
1127 | 1120 | ||
1128 | [[package]] | 1121 | [[package]] |
1129 | name = "h2" | 1122 | name = "h2" |
1130 | version = "0.3.26" | 1123 | version = "0.3.27" |
1131 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1132 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" | 1125 | checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
1133 | dependencies = [ | 1126 | dependencies = [ |
1134 | "bytes", | 1127 | "bytes", |
1135 | "fnv", | 1128 | "fnv", |
@@ -1146,9 +1139,9 @@ dependencies = [ | |||
1146 | 1139 | ||
1147 | [[package]] | 1140 | [[package]] |
1148 | name = "h2" | 1141 | name = "h2" |
1149 | version = "0.4.8" | 1142 | version = "0.4.12" |
1150 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1151 | checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" | 1144 | checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" |
1152 | dependencies = [ | 1145 | dependencies = [ |
1153 | "atomic-waker", | 1146 | "atomic-waker", |
1154 | "bytes", | 1147 | "bytes", |
@@ -1165,9 +1158,9 @@ dependencies = [ | |||
1165 | 1158 | ||
1166 | [[package]] | 1159 | [[package]] |
1167 | name = "hashbrown" | 1160 | name = "hashbrown" |
1168 | version = "0.15.2" | 1161 | version = "0.15.5" |
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1170 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" | 1163 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
1171 | dependencies = [ | 1164 | dependencies = [ |
1172 | "allocator-api2", | 1165 | "allocator-api2", |
1173 | "equivalent", | 1166 | "equivalent", |
@@ -1191,9 +1184,9 @@ dependencies = [ | |||
1191 | 1184 | ||
1192 | [[package]] | 1185 | [[package]] |
1193 | name = "hmac-sha256" | 1186 | name = "hmac-sha256" |
1194 | version = "1.1.8" | 1187 | version = "1.1.12" |
1195 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1196 | checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb" | 1189 | checksum = "ad6880c8d4a9ebf39c6e8b77007ce223f646a4d21ce29d99f70cb16420545425" |
1197 | 1190 | ||
1198 | [[package]] | 1191 | [[package]] |
1199 | name = "home" | 1192 | name = "home" |
@@ -1282,14 +1275,14 @@ dependencies = [ | |||
1282 | "futures-channel", | 1275 | "futures-channel", |
1283 | "futures-core", | 1276 | "futures-core", |
1284 | "futures-util", | 1277 | "futures-util", |
1285 | "h2 0.3.26", | 1278 | "h2 0.3.27", |
1286 | "http 0.2.12", | 1279 | "http 0.2.12", |
1287 | "http-body 0.4.6", | 1280 | "http-body 0.4.6", |
1288 | "httparse", | 1281 | "httparse", |
1289 | "httpdate", | 1282 | "httpdate", |
1290 | "itoa", | 1283 | "itoa", |
1291 | "pin-project-lite", | 1284 | "pin-project-lite", |
1292 | "socket2", | 1285 | "socket2 0.5.10", |
1293 | "tokio", | 1286 | "tokio", |
1294 | "tower-service", | 1287 | "tower-service", |
1295 | "tracing", | 1288 | "tracing", |
@@ -1298,20 +1291,22 @@ dependencies = [ | |||
1298 | 1291 | ||
1299 | [[package]] | 1292 | [[package]] |
1300 | name = "hyper" | 1293 | name = "hyper" |
1301 | version = "1.6.0" | 1294 | version = "1.7.0" |
1302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1303 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" | 1296 | checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" |
1304 | dependencies = [ | 1297 | dependencies = [ |
1298 | "atomic-waker", | ||
1305 | "bytes", | 1299 | "bytes", |
1306 | "futures-channel", | 1300 | "futures-channel", |
1307 | "futures-util", | 1301 | "futures-core", |
1308 | "h2 0.4.8", | 1302 | "h2 0.4.12", |
1309 | "http 1.3.1", | 1303 | "http 1.3.1", |
1310 | "http-body 1.0.1", | 1304 | "http-body 1.0.1", |
1311 | "httparse", | 1305 | "httparse", |
1312 | "httpdate", | 1306 | "httpdate", |
1313 | "itoa", | 1307 | "itoa", |
1314 | "pin-project-lite", | 1308 | "pin-project-lite", |
1309 | "pin-utils", | ||
1315 | "smallvec", | 1310 | "smallvec", |
1316 | "tokio", | 1311 | "tokio", |
1317 | "want", | 1312 | "want", |
@@ -1335,15 +1330,14 @@ dependencies = [ | |||
1335 | 1330 | ||
1336 | [[package]] | 1331 | [[package]] |
1337 | name = "hyper-rustls" | 1332 | name = "hyper-rustls" |
1338 | version = "0.27.5" | 1333 | version = "0.27.7" |
1339 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1340 | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" | 1335 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
1341 | dependencies = [ | 1336 | dependencies = [ |
1342 | "futures-util", | ||
1343 | "http 1.3.1", | 1337 | "http 1.3.1", |
1344 | "hyper 1.6.0", | 1338 | "hyper 1.7.0", |
1345 | "hyper-util", | 1339 | "hyper-util", |
1346 | "rustls 0.23.25", | 1340 | "rustls 0.23.31", |
1347 | "rustls-native-certs 0.8.1", | 1341 | "rustls-native-certs 0.8.1", |
1348 | "rustls-pki-types", | 1342 | "rustls-pki-types", |
1349 | "tokio", | 1343 | "tokio", |
@@ -1353,19 +1347,23 @@ dependencies = [ | |||
1353 | 1347 | ||
1354 | [[package]] | 1348 | [[package]] |
1355 | name = "hyper-util" | 1349 | name = "hyper-util" |
1356 | version = "0.1.11" | 1350 | version = "0.1.16" |
1357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1358 | checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" | 1352 | checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" |
1359 | dependencies = [ | 1353 | dependencies = [ |
1354 | "base64 0.22.1", | ||
1360 | "bytes", | 1355 | "bytes", |
1361 | "futures-channel", | 1356 | "futures-channel", |
1357 | "futures-core", | ||
1362 | "futures-util", | 1358 | "futures-util", |
1363 | "http 1.3.1", | 1359 | "http 1.3.1", |
1364 | "http-body 1.0.1", | 1360 | "http-body 1.0.1", |
1365 | "hyper 1.6.0", | 1361 | "hyper 1.7.0", |
1362 | "ipnet", | ||
1366 | "libc", | 1363 | "libc", |
1364 | "percent-encoding", | ||
1367 | "pin-project-lite", | 1365 | "pin-project-lite", |
1368 | "socket2", | 1366 | "socket2 0.6.0", |
1369 | "tokio", | 1367 | "tokio", |
1370 | "tower-service", | 1368 | "tower-service", |
1371 | "tracing", | 1369 | "tracing", |
@@ -1397,21 +1395,22 @@ dependencies = [ | |||
1397 | 1395 | ||
1398 | [[package]] | 1396 | [[package]] |
1399 | name = "icu_collections" | 1397 | name = "icu_collections" |
1400 | version = "1.5.0" | 1398 | version = "2.0.0" |
1401 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1402 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" | 1400 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
1403 | dependencies = [ | 1401 | dependencies = [ |
1404 | "displaydoc", | 1402 | "displaydoc", |
1403 | "potential_utf", | ||
1405 | "yoke", | 1404 | "yoke", |
1406 | "zerofrom", | 1405 | "zerofrom", |
1407 | "zerovec", | 1406 | "zerovec", |
1408 | ] | 1407 | ] |
1409 | 1408 | ||
1410 | [[package]] | 1409 | [[package]] |
1411 | name = "icu_locid" | 1410 | name = "icu_locale_core" |
1412 | version = "1.5.0" | 1411 | version = "2.0.0" |
1413 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1414 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" | 1413 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
1415 | dependencies = [ | 1414 | dependencies = [ |
1416 | "displaydoc", | 1415 | "displaydoc", |
1417 | "litemap", | 1416 | "litemap", |
@@ -1421,30 +1420,10 @@ dependencies = [ | |||
1421 | ] | 1420 | ] |
1422 | 1421 | ||
1423 | [[package]] | 1422 | [[package]] |
1424 | name = "icu_locid_transform" | ||
1425 | version = "1.5.0" | ||
1426 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1427 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" | ||
1428 | dependencies = [ | ||
1429 | "displaydoc", | ||
1430 | "icu_locid", | ||
1431 | "icu_locid_transform_data", | ||
1432 | "icu_provider", | ||
1433 | "tinystr", | ||
1434 | "zerovec", | ||
1435 | ] | ||
1436 | |||
1437 | [[package]] | ||
1438 | name = "icu_locid_transform_data" | ||
1439 | version = "1.5.1" | ||
1440 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1441 | checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" | ||
1442 | |||
1443 | [[package]] | ||
1444 | name = "icu_normalizer" | 1423 | name = "icu_normalizer" |
1445 | version = "1.5.0" | 1424 | version = "2.0.0" |
1446 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1447 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" | 1426 | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
1448 | dependencies = [ | 1427 | dependencies = [ |
1449 | "displaydoc", | 1428 | "displaydoc", |
1450 | "icu_collections", | 1429 | "icu_collections", |
@@ -1452,72 +1431,59 @@ dependencies = [ | |||
1452 | "icu_properties", | 1431 | "icu_properties", |
1453 | "icu_provider", | 1432 | "icu_provider", |
1454 | "smallvec", | 1433 | "smallvec", |
1455 | "utf16_iter", | ||
1456 | "utf8_iter", | ||
1457 | "write16", | ||
1458 | "zerovec", | 1434 | "zerovec", |
1459 | ] | 1435 | ] |
1460 | 1436 | ||
1461 | [[package]] | 1437 | [[package]] |
1462 | name = "icu_normalizer_data" | 1438 | name = "icu_normalizer_data" |
1463 | version = "1.5.1" | 1439 | version = "2.0.0" |
1464 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1465 | checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" | 1441 | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
1466 | 1442 | ||
1467 | [[package]] | 1443 | [[package]] |
1468 | name = "icu_properties" | 1444 | name = "icu_properties" |
1469 | version = "1.5.1" | 1445 | version = "2.0.1" |
1470 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1471 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" | 1447 | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
1472 | dependencies = [ | 1448 | dependencies = [ |
1473 | "displaydoc", | 1449 | "displaydoc", |
1474 | "icu_collections", | 1450 | "icu_collections", |
1475 | "icu_locid_transform", | 1451 | "icu_locale_core", |
1476 | "icu_properties_data", | 1452 | "icu_properties_data", |
1477 | "icu_provider", | 1453 | "icu_provider", |
1478 | "tinystr", | 1454 | "potential_utf", |
1455 | "zerotrie", | ||
1479 | "zerovec", | 1456 | "zerovec", |
1480 | ] | 1457 | ] |
1481 | 1458 | ||
1482 | [[package]] | 1459 | [[package]] |
1483 | name = "icu_properties_data" | 1460 | name = "icu_properties_data" |
1484 | version = "1.5.1" | 1461 | version = "2.0.1" |
1485 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1486 | checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" | 1463 | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
1487 | 1464 | ||
1488 | [[package]] | 1465 | [[package]] |
1489 | name = "icu_provider" | 1466 | name = "icu_provider" |
1490 | version = "1.5.0" | 1467 | version = "2.0.0" |
1491 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1492 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" | 1469 | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
1493 | dependencies = [ | 1470 | dependencies = [ |
1494 | "displaydoc", | 1471 | "displaydoc", |
1495 | "icu_locid", | 1472 | "icu_locale_core", |
1496 | "icu_provider_macros", | ||
1497 | "stable_deref_trait", | 1473 | "stable_deref_trait", |
1498 | "tinystr", | 1474 | "tinystr", |
1499 | "writeable", | 1475 | "writeable", |
1500 | "yoke", | 1476 | "yoke", |
1501 | "zerofrom", | 1477 | "zerofrom", |
1478 | "zerotrie", | ||
1502 | "zerovec", | 1479 | "zerovec", |
1503 | ] | 1480 | ] |
1504 | 1481 | ||
1505 | [[package]] | 1482 | [[package]] |
1506 | name = "icu_provider_macros" | ||
1507 | version = "1.5.0" | ||
1508 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1509 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" | ||
1510 | dependencies = [ | ||
1511 | "proc-macro2", | ||
1512 | "quote", | ||
1513 | "syn", | ||
1514 | ] | ||
1515 | |||
1516 | [[package]] | ||
1517 | name = "idna" | 1483 | name = "idna" |
1518 | version = "1.0.3" | 1484 | version = "1.1.0" |
1519 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1520 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" | 1486 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
1521 | dependencies = [ | 1487 | dependencies = [ |
1522 | "idna_adapter", | 1488 | "idna_adapter", |
1523 | "smallvec", | 1489 | "smallvec", |
@@ -1526,9 +1492,9 @@ dependencies = [ | |||
1526 | 1492 | ||
1527 | [[package]] | 1493 | [[package]] |
1528 | name = "idna_adapter" | 1494 | name = "idna_adapter" |
1529 | version = "1.2.0" | 1495 | version = "1.2.1" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" | 1497 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
1532 | dependencies = [ | 1498 | dependencies = [ |
1533 | "icu_normalizer", | 1499 | "icu_normalizer", |
1534 | "icu_properties", | 1500 | "icu_properties", |
@@ -1536,15 +1502,32 @@ dependencies = [ | |||
1536 | 1502 | ||
1537 | [[package]] | 1503 | [[package]] |
1538 | name = "indexmap" | 1504 | name = "indexmap" |
1539 | version = "2.9.0" | 1505 | version = "2.11.0" |
1540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1541 | checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" | 1507 | checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" |
1542 | dependencies = [ | 1508 | dependencies = [ |
1543 | "equivalent", | 1509 | "equivalent", |
1544 | "hashbrown", | 1510 | "hashbrown", |
1545 | ] | 1511 | ] |
1546 | 1512 | ||
1547 | [[package]] | 1513 | [[package]] |
1514 | name = "io-uring" | ||
1515 | version = "0.7.10" | ||
1516 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1517 | checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" | ||
1518 | dependencies = [ | ||
1519 | "bitflags", | ||
1520 | "cfg-if", | ||
1521 | "libc", | ||
1522 | ] | ||
1523 | |||
1524 | [[package]] | ||
1525 | name = "ipnet" | ||
1526 | version = "2.11.0" | ||
1527 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1528 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" | ||
1529 | |||
1530 | [[package]] | ||
1548 | name = "itertools" | 1531 | name = "itertools" |
1549 | version = "0.12.1" | 1532 | version = "0.12.1" |
1550 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1561,11 +1544,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |||
1561 | 1544 | ||
1562 | [[package]] | 1545 | [[package]] |
1563 | name = "jobserver" | 1546 | name = "jobserver" |
1564 | version = "0.1.33" | 1547 | version = "0.1.34" |
1565 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1566 | checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" | 1549 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
1567 | dependencies = [ | 1550 | dependencies = [ |
1568 | "getrandom 0.3.2", | 1551 | "getrandom 0.3.3", |
1569 | "libc", | 1552 | "libc", |
1570 | ] | 1553 | ] |
1571 | 1554 | ||
@@ -1593,18 +1576,18 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |||
1593 | 1576 | ||
1594 | [[package]] | 1577 | [[package]] |
1595 | name = "libc" | 1578 | name = "libc" |
1596 | version = "0.2.171" | 1579 | version = "0.2.175" |
1597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1598 | checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" | 1581 | checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" |
1599 | 1582 | ||
1600 | [[package]] | 1583 | [[package]] |
1601 | name = "libloading" | 1584 | name = "libloading" |
1602 | version = "0.8.6" | 1585 | version = "0.8.8" |
1603 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1604 | checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" | 1587 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" |
1605 | dependencies = [ | 1588 | dependencies = [ |
1606 | "cfg-if", | 1589 | "cfg-if", |
1607 | "windows-targets", | 1590 | "windows-targets 0.53.3", |
1608 | ] | 1591 | ] |
1609 | 1592 | ||
1610 | [[package]] | 1593 | [[package]] |
@@ -1615,15 +1598,15 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | |||
1615 | 1598 | ||
1616 | [[package]] | 1599 | [[package]] |
1617 | name = "litemap" | 1600 | name = "litemap" |
1618 | version = "0.7.5" | 1601 | version = "0.8.0" |
1619 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1620 | checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" | 1603 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
1621 | 1604 | ||
1622 | [[package]] | 1605 | [[package]] |
1623 | name = "lock_api" | 1606 | name = "lock_api" |
1624 | version = "0.4.12" | 1607 | version = "0.4.13" |
1625 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1626 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" | 1609 | checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
1627 | dependencies = [ | 1610 | dependencies = [ |
1628 | "autocfg", | 1611 | "autocfg", |
1629 | "scopeguard", | 1612 | "scopeguard", |
@@ -1646,11 +1629,11 @@ dependencies = [ | |||
1646 | 1629 | ||
1647 | [[package]] | 1630 | [[package]] |
1648 | name = "matchers" | 1631 | name = "matchers" |
1649 | version = "0.1.0" | 1632 | version = "0.2.0" |
1650 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1651 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" | 1634 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
1652 | dependencies = [ | 1635 | dependencies = [ |
1653 | "regex-automata 0.1.10", | 1636 | "regex-automata", |
1654 | ] | 1637 | ] |
1655 | 1638 | ||
1656 | [[package]] | 1639 | [[package]] |
@@ -1671,9 +1654,9 @@ dependencies = [ | |||
1671 | 1654 | ||
1672 | [[package]] | 1655 | [[package]] |
1673 | name = "memchr" | 1656 | name = "memchr" |
1674 | version = "2.7.4" | 1657 | version = "2.7.5" |
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1676 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | 1659 | checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
1677 | 1660 | ||
1678 | [[package]] | 1661 | [[package]] |
1679 | name = "mime" | 1662 | name = "mime" |
@@ -1689,22 +1672,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |||
1689 | 1672 | ||
1690 | [[package]] | 1673 | [[package]] |
1691 | name = "miniz_oxide" | 1674 | name = "miniz_oxide" |
1692 | version = "0.8.8" | 1675 | version = "0.8.9" |
1693 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1694 | checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" | 1677 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
1695 | dependencies = [ | 1678 | dependencies = [ |
1696 | "adler2", | 1679 | "adler2", |
1697 | ] | 1680 | ] |
1698 | 1681 | ||
1699 | [[package]] | 1682 | [[package]] |
1700 | name = "mio" | 1683 | name = "mio" |
1701 | version = "1.0.3" | 1684 | version = "1.0.4" |
1702 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1703 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" | 1686 | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
1704 | dependencies = [ | 1687 | dependencies = [ |
1705 | "libc", | 1688 | "libc", |
1706 | "wasi 0.11.0+wasi-snapshot-preview1", | 1689 | "wasi 0.11.1+wasi-snapshot-preview1", |
1707 | "windows-sys 0.52.0", | 1690 | "windows-sys 0.59.0", |
1708 | ] | 1691 | ] |
1709 | 1692 | ||
1710 | [[package]] | 1693 | [[package]] |
@@ -1719,12 +1702,11 @@ dependencies = [ | |||
1719 | 1702 | ||
1720 | [[package]] | 1703 | [[package]] |
1721 | name = "nu-ansi-term" | 1704 | name = "nu-ansi-term" |
1722 | version = "0.46.0" | 1705 | version = "0.50.1" |
1723 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1724 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" | 1707 | checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
1725 | dependencies = [ | 1708 | dependencies = [ |
1726 | "overload", | 1709 | "windows-sys 0.52.0", |
1727 | "winapi", | ||
1728 | ] | 1710 | ] |
1729 | 1711 | ||
1730 | [[package]] | 1712 | [[package]] |
@@ -1779,12 +1761,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1779 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" | 1761 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
1780 | 1762 | ||
1781 | [[package]] | 1763 | [[package]] |
1782 | name = "overload" | ||
1783 | version = "0.1.1" | ||
1784 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1785 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" | ||
1786 | |||
1787 | [[package]] | ||
1788 | name = "p256" | 1764 | name = "p256" |
1789 | version = "0.11.1" | 1765 | version = "0.11.1" |
1790 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1797,9 +1773,9 @@ dependencies = [ | |||
1797 | 1773 | ||
1798 | [[package]] | 1774 | [[package]] |
1799 | name = "parking_lot" | 1775 | name = "parking_lot" |
1800 | version = "0.12.3" | 1776 | version = "0.12.4" |
1801 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1802 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" | 1778 | checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
1803 | dependencies = [ | 1779 | dependencies = [ |
1804 | "lock_api", | 1780 | "lock_api", |
1805 | "parking_lot_core", | 1781 | "parking_lot_core", |
@@ -1807,22 +1783,22 @@ dependencies = [ | |||
1807 | 1783 | ||
1808 | [[package]] | 1784 | [[package]] |
1809 | name = "parking_lot_core" | 1785 | name = "parking_lot_core" |
1810 | version = "0.9.10" | 1786 | version = "0.9.11" |
1811 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1812 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" | 1788 | checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
1813 | dependencies = [ | 1789 | dependencies = [ |
1814 | "cfg-if", | 1790 | "cfg-if", |
1815 | "libc", | 1791 | "libc", |
1816 | "redox_syscall", | 1792 | "redox_syscall", |
1817 | "smallvec", | 1793 | "smallvec", |
1818 | "windows-targets", | 1794 | "windows-targets 0.52.6", |
1819 | ] | 1795 | ] |
1820 | 1796 | ||
1821 | [[package]] | 1797 | [[package]] |
1822 | name = "percent-encoding" | 1798 | name = "percent-encoding" |
1823 | version = "2.3.1" | 1799 | version = "2.3.2" |
1824 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1825 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | 1801 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
1826 | 1802 | ||
1827 | [[package]] | 1803 | [[package]] |
1828 | name = "pin-project-lite" | 1804 | name = "pin-project-lite" |
@@ -1847,16 +1823,34 @@ dependencies = [ | |||
1847 | ] | 1823 | ] |
1848 | 1824 | ||
1849 | [[package]] | 1825 | [[package]] |
1826 | name = "potential_utf" | ||
1827 | version = "0.1.3" | ||
1828 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1829 | checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" | ||
1830 | dependencies = [ | ||
1831 | "zerovec", | ||
1832 | ] | ||
1833 | |||
1834 | [[package]] | ||
1850 | name = "powerfmt" | 1835 | name = "powerfmt" |
1851 | version = "0.2.0" | 1836 | version = "0.2.0" |
1852 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1853 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" | 1838 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
1854 | 1839 | ||
1855 | [[package]] | 1840 | [[package]] |
1841 | name = "ppv-lite86" | ||
1842 | version = "0.2.21" | ||
1843 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1844 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" | ||
1845 | dependencies = [ | ||
1846 | "zerocopy", | ||
1847 | ] | ||
1848 | |||
1849 | [[package]] | ||
1856 | name = "prettyplease" | 1850 | name = "prettyplease" |
1857 | version = "0.2.32" | 1851 | version = "0.2.37" |
1858 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1859 | checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" | 1853 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
1860 | dependencies = [ | 1854 | dependencies = [ |
1861 | "proc-macro2", | 1855 | "proc-macro2", |
1862 | "syn", | 1856 | "syn", |
@@ -1864,9 +1858,9 @@ dependencies = [ | |||
1864 | 1858 | ||
1865 | [[package]] | 1859 | [[package]] |
1866 | name = "proc-macro2" | 1860 | name = "proc-macro2" |
1867 | version = "1.0.94" | 1861 | version = "1.0.101" |
1868 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1869 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" | 1863 | checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
1870 | dependencies = [ | 1864 | dependencies = [ |
1871 | "unicode-ident", | 1865 | "unicode-ident", |
1872 | ] | 1866 | ] |
@@ -1882,9 +1876,29 @@ dependencies = [ | |||
1882 | 1876 | ||
1883 | [[package]] | 1877 | [[package]] |
1884 | name = "r-efi" | 1878 | name = "r-efi" |
1885 | version = "5.2.0" | 1879 | version = "5.3.0" |
1886 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1887 | checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" | 1881 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
1882 | |||
1883 | [[package]] | ||
1884 | name = "rand" | ||
1885 | version = "0.9.2" | ||
1886 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1887 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" | ||
1888 | dependencies = [ | ||
1889 | "rand_chacha", | ||
1890 | "rand_core 0.9.3", | ||
1891 | ] | ||
1892 | |||
1893 | [[package]] | ||
1894 | name = "rand_chacha" | ||
1895 | version = "0.9.0" | ||
1896 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1897 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | ||
1898 | dependencies = [ | ||
1899 | "ppv-lite86", | ||
1900 | "rand_core 0.9.3", | ||
1901 | ] | ||
1888 | 1902 | ||
1889 | [[package]] | 1903 | [[package]] |
1890 | name = "rand_core" | 1904 | name = "rand_core" |
@@ -1892,67 +1906,61 @@ version = "0.6.4" | |||
1892 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1893 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | 1907 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
1894 | dependencies = [ | 1908 | dependencies = [ |
1895 | "getrandom 0.2.15", | 1909 | "getrandom 0.2.16", |
1896 | ] | 1910 | ] |
1897 | 1911 | ||
1898 | [[package]] | 1912 | [[package]] |
1899 | name = "redox_syscall" | 1913 | name = "rand_core" |
1900 | version = "0.5.11" | 1914 | version = "0.9.3" |
1901 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1902 | checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" | 1916 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
1903 | dependencies = [ | 1917 | dependencies = [ |
1904 | "bitflags", | 1918 | "getrandom 0.3.3", |
1905 | ] | 1919 | ] |
1906 | 1920 | ||
1907 | [[package]] | 1921 | [[package]] |
1908 | name = "regex" | 1922 | name = "redox_syscall" |
1909 | version = "1.11.1" | 1923 | version = "0.5.17" |
1910 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1911 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | 1925 | checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" |
1912 | dependencies = [ | 1926 | dependencies = [ |
1913 | "aho-corasick", | 1927 | "bitflags", |
1914 | "memchr", | ||
1915 | "regex-automata 0.4.9", | ||
1916 | "regex-syntax 0.8.5", | ||
1917 | ] | 1928 | ] |
1918 | 1929 | ||
1919 | [[package]] | 1930 | [[package]] |
1920 | name = "regex-automata" | 1931 | name = "regex" |
1921 | version = "0.1.10" | 1932 | version = "1.11.2" |
1922 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1923 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" | 1934 | checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" |
1924 | dependencies = [ | 1935 | dependencies = [ |
1925 | "regex-syntax 0.6.29", | 1936 | "aho-corasick", |
1937 | "memchr", | ||
1938 | "regex-automata", | ||
1939 | "regex-syntax", | ||
1926 | ] | 1940 | ] |
1927 | 1941 | ||
1928 | [[package]] | 1942 | [[package]] |
1929 | name = "regex-automata" | 1943 | name = "regex-automata" |
1930 | version = "0.4.9" | 1944 | version = "0.4.10" |
1931 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1932 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | 1946 | checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" |
1933 | dependencies = [ | 1947 | dependencies = [ |
1934 | "aho-corasick", | 1948 | "aho-corasick", |
1935 | "memchr", | 1949 | "memchr", |
1936 | "regex-syntax 0.8.5", | 1950 | "regex-syntax", |
1937 | ] | 1951 | ] |
1938 | 1952 | ||
1939 | [[package]] | 1953 | [[package]] |
1940 | name = "regex-lite" | 1954 | name = "regex-lite" |
1941 | version = "0.1.6" | 1955 | version = "0.1.7" |
1942 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1943 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" | ||
1944 | |||
1945 | [[package]] | ||
1946 | name = "regex-syntax" | ||
1947 | version = "0.6.29" | ||
1948 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1949 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" | 1957 | checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30" |
1950 | 1958 | ||
1951 | [[package]] | 1959 | [[package]] |
1952 | name = "regex-syntax" | 1960 | name = "regex-syntax" |
1953 | version = "0.8.5" | 1961 | version = "0.8.6" |
1954 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1955 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | 1963 | checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" |
1956 | 1964 | ||
1957 | [[package]] | 1965 | [[package]] |
1958 | name = "rfc6979" | 1966 | name = "rfc6979" |
@@ -1973,7 +1981,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" | |||
1973 | dependencies = [ | 1981 | dependencies = [ |
1974 | "cc", | 1982 | "cc", |
1975 | "cfg-if", | 1983 | "cfg-if", |
1976 | "getrandom 0.2.15", | 1984 | "getrandom 0.2.16", |
1977 | "libc", | 1985 | "libc", |
1978 | "untrusted", | 1986 | "untrusted", |
1979 | "windows-sys 0.52.0", | 1987 | "windows-sys 0.52.0", |
@@ -1981,9 +1989,9 @@ dependencies = [ | |||
1981 | 1989 | ||
1982 | [[package]] | 1990 | [[package]] |
1983 | name = "rustc-demangle" | 1991 | name = "rustc-demangle" |
1984 | version = "0.1.24" | 1992 | version = "0.1.26" |
1985 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1986 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" | 1994 | checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
1987 | 1995 | ||
1988 | [[package]] | 1996 | [[package]] |
1989 | name = "rustc-hash" | 1997 | name = "rustc-hash" |
@@ -2027,14 +2035,14 @@ dependencies = [ | |||
2027 | 2035 | ||
2028 | [[package]] | 2036 | [[package]] |
2029 | name = "rustls" | 2037 | name = "rustls" |
2030 | version = "0.23.25" | 2038 | version = "0.23.31" |
2031 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2032 | checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" | 2040 | checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" |
2033 | dependencies = [ | 2041 | dependencies = [ |
2034 | "aws-lc-rs", | 2042 | "aws-lc-rs", |
2035 | "once_cell", | 2043 | "once_cell", |
2036 | "rustls-pki-types", | 2044 | "rustls-pki-types", |
2037 | "rustls-webpki 0.103.1", | 2045 | "rustls-webpki 0.103.4", |
2038 | "subtle", | 2046 | "subtle", |
2039 | "zeroize", | 2047 | "zeroize", |
2040 | ] | 2048 | ] |
@@ -2060,7 +2068,7 @@ dependencies = [ | |||
2060 | "openssl-probe", | 2068 | "openssl-probe", |
2061 | "rustls-pki-types", | 2069 | "rustls-pki-types", |
2062 | "schannel", | 2070 | "schannel", |
2063 | "security-framework 3.2.0", | 2071 | "security-framework 3.3.0", |
2064 | ] | 2072 | ] |
2065 | 2073 | ||
2066 | [[package]] | 2074 | [[package]] |
@@ -2074,9 +2082,12 @@ dependencies = [ | |||
2074 | 2082 | ||
2075 | [[package]] | 2083 | [[package]] |
2076 | name = "rustls-pki-types" | 2084 | name = "rustls-pki-types" |
2077 | version = "1.11.0" | 2085 | version = "1.12.0" |
2078 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2079 | checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" | 2087 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
2088 | dependencies = [ | ||
2089 | "zeroize", | ||
2090 | ] | ||
2080 | 2091 | ||
2081 | [[package]] | 2092 | [[package]] |
2082 | name = "rustls-webpki" | 2093 | name = "rustls-webpki" |
@@ -2090,9 +2101,9 @@ dependencies = [ | |||
2090 | 2101 | ||
2091 | [[package]] | 2102 | [[package]] |
2092 | name = "rustls-webpki" | 2103 | name = "rustls-webpki" |
2093 | version = "0.103.1" | 2104 | version = "0.103.4" |
2094 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2095 | checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" | 2106 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
2096 | dependencies = [ | 2107 | dependencies = [ |
2097 | "aws-lc-rs", | 2108 | "aws-lc-rs", |
2098 | "ring", | 2109 | "ring", |
@@ -2102,9 +2113,9 @@ dependencies = [ | |||
2102 | 2113 | ||
2103 | [[package]] | 2114 | [[package]] |
2104 | name = "rustversion" | 2115 | name = "rustversion" |
2105 | version = "1.0.20" | 2116 | version = "1.0.22" |
2106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2107 | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" | 2118 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
2108 | 2119 | ||
2109 | [[package]] | 2120 | [[package]] |
2110 | name = "ryu" | 2121 | name = "ryu" |
@@ -2166,12 +2177,12 @@ dependencies = [ | |||
2166 | 2177 | ||
2167 | [[package]] | 2178 | [[package]] |
2168 | name = "security-framework" | 2179 | name = "security-framework" |
2169 | version = "3.2.0" | 2180 | version = "3.3.0" |
2170 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2171 | checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" | 2182 | checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" |
2172 | dependencies = [ | 2183 | dependencies = [ |
2173 | "bitflags", | 2184 | "bitflags", |
2174 | "core-foundation 0.10.0", | 2185 | "core-foundation 0.10.1", |
2175 | "core-foundation-sys", | 2186 | "core-foundation-sys", |
2176 | "libc", | 2187 | "libc", |
2177 | "security-framework-sys", | 2188 | "security-framework-sys", |
@@ -2215,9 +2226,9 @@ dependencies = [ | |||
2215 | 2226 | ||
2216 | [[package]] | 2227 | [[package]] |
2217 | name = "serde_json" | 2228 | name = "serde_json" |
2218 | version = "1.0.140" | 2229 | version = "1.0.143" |
2219 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2220 | checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | 2231 | checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" |
2221 | dependencies = [ | 2232 | dependencies = [ |
2222 | "itoa", | 2233 | "itoa", |
2223 | "memchr", | 2234 | "memchr", |
@@ -2260,9 +2271,9 @@ dependencies = [ | |||
2260 | 2271 | ||
2261 | [[package]] | 2272 | [[package]] |
2262 | name = "sha2" | 2273 | name = "sha2" |
2263 | version = "0.10.8" | 2274 | version = "0.10.9" |
2264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2265 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" | 2276 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
2266 | dependencies = [ | 2277 | dependencies = [ |
2267 | "cfg-if", | 2278 | "cfg-if", |
2268 | "cpufeatures", | 2279 | "cpufeatures", |
@@ -2286,9 +2297,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |||
2286 | 2297 | ||
2287 | [[package]] | 2298 | [[package]] |
2288 | name = "signal-hook-registry" | 2299 | name = "signal-hook-registry" |
2289 | version = "1.4.2" | 2300 | version = "1.4.6" |
2290 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2291 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" | 2302 | checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" |
2292 | dependencies = [ | 2303 | dependencies = [ |
2293 | "libc", | 2304 | "libc", |
2294 | ] | 2305 | ] |
@@ -2300,35 +2311,42 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2300 | checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" | 2311 | checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
2301 | dependencies = [ | 2312 | dependencies = [ |
2302 | "digest", | 2313 | "digest", |
2303 | "rand_core", | 2314 | "rand_core 0.6.4", |
2304 | ] | 2315 | ] |
2305 | 2316 | ||
2306 | [[package]] | 2317 | [[package]] |
2307 | name = "slab" | 2318 | name = "slab" |
2308 | version = "0.4.9" | 2319 | version = "0.4.11" |
2309 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2310 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" | 2321 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
2311 | dependencies = [ | ||
2312 | "autocfg", | ||
2313 | ] | ||
2314 | 2322 | ||
2315 | [[package]] | 2323 | [[package]] |
2316 | name = "smallvec" | 2324 | name = "smallvec" |
2317 | version = "1.15.0" | 2325 | version = "1.15.1" |
2318 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2319 | checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" | 2327 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
2320 | 2328 | ||
2321 | [[package]] | 2329 | [[package]] |
2322 | name = "socket2" | 2330 | name = "socket2" |
2323 | version = "0.5.9" | 2331 | version = "0.5.10" |
2324 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2325 | checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" | 2333 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
2326 | dependencies = [ | 2334 | dependencies = [ |
2327 | "libc", | 2335 | "libc", |
2328 | "windows-sys 0.52.0", | 2336 | "windows-sys 0.52.0", |
2329 | ] | 2337 | ] |
2330 | 2338 | ||
2331 | [[package]] | 2339 | [[package]] |
2340 | name = "socket2" | ||
2341 | version = "0.6.0" | ||
2342 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2343 | checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" | ||
2344 | dependencies = [ | ||
2345 | "libc", | ||
2346 | "windows-sys 0.59.0", | ||
2347 | ] | ||
2348 | |||
2349 | [[package]] | ||
2332 | name = "spki" | 2350 | name = "spki" |
2333 | version = "0.6.0" | 2351 | version = "0.6.0" |
2334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2352,9 +2370,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" | |||
2352 | 2370 | ||
2353 | [[package]] | 2371 | [[package]] |
2354 | name = "syn" | 2372 | name = "syn" |
2355 | version = "2.0.100" | 2373 | version = "2.0.106" |
2356 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2357 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" | 2375 | checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
2358 | dependencies = [ | 2376 | dependencies = [ |
2359 | "proc-macro2", | 2377 | "proc-macro2", |
2360 | "quote", | 2378 | "quote", |
@@ -2369,9 +2387,9 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" | |||
2369 | 2387 | ||
2370 | [[package]] | 2388 | [[package]] |
2371 | name = "synstructure" | 2389 | name = "synstructure" |
2372 | version = "0.13.1" | 2390 | version = "0.13.2" |
2373 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2374 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" | 2392 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
2375 | dependencies = [ | 2393 | dependencies = [ |
2376 | "proc-macro2", | 2394 | "proc-macro2", |
2377 | "quote", | 2395 | "quote", |
@@ -2380,19 +2398,18 @@ dependencies = [ | |||
2380 | 2398 | ||
2381 | [[package]] | 2399 | [[package]] |
2382 | name = "thread_local" | 2400 | name = "thread_local" |
2383 | version = "1.1.8" | 2401 | version = "1.1.9" |
2384 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2385 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" | 2403 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
2386 | dependencies = [ | 2404 | dependencies = [ |
2387 | "cfg-if", | 2405 | "cfg-if", |
2388 | "once_cell", | ||
2389 | ] | 2406 | ] |
2390 | 2407 | ||
2391 | [[package]] | 2408 | [[package]] |
2392 | name = "time" | 2409 | name = "time" |
2393 | version = "0.3.41" | 2410 | version = "0.3.42" |
2394 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2395 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" | 2412 | checksum = "8ca967379f9d8eb8058d86ed467d81d03e81acd45757e4ca341c24affbe8e8e3" |
2396 | dependencies = [ | 2413 | dependencies = [ |
2397 | "deranged", | 2414 | "deranged", |
2398 | "num-conv", | 2415 | "num-conv", |
@@ -2404,15 +2421,15 @@ dependencies = [ | |||
2404 | 2421 | ||
2405 | [[package]] | 2422 | [[package]] |
2406 | name = "time-core" | 2423 | name = "time-core" |
2407 | version = "0.1.4" | 2424 | version = "0.1.5" |
2408 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2409 | checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" | 2426 | checksum = "a9108bb380861b07264b950ded55a44a14a4adc68b9f5efd85aafc3aa4d40a68" |
2410 | 2427 | ||
2411 | [[package]] | 2428 | [[package]] |
2412 | name = "time-macros" | 2429 | name = "time-macros" |
2413 | version = "0.2.22" | 2430 | version = "0.2.23" |
2414 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2415 | checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" | 2432 | checksum = "7182799245a7264ce590b349d90338f1c1affad93d2639aed5f8f69c090b334c" |
2416 | dependencies = [ | 2433 | dependencies = [ |
2417 | "num-conv", | 2434 | "num-conv", |
2418 | "time-core", | 2435 | "time-core", |
@@ -2420,9 +2437,9 @@ dependencies = [ | |||
2420 | 2437 | ||
2421 | [[package]] | 2438 | [[package]] |
2422 | name = "tinystr" | 2439 | name = "tinystr" |
2423 | version = "0.7.6" | 2440 | version = "0.8.1" |
2424 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2425 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" | 2442 | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
2426 | dependencies = [ | 2443 | dependencies = [ |
2427 | "displaydoc", | 2444 | "displaydoc", |
2428 | "zerovec", | 2445 | "zerovec", |
@@ -2430,20 +2447,22 @@ dependencies = [ | |||
2430 | 2447 | ||
2431 | [[package]] | 2448 | [[package]] |
2432 | name = "tokio" | 2449 | name = "tokio" |
2433 | version = "1.44.2" | 2450 | version = "1.47.1" |
2434 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2435 | checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" | 2452 | checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" |
2436 | dependencies = [ | 2453 | dependencies = [ |
2437 | "backtrace", | 2454 | "backtrace", |
2438 | "bytes", | 2455 | "bytes", |
2456 | "io-uring", | ||
2439 | "libc", | 2457 | "libc", |
2440 | "mio", | 2458 | "mio", |
2441 | "parking_lot", | 2459 | "parking_lot", |
2442 | "pin-project-lite", | 2460 | "pin-project-lite", |
2443 | "signal-hook-registry", | 2461 | "signal-hook-registry", |
2444 | "socket2", | 2462 | "slab", |
2463 | "socket2 0.6.0", | ||
2445 | "tokio-macros", | 2464 | "tokio-macros", |
2446 | "windows-sys 0.52.0", | 2465 | "windows-sys 0.59.0", |
2447 | ] | 2466 | ] |
2448 | 2467 | ||
2449 | [[package]] | 2468 | [[package]] |
@@ -2473,15 +2492,15 @@ version = "0.26.2" | |||
2473 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2474 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" | 2493 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
2475 | dependencies = [ | 2494 | dependencies = [ |
2476 | "rustls 0.23.25", | 2495 | "rustls 0.23.31", |
2477 | "tokio", | 2496 | "tokio", |
2478 | ] | 2497 | ] |
2479 | 2498 | ||
2480 | [[package]] | 2499 | [[package]] |
2481 | name = "tokio-util" | 2500 | name = "tokio-util" |
2482 | version = "0.7.14" | 2501 | version = "0.7.16" |
2483 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2484 | checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" | 2503 | checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" |
2485 | dependencies = [ | 2504 | dependencies = [ |
2486 | "bytes", | 2505 | "bytes", |
2487 | "futures-core", | 2506 | "futures-core", |
@@ -2532,9 +2551,9 @@ dependencies = [ | |||
2532 | 2551 | ||
2533 | [[package]] | 2552 | [[package]] |
2534 | name = "tracing-attributes" | 2553 | name = "tracing-attributes" |
2535 | version = "0.1.28" | 2554 | version = "0.1.30" |
2536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2537 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" | 2556 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
2538 | dependencies = [ | 2557 | dependencies = [ |
2539 | "proc-macro2", | 2558 | "proc-macro2", |
2540 | "quote", | 2559 | "quote", |
@@ -2543,9 +2562,9 @@ dependencies = [ | |||
2543 | 2562 | ||
2544 | [[package]] | 2563 | [[package]] |
2545 | name = "tracing-core" | 2564 | name = "tracing-core" |
2546 | version = "0.1.33" | 2565 | version = "0.1.34" |
2547 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2548 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" | 2567 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
2549 | dependencies = [ | 2568 | dependencies = [ |
2550 | "once_cell", | 2569 | "once_cell", |
2551 | "valuable", | 2570 | "valuable", |
@@ -2564,14 +2583,14 @@ dependencies = [ | |||
2564 | 2583 | ||
2565 | [[package]] | 2584 | [[package]] |
2566 | name = "tracing-subscriber" | 2585 | name = "tracing-subscriber" |
2567 | version = "0.3.19" | 2586 | version = "0.3.20" |
2568 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2569 | checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" | 2588 | checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" |
2570 | dependencies = [ | 2589 | dependencies = [ |
2571 | "matchers", | 2590 | "matchers", |
2572 | "nu-ansi-term", | 2591 | "nu-ansi-term", |
2573 | "once_cell", | 2592 | "once_cell", |
2574 | "regex", | 2593 | "regex-automata", |
2575 | "sharded-slab", | 2594 | "sharded-slab", |
2576 | "smallvec", | 2595 | "smallvec", |
2577 | "thread_local", | 2596 | "thread_local", |
@@ -2606,13 +2625,14 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" | |||
2606 | 2625 | ||
2607 | [[package]] | 2626 | [[package]] |
2608 | name = "url" | 2627 | name = "url" |
2609 | version = "2.5.4" | 2628 | version = "2.5.7" |
2610 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2611 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" | 2630 | checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
2612 | dependencies = [ | 2631 | dependencies = [ |
2613 | "form_urlencoded", | 2632 | "form_urlencoded", |
2614 | "idna", | 2633 | "idna", |
2615 | "percent-encoding", | 2634 | "percent-encoding", |
2635 | "serde", | ||
2616 | ] | 2636 | ] |
2617 | 2637 | ||
2618 | [[package]] | 2638 | [[package]] |
@@ -2622,12 +2642,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2622 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" | 2642 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
2623 | 2643 | ||
2624 | [[package]] | 2644 | [[package]] |
2625 | name = "utf16_iter" | ||
2626 | version = "1.0.5" | ||
2627 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2628 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" | ||
2629 | |||
2630 | [[package]] | ||
2631 | name = "utf8_iter" | 2645 | name = "utf8_iter" |
2632 | version = "1.0.4" | 2646 | version = "1.0.4" |
2633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2635,9 +2649,13 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" | |||
2635 | 2649 | ||
2636 | [[package]] | 2650 | [[package]] |
2637 | name = "uuid" | 2651 | name = "uuid" |
2638 | version = "1.16.0" | 2652 | version = "1.18.0" |
2639 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2640 | checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" | 2654 | checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" |
2655 | dependencies = [ | ||
2656 | "js-sys", | ||
2657 | "wasm-bindgen", | ||
2658 | ] | ||
2641 | 2659 | ||
2642 | [[package]] | 2660 | [[package]] |
2643 | name = "valuable" | 2661 | name = "valuable" |
@@ -2668,17 +2686,17 @@ dependencies = [ | |||
2668 | 2686 | ||
2669 | [[package]] | 2687 | [[package]] |
2670 | name = "wasi" | 2688 | name = "wasi" |
2671 | version = "0.11.0+wasi-snapshot-preview1" | 2689 | version = "0.11.1+wasi-snapshot-preview1" |
2672 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2673 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 2691 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
2674 | 2692 | ||
2675 | [[package]] | 2693 | [[package]] |
2676 | name = "wasi" | 2694 | name = "wasi" |
2677 | version = "0.14.2+wasi-0.2.4" | 2695 | version = "0.14.3+wasi-0.2.4" |
2678 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2679 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" | 2697 | checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95" |
2680 | dependencies = [ | 2698 | dependencies = [ |
2681 | "wit-bindgen-rt", | 2699 | "wit-bindgen", |
2682 | ] | 2700 | ] |
2683 | 2701 | ||
2684 | [[package]] | 2702 | [[package]] |
@@ -2752,32 +2770,10 @@ dependencies = [ | |||
2752 | ] | 2770 | ] |
2753 | 2771 | ||
2754 | [[package]] | 2772 | [[package]] |
2755 | name = "winapi" | ||
2756 | version = "0.3.9" | ||
2757 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2758 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
2759 | dependencies = [ | ||
2760 | "winapi-i686-pc-windows-gnu", | ||
2761 | "winapi-x86_64-pc-windows-gnu", | ||
2762 | ] | ||
2763 | |||
2764 | [[package]] | ||
2765 | name = "winapi-i686-pc-windows-gnu" | ||
2766 | version = "0.4.0" | ||
2767 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2768 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
2769 | |||
2770 | [[package]] | ||
2771 | name = "winapi-x86_64-pc-windows-gnu" | ||
2772 | version = "0.4.0" | ||
2773 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2774 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
2775 | |||
2776 | [[package]] | ||
2777 | name = "windows-core" | 2773 | name = "windows-core" |
2778 | version = "0.61.0" | 2774 | version = "0.61.2" |
2779 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2780 | checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" | 2776 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
2781 | dependencies = [ | 2777 | dependencies = [ |
2782 | "windows-implement", | 2778 | "windows-implement", |
2783 | "windows-interface", | 2779 | "windows-interface", |
@@ -2810,24 +2806,24 @@ dependencies = [ | |||
2810 | 2806 | ||
2811 | [[package]] | 2807 | [[package]] |
2812 | name = "windows-link" | 2808 | name = "windows-link" |
2813 | version = "0.1.1" | 2809 | version = "0.1.3" |
2814 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2815 | checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" | 2811 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
2816 | 2812 | ||
2817 | [[package]] | 2813 | [[package]] |
2818 | name = "windows-result" | 2814 | name = "windows-result" |
2819 | version = "0.3.2" | 2815 | version = "0.3.4" |
2820 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2821 | checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" | 2817 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
2822 | dependencies = [ | 2818 | dependencies = [ |
2823 | "windows-link", | 2819 | "windows-link", |
2824 | ] | 2820 | ] |
2825 | 2821 | ||
2826 | [[package]] | 2822 | [[package]] |
2827 | name = "windows-strings" | 2823 | name = "windows-strings" |
2828 | version = "0.4.0" | 2824 | version = "0.4.2" |
2829 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2830 | checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" | 2826 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
2831 | dependencies = [ | 2827 | dependencies = [ |
2832 | "windows-link", | 2828 | "windows-link", |
2833 | ] | 2829 | ] |
@@ -2838,7 +2834,7 @@ version = "0.52.0" | |||
2838 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2839 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | 2835 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
2840 | dependencies = [ | 2836 | dependencies = [ |
2841 | "windows-targets", | 2837 | "windows-targets 0.52.6", |
2842 | ] | 2838 | ] |
2843 | 2839 | ||
2844 | [[package]] | 2840 | [[package]] |
@@ -2847,7 +2843,16 @@ version = "0.59.0" | |||
2847 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2848 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | 2844 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
2849 | dependencies = [ | 2845 | dependencies = [ |
2850 | "windows-targets", | 2846 | "windows-targets 0.52.6", |
2847 | ] | ||
2848 | |||
2849 | [[package]] | ||
2850 | name = "windows-sys" | ||
2851 | version = "0.60.2" | ||
2852 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2853 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | ||
2854 | dependencies = [ | ||
2855 | "windows-targets 0.53.3", | ||
2851 | ] | 2856 | ] |
2852 | 2857 | ||
2853 | [[package]] | 2858 | [[package]] |
@@ -2856,14 +2861,31 @@ version = "0.52.6" | |||
2856 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2857 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | 2862 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
2858 | dependencies = [ | 2863 | dependencies = [ |
2859 | "windows_aarch64_gnullvm", | 2864 | "windows_aarch64_gnullvm 0.52.6", |
2860 | "windows_aarch64_msvc", | 2865 | "windows_aarch64_msvc 0.52.6", |
2861 | "windows_i686_gnu", | 2866 | "windows_i686_gnu 0.52.6", |
2862 | "windows_i686_gnullvm", | 2867 | "windows_i686_gnullvm 0.52.6", |
2863 | "windows_i686_msvc", | 2868 | "windows_i686_msvc 0.52.6", |
2864 | "windows_x86_64_gnu", | 2869 | "windows_x86_64_gnu 0.52.6", |
2865 | "windows_x86_64_gnullvm", | 2870 | "windows_x86_64_gnullvm 0.52.6", |
2866 | "windows_x86_64_msvc", | 2871 | "windows_x86_64_msvc 0.52.6", |
2872 | ] | ||
2873 | |||
2874 | [[package]] | ||
2875 | name = "windows-targets" | ||
2876 | version = "0.53.3" | ||
2877 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2878 | checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" | ||
2879 | dependencies = [ | ||
2880 | "windows-link", | ||
2881 | "windows_aarch64_gnullvm 0.53.0", | ||
2882 | "windows_aarch64_msvc 0.53.0", | ||
2883 | "windows_i686_gnu 0.53.0", | ||
2884 | "windows_i686_gnullvm 0.53.0", | ||
2885 | "windows_i686_msvc 0.53.0", | ||
2886 | "windows_x86_64_gnu 0.53.0", | ||
2887 | "windows_x86_64_gnullvm 0.53.0", | ||
2888 | "windows_x86_64_msvc 0.53.0", | ||
2867 | ] | 2889 | ] |
2868 | 2890 | ||
2869 | [[package]] | 2891 | [[package]] |
@@ -2873,67 +2895,106 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2873 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | 2895 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
2874 | 2896 | ||
2875 | [[package]] | 2897 | [[package]] |
2898 | name = "windows_aarch64_gnullvm" | ||
2899 | version = "0.53.0" | ||
2900 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2901 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | ||
2902 | |||
2903 | [[package]] | ||
2876 | name = "windows_aarch64_msvc" | 2904 | name = "windows_aarch64_msvc" |
2877 | version = "0.52.6" | 2905 | version = "0.52.6" |
2878 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2879 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | 2907 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
2880 | 2908 | ||
2881 | [[package]] | 2909 | [[package]] |
2910 | name = "windows_aarch64_msvc" | ||
2911 | version = "0.53.0" | ||
2912 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2913 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | ||
2914 | |||
2915 | [[package]] | ||
2882 | name = "windows_i686_gnu" | 2916 | name = "windows_i686_gnu" |
2883 | version = "0.52.6" | 2917 | version = "0.52.6" |
2884 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2885 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | 2919 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
2886 | 2920 | ||
2887 | [[package]] | 2921 | [[package]] |
2922 | name = "windows_i686_gnu" | ||
2923 | version = "0.53.0" | ||
2924 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2925 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | ||
2926 | |||
2927 | [[package]] | ||
2888 | name = "windows_i686_gnullvm" | 2928 | name = "windows_i686_gnullvm" |
2889 | version = "0.52.6" | 2929 | version = "0.52.6" |
2890 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2891 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | 2931 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
2892 | 2932 | ||
2893 | [[package]] | 2933 | [[package]] |
2934 | name = "windows_i686_gnullvm" | ||
2935 | version = "0.53.0" | ||
2936 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2937 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | ||
2938 | |||
2939 | [[package]] | ||
2894 | name = "windows_i686_msvc" | 2940 | name = "windows_i686_msvc" |
2895 | version = "0.52.6" | 2941 | version = "0.52.6" |
2896 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2897 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | 2943 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
2898 | 2944 | ||
2899 | [[package]] | 2945 | [[package]] |
2946 | name = "windows_i686_msvc" | ||
2947 | version = "0.53.0" | ||
2948 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2949 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | ||
2950 | |||
2951 | [[package]] | ||
2900 | name = "windows_x86_64_gnu" | 2952 | name = "windows_x86_64_gnu" |
2901 | version = "0.52.6" | 2953 | version = "0.52.6" |
2902 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2903 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | 2955 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
2904 | 2956 | ||
2905 | [[package]] | 2957 | [[package]] |
2958 | name = "windows_x86_64_gnu" | ||
2959 | version = "0.53.0" | ||
2960 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2961 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | ||
2962 | |||
2963 | [[package]] | ||
2906 | name = "windows_x86_64_gnullvm" | 2964 | name = "windows_x86_64_gnullvm" |
2907 | version = "0.52.6" | 2965 | version = "0.52.6" |
2908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2909 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | 2967 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
2910 | 2968 | ||
2911 | [[package]] | 2969 | [[package]] |
2970 | name = "windows_x86_64_gnullvm" | ||
2971 | version = "0.53.0" | ||
2972 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2973 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | ||
2974 | |||
2975 | [[package]] | ||
2912 | name = "windows_x86_64_msvc" | 2976 | name = "windows_x86_64_msvc" |
2913 | version = "0.52.6" | 2977 | version = "0.52.6" |
2914 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2915 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | 2979 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
2916 | 2980 | ||
2917 | [[package]] | 2981 | [[package]] |
2918 | name = "wit-bindgen-rt" | 2982 | name = "windows_x86_64_msvc" |
2919 | version = "0.39.0" | 2983 | version = "0.53.0" |
2920 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2921 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" | 2985 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
2922 | dependencies = [ | ||
2923 | "bitflags", | ||
2924 | ] | ||
2925 | 2986 | ||
2926 | [[package]] | 2987 | [[package]] |
2927 | name = "write16" | 2988 | name = "wit-bindgen" |
2928 | version = "1.0.0" | 2989 | version = "0.45.0" |
2929 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2930 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" | 2991 | checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814" |
2931 | 2992 | ||
2932 | [[package]] | 2993 | [[package]] |
2933 | name = "writeable" | 2994 | name = "writeable" |
2934 | version = "0.5.5" | 2995 | version = "0.6.1" |
2935 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2936 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" | 2997 | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
2937 | 2998 | ||
2938 | [[package]] | 2999 | [[package]] |
2939 | name = "xmlparser" | 3000 | name = "xmlparser" |
@@ -2943,9 +3004,9 @@ checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" | |||
2943 | 3004 | ||
2944 | [[package]] | 3005 | [[package]] |
2945 | name = "yoke" | 3006 | name = "yoke" |
2946 | version = "0.7.5" | 3007 | version = "0.8.0" |
2947 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2948 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" | 3009 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
2949 | dependencies = [ | 3010 | dependencies = [ |
2950 | "serde", | 3011 | "serde", |
2951 | "stable_deref_trait", | 3012 | "stable_deref_trait", |
@@ -2955,9 +3016,9 @@ dependencies = [ | |||
2955 | 3016 | ||
2956 | [[package]] | 3017 | [[package]] |
2957 | name = "yoke-derive" | 3018 | name = "yoke-derive" |
2958 | version = "0.7.5" | 3019 | version = "0.8.0" |
2959 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2960 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" | 3021 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
2961 | dependencies = [ | 3022 | dependencies = [ |
2962 | "proc-macro2", | 3023 | "proc-macro2", |
2963 | "quote", | 3024 | "quote", |
@@ -2966,6 +3027,26 @@ dependencies = [ | |||
2966 | ] | 3027 | ] |
2967 | 3028 | ||
2968 | [[package]] | 3029 | [[package]] |
3030 | name = "zerocopy" | ||
3031 | version = "0.8.26" | ||
3032 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
3033 | checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" | ||
3034 | dependencies = [ | ||
3035 | "zerocopy-derive", | ||
3036 | ] | ||
3037 | |||
3038 | [[package]] | ||
3039 | name = "zerocopy-derive" | ||
3040 | version = "0.8.26" | ||
3041 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
3042 | checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" | ||
3043 | dependencies = [ | ||
3044 | "proc-macro2", | ||
3045 | "quote", | ||
3046 | "syn", | ||
3047 | ] | ||
3048 | |||
3049 | [[package]] | ||
2969 | name = "zerofrom" | 3050 | name = "zerofrom" |
2970 | version = "0.1.6" | 3051 | version = "0.1.6" |
2971 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2993,10 +3074,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2993 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" | 3074 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
2994 | 3075 | ||
2995 | [[package]] | 3076 | [[package]] |
3077 | name = "zerotrie" | ||
3078 | version = "0.2.2" | ||
3079 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
3080 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" | ||
3081 | dependencies = [ | ||
3082 | "displaydoc", | ||
3083 | "yoke", | ||
3084 | "zerofrom", | ||
3085 | ] | ||
3086 | |||
3087 | [[package]] | ||
2996 | name = "zerovec" | 3088 | name = "zerovec" |
2997 | version = "0.10.4" | 3089 | version = "0.11.4" |
2998 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2999 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" | 3091 | checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" |
3000 | dependencies = [ | 3092 | dependencies = [ |
3001 | "yoke", | 3093 | "yoke", |
3002 | "zerofrom", | 3094 | "zerofrom", |
@@ -3005,9 +3097,9 @@ dependencies = [ | |||
3005 | 3097 | ||
3006 | [[package]] | 3098 | [[package]] |
3007 | name = "zerovec-derive" | 3099 | name = "zerovec-derive" |
3008 | version = "0.10.3" | 3100 | version = "0.11.1" |
3009 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3010 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" | 3102 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
3011 | dependencies = [ | 3103 | dependencies = [ |
3012 | "proc-macro2", | 3104 | "proc-macro2", |
3013 | "quote", | 3105 | "quote", |
@@ -3,11 +3,11 @@ | |||
3 | "advisory-db": { | 3 | "advisory-db": { |
4 | "flake": false, | 4 | "flake": false, |
5 | "locked": { | 5 | "locked": { |
6 | "lastModified": 1744103523, | 6 | "lastModified": 1756731353, |
7 | "narHash": "sha256-La+KO5n68p6qdhLBr9qiIQUheS7OooxyqzBXMMDqr/0=", | 7 | "narHash": "sha256-OylOWF5AASqDHsvZGiLCwBGI1wMvL4gaEMpAM88XqKY=", |
8 | "owner": "rustsec", | 8 | "owner": "rustsec", |
9 | "repo": "advisory-db", | 9 | "repo": "advisory-db", |
10 | "rev": "fcb34000ec9c560710ee69cef5b3e589ad1b93f7", | 10 | "rev": "97dec1d752d5ce500b6db833350c13acd02b17cf", |
11 | "type": "github" | 11 | "type": "github" |
12 | }, | 12 | }, |
13 | "original": { | 13 | "original": { |
@@ -18,11 +18,11 @@ | |||
18 | }, | 18 | }, |
19 | "crane": { | 19 | "crane": { |
20 | "locked": { | 20 | "locked": { |
21 | "lastModified": 1743908961, | 21 | "lastModified": 1756705356, |
22 | "narHash": "sha256-e1idZdpnnHWuosI3KsBgAgrhMR05T2oqskXCmNzGPq0=", | 22 | "narHash": "sha256-dpBFe8SqYKr7W6KN5QOVCr8N76SBKwTslzjw+4BVBVs=", |
23 | "owner": "ipetkov", | 23 | "owner": "ipetkov", |
24 | "repo": "crane", | 24 | "repo": "crane", |
25 | "rev": "80ceeec0dc94ef967c371dcdc56adb280328f591", | 25 | "rev": "305707bbc27d83aa1039378e91d7dd816f4cac10", |
26 | "type": "github" | 26 | "type": "github" |
27 | }, | 27 | }, |
28 | "original": { | 28 | "original": { |
@@ -51,16 +51,16 @@ | |||
51 | }, | 51 | }, |
52 | "nixpkgs": { | 52 | "nixpkgs": { |
53 | "locked": { | 53 | "locked": { |
54 | "lastModified": 1743975612, | 54 | "lastModified": 1756617294, |
55 | "narHash": "sha256-o4FjFOUmjSRMK7dn0TFdAT0RRWUWD+WsspPHa+qEQT8=", | 55 | "narHash": "sha256-aGnd4AHIYCWQKChAkHPpX+YYCt7pA6y2LFFA/s8q0wQ=", |
56 | "owner": "NixOS", | 56 | "owner": "NixOS", |
57 | "repo": "nixpkgs", | 57 | "repo": "nixpkgs", |
58 | "rev": "a880f49904d68b5e53338d1e8c7bf80f59903928", | 58 | "rev": "b4c2c57c31e68544982226d07e4719a2d86302a8", |
59 | "type": "github" | 59 | "type": "github" |
60 | }, | 60 | }, |
61 | "original": { | 61 | "original": { |
62 | "id": "nixpkgs", | 62 | "id": "nixpkgs", |
63 | "ref": "nixos-24.11", | 63 | "ref": "nixos-25.05", |
64 | "type": "indirect" | 64 | "type": "indirect" |
65 | } | 65 | } |
66 | }, | 66 | }, |
@@ -80,11 +80,11 @@ | |||
80 | ] | 80 | ] |
81 | }, | 81 | }, |
82 | "locked": { | 82 | "locked": { |
83 | "lastModified": 1744079607, | 83 | "lastModified": 1756694554, |
84 | "narHash": "sha256-5cog6Qd6w/bINdLO5mOysAHOHey8PwFXk4IWo+y+Czg=", | 84 | "narHash": "sha256-z/Iy4qvcMqzhA2IAAg71Sw4BrMwbBHvCS90ZoPLsnIk=", |
85 | "owner": "oxalica", | 85 | "owner": "oxalica", |
86 | "repo": "rust-overlay", | 86 | "repo": "rust-overlay", |
87 | "rev": "f6b62cc99c25e79a1c17e9fca91dc6b6faebec6c", | 87 | "rev": "b29e5365120f344fe7161f14fc9e272fcc41ee56", |
88 | "type": "github" | 88 | "type": "github" |
89 | }, | 89 | }, |
90 | "original": { | 90 | "original": { |
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | inputs = { | 2 | inputs = { |
3 | nixpkgs.url = "nixpkgs/nixos-24.11"; | 3 | nixpkgs.url = "nixpkgs/nixos-25.05"; |
4 | 4 | ||
5 | crane.url = "github:ipetkov/crane"; | 5 | crane.url = "github:ipetkov/crane"; |
6 | flake-utils.url = "github:numtide/flake-utils"; | 6 | flake-utils.url = "github:numtide/flake-utils"; |
diff --git a/gitolfs3-server/src/api.rs b/gitolfs3-server/src/api.rs index e1a2983..87c1856 100644 --- a/gitolfs3-server/src/api.rs +++ b/gitolfs3-server/src/api.rs | |||
@@ -19,7 +19,10 @@ pub struct GitLfsErrorData<'a> { | |||
19 | pub message: &'a str, | 19 | pub message: &'a str, |
20 | } | 20 | } |
21 | 21 | ||
22 | pub const fn make_error_resp(code: http::StatusCode, message: &str) -> GitLfsErrorResponse { | 22 | pub const fn make_error_resp<'a>( |
23 | code: http::StatusCode, | ||
24 | message: &'a str, | ||
25 | ) -> GitLfsErrorResponse<'a> { | ||
23 | (code, GitLfsJson(Json(GitLfsErrorData { message }))) | 26 | (code, GitLfsJson(Json(GitLfsErrorData { message }))) |
24 | } | 27 | } |
25 | 28 | ||
diff --git a/gitolfs3-server/src/handler.rs b/gitolfs3-server/src/handler.rs index be39721..c5d4a61 100644 --- a/gitolfs3-server/src/handler.rs +++ b/gitolfs3-server/src/handler.rs | |||
@@ -144,31 +144,31 @@ async fn handle_download_object( | |||
144 | }; | 144 | }; |
145 | } | 145 | } |
146 | 146 | ||
147 | if let Some(content_length) = content_length { | 147 | if let Some(content_length) = content_length |
148 | if content_length > 0 { | 148 | && content_length > 0 |
149 | match state | 149 | { |
150 | .dl_limiter | 150 | match state |
151 | .lock() | 151 | .dl_limiter |
152 | .await | 152 | .lock() |
153 | .request(content_length as u64) | 153 | .await |
154 | .await | 154 | .request(content_length as u64) |
155 | { | 155 | .await |
156 | Ok(true) => {} | 156 | { |
157 | Ok(false) => { | 157 | Ok(true) => {} |
158 | return BatchResponseObject::error( | 158 | Ok(false) => { |
159 | obj, | 159 | return BatchResponseObject::error( |
160 | http::StatusCode::SERVICE_UNAVAILABLE, | 160 | obj, |
161 | "Public LFS downloads temporarily unavailable".to_string(), | 161 | http::StatusCode::SERVICE_UNAVAILABLE, |
162 | ); | 162 | "Public LFS downloads temporarily unavailable".to_string(), |
163 | } | 163 | ); |
164 | Err(e) => { | 164 | } |
165 | println!("Failed to request {content_length} bytes from download limiter: {e}"); | 165 | Err(e) => { |
166 | return BatchResponseObject::error( | 166 | println!("Failed to request {content_length} bytes from download limiter: {e}"); |
167 | obj, | 167 | return BatchResponseObject::error( |
168 | http::StatusCode::INTERNAL_SERVER_ERROR, | 168 | obj, |
169 | "Internal server error".to_string(), | 169 | http::StatusCode::INTERNAL_SERVER_ERROR, |
170 | ); | 170 | "Internal server error".to_string(), |
171 | } | 171 | ); |
172 | } | 172 | } |
173 | } | 173 | } |
174 | } | 174 | } |
@@ -433,12 +433,11 @@ fn s3_encode_checksum(oid: Oid) -> String { | |||
433 | } | 433 | } |
434 | 434 | ||
435 | fn s3_validate_checksum(oid: Oid, obj: &HeadObjectOutput) -> bool { | 435 | fn s3_validate_checksum(oid: Oid, obj: &HeadObjectOutput) -> bool { |
436 | if let Some(checksum) = obj.checksum_sha256() { | 436 | if let Some(checksum) = obj.checksum_sha256() |
437 | if let Ok(checksum) = BASE64_STANDARD.decode(checksum) { | 437 | && let Ok(checksum) = BASE64_STANDARD.decode(checksum) |
438 | if let Ok(checksum32b) = TryInto::<[u8; 32]>::try_into(checksum) { | 438 | && let Ok(checksum32b) = TryInto::<[u8; 32]>::try_into(checksum) |
439 | return Oid::from(checksum32b) == oid; | 439 | { |
440 | } | 440 | return Oid::from(checksum32b) == oid; |
441 | } | ||
442 | } | 441 | } |
443 | true | 442 | true |
444 | } | 443 | } |