diff options
| -rw-r--r-- | Cargo.lock | 402 | ||||
| -rw-r--r-- | gitolfs3-server/Cargo.toml | 6 |
2 files changed, 167 insertions, 241 deletions
| @@ -46,9 +46,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |||
| 46 | 46 | ||
| 47 | [[package]] | 47 | [[package]] |
| 48 | name = "aws-config" | 48 | name = "aws-config" |
| 49 | version = "1.8.14" | 49 | version = "1.8.15" |
| 50 | source = "registry+https://github.com/rust-lang/crates.io-index" | 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 | checksum = "8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2" | 51 | checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" |
| 52 | dependencies = [ | 52 | dependencies = [ |
| 53 | "aws-credential-types", | 53 | "aws-credential-types", |
| 54 | "aws-runtime", | 54 | "aws-runtime", |
| @@ -66,7 +66,7 @@ dependencies = [ | |||
| 66 | "fastrand", | 66 | "fastrand", |
| 67 | "hex", | 67 | "hex", |
| 68 | "http 1.4.0", | 68 | "http 1.4.0", |
| 69 | "ring", | 69 | "sha1", |
| 70 | "time", | 70 | "time", |
| 71 | "tokio", | 71 | "tokio", |
| 72 | "tracing", | 72 | "tracing", |
| @@ -76,9 +76,9 @@ dependencies = [ | |||
| 76 | 76 | ||
| 77 | [[package]] | 77 | [[package]] |
| 78 | name = "aws-credential-types" | 78 | name = "aws-credential-types" |
| 79 | version = "1.2.13" | 79 | version = "1.2.14" |
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" | 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | checksum = "6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0" | 81 | checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" |
| 82 | dependencies = [ | 82 | dependencies = [ |
| 83 | "aws-smithy-async", | 83 | "aws-smithy-async", |
| 84 | "aws-smithy-runtime-api", | 84 | "aws-smithy-runtime-api", |
| @@ -88,9 +88,9 @@ dependencies = [ | |||
| 88 | 88 | ||
| 89 | [[package]] | 89 | [[package]] |
| 90 | name = "aws-lc-rs" | 90 | name = "aws-lc-rs" |
| 91 | version = "1.16.0" | 91 | version = "1.16.2" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9" | 93 | checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" |
| 94 | dependencies = [ | 94 | dependencies = [ |
| 95 | "aws-lc-sys", | 95 | "aws-lc-sys", |
| 96 | "zeroize", | 96 | "zeroize", |
| @@ -98,9 +98,9 @@ dependencies = [ | |||
| 98 | 98 | ||
| 99 | [[package]] | 99 | [[package]] |
| 100 | name = "aws-lc-sys" | 100 | name = "aws-lc-sys" |
| 101 | version = "0.37.1" | 101 | version = "0.39.1" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" | 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549" | 103 | checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" |
| 104 | dependencies = [ | 104 | dependencies = [ |
| 105 | "cc", | 105 | "cc", |
| 106 | "cmake", | 106 | "cmake", |
| @@ -110,9 +110,9 @@ dependencies = [ | |||
| 110 | 110 | ||
| 111 | [[package]] | 111 | [[package]] |
| 112 | name = "aws-runtime" | 112 | name = "aws-runtime" |
| 113 | version = "1.7.1" | 113 | version = "1.7.2" |
| 114 | source = "registry+https://github.com/rust-lang/crates.io-index" | 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 115 | checksum = "ede2ddc593e6c8acc6ce3358c28d6677a6dc49b65ba4b37a2befe14a11297e75" | 115 | checksum = "5fc0651c57e384202e47153c1260b84a9936e19803d747615edf199dc3b98d17" |
| 116 | dependencies = [ | 116 | dependencies = [ |
| 117 | "aws-credential-types", | 117 | "aws-credential-types", |
| 118 | "aws-sigv4", | 118 | "aws-sigv4", |
| @@ -138,9 +138,9 @@ dependencies = [ | |||
| 138 | 138 | ||
| 139 | [[package]] | 139 | [[package]] |
| 140 | name = "aws-sdk-s3" | 140 | name = "aws-sdk-s3" |
| 141 | version = "1.124.0" | 141 | version = "1.129.0" |
| 142 | source = "registry+https://github.com/rust-lang/crates.io-index" | 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 | checksum = "744c09d75dfec039a05cf8e117c995ded3b0baffa6eb83f3ed7075a01d8d8947" | 143 | checksum = "6d4e8410fadbc0ee453145dd77a4958227b18b05bf67c2795d0a8b8596c9aa0f" |
| 144 | dependencies = [ | 144 | dependencies = [ |
| 145 | "aws-credential-types", | 145 | "aws-credential-types", |
| 146 | "aws-runtime", | 146 | "aws-runtime", |
| @@ -173,9 +173,9 @@ dependencies = [ | |||
| 173 | 173 | ||
| 174 | [[package]] | 174 | [[package]] |
| 175 | name = "aws-sdk-sso" | 175 | name = "aws-sdk-sso" |
| 176 | version = "1.95.0" | 176 | version = "1.97.0" |
| 177 | source = "registry+https://github.com/rust-lang/crates.io-index" | 177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 | checksum = "00c5ff27c6ba2cbd95e6e26e2e736676fdf6bcf96495b187733f521cfe4ce448" | 178 | checksum = "9aadc669e184501caaa6beafb28c6267fc1baef0810fb58f9b205485ca3f2567" |
| 179 | dependencies = [ | 179 | dependencies = [ |
| 180 | "aws-credential-types", | 180 | "aws-credential-types", |
| 181 | "aws-runtime", | 181 | "aws-runtime", |
| @@ -197,9 +197,9 @@ dependencies = [ | |||
| 197 | 197 | ||
| 198 | [[package]] | 198 | [[package]] |
| 199 | name = "aws-sdk-ssooidc" | 199 | name = "aws-sdk-ssooidc" |
| 200 | version = "1.97.0" | 200 | version = "1.99.0" |
| 201 | source = "registry+https://github.com/rust-lang/crates.io-index" | 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 | checksum = "4d186f1e5a3694a188e5a0640b3115ccc6e084d104e16fd6ba968dca072ffef8" | 202 | checksum = "1342a7db8f358d3de0aed2007a0b54e875458e39848d54cc1d46700b2bfcb0a8" |
| 203 | dependencies = [ | 203 | dependencies = [ |
| 204 | "aws-credential-types", | 204 | "aws-credential-types", |
| 205 | "aws-runtime", | 205 | "aws-runtime", |
| @@ -221,9 +221,9 @@ dependencies = [ | |||
| 221 | 221 | ||
| 222 | [[package]] | 222 | [[package]] |
| 223 | name = "aws-sdk-sts" | 223 | name = "aws-sdk-sts" |
| 224 | version = "1.99.0" | 224 | version = "1.101.0" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" | 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "9acba7c62f3d4e2408fa998a3a8caacd8b9a5b5549cf36e2372fbdae329d5449" | 226 | checksum = "ab41ad64e4051ecabeea802d6a17845a91e83287e1dd249e6963ea1ba78c428a" |
| 227 | dependencies = [ | 227 | dependencies = [ |
| 228 | "aws-credential-types", | 228 | "aws-credential-types", |
| 229 | "aws-runtime", | 229 | "aws-runtime", |
| @@ -246,9 +246,9 @@ dependencies = [ | |||
| 246 | 246 | ||
| 247 | [[package]] | 247 | [[package]] |
| 248 | name = "aws-sigv4" | 248 | name = "aws-sigv4" |
| 249 | version = "1.4.1" | 249 | version = "1.4.2" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "37411f8e0f4bea0c3ca0958ce7f18f6439db24d555dbd809787262cd00926aa9" | 251 | checksum = "b0b660013a6683ab23797778e21f1f854744fdf05f68204b4cca4c8c04b5d1f4" |
| 252 | dependencies = [ | 252 | dependencies = [ |
| 253 | "aws-credential-types", | 253 | "aws-credential-types", |
| 254 | "aws-smithy-eventstream", | 254 | "aws-smithy-eventstream", |
| @@ -274,9 +274,9 @@ dependencies = [ | |||
| 274 | 274 | ||
| 275 | [[package]] | 275 | [[package]] |
| 276 | name = "aws-smithy-async" | 276 | name = "aws-smithy-async" |
| 277 | version = "1.2.13" | 277 | version = "1.2.14" |
| 278 | source = "registry+https://github.com/rust-lang/crates.io-index" | 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13" | 279 | checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" |
| 280 | dependencies = [ | 280 | dependencies = [ |
| 281 | "futures-util", | 281 | "futures-util", |
| 282 | "pin-project-lite", | 282 | "pin-project-lite", |
| @@ -285,9 +285,9 @@ dependencies = [ | |||
| 285 | 285 | ||
| 286 | [[package]] | 286 | [[package]] |
| 287 | name = "aws-smithy-checksums" | 287 | name = "aws-smithy-checksums" |
| 288 | version = "0.64.5" | 288 | version = "0.64.6" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" | 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "180dddf5ef0f52a2f99e2fada10e16ea610e507ef6148a42bdc4d5867596aa00" | 290 | checksum = "6750f3dd509b0694a4377f0293ed2f9630d710b1cebe281fa8bac8f099f88bc6" |
| 291 | dependencies = [ | 291 | dependencies = [ |
| 292 | "aws-smithy-http", | 292 | "aws-smithy-http", |
| 293 | "aws-smithy-types", | 293 | "aws-smithy-types", |
| @@ -306,9 +306,9 @@ dependencies = [ | |||
| 306 | 306 | ||
| 307 | [[package]] | 307 | [[package]] |
| 308 | name = "aws-smithy-eventstream" | 308 | name = "aws-smithy-eventstream" |
| 309 | version = "0.60.19" | 309 | version = "0.60.20" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" | 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "1c0b3e587fbaa5d7f7e870544508af8ce82ea47cd30376e69e1e37c4ac746f79" | 311 | checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548" |
| 312 | dependencies = [ | 312 | dependencies = [ |
| 313 | "aws-smithy-types", | 313 | "aws-smithy-types", |
| 314 | "bytes", | 314 | "bytes", |
| @@ -317,9 +317,9 @@ dependencies = [ | |||
| 317 | 317 | ||
| 318 | [[package]] | 318 | [[package]] |
| 319 | name = "aws-smithy-http" | 319 | name = "aws-smithy-http" |
| 320 | version = "0.63.5" | 320 | version = "0.63.6" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" | 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "d619373d490ad70966994801bc126846afaa0d1ee920697a031f0cf63f2568e7" | 322 | checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" |
| 323 | dependencies = [ | 323 | dependencies = [ |
| 324 | "aws-smithy-eventstream", | 324 | "aws-smithy-eventstream", |
| 325 | "aws-smithy-runtime-api", | 325 | "aws-smithy-runtime-api", |
| @@ -339,9 +339,9 @@ dependencies = [ | |||
| 339 | 339 | ||
| 340 | [[package]] | 340 | [[package]] |
| 341 | name = "aws-smithy-http-client" | 341 | name = "aws-smithy-http-client" |
| 342 | version = "1.1.11" | 342 | version = "1.1.12" |
| 343 | source = "registry+https://github.com/rust-lang/crates.io-index" | 343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 | checksum = "00ccbb08c10f6bcf912f398188e42ee2eab5f1767ce215a02a73bc5df1bbdd95" | 344 | checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769" |
| 345 | dependencies = [ | 345 | dependencies = [ |
| 346 | "aws-smithy-async", | 346 | "aws-smithy-async", |
| 347 | "aws-smithy-runtime-api", | 347 | "aws-smithy-runtime-api", |
| @@ -352,13 +352,13 @@ dependencies = [ | |||
| 352 | "http 1.4.0", | 352 | "http 1.4.0", |
| 353 | "http-body 0.4.6", | 353 | "http-body 0.4.6", |
| 354 | "hyper 0.14.32", | 354 | "hyper 0.14.32", |
| 355 | "hyper 1.8.1", | 355 | "hyper 1.9.0", |
| 356 | "hyper-rustls 0.24.2", | 356 | "hyper-rustls 0.24.2", |
| 357 | "hyper-rustls 0.27.7", | 357 | "hyper-rustls 0.27.7", |
| 358 | "hyper-util", | 358 | "hyper-util", |
| 359 | "pin-project-lite", | 359 | "pin-project-lite", |
| 360 | "rustls 0.21.12", | 360 | "rustls 0.21.12", |
| 361 | "rustls 0.23.36", | 361 | "rustls 0.23.37", |
| 362 | "rustls-native-certs", | 362 | "rustls-native-certs", |
| 363 | "rustls-pki-types", | 363 | "rustls-pki-types", |
| 364 | "tokio", | 364 | "tokio", |
| @@ -369,27 +369,27 @@ dependencies = [ | |||
| 369 | 369 | ||
| 370 | [[package]] | 370 | [[package]] |
| 371 | name = "aws-smithy-json" | 371 | name = "aws-smithy-json" |
| 372 | version = "0.62.4" | 372 | version = "0.62.5" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" | 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | checksum = "27b3a779093e18cad88bbae08dc4261e1d95018c4c5b9356a52bcae7c0b6e9bb" | 374 | checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a" |
| 375 | dependencies = [ | 375 | dependencies = [ |
| 376 | "aws-smithy-types", | 376 | "aws-smithy-types", |
| 377 | ] | 377 | ] |
| 378 | 378 | ||
| 379 | [[package]] | 379 | [[package]] |
| 380 | name = "aws-smithy-observability" | 380 | name = "aws-smithy-observability" |
| 381 | version = "0.2.5" | 381 | version = "0.2.6" |
| 382 | source = "registry+https://github.com/rust-lang/crates.io-index" | 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 | checksum = "4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b" | 383 | checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" |
| 384 | dependencies = [ | 384 | dependencies = [ |
| 385 | "aws-smithy-runtime-api", | 385 | "aws-smithy-runtime-api", |
| 386 | ] | 386 | ] |
| 387 | 387 | ||
| 388 | [[package]] | 388 | [[package]] |
| 389 | name = "aws-smithy-query" | 389 | name = "aws-smithy-query" |
| 390 | version = "0.60.14" | 390 | version = "0.60.15" |
| 391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 392 | checksum = "05f76a580e3d8f8961e5d48763214025a2af65c2fa4cd1fb7f270a0e107a71b0" | 392 | checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" |
| 393 | dependencies = [ | 393 | dependencies = [ |
| 394 | "aws-smithy-types", | 394 | "aws-smithy-types", |
| 395 | "urlencoding", | 395 | "urlencoding", |
| @@ -397,9 +397,9 @@ dependencies = [ | |||
| 397 | 397 | ||
| 398 | [[package]] | 398 | [[package]] |
| 399 | name = "aws-smithy-runtime" | 399 | name = "aws-smithy-runtime" |
| 400 | version = "1.10.2" | 400 | version = "1.10.3" |
| 401 | source = "registry+https://github.com/rust-lang/crates.io-index" | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 402 | checksum = "22ccf7f6eba8b2dcf8ce9b74806c6c185659c311665c4bf8d6e71ebd454db6bf" | 402 | checksum = "028999056d2d2fd58a697232f9eec4a643cf73a71cf327690a7edad1d2af2110" |
| 403 | dependencies = [ | 403 | dependencies = [ |
| 404 | "aws-smithy-async", | 404 | "aws-smithy-async", |
| 405 | "aws-smithy-http", | 405 | "aws-smithy-http", |
| @@ -422,9 +422,9 @@ dependencies = [ | |||
| 422 | 422 | ||
| 423 | [[package]] | 423 | [[package]] |
| 424 | name = "aws-smithy-runtime-api" | 424 | name = "aws-smithy-runtime-api" |
| 425 | version = "1.11.5" | 425 | version = "1.11.6" |
| 426 | source = "registry+https://github.com/rust-lang/crates.io-index" | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 | checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516" | 427 | checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6" |
| 428 | dependencies = [ | 428 | dependencies = [ |
| 429 | "aws-smithy-async", | 429 | "aws-smithy-async", |
| 430 | "aws-smithy-types", | 430 | "aws-smithy-types", |
| @@ -439,9 +439,9 @@ dependencies = [ | |||
| 439 | 439 | ||
| 440 | [[package]] | 440 | [[package]] |
| 441 | name = "aws-smithy-types" | 441 | name = "aws-smithy-types" |
| 442 | version = "1.4.5" | 442 | version = "1.4.7" |
| 443 | source = "registry+https://github.com/rust-lang/crates.io-index" | 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3" | 444 | checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" |
| 445 | dependencies = [ | 445 | dependencies = [ |
| 446 | "base64-simd", | 446 | "base64-simd", |
| 447 | "bytes", | 447 | "bytes", |
| @@ -465,18 +465,18 @@ dependencies = [ | |||
| 465 | 465 | ||
| 466 | [[package]] | 466 | [[package]] |
| 467 | name = "aws-smithy-xml" | 467 | name = "aws-smithy-xml" |
| 468 | version = "0.60.14" | 468 | version = "0.60.15" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa" | 470 | checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" |
| 471 | dependencies = [ | 471 | dependencies = [ |
| 472 | "xmlparser", | 472 | "xmlparser", |
| 473 | ] | 473 | ] |
| 474 | 474 | ||
| 475 | [[package]] | 475 | [[package]] |
| 476 | name = "aws-types" | 476 | name = "aws-types" |
| 477 | version = "1.3.13" | 477 | version = "1.3.14" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | checksum = "0470cc047657c6e286346bdf10a8719d26efd6a91626992e0e64481e44323e96" | 479 | checksum = "47c8323699dd9b3c8d5b3c13051ae9cdef58fd179957c882f8374dd8725962d9" |
| 480 | dependencies = [ | 480 | dependencies = [ |
| 481 | "aws-credential-types", | 481 | "aws-credential-types", |
| 482 | "aws-smithy-async", | 482 | "aws-smithy-async", |
| @@ -499,7 +499,7 @@ dependencies = [ | |||
| 499 | "http 1.4.0", | 499 | "http 1.4.0", |
| 500 | "http-body 1.0.1", | 500 | "http-body 1.0.1", |
| 501 | "http-body-util", | 501 | "http-body-util", |
| 502 | "hyper 1.8.1", | 502 | "hyper 1.9.0", |
| 503 | "hyper-util", | 503 | "hyper-util", |
| 504 | "itoa", | 504 | "itoa", |
| 505 | "matchit", | 505 | "matchit", |
| @@ -605,9 +605,9 @@ dependencies = [ | |||
| 605 | 605 | ||
| 606 | [[package]] | 606 | [[package]] |
| 607 | name = "cc" | 607 | name = "cc" |
| 608 | version = "1.2.56" | 608 | version = "1.2.59" |
| 609 | source = "registry+https://github.com/rust-lang/crates.io-index" | 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" | 610 | checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" |
| 611 | dependencies = [ | 611 | dependencies = [ |
| 612 | "find-msvc-tools", | 612 | "find-msvc-tools", |
| 613 | "jobserver", | 613 | "jobserver", |
| @@ -623,9 +623,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | |||
| 623 | 623 | ||
| 624 | [[package]] | 624 | [[package]] |
| 625 | name = "chrono" | 625 | name = "chrono" |
| 626 | version = "0.4.43" | 626 | version = "0.4.44" |
| 627 | source = "registry+https://github.com/rust-lang/crates.io-index" | 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" | 628 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 629 | dependencies = [ | 629 | dependencies = [ |
| 630 | "iana-time-zone", | 630 | "iana-time-zone", |
| 631 | "js-sys", | 631 | "js-sys", |
| @@ -637,9 +637,9 @@ dependencies = [ | |||
| 637 | 637 | ||
| 638 | [[package]] | 638 | [[package]] |
| 639 | name = "cmake" | 639 | name = "cmake" |
| 640 | version = "0.1.57" | 640 | version = "0.1.58" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" | 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" | 642 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 643 | dependencies = [ | 643 | dependencies = [ |
| 644 | "cc", | 644 | "cc", |
| 645 | ] | 645 | ] |
| @@ -755,9 +755,9 @@ dependencies = [ | |||
| 755 | 755 | ||
| 756 | [[package]] | 756 | [[package]] |
| 757 | name = "deranged" | 757 | name = "deranged" |
| 758 | version = "0.5.6" | 758 | version = "0.5.8" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" | 760 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 761 | dependencies = [ | 761 | dependencies = [ |
| 762 | "powerfmt", | 762 | "powerfmt", |
| 763 | ] | 763 | ] |
| @@ -846,9 +846,9 @@ dependencies = [ | |||
| 846 | 846 | ||
| 847 | [[package]] | 847 | [[package]] |
| 848 | name = "fastrand" | 848 | name = "fastrand" |
| 849 | version = "2.3.0" | 849 | version = "2.4.1" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" | 851 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 852 | 852 | ||
| 853 | [[package]] | 853 | [[package]] |
| 854 | name = "ff" | 854 | name = "ff" |
| @@ -1182,9 +1182,9 @@ dependencies = [ | |||
| 1182 | 1182 | ||
| 1183 | [[package]] | 1183 | [[package]] |
| 1184 | name = "hyper" | 1184 | name = "hyper" |
| 1185 | version = "1.8.1" | 1185 | version = "1.9.0" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" | 1187 | checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 1188 | dependencies = [ | 1188 | dependencies = [ |
| 1189 | "atomic-waker", | 1189 | "atomic-waker", |
| 1190 | "bytes", | 1190 | "bytes", |
| @@ -1197,7 +1197,6 @@ dependencies = [ | |||
| 1197 | "httpdate", | 1197 | "httpdate", |
| 1198 | "itoa", | 1198 | "itoa", |
| 1199 | "pin-project-lite", | 1199 | "pin-project-lite", |
| 1200 | "pin-utils", | ||
| 1201 | "smallvec", | 1200 | "smallvec", |
| 1202 | "tokio", | 1201 | "tokio", |
| 1203 | "want", | 1202 | "want", |
| @@ -1225,9 +1224,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1225 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" | 1224 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1226 | dependencies = [ | 1225 | dependencies = [ |
| 1227 | "http 1.4.0", | 1226 | "http 1.4.0", |
| 1228 | "hyper 1.8.1", | 1227 | "hyper 1.9.0", |
| 1229 | "hyper-util", | 1228 | "hyper-util", |
| 1230 | "rustls 0.23.36", | 1229 | "rustls 0.23.37", |
| 1231 | "rustls-native-certs", | 1230 | "rustls-native-certs", |
| 1232 | "rustls-pki-types", | 1231 | "rustls-pki-types", |
| 1233 | "tokio", | 1232 | "tokio", |
| @@ -1247,12 +1246,12 @@ dependencies = [ | |||
| 1247 | "futures-util", | 1246 | "futures-util", |
| 1248 | "http 1.4.0", | 1247 | "http 1.4.0", |
| 1249 | "http-body 1.0.1", | 1248 | "http-body 1.0.1", |
| 1250 | "hyper 1.8.1", | 1249 | "hyper 1.9.0", |
| 1251 | "ipnet", | 1250 | "ipnet", |
| 1252 | "libc", | 1251 | "libc", |
| 1253 | "percent-encoding", | 1252 | "percent-encoding", |
| 1254 | "pin-project-lite", | 1253 | "pin-project-lite", |
| 1255 | "socket2 0.6.2", | 1254 | "socket2 0.6.3", |
| 1256 | "tokio", | 1255 | "tokio", |
| 1257 | "tower-service", | 1256 | "tower-service", |
| 1258 | "tracing", | 1257 | "tracing", |
| @@ -1284,12 +1283,13 @@ dependencies = [ | |||
| 1284 | 1283 | ||
| 1285 | [[package]] | 1284 | [[package]] |
| 1286 | name = "icu_collections" | 1285 | name = "icu_collections" |
| 1287 | version = "2.1.1" | 1286 | version = "2.2.0" |
| 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" | 1288 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1290 | dependencies = [ | 1289 | dependencies = [ |
| 1291 | "displaydoc", | 1290 | "displaydoc", |
| 1292 | "potential_utf", | 1291 | "potential_utf", |
| 1292 | "utf8_iter", | ||
| 1293 | "yoke", | 1293 | "yoke", |
| 1294 | "zerofrom", | 1294 | "zerofrom", |
| 1295 | "zerovec", | 1295 | "zerovec", |
| @@ -1297,9 +1297,9 @@ dependencies = [ | |||
| 1297 | 1297 | ||
| 1298 | [[package]] | 1298 | [[package]] |
| 1299 | name = "icu_locale_core" | 1299 | name = "icu_locale_core" |
| 1300 | version = "2.1.1" | 1300 | version = "2.2.0" |
| 1301 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1302 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" | 1302 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1303 | dependencies = [ | 1303 | dependencies = [ |
| 1304 | "displaydoc", | 1304 | "displaydoc", |
| 1305 | "litemap", | 1305 | "litemap", |
| @@ -1310,9 +1310,9 @@ dependencies = [ | |||
| 1310 | 1310 | ||
| 1311 | [[package]] | 1311 | [[package]] |
| 1312 | name = "icu_normalizer" | 1312 | name = "icu_normalizer" |
| 1313 | version = "2.1.1" | 1313 | version = "2.2.0" |
| 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" | 1315 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1316 | dependencies = [ | 1316 | dependencies = [ |
| 1317 | "icu_collections", | 1317 | "icu_collections", |
| 1318 | "icu_normalizer_data", | 1318 | "icu_normalizer_data", |
| @@ -1324,15 +1324,15 @@ dependencies = [ | |||
| 1324 | 1324 | ||
| 1325 | [[package]] | 1325 | [[package]] |
| 1326 | name = "icu_normalizer_data" | 1326 | name = "icu_normalizer_data" |
| 1327 | version = "2.1.1" | 1327 | version = "2.2.0" |
| 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1329 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" | 1329 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1330 | 1330 | ||
| 1331 | [[package]] | 1331 | [[package]] |
| 1332 | name = "icu_properties" | 1332 | name = "icu_properties" |
| 1333 | version = "2.1.2" | 1333 | version = "2.2.0" |
| 1334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1335 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" | 1335 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1336 | dependencies = [ | 1336 | dependencies = [ |
| 1337 | "icu_collections", | 1337 | "icu_collections", |
| 1338 | "icu_locale_core", | 1338 | "icu_locale_core", |
| @@ -1344,15 +1344,15 @@ dependencies = [ | |||
| 1344 | 1344 | ||
| 1345 | [[package]] | 1345 | [[package]] |
| 1346 | name = "icu_properties_data" | 1346 | name = "icu_properties_data" |
| 1347 | version = "2.1.2" | 1347 | version = "2.2.0" |
| 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1349 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" | 1349 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1350 | 1350 | ||
| 1351 | [[package]] | 1351 | [[package]] |
| 1352 | name = "icu_provider" | 1352 | name = "icu_provider" |
| 1353 | version = "2.1.1" | 1353 | version = "2.2.0" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" | 1355 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1356 | dependencies = [ | 1356 | dependencies = [ |
| 1357 | "displaydoc", | 1357 | "displaydoc", |
| 1358 | "icu_locale_core", | 1358 | "icu_locale_core", |
| @@ -1386,9 +1386,9 @@ dependencies = [ | |||
| 1386 | 1386 | ||
| 1387 | [[package]] | 1387 | [[package]] |
| 1388 | name = "indexmap" | 1388 | name = "indexmap" |
| 1389 | version = "2.13.0" | 1389 | version = "2.13.1" |
| 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1391 | checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | 1391 | checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" |
| 1392 | dependencies = [ | 1392 | dependencies = [ |
| 1393 | "equivalent", | 1393 | "equivalent", |
| 1394 | "hashbrown", | 1394 | "hashbrown", |
| @@ -1396,15 +1396,15 @@ dependencies = [ | |||
| 1396 | 1396 | ||
| 1397 | [[package]] | 1397 | [[package]] |
| 1398 | name = "ipnet" | 1398 | name = "ipnet" |
| 1399 | version = "2.11.0" | 1399 | version = "2.12.0" |
| 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1401 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" | 1401 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1402 | 1402 | ||
| 1403 | [[package]] | 1403 | [[package]] |
| 1404 | name = "itoa" | 1404 | name = "itoa" |
| 1405 | version = "1.0.17" | 1405 | version = "1.0.18" |
| 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | 1407 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1408 | 1408 | ||
| 1409 | [[package]] | 1409 | [[package]] |
| 1410 | name = "jobserver" | 1410 | name = "jobserver" |
| @@ -1418,9 +1418,9 @@ dependencies = [ | |||
| 1418 | 1418 | ||
| 1419 | [[package]] | 1419 | [[package]] |
| 1420 | name = "js-sys" | 1420 | name = "js-sys" |
| 1421 | version = "0.3.86" | 1421 | version = "0.3.94" |
| 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 | checksum = "d36139f1c97c42c0c86a411910b04e48d4939a0376e6e0f989420cbdee0120e5" | 1423 | checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" |
| 1424 | dependencies = [ | 1424 | dependencies = [ |
| 1425 | "once_cell", | 1425 | "once_cell", |
| 1426 | "wasm-bindgen", | 1426 | "wasm-bindgen", |
| @@ -1434,15 +1434,15 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |||
| 1434 | 1434 | ||
| 1435 | [[package]] | 1435 | [[package]] |
| 1436 | name = "libc" | 1436 | name = "libc" |
| 1437 | version = "0.2.182" | 1437 | version = "0.2.184" |
| 1438 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1439 | checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" | 1439 | checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" |
| 1440 | 1440 | ||
| 1441 | [[package]] | 1441 | [[package]] |
| 1442 | name = "litemap" | 1442 | name = "litemap" |
| 1443 | version = "0.8.1" | 1443 | version = "0.8.2" |
| 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" | 1445 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1446 | 1446 | ||
| 1447 | [[package]] | 1447 | [[package]] |
| 1448 | name = "lock_api" | 1448 | name = "lock_api" |
| @@ -1507,9 +1507,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" | |||
| 1507 | 1507 | ||
| 1508 | [[package]] | 1508 | [[package]] |
| 1509 | name = "mio" | 1509 | name = "mio" |
| 1510 | version = "1.1.1" | 1510 | version = "1.2.0" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" | 1512 | checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 1513 | dependencies = [ | 1513 | dependencies = [ |
| 1514 | "libc", | 1514 | "libc", |
| 1515 | "wasi", | 1515 | "wasi", |
| @@ -1527,9 +1527,9 @@ dependencies = [ | |||
| 1527 | 1527 | ||
| 1528 | [[package]] | 1528 | [[package]] |
| 1529 | name = "num-conv" | 1529 | name = "num-conv" |
| 1530 | version = "0.2.0" | 1530 | version = "0.2.1" |
| 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1532 | checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" | 1532 | checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" |
| 1533 | 1533 | ||
| 1534 | [[package]] | 1534 | [[package]] |
| 1535 | name = "num-integer" | 1535 | name = "num-integer" |
| @@ -1551,9 +1551,9 @@ dependencies = [ | |||
| 1551 | 1551 | ||
| 1552 | [[package]] | 1552 | [[package]] |
| 1553 | name = "once_cell" | 1553 | name = "once_cell" |
| 1554 | version = "1.21.3" | 1554 | version = "1.21.4" |
| 1555 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1556 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | 1556 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1557 | 1557 | ||
| 1558 | [[package]] | 1558 | [[package]] |
| 1559 | name = "openssl-probe" | 1559 | name = "openssl-probe" |
| @@ -1609,9 +1609,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" | |||
| 1609 | 1609 | ||
| 1610 | [[package]] | 1610 | [[package]] |
| 1611 | name = "pin-project-lite" | 1611 | name = "pin-project-lite" |
| 1612 | version = "0.2.16" | 1612 | version = "0.2.17" |
| 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1614 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" | 1614 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1615 | 1615 | ||
| 1616 | [[package]] | 1616 | [[package]] |
| 1617 | name = "pin-utils" | 1617 | name = "pin-utils" |
| @@ -1631,9 +1631,9 @@ dependencies = [ | |||
| 1631 | 1631 | ||
| 1632 | [[package]] | 1632 | [[package]] |
| 1633 | name = "potential_utf" | 1633 | name = "potential_utf" |
| 1634 | version = "0.1.4" | 1634 | version = "0.1.5" |
| 1635 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1636 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" | 1636 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1637 | dependencies = [ | 1637 | dependencies = [ |
| 1638 | "zerovec", | 1638 | "zerovec", |
| 1639 | ] | 1639 | ] |
| @@ -1655,9 +1655,9 @@ dependencies = [ | |||
| 1655 | 1655 | ||
| 1656 | [[package]] | 1656 | [[package]] |
| 1657 | name = "quote" | 1657 | name = "quote" |
| 1658 | version = "1.0.44" | 1658 | version = "1.0.45" |
| 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1660 | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" | 1660 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 1661 | dependencies = [ | 1661 | dependencies = [ |
| 1662 | "proc-macro2", | 1662 | "proc-macro2", |
| 1663 | ] | 1663 | ] |
| @@ -1705,9 +1705,9 @@ checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" | |||
| 1705 | 1705 | ||
| 1706 | [[package]] | 1706 | [[package]] |
| 1707 | name = "regex-syntax" | 1707 | name = "regex-syntax" |
| 1708 | version = "0.8.9" | 1708 | version = "0.8.10" |
| 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" | 1710 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 1711 | 1711 | ||
| 1712 | [[package]] | 1712 | [[package]] |
| 1713 | name = "rfc6979" | 1713 | name = "rfc6979" |
| @@ -1757,14 +1757,14 @@ dependencies = [ | |||
| 1757 | 1757 | ||
| 1758 | [[package]] | 1758 | [[package]] |
| 1759 | name = "rustls" | 1759 | name = "rustls" |
| 1760 | version = "0.23.36" | 1760 | version = "0.23.37" |
| 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" | 1762 | checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 1763 | dependencies = [ | 1763 | dependencies = [ |
| 1764 | "aws-lc-rs", | 1764 | "aws-lc-rs", |
| 1765 | "once_cell", | 1765 | "once_cell", |
| 1766 | "rustls-pki-types", | 1766 | "rustls-pki-types", |
| 1767 | "rustls-webpki 0.103.9", | 1767 | "rustls-webpki 0.103.10", |
| 1768 | "subtle", | 1768 | "subtle", |
| 1769 | "zeroize", | 1769 | "zeroize", |
| 1770 | ] | 1770 | ] |
| @@ -1802,9 +1802,9 @@ dependencies = [ | |||
| 1802 | 1802 | ||
| 1803 | [[package]] | 1803 | [[package]] |
| 1804 | name = "rustls-webpki" | 1804 | name = "rustls-webpki" |
| 1805 | version = "0.103.9" | 1805 | version = "0.103.10" |
| 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1807 | checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" | 1807 | checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" |
| 1808 | dependencies = [ | 1808 | dependencies = [ |
| 1809 | "aws-lc-rs", | 1809 | "aws-lc-rs", |
| 1810 | "ring", | 1810 | "ring", |
| @@ -1826,9 +1826,9 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" | |||
| 1826 | 1826 | ||
| 1827 | [[package]] | 1827 | [[package]] |
| 1828 | name = "schannel" | 1828 | name = "schannel" |
| 1829 | version = "0.1.28" | 1829 | version = "0.1.29" |
| 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1831 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" | 1831 | checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 1832 | dependencies = [ | 1832 | dependencies = [ |
| 1833 | "windows-sys 0.61.2", | 1833 | "windows-sys 0.61.2", |
| 1834 | ] | 1834 | ] |
| @@ -1888,9 +1888,9 @@ dependencies = [ | |||
| 1888 | 1888 | ||
| 1889 | [[package]] | 1889 | [[package]] |
| 1890 | name = "semver" | 1890 | name = "semver" |
| 1891 | version = "1.0.27" | 1891 | version = "1.0.28" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" | 1893 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1894 | 1894 | ||
| 1895 | [[package]] | 1895 | [[package]] |
| 1896 | name = "serde" | 1896 | name = "serde" |
| @@ -2039,12 +2039,12 @@ dependencies = [ | |||
| 2039 | 2039 | ||
| 2040 | [[package]] | 2040 | [[package]] |
| 2041 | name = "socket2" | 2041 | name = "socket2" |
| 2042 | version = "0.6.2" | 2042 | version = "0.6.3" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" | 2044 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 2045 | dependencies = [ | 2045 | dependencies = [ |
| 2046 | "libc", | 2046 | "libc", |
| 2047 | "windows-sys 0.60.2", | 2047 | "windows-sys 0.61.2", |
| 2048 | ] | 2048 | ] |
| 2049 | 2049 | ||
| 2050 | [[package]] | 2050 | [[package]] |
| @@ -2144,9 +2144,9 @@ dependencies = [ | |||
| 2144 | 2144 | ||
| 2145 | [[package]] | 2145 | [[package]] |
| 2146 | name = "tinystr" | 2146 | name = "tinystr" |
| 2147 | version = "0.8.2" | 2147 | version = "0.8.3" |
| 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2149 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" | 2149 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 2150 | dependencies = [ | 2150 | dependencies = [ |
| 2151 | "displaydoc", | 2151 | "displaydoc", |
| 2152 | "zerovec", | 2152 | "zerovec", |
| @@ -2154,9 +2154,9 @@ dependencies = [ | |||
| 2154 | 2154 | ||
| 2155 | [[package]] | 2155 | [[package]] |
| 2156 | name = "tokio" | 2156 | name = "tokio" |
| 2157 | version = "1.49.0" | 2157 | version = "1.51.0" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" | 2159 | checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" |
| 2160 | dependencies = [ | 2160 | dependencies = [ |
| 2161 | "bytes", | 2161 | "bytes", |
| 2162 | "libc", | 2162 | "libc", |
| @@ -2164,16 +2164,16 @@ dependencies = [ | |||
| 2164 | "parking_lot", | 2164 | "parking_lot", |
| 2165 | "pin-project-lite", | 2165 | "pin-project-lite", |
| 2166 | "signal-hook-registry", | 2166 | "signal-hook-registry", |
| 2167 | "socket2 0.6.2", | 2167 | "socket2 0.6.3", |
| 2168 | "tokio-macros", | 2168 | "tokio-macros", |
| 2169 | "windows-sys 0.61.2", | 2169 | "windows-sys 0.61.2", |
| 2170 | ] | 2170 | ] |
| 2171 | 2171 | ||
| 2172 | [[package]] | 2172 | [[package]] |
| 2173 | name = "tokio-macros" | 2173 | name = "tokio-macros" |
| 2174 | version = "2.6.0" | 2174 | version = "2.7.0" |
| 2175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2176 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" | 2176 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 2177 | dependencies = [ | 2177 | dependencies = [ |
| 2178 | "proc-macro2", | 2178 | "proc-macro2", |
| 2179 | "quote", | 2179 | "quote", |
| @@ -2196,7 +2196,7 @@ version = "0.26.4" | |||
| 2196 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2197 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" | 2197 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 2198 | dependencies = [ | 2198 | dependencies = [ |
| 2199 | "rustls 0.23.36", | 2199 | "rustls 0.23.37", |
| 2200 | "tokio", | 2200 | "tokio", |
| 2201 | ] | 2201 | ] |
| 2202 | 2202 | ||
| @@ -2287,9 +2287,9 @@ dependencies = [ | |||
| 2287 | 2287 | ||
| 2288 | [[package]] | 2288 | [[package]] |
| 2289 | name = "tracing-subscriber" | 2289 | name = "tracing-subscriber" |
| 2290 | version = "0.3.22" | 2290 | version = "0.3.23" |
| 2291 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2292 | checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" | 2292 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 2293 | dependencies = [ | 2293 | dependencies = [ |
| 2294 | "matchers", | 2294 | "matchers", |
| 2295 | "nu-ansi-term", | 2295 | "nu-ansi-term", |
| @@ -2353,9 +2353,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" | |||
| 2353 | 2353 | ||
| 2354 | [[package]] | 2354 | [[package]] |
| 2355 | name = "uuid" | 2355 | name = "uuid" |
| 2356 | version = "1.21.0" | 2356 | version = "1.23.0" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" | 2358 | checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" |
| 2359 | dependencies = [ | 2359 | dependencies = [ |
| 2360 | "js-sys", | 2360 | "js-sys", |
| 2361 | "wasm-bindgen", | 2361 | "wasm-bindgen", |
| @@ -2405,9 +2405,9 @@ dependencies = [ | |||
| 2405 | 2405 | ||
| 2406 | [[package]] | 2406 | [[package]] |
| 2407 | name = "wasm-bindgen" | 2407 | name = "wasm-bindgen" |
| 2408 | version = "0.2.109" | 2408 | version = "0.2.117" |
| 2409 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2410 | checksum = "9ff9c7baef35ac3c0e17d8bfc9ad75eb62f85a2f02bccc906699dadb0aa9c622" | 2410 | checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" |
| 2411 | dependencies = [ | 2411 | dependencies = [ |
| 2412 | "cfg-if", | 2412 | "cfg-if", |
| 2413 | "once_cell", | 2413 | "once_cell", |
| @@ -2418,9 +2418,9 @@ dependencies = [ | |||
| 2418 | 2418 | ||
| 2419 | [[package]] | 2419 | [[package]] |
| 2420 | name = "wasm-bindgen-macro" | 2420 | name = "wasm-bindgen-macro" |
| 2421 | version = "0.2.109" | 2421 | version = "0.2.117" |
| 2422 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2423 | checksum = "39455e84ad887a0bbc93c116d72403f1bb0a39e37dd6f235a43e2128a0c7f1fd" | 2423 | checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" |
| 2424 | dependencies = [ | 2424 | dependencies = [ |
| 2425 | "quote", | 2425 | "quote", |
| 2426 | "wasm-bindgen-macro-support", | 2426 | "wasm-bindgen-macro-support", |
| @@ -2428,9 +2428,9 @@ dependencies = [ | |||
| 2428 | 2428 | ||
| 2429 | [[package]] | 2429 | [[package]] |
| 2430 | name = "wasm-bindgen-macro-support" | 2430 | name = "wasm-bindgen-macro-support" |
| 2431 | version = "0.2.109" | 2431 | version = "0.2.117" |
| 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | checksum = "dff4761f60b0b51fd13fec8764167b7bbcc34498ce3e52805fe1db6f2d56b6d6" | 2433 | checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" |
| 2434 | dependencies = [ | 2434 | dependencies = [ |
| 2435 | "bumpalo", | 2435 | "bumpalo", |
| 2436 | "proc-macro2", | 2436 | "proc-macro2", |
| @@ -2441,9 +2441,9 @@ dependencies = [ | |||
| 2441 | 2441 | ||
| 2442 | [[package]] | 2442 | [[package]] |
| 2443 | name = "wasm-bindgen-shared" | 2443 | name = "wasm-bindgen-shared" |
| 2444 | version = "0.2.109" | 2444 | version = "0.2.117" |
| 2445 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2446 | checksum = "bc6a171c53d98021a93a474c4a4579d76ba97f9517d871bc12e27640f218b6dd" | 2446 | checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" |
| 2447 | dependencies = [ | 2447 | dependencies = [ |
| 2448 | "unicode-ident", | 2448 | "unicode-ident", |
| 2449 | ] | 2449 | ] |
| @@ -2513,16 +2513,7 @@ version = "0.52.0" | |||
| 2513 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2514 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | 2514 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2515 | dependencies = [ | 2515 | dependencies = [ |
| 2516 | "windows-targets 0.52.6", | 2516 | "windows-targets", |
| 2517 | ] | ||
| 2518 | |||
| 2519 | [[package]] | ||
| 2520 | name = "windows-sys" | ||
| 2521 | version = "0.60.2" | ||
| 2522 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2523 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | ||
| 2524 | dependencies = [ | ||
| 2525 | "windows-targets 0.53.5", | ||
| 2526 | ] | 2517 | ] |
| 2527 | 2518 | ||
| 2528 | [[package]] | 2519 | [[package]] |
| @@ -2540,31 +2531,14 @@ version = "0.52.6" | |||
| 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | 2532 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2542 | dependencies = [ | 2533 | dependencies = [ |
| 2543 | "windows_aarch64_gnullvm 0.52.6", | 2534 | "windows_aarch64_gnullvm", |
| 2544 | "windows_aarch64_msvc 0.52.6", | 2535 | "windows_aarch64_msvc", |
| 2545 | "windows_i686_gnu 0.52.6", | 2536 | "windows_i686_gnu", |
| 2546 | "windows_i686_gnullvm 0.52.6", | 2537 | "windows_i686_gnullvm", |
| 2547 | "windows_i686_msvc 0.52.6", | 2538 | "windows_i686_msvc", |
| 2548 | "windows_x86_64_gnu 0.52.6", | 2539 | "windows_x86_64_gnu", |
| 2549 | "windows_x86_64_gnullvm 0.52.6", | 2540 | "windows_x86_64_gnullvm", |
| 2550 | "windows_x86_64_msvc 0.52.6", | 2541 | "windows_x86_64_msvc", |
| 2551 | ] | ||
| 2552 | |||
| 2553 | [[package]] | ||
| 2554 | name = "windows-targets" | ||
| 2555 | version = "0.53.5" | ||
| 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2557 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" | ||
| 2558 | dependencies = [ | ||
| 2559 | "windows-link", | ||
| 2560 | "windows_aarch64_gnullvm 0.53.1", | ||
| 2561 | "windows_aarch64_msvc 0.53.1", | ||
| 2562 | "windows_i686_gnu 0.53.1", | ||
| 2563 | "windows_i686_gnullvm 0.53.1", | ||
| 2564 | "windows_i686_msvc 0.53.1", | ||
| 2565 | "windows_x86_64_gnu 0.53.1", | ||
| 2566 | "windows_x86_64_gnullvm 0.53.1", | ||
| 2567 | "windows_x86_64_msvc 0.53.1", | ||
| 2568 | ] | 2542 | ] |
| 2569 | 2543 | ||
| 2570 | [[package]] | 2544 | [[package]] |
| @@ -2574,96 +2548,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2574 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | 2548 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2575 | 2549 | ||
| 2576 | [[package]] | 2550 | [[package]] |
| 2577 | name = "windows_aarch64_gnullvm" | ||
| 2578 | version = "0.53.1" | ||
| 2579 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2580 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" | ||
| 2581 | |||
| 2582 | [[package]] | ||
| 2583 | name = "windows_aarch64_msvc" | 2551 | name = "windows_aarch64_msvc" |
| 2584 | version = "0.52.6" | 2552 | version = "0.52.6" |
| 2585 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2586 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | 2554 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2587 | 2555 | ||
| 2588 | [[package]] | 2556 | [[package]] |
| 2589 | name = "windows_aarch64_msvc" | ||
| 2590 | version = "0.53.1" | ||
| 2591 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2592 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" | ||
| 2593 | |||
| 2594 | [[package]] | ||
| 2595 | name = "windows_i686_gnu" | 2557 | name = "windows_i686_gnu" |
| 2596 | version = "0.52.6" | 2558 | version = "0.52.6" |
| 2597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2598 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | 2560 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2599 | 2561 | ||
| 2600 | [[package]] | 2562 | [[package]] |
| 2601 | name = "windows_i686_gnu" | ||
| 2602 | version = "0.53.1" | ||
| 2603 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2604 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" | ||
| 2605 | |||
| 2606 | [[package]] | ||
| 2607 | name = "windows_i686_gnullvm" | 2563 | name = "windows_i686_gnullvm" |
| 2608 | version = "0.52.6" | 2564 | version = "0.52.6" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | 2566 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2611 | 2567 | ||
| 2612 | [[package]] | 2568 | [[package]] |
| 2613 | name = "windows_i686_gnullvm" | ||
| 2614 | version = "0.53.1" | ||
| 2615 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2616 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" | ||
| 2617 | |||
| 2618 | [[package]] | ||
| 2619 | name = "windows_i686_msvc" | 2569 | name = "windows_i686_msvc" |
| 2620 | version = "0.52.6" | 2570 | version = "0.52.6" |
| 2621 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2622 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | 2572 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2623 | 2573 | ||
| 2624 | [[package]] | 2574 | [[package]] |
| 2625 | name = "windows_i686_msvc" | ||
| 2626 | version = "0.53.1" | ||
| 2627 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2628 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" | ||
| 2629 | |||
| 2630 | [[package]] | ||
| 2631 | name = "windows_x86_64_gnu" | 2575 | name = "windows_x86_64_gnu" |
| 2632 | version = "0.52.6" | 2576 | version = "0.52.6" |
| 2633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2634 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | 2578 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2635 | 2579 | ||
| 2636 | [[package]] | 2580 | [[package]] |
| 2637 | name = "windows_x86_64_gnu" | ||
| 2638 | version = "0.53.1" | ||
| 2639 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2640 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" | ||
| 2641 | |||
| 2642 | [[package]] | ||
| 2643 | name = "windows_x86_64_gnullvm" | 2581 | name = "windows_x86_64_gnullvm" |
| 2644 | version = "0.52.6" | 2582 | version = "0.52.6" |
| 2645 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2646 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | 2584 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2647 | 2585 | ||
| 2648 | [[package]] | 2586 | [[package]] |
| 2649 | name = "windows_x86_64_gnullvm" | ||
| 2650 | version = "0.53.1" | ||
| 2651 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2652 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" | ||
| 2653 | |||
| 2654 | [[package]] | ||
| 2655 | name = "windows_x86_64_msvc" | 2587 | name = "windows_x86_64_msvc" |
| 2656 | version = "0.52.6" | 2588 | version = "0.52.6" |
| 2657 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2658 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | 2590 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2659 | 2591 | ||
| 2660 | [[package]] | 2592 | [[package]] |
| 2661 | name = "windows_x86_64_msvc" | ||
| 2662 | version = "0.53.1" | ||
| 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2664 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" | ||
| 2665 | |||
| 2666 | [[package]] | ||
| 2667 | name = "wit-bindgen" | 2593 | name = "wit-bindgen" |
| 2668 | version = "0.51.0" | 2594 | version = "0.51.0" |
| 2669 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2671,9 +2597,9 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" | |||
| 2671 | 2597 | ||
| 2672 | [[package]] | 2598 | [[package]] |
| 2673 | name = "writeable" | 2599 | name = "writeable" |
| 2674 | version = "0.6.2" | 2600 | version = "0.6.3" |
| 2675 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2676 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" | 2602 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 2677 | 2603 | ||
| 2678 | [[package]] | 2604 | [[package]] |
| 2679 | name = "xmlparser" | 2605 | name = "xmlparser" |
| @@ -2683,9 +2609,9 @@ checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" | |||
| 2683 | 2609 | ||
| 2684 | [[package]] | 2610 | [[package]] |
| 2685 | name = "yoke" | 2611 | name = "yoke" |
| 2686 | version = "0.8.1" | 2612 | version = "0.8.2" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" | 2614 | checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 2689 | dependencies = [ | 2615 | dependencies = [ |
| 2690 | "stable_deref_trait", | 2616 | "stable_deref_trait", |
| 2691 | "yoke-derive", | 2617 | "yoke-derive", |
| @@ -2694,9 +2620,9 @@ dependencies = [ | |||
| 2694 | 2620 | ||
| 2695 | [[package]] | 2621 | [[package]] |
| 2696 | name = "yoke-derive" | 2622 | name = "yoke-derive" |
| 2697 | version = "0.8.1" | 2623 | version = "0.8.2" |
| 2698 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2699 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" | 2625 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 2700 | dependencies = [ | 2626 | dependencies = [ |
| 2701 | "proc-macro2", | 2627 | "proc-macro2", |
| 2702 | "quote", | 2628 | "quote", |
| @@ -2706,18 +2632,18 @@ dependencies = [ | |||
| 2706 | 2632 | ||
| 2707 | [[package]] | 2633 | [[package]] |
| 2708 | name = "zerofrom" | 2634 | name = "zerofrom" |
| 2709 | version = "0.1.6" | 2635 | version = "0.1.7" |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" | 2637 | checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" |
| 2712 | dependencies = [ | 2638 | dependencies = [ |
| 2713 | "zerofrom-derive", | 2639 | "zerofrom-derive", |
| 2714 | ] | 2640 | ] |
| 2715 | 2641 | ||
| 2716 | [[package]] | 2642 | [[package]] |
| 2717 | name = "zerofrom-derive" | 2643 | name = "zerofrom-derive" |
| 2718 | version = "0.1.6" | 2644 | version = "0.1.7" |
| 2719 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2720 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" | 2646 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 2721 | dependencies = [ | 2647 | dependencies = [ |
| 2722 | "proc-macro2", | 2648 | "proc-macro2", |
| 2723 | "quote", | 2649 | "quote", |
| @@ -2733,9 +2659,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" | |||
| 2733 | 2659 | ||
| 2734 | [[package]] | 2660 | [[package]] |
| 2735 | name = "zerotrie" | 2661 | name = "zerotrie" |
| 2736 | version = "0.2.3" | 2662 | version = "0.2.4" |
| 2737 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2738 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" | 2664 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 2739 | dependencies = [ | 2665 | dependencies = [ |
| 2740 | "displaydoc", | 2666 | "displaydoc", |
| 2741 | "yoke", | 2667 | "yoke", |
| @@ -2744,9 +2670,9 @@ dependencies = [ | |||
| 2744 | 2670 | ||
| 2745 | [[package]] | 2671 | [[package]] |
| 2746 | name = "zerovec" | 2672 | name = "zerovec" |
| 2747 | version = "0.11.5" | 2673 | version = "0.11.6" |
| 2748 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2749 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" | 2675 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 2750 | dependencies = [ | 2676 | dependencies = [ |
| 2751 | "yoke", | 2677 | "yoke", |
| 2752 | "zerofrom", | 2678 | "zerofrom", |
| @@ -2755,9 +2681,9 @@ dependencies = [ | |||
| 2755 | 2681 | ||
| 2756 | [[package]] | 2682 | [[package]] |
| 2757 | name = "zerovec-derive" | 2683 | name = "zerovec-derive" |
| 2758 | version = "0.11.2" | 2684 | version = "0.11.3" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" | 2686 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 2761 | dependencies = [ | 2687 | dependencies = [ |
| 2762 | "proc-macro2", | 2688 | "proc-macro2", |
| 2763 | "quote", | 2689 | "quote", |
diff --git a/gitolfs3-server/Cargo.toml b/gitolfs3-server/Cargo.toml index 5908770..91e2c57 100644 --- a/gitolfs3-server/Cargo.toml +++ b/gitolfs3-server/Cargo.toml | |||
| @@ -5,8 +5,8 @@ edition = "2024" | |||
| 5 | license = "MIT" | 5 | license = "MIT" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | aws-config = "1.6" | 8 | aws-config = "1.8" |
| 9 | aws-sdk-s3 = "1.82" | 9 | aws-sdk-s3 = "1.128" |
| 10 | axum = "0.8" | 10 | axum = "0.8" |
| 11 | base64 = "0.22" | 11 | base64 = "0.22" |
| 12 | chrono = { version = "0.4", features = ["serde"] } | 12 | chrono = { version = "0.4", features = ["serde"] } |
| @@ -14,7 +14,7 @@ gitolfs3-common = { path = "../gitolfs3-common" } | |||
| 14 | mime = "0.3" | 14 | mime = "0.3" |
| 15 | serde = { version = "1", features = ["derive"] } | 15 | serde = { version = "1", features = ["derive"] } |
| 16 | serde_json = "1" | 16 | serde_json = "1" |
| 17 | tokio = { version = "1.44", features = ["full"] } | 17 | tokio = { version = "1.51", features = ["full"] } |
| 18 | tokio-util = "0.7" | 18 | tokio-util = "0.7" |
| 19 | tower = "0.5" | 19 | tower = "0.5" |
| 20 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } | 20 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } |