lol

wstunnel: 10.1.6 -> 10.1.7 (#364341)

authored by

Aleksana and committed by
GitHub
e9f149be 8627d7ad

+9 -3487
-3479
pkgs/by-name/ws/wstunnel/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "getrandom", 28 - "once_cell", 29 - "version_check", 30 - "zerocopy", 31 - ] 32 - 33 - [[package]] 34 - name = "aho-corasick" 35 - version = "1.1.3" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 38 - dependencies = [ 39 - "memchr", 40 - ] 41 - 42 - [[package]] 43 - name = "android-tzdata" 44 - version = "0.1.1" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 47 - 48 - [[package]] 49 - name = "android_system_properties" 50 - version = "0.1.5" 51 - source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 53 - dependencies = [ 54 - "libc", 55 - ] 56 - 57 - [[package]] 58 - name = "anstream" 59 - version = "0.6.18" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 62 - dependencies = [ 63 - "anstyle", 64 - "anstyle-parse", 65 - "anstyle-query", 66 - "anstyle-wincon", 67 - "colorchoice", 68 - "is_terminal_polyfill", 69 - "utf8parse", 70 - ] 71 - 72 - [[package]] 73 - name = "anstyle" 74 - version = "1.0.10" 75 - source = "registry+https://github.com/rust-lang/crates.io-index" 76 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 77 - 78 - [[package]] 79 - name = "anstyle-parse" 80 - version = "0.2.6" 81 - source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 83 - dependencies = [ 84 - "utf8parse", 85 - ] 86 - 87 - [[package]] 88 - name = "anstyle-query" 89 - version = "1.1.2" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 92 - dependencies = [ 93 - "windows-sys 0.59.0", 94 - ] 95 - 96 - [[package]] 97 - name = "anstyle-wincon" 98 - version = "3.0.6" 99 - source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" 101 - dependencies = [ 102 - "anstyle", 103 - "windows-sys 0.59.0", 104 - ] 105 - 106 - [[package]] 107 - name = "anyhow" 108 - version = "1.0.93" 109 - source = "registry+https://github.com/rust-lang/crates.io-index" 110 - checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 111 - 112 - [[package]] 113 - name = "arc-swap" 114 - version = "1.7.1" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 117 - 118 - [[package]] 119 - name = "asn1-rs" 120 - version = "0.6.2" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 123 - dependencies = [ 124 - "asn1-rs-derive", 125 - "asn1-rs-impl", 126 - "displaydoc", 127 - "nom", 128 - "num-traits", 129 - "rusticata-macros", 130 - "thiserror", 131 - "time", 132 - ] 133 - 134 - [[package]] 135 - name = "asn1-rs-derive" 136 - version = "0.5.1" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 139 - dependencies = [ 140 - "proc-macro2", 141 - "quote", 142 - "syn", 143 - "synstructure", 144 - ] 145 - 146 - [[package]] 147 - name = "asn1-rs-impl" 148 - version = "0.2.0" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 151 - dependencies = [ 152 - "proc-macro2", 153 - "quote", 154 - "syn", 155 - ] 156 - 157 - [[package]] 158 - name = "async-channel" 159 - version = "2.3.1" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 162 - dependencies = [ 163 - "concurrent-queue", 164 - "event-listener-strategy", 165 - "futures-core", 166 - "pin-project-lite", 167 - ] 168 - 169 - [[package]] 170 - name = "async-trait" 171 - version = "0.1.83" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 174 - dependencies = [ 175 - "proc-macro2", 176 - "quote", 177 - "syn", 178 - ] 179 - 180 - [[package]] 181 - name = "atomic-waker" 182 - version = "1.1.2" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 185 - 186 - [[package]] 187 - name = "autocfg" 188 - version = "1.4.0" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 191 - 192 - [[package]] 193 - name = "aws-lc-rs" 194 - version = "1.10.0" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d" 197 - dependencies = [ 198 - "aws-lc-sys", 199 - "mirai-annotations", 200 - "paste", 201 - "untrusted 0.7.1", 202 - "zeroize", 203 - ] 204 - 205 - [[package]] 206 - name = "aws-lc-sys" 207 - version = "0.22.0" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972" 210 - dependencies = [ 211 - "bindgen", 212 - "cc", 213 - "cmake", 214 - "dunce", 215 - "fs_extra", 216 - "libc", 217 - "paste", 218 - ] 219 - 220 - [[package]] 221 - name = "backtrace" 222 - version = "0.3.74" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 225 - dependencies = [ 226 - "addr2line", 227 - "cfg-if", 228 - "libc", 229 - "miniz_oxide", 230 - "object", 231 - "rustc-demangle", 232 - "windows-targets 0.52.6", 233 - ] 234 - 235 - [[package]] 236 - name = "base64" 237 - version = "0.21.7" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 240 - 241 - [[package]] 242 - name = "base64" 243 - version = "0.22.1" 244 - source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 246 - 247 - [[package]] 248 - name = "bb8" 249 - version = "0.8.6" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "d89aabfae550a5c44b43ab941844ffcd2e993cb6900b342debf59e9ea74acdb8" 252 - dependencies = [ 253 - "async-trait", 254 - "futures-util", 255 - "parking_lot", 256 - "tokio", 257 - ] 258 - 259 - [[package]] 260 - name = "bindgen" 261 - version = "0.69.5" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 264 - dependencies = [ 265 - "bitflags 2.6.0", 266 - "cexpr", 267 - "clang-sys", 268 - "itertools", 269 - "lazy_static", 270 - "lazycell", 271 - "log", 272 - "prettyplease", 273 - "proc-macro2", 274 - "quote", 275 - "regex", 276 - "rustc-hash", 277 - "shlex", 278 - "syn", 279 - "which", 280 - ] 281 - 282 - [[package]] 283 - name = "bitflags" 284 - version = "1.3.2" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 287 - 288 - [[package]] 289 - name = "bitflags" 290 - version = "2.6.0" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 293 - 294 - [[package]] 295 - name = "block-buffer" 296 - version = "0.10.4" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 299 - dependencies = [ 300 - "generic-array", 301 - ] 302 - 303 - [[package]] 304 - name = "bollard" 305 - version = "0.17.1" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "d41711ad46fda47cd701f6908e59d1bd6b9a2b7464c0d0aeab95c6d37096ff8a" 308 - dependencies = [ 309 - "base64 0.22.1", 310 - "bollard-stubs", 311 - "bytes", 312 - "futures-core", 313 - "futures-util", 314 - "hex", 315 - "home", 316 - "http 1.1.0", 317 - "http-body-util", 318 - "hyper", 319 - "hyper-named-pipe", 320 - "hyper-rustls", 321 - "hyper-util", 322 - "hyperlocal", 323 - "log", 324 - "pin-project-lite", 325 - "rustls 0.23.16", 326 - "rustls-native-certs 0.7.3", 327 - "rustls-pemfile 2.2.0", 328 - "rustls-pki-types", 329 - "serde", 330 - "serde_derive", 331 - "serde_json", 332 - "serde_repr", 333 - "serde_urlencoded", 334 - "thiserror", 335 - "tokio", 336 - "tokio-util", 337 - "tower-service", 338 - "url", 339 - "winapi", 340 - ] 341 - 342 - [[package]] 343 - name = "bollard-stubs" 344 - version = "1.45.0-rc.26.0.1" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "6d7c5415e3a6bc6d3e99eff6268e488fd4ee25e7b28c10f08fa6760bd9de16e4" 347 - dependencies = [ 348 - "serde", 349 - "serde_repr", 350 - "serde_with", 351 - ] 352 - 353 - [[package]] 354 - name = "bumpalo" 355 - version = "3.16.0" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 358 - 359 - [[package]] 360 - name = "byteorder" 361 - version = "1.5.0" 362 - source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 364 - 365 - [[package]] 366 - name = "bytes" 367 - version = "1.8.0" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 370 - 371 - [[package]] 372 - name = "cc" 373 - version = "1.1.37" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" 376 - dependencies = [ 377 - "jobserver", 378 - "libc", 379 - "shlex", 380 - ] 381 - 382 - [[package]] 383 - name = "cexpr" 384 - version = "0.6.0" 385 - source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 387 - dependencies = [ 388 - "nom", 389 - ] 390 - 391 - [[package]] 392 - name = "cfg-if" 393 - version = "1.0.0" 394 - source = "registry+https://github.com/rust-lang/crates.io-index" 395 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 396 - 397 - [[package]] 398 - name = "cfg_aliases" 399 - version = "0.2.1" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 402 - 403 - [[package]] 404 - name = "chrono" 405 - version = "0.4.38" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 408 - dependencies = [ 409 - "android-tzdata", 410 - "iana-time-zone", 411 - "num-traits", 412 - "serde", 413 - "windows-targets 0.52.6", 414 - ] 415 - 416 - [[package]] 417 - name = "clang-sys" 418 - version = "1.8.1" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 421 - dependencies = [ 422 - "glob", 423 - "libc", 424 - "libloading", 425 - ] 426 - 427 - [[package]] 428 - name = "clap" 429 - version = "4.5.20" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 432 - dependencies = [ 433 - "clap_builder", 434 - "clap_derive", 435 - ] 436 - 437 - [[package]] 438 - name = "clap_builder" 439 - version = "4.5.20" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 442 - dependencies = [ 443 - "anstream", 444 - "anstyle", 445 - "clap_lex", 446 - "strsim", 447 - ] 448 - 449 - [[package]] 450 - name = "clap_derive" 451 - version = "4.5.18" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 454 - dependencies = [ 455 - "heck", 456 - "proc-macro2", 457 - "quote", 458 - "syn", 459 - ] 460 - 461 - [[package]] 462 - name = "clap_lex" 463 - version = "0.7.2" 464 - source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 466 - 467 - [[package]] 468 - name = "cmake" 469 - version = "0.1.51" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" 472 - dependencies = [ 473 - "cc", 474 - ] 475 - 476 - [[package]] 477 - name = "colorchoice" 478 - version = "1.0.3" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 481 - 482 - [[package]] 483 - name = "concurrent-queue" 484 - version = "2.5.0" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 487 - dependencies = [ 488 - "crossbeam-utils", 489 - ] 490 - 491 - [[package]] 492 - name = "core-foundation" 493 - version = "0.9.4" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 496 - dependencies = [ 497 - "core-foundation-sys", 498 - "libc", 499 - ] 500 - 501 - [[package]] 502 - name = "core-foundation-sys" 503 - version = "0.8.7" 504 - source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 506 - 507 - [[package]] 508 - name = "cpufeatures" 509 - version = "0.2.14" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 512 - dependencies = [ 513 - "libc", 514 - ] 515 - 516 - [[package]] 517 - name = "crossbeam-utils" 518 - version = "0.8.20" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 521 - 522 - [[package]] 523 - name = "crossterm" 524 - version = "0.28.1" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 527 - dependencies = [ 528 - "bitflags 2.6.0", 529 - "crossterm_winapi", 530 - "mio", 531 - "parking_lot", 532 - "rustix", 533 - "signal-hook", 534 - "signal-hook-mio", 535 - "winapi", 536 - ] 537 - 538 - [[package]] 539 - name = "crossterm_winapi" 540 - version = "0.9.1" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 543 - dependencies = [ 544 - "winapi", 545 - ] 546 - 547 - [[package]] 548 - name = "crypto-common" 549 - version = "0.1.6" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 552 - dependencies = [ 553 - "generic-array", 554 - "typenum", 555 - ] 556 - 557 - [[package]] 558 - name = "darling" 559 - version = "0.20.10" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 562 - dependencies = [ 563 - "darling_core", 564 - "darling_macro", 565 - ] 566 - 567 - [[package]] 568 - name = "darling_core" 569 - version = "0.20.10" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 572 - dependencies = [ 573 - "fnv", 574 - "ident_case", 575 - "proc-macro2", 576 - "quote", 577 - "strsim", 578 - "syn", 579 - ] 580 - 581 - [[package]] 582 - name = "darling_macro" 583 - version = "0.20.10" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 586 - dependencies = [ 587 - "darling_core", 588 - "quote", 589 - "syn", 590 - ] 591 - 592 - [[package]] 593 - name = "data-encoding" 594 - version = "2.6.0" 595 - source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 597 - 598 - [[package]] 599 - name = "der-parser" 600 - version = "9.0.0" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 603 - dependencies = [ 604 - "asn1-rs", 605 - "displaydoc", 606 - "nom", 607 - "num-bigint", 608 - "num-traits", 609 - "rusticata-macros", 610 - ] 611 - 612 - [[package]] 613 - name = "deranged" 614 - version = "0.3.11" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 617 - dependencies = [ 618 - "powerfmt", 619 - "serde", 620 - ] 621 - 622 - [[package]] 623 - name = "digest" 624 - version = "0.10.7" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 627 - dependencies = [ 628 - "block-buffer", 629 - "crypto-common", 630 - ] 631 - 632 - [[package]] 633 - name = "displaydoc" 634 - version = "0.2.5" 635 - source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 637 - dependencies = [ 638 - "proc-macro2", 639 - "quote", 640 - "syn", 641 - ] 642 - 643 - [[package]] 644 - name = "docker_credential" 645 - version = "1.3.1" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "31951f49556e34d90ed28342e1df7e1cb7a229c4cab0aecc627b5d91edd41d07" 648 - dependencies = [ 649 - "base64 0.21.7", 650 - "serde", 651 - "serde_json", 652 - ] 653 - 654 - [[package]] 655 - name = "dunce" 656 - version = "1.0.5" 657 - source = "registry+https://github.com/rust-lang/crates.io-index" 658 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 659 - 660 - [[package]] 661 - name = "either" 662 - version = "1.13.0" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 665 - 666 - [[package]] 667 - name = "enum-as-inner" 668 - version = "0.6.1" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 671 - dependencies = [ 672 - "heck", 673 - "proc-macro2", 674 - "quote", 675 - "syn", 676 - ] 677 - 678 - [[package]] 679 - name = "equivalent" 680 - version = "1.0.1" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 683 - 684 - [[package]] 685 - name = "errno" 686 - version = "0.3.9" 687 - source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 689 - dependencies = [ 690 - "libc", 691 - "windows-sys 0.52.0", 692 - ] 693 - 694 - [[package]] 695 - name = "etcetera" 696 - version = "0.8.0" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 699 - dependencies = [ 700 - "cfg-if", 701 - "home", 702 - "windows-sys 0.48.0", 703 - ] 704 - 705 - [[package]] 706 - name = "event-listener" 707 - version = "5.3.1" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 710 - dependencies = [ 711 - "concurrent-queue", 712 - "parking", 713 - "pin-project-lite", 714 - ] 715 - 716 - [[package]] 717 - name = "event-listener-strategy" 718 - version = "0.5.2" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 721 - dependencies = [ 722 - "event-listener", 723 - "pin-project-lite", 724 - ] 725 - 726 - [[package]] 727 - name = "fast-socks5" 728 - version = "0.9.6" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "f89f36d4ee12370d30d57b16c7e190950a1a916e7dbbb5fd5a412f5ef913fe84" 731 - dependencies = [ 732 - "anyhow", 733 - "async-trait", 734 - "log", 735 - "thiserror", 736 - "tokio", 737 - "tokio-stream", 738 - ] 739 - 740 - [[package]] 741 - name = "fastwebsockets" 742 - version = "0.8.0" 743 - source = "git+https://github.com/erebe/fastwebsockets.git#ef904598ec168d7748b28d77ec1803ba721932d8" 744 - dependencies = [ 745 - "base64 0.21.7", 746 - "bytes", 747 - "http-body-util", 748 - "hyper", 749 - "hyper-util", 750 - "pin-project", 751 - "rand", 752 - "sha1", 753 - "simdutf8", 754 - "thiserror", 755 - "tokio", 756 - "utf-8", 757 - ] 758 - 759 - [[package]] 760 - name = "fdlimit" 761 - version = "0.3.0" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" 764 - dependencies = [ 765 - "libc", 766 - "thiserror", 767 - ] 768 - 769 - [[package]] 770 - name = "filetime" 771 - version = "0.2.25" 772 - source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 774 - dependencies = [ 775 - "cfg-if", 776 - "libc", 777 - "libredox", 778 - "windows-sys 0.59.0", 779 - ] 780 - 781 - [[package]] 782 - name = "fnv" 783 - version = "1.0.7" 784 - source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 786 - 787 - [[package]] 788 - name = "form_urlencoded" 789 - version = "1.2.1" 790 - source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 792 - dependencies = [ 793 - "percent-encoding", 794 - ] 795 - 796 - [[package]] 797 - name = "fs_extra" 798 - version = "1.3.0" 799 - source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 801 - 802 - [[package]] 803 - name = "fsevent-sys" 804 - version = "4.1.0" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 807 - dependencies = [ 808 - "libc", 809 - ] 810 - 811 - [[package]] 812 - name = "futures" 813 - version = "0.3.31" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 816 - dependencies = [ 817 - "futures-channel", 818 - "futures-core", 819 - "futures-executor", 820 - "futures-io", 821 - "futures-sink", 822 - "futures-task", 823 - "futures-util", 824 - ] 825 - 826 - [[package]] 827 - name = "futures-channel" 828 - version = "0.3.31" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 831 - dependencies = [ 832 - "futures-core", 833 - "futures-sink", 834 - ] 835 - 836 - [[package]] 837 - name = "futures-core" 838 - version = "0.3.31" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 841 - 842 - [[package]] 843 - name = "futures-executor" 844 - version = "0.3.31" 845 - source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 847 - dependencies = [ 848 - "futures-core", 849 - "futures-task", 850 - "futures-util", 851 - ] 852 - 853 - [[package]] 854 - name = "futures-io" 855 - version = "0.3.31" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 858 - 859 - [[package]] 860 - name = "futures-macro" 861 - version = "0.3.31" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 864 - dependencies = [ 865 - "proc-macro2", 866 - "quote", 867 - "syn", 868 - ] 869 - 870 - [[package]] 871 - name = "futures-sink" 872 - version = "0.3.31" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 875 - 876 - [[package]] 877 - name = "futures-task" 878 - version = "0.3.31" 879 - source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 881 - 882 - [[package]] 883 - name = "futures-util" 884 - version = "0.3.31" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 887 - dependencies = [ 888 - "futures-channel", 889 - "futures-core", 890 - "futures-io", 891 - "futures-macro", 892 - "futures-sink", 893 - "futures-task", 894 - "memchr", 895 - "pin-project-lite", 896 - "pin-utils", 897 - "slab", 898 - ] 899 - 900 - [[package]] 901 - name = "generic-array" 902 - version = "0.14.7" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 905 - dependencies = [ 906 - "typenum", 907 - "version_check", 908 - ] 909 - 910 - [[package]] 911 - name = "getrandom" 912 - version = "0.2.15" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 915 - dependencies = [ 916 - "cfg-if", 917 - "js-sys", 918 - "libc", 919 - "wasi", 920 - "wasm-bindgen", 921 - ] 922 - 923 - [[package]] 924 - name = "gimli" 925 - version = "0.31.1" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 928 - 929 - [[package]] 930 - name = "glob" 931 - version = "0.3.1" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 934 - 935 - [[package]] 936 - name = "h2" 937 - version = "0.3.26" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 940 - dependencies = [ 941 - "bytes", 942 - "fnv", 943 - "futures-core", 944 - "futures-sink", 945 - "futures-util", 946 - "http 0.2.12", 947 - "indexmap 2.6.0", 948 - "slab", 949 - "tokio", 950 - "tokio-util", 951 - "tracing", 952 - ] 953 - 954 - [[package]] 955 - name = "h2" 956 - version = "0.4.6" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 959 - dependencies = [ 960 - "atomic-waker", 961 - "bytes", 962 - "fnv", 963 - "futures-core", 964 - "futures-sink", 965 - "http 1.1.0", 966 - "indexmap 2.6.0", 967 - "slab", 968 - "tokio", 969 - "tokio-util", 970 - "tracing", 971 - ] 972 - 973 - [[package]] 974 - name = "hashbrown" 975 - version = "0.12.3" 976 - source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 978 - 979 - [[package]] 980 - name = "hashbrown" 981 - version = "0.15.1" 982 - source = "registry+https://github.com/rust-lang/crates.io-index" 983 - checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" 984 - 985 - [[package]] 986 - name = "heck" 987 - version = "0.5.0" 988 - source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 990 - 991 - [[package]] 992 - name = "hermit-abi" 993 - version = "0.3.9" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 996 - 997 - [[package]] 998 - name = "hex" 999 - version = "0.4.3" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1002 - 1003 - [[package]] 1004 - name = "hickory-proto" 1005 - version = "0.24.1" 1006 - source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" 1008 - dependencies = [ 1009 - "async-trait", 1010 - "bytes", 1011 - "cfg-if", 1012 - "data-encoding", 1013 - "enum-as-inner", 1014 - "futures-channel", 1015 - "futures-io", 1016 - "futures-util", 1017 - "h2 0.3.26", 1018 - "http 0.2.12", 1019 - "idna 0.4.0", 1020 - "ipnet", 1021 - "once_cell", 1022 - "rand", 1023 - "rustls 0.21.12", 1024 - "rustls-native-certs 0.6.3", 1025 - "rustls-pemfile 1.0.4", 1026 - "thiserror", 1027 - "tinyvec", 1028 - "tokio", 1029 - "tokio-rustls 0.24.1", 1030 - "tracing", 1031 - "url", 1032 - ] 1033 - 1034 - [[package]] 1035 - name = "hickory-resolver" 1036 - version = "0.24.1" 1037 - source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" 1039 - dependencies = [ 1040 - "cfg-if", 1041 - "futures-util", 1042 - "hickory-proto", 1043 - "ipconfig", 1044 - "lru-cache", 1045 - "once_cell", 1046 - "parking_lot", 1047 - "rand", 1048 - "resolv-conf", 1049 - "rustls 0.21.12", 1050 - "rustls-native-certs 0.6.3", 1051 - "smallvec", 1052 - "thiserror", 1053 - "tokio", 1054 - "tokio-rustls 0.24.1", 1055 - "tracing", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "home" 1060 - version = "0.5.9" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1063 - dependencies = [ 1064 - "windows-sys 0.52.0", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "hostname" 1069 - version = "0.3.1" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1072 - dependencies = [ 1073 - "libc", 1074 - "match_cfg", 1075 - "winapi", 1076 - ] 1077 - 1078 - [[package]] 1079 - name = "http" 1080 - version = "0.2.12" 1081 - source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1083 - dependencies = [ 1084 - "bytes", 1085 - "fnv", 1086 - "itoa", 1087 - ] 1088 - 1089 - [[package]] 1090 - name = "http" 1091 - version = "1.1.0" 1092 - source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1094 - dependencies = [ 1095 - "bytes", 1096 - "fnv", 1097 - "itoa", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "http-body" 1102 - version = "1.0.1" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1105 - dependencies = [ 1106 - "bytes", 1107 - "http 1.1.0", 1108 - ] 1109 - 1110 - [[package]] 1111 - name = "http-body-util" 1112 - version = "0.1.2" 1113 - source = "registry+https://github.com/rust-lang/crates.io-index" 1114 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1115 - dependencies = [ 1116 - "bytes", 1117 - "futures-util", 1118 - "http 1.1.0", 1119 - "http-body", 1120 - "pin-project-lite", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "httparse" 1125 - version = "1.9.5" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 1128 - 1129 - [[package]] 1130 - name = "httpdate" 1131 - version = "1.0.3" 1132 - source = "registry+https://github.com/rust-lang/crates.io-index" 1133 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1134 - 1135 - [[package]] 1136 - name = "hyper" 1137 - version = "1.5.0" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 1140 - dependencies = [ 1141 - "bytes", 1142 - "futures-channel", 1143 - "futures-util", 1144 - "h2 0.4.6", 1145 - "http 1.1.0", 1146 - "http-body", 1147 - "httparse", 1148 - "httpdate", 1149 - "itoa", 1150 - "pin-project-lite", 1151 - "smallvec", 1152 - "tokio", 1153 - "want", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "hyper-named-pipe" 1158 - version = "0.1.0" 1159 - source = "registry+https://github.com/rust-lang/crates.io-index" 1160 - checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" 1161 - dependencies = [ 1162 - "hex", 1163 - "hyper", 1164 - "hyper-util", 1165 - "pin-project-lite", 1166 - "tokio", 1167 - "tower-service", 1168 - "winapi", 1169 - ] 1170 - 1171 - [[package]] 1172 - name = "hyper-rustls" 1173 - version = "0.27.3" 1174 - source = "registry+https://github.com/rust-lang/crates.io-index" 1175 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 1176 - dependencies = [ 1177 - "futures-util", 1178 - "http 1.1.0", 1179 - "hyper", 1180 - "hyper-util", 1181 - "rustls 0.23.16", 1182 - "rustls-pki-types", 1183 - "tokio", 1184 - "tokio-rustls 0.26.0", 1185 - "tower-service", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "hyper-util" 1190 - version = "0.1.10" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 1193 - dependencies = [ 1194 - "bytes", 1195 - "futures-channel", 1196 - "futures-util", 1197 - "http 1.1.0", 1198 - "http-body", 1199 - "hyper", 1200 - "pin-project-lite", 1201 - "socket2", 1202 - "tokio", 1203 - "tower-service", 1204 - "tracing", 1205 - ] 1206 - 1207 - [[package]] 1208 - name = "hyperlocal" 1209 - version = "0.9.1" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" 1212 - dependencies = [ 1213 - "hex", 1214 - "http-body-util", 1215 - "hyper", 1216 - "hyper-util", 1217 - "pin-project-lite", 1218 - "tokio", 1219 - "tower-service", 1220 - ] 1221 - 1222 - [[package]] 1223 - name = "iana-time-zone" 1224 - version = "0.1.61" 1225 - source = "registry+https://github.com/rust-lang/crates.io-index" 1226 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1227 - dependencies = [ 1228 - "android_system_properties", 1229 - "core-foundation-sys", 1230 - "iana-time-zone-haiku", 1231 - "js-sys", 1232 - "wasm-bindgen", 1233 - "windows-core", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "iana-time-zone-haiku" 1238 - version = "0.1.2" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1241 - dependencies = [ 1242 - "cc", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "icu_collections" 1247 - version = "1.5.0" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1250 - dependencies = [ 1251 - "displaydoc", 1252 - "yoke", 1253 - "zerofrom", 1254 - "zerovec", 1255 - ] 1256 - 1257 - [[package]] 1258 - name = "icu_locid" 1259 - version = "1.5.0" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1262 - dependencies = [ 1263 - "displaydoc", 1264 - "litemap", 1265 - "tinystr", 1266 - "writeable", 1267 - "zerovec", 1268 - ] 1269 - 1270 - [[package]] 1271 - name = "icu_locid_transform" 1272 - version = "1.5.0" 1273 - source = "registry+https://github.com/rust-lang/crates.io-index" 1274 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1275 - dependencies = [ 1276 - "displaydoc", 1277 - "icu_locid", 1278 - "icu_locid_transform_data", 1279 - "icu_provider", 1280 - "tinystr", 1281 - "zerovec", 1282 - ] 1283 - 1284 - [[package]] 1285 - name = "icu_locid_transform_data" 1286 - version = "1.5.0" 1287 - source = "registry+https://github.com/rust-lang/crates.io-index" 1288 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1289 - 1290 - [[package]] 1291 - name = "icu_normalizer" 1292 - version = "1.5.0" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1295 - dependencies = [ 1296 - "displaydoc", 1297 - "icu_collections", 1298 - "icu_normalizer_data", 1299 - "icu_properties", 1300 - "icu_provider", 1301 - "smallvec", 1302 - "utf16_iter", 1303 - "utf8_iter", 1304 - "write16", 1305 - "zerovec", 1306 - ] 1307 - 1308 - [[package]] 1309 - name = "icu_normalizer_data" 1310 - version = "1.5.0" 1311 - source = "registry+https://github.com/rust-lang/crates.io-index" 1312 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1313 - 1314 - [[package]] 1315 - name = "icu_properties" 1316 - version = "1.5.1" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1319 - dependencies = [ 1320 - "displaydoc", 1321 - "icu_collections", 1322 - "icu_locid_transform", 1323 - "icu_properties_data", 1324 - "icu_provider", 1325 - "tinystr", 1326 - "zerovec", 1327 - ] 1328 - 1329 - [[package]] 1330 - name = "icu_properties_data" 1331 - version = "1.5.0" 1332 - source = "registry+https://github.com/rust-lang/crates.io-index" 1333 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1334 - 1335 - [[package]] 1336 - name = "icu_provider" 1337 - version = "1.5.0" 1338 - source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1340 - dependencies = [ 1341 - "displaydoc", 1342 - "icu_locid", 1343 - "icu_provider_macros", 1344 - "stable_deref_trait", 1345 - "tinystr", 1346 - "writeable", 1347 - "yoke", 1348 - "zerofrom", 1349 - "zerovec", 1350 - ] 1351 - 1352 - [[package]] 1353 - name = "icu_provider_macros" 1354 - version = "1.5.0" 1355 - source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1357 - dependencies = [ 1358 - "proc-macro2", 1359 - "quote", 1360 - "syn", 1361 - ] 1362 - 1363 - [[package]] 1364 - name = "ident_case" 1365 - version = "1.0.1" 1366 - source = "registry+https://github.com/rust-lang/crates.io-index" 1367 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1368 - 1369 - [[package]] 1370 - name = "idna" 1371 - version = "0.4.0" 1372 - source = "registry+https://github.com/rust-lang/crates.io-index" 1373 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1374 - dependencies = [ 1375 - "unicode-bidi", 1376 - "unicode-normalization", 1377 - ] 1378 - 1379 - [[package]] 1380 - name = "idna" 1381 - version = "1.0.3" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1384 - dependencies = [ 1385 - "idna_adapter", 1386 - "smallvec", 1387 - "utf8_iter", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "idna_adapter" 1392 - version = "1.2.0" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1395 - dependencies = [ 1396 - "icu_normalizer", 1397 - "icu_properties", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "indexmap" 1402 - version = "1.9.3" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1405 - dependencies = [ 1406 - "autocfg", 1407 - "hashbrown 0.12.3", 1408 - "serde", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "indexmap" 1413 - version = "2.6.0" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 1416 - dependencies = [ 1417 - "equivalent", 1418 - "hashbrown 0.15.1", 1419 - "serde", 1420 - ] 1421 - 1422 - [[package]] 1423 - name = "inotify" 1424 - version = "0.10.2" 1425 - source = "registry+https://github.com/rust-lang/crates.io-index" 1426 - checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" 1427 - dependencies = [ 1428 - "bitflags 1.3.2", 1429 - "inotify-sys", 1430 - "libc", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "inotify-sys" 1435 - version = "0.1.5" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1438 - dependencies = [ 1439 - "libc", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "instant" 1444 - version = "0.1.13" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1447 - dependencies = [ 1448 - "cfg-if", 1449 - ] 1450 - 1451 - [[package]] 1452 - name = "ipconfig" 1453 - version = "0.3.2" 1454 - source = "registry+https://github.com/rust-lang/crates.io-index" 1455 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1456 - dependencies = [ 1457 - "socket2", 1458 - "widestring", 1459 - "windows-sys 0.48.0", 1460 - "winreg", 1461 - ] 1462 - 1463 - [[package]] 1464 - name = "ipnet" 1465 - version = "2.10.1" 1466 - source = "registry+https://github.com/rust-lang/crates.io-index" 1467 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 1468 - dependencies = [ 1469 - "serde", 1470 - ] 1471 - 1472 - [[package]] 1473 - name = "is_terminal_polyfill" 1474 - version = "1.70.1" 1475 - source = "registry+https://github.com/rust-lang/crates.io-index" 1476 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1477 - 1478 - [[package]] 1479 - name = "itertools" 1480 - version = "0.12.1" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1483 - dependencies = [ 1484 - "either", 1485 - ] 1486 - 1487 - [[package]] 1488 - name = "itoa" 1489 - version = "1.0.11" 1490 - source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1492 - 1493 - [[package]] 1494 - name = "jobserver" 1495 - version = "0.1.32" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 1498 - dependencies = [ 1499 - "libc", 1500 - ] 1501 - 1502 - [[package]] 1503 - name = "js-sys" 1504 - version = "0.3.72" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 1507 - dependencies = [ 1508 - "wasm-bindgen", 1509 - ] 1510 - 1511 - [[package]] 1512 - name = "jsonwebtoken" 1513 - version = "9.3.0" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 1516 - dependencies = [ 1517 - "base64 0.21.7", 1518 - "js-sys", 1519 - "ring", 1520 - "serde", 1521 - "serde_json", 1522 - ] 1523 - 1524 - [[package]] 1525 - name = "kqueue" 1526 - version = "1.0.8" 1527 - source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 1529 - dependencies = [ 1530 - "kqueue-sys", 1531 - "libc", 1532 - ] 1533 - 1534 - [[package]] 1535 - name = "kqueue-sys" 1536 - version = "1.0.4" 1537 - source = "registry+https://github.com/rust-lang/crates.io-index" 1538 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 1539 - dependencies = [ 1540 - "bitflags 1.3.2", 1541 - "libc", 1542 - ] 1543 - 1544 - [[package]] 1545 - name = "lazy_static" 1546 - version = "1.5.0" 1547 - source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1549 - 1550 - [[package]] 1551 - name = "lazycell" 1552 - version = "1.3.0" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1555 - 1556 - [[package]] 1557 - name = "libc" 1558 - version = "0.2.162" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" 1561 - 1562 - [[package]] 1563 - name = "libloading" 1564 - version = "0.8.5" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 1567 - dependencies = [ 1568 - "cfg-if", 1569 - "windows-targets 0.52.6", 1570 - ] 1571 - 1572 - [[package]] 1573 - name = "libredox" 1574 - version = "0.1.3" 1575 - source = "registry+https://github.com/rust-lang/crates.io-index" 1576 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1577 - dependencies = [ 1578 - "bitflags 2.6.0", 1579 - "libc", 1580 - "redox_syscall 0.5.7", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "linked-hash-map" 1585 - version = "0.5.6" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1588 - 1589 - [[package]] 1590 - name = "linux-raw-sys" 1591 - version = "0.4.14" 1592 - source = "registry+https://github.com/rust-lang/crates.io-index" 1593 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1594 - 1595 - [[package]] 1596 - name = "litemap" 1597 - version = "0.7.3" 1598 - source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 1600 - 1601 - [[package]] 1602 - name = "lock_api" 1603 - version = "0.4.12" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1606 - dependencies = [ 1607 - "autocfg", 1608 - "scopeguard", 1609 - ] 1610 - 1611 - [[package]] 1612 - name = "log" 1613 - version = "0.4.22" 1614 - source = "registry+https://github.com/rust-lang/crates.io-index" 1615 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1616 - 1617 - [[package]] 1618 - name = "lru-cache" 1619 - version = "0.1.2" 1620 - source = "registry+https://github.com/rust-lang/crates.io-index" 1621 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1622 - dependencies = [ 1623 - "linked-hash-map", 1624 - ] 1625 - 1626 - [[package]] 1627 - name = "match_cfg" 1628 - version = "0.1.0" 1629 - source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1631 - 1632 - [[package]] 1633 - name = "matchers" 1634 - version = "0.1.0" 1635 - source = "registry+https://github.com/rust-lang/crates.io-index" 1636 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1637 - dependencies = [ 1638 - "regex-automata 0.1.10", 1639 - ] 1640 - 1641 - [[package]] 1642 - name = "memchr" 1643 - version = "2.7.4" 1644 - source = "registry+https://github.com/rust-lang/crates.io-index" 1645 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1646 - 1647 - [[package]] 1648 - name = "memoffset" 1649 - version = "0.9.1" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1652 - dependencies = [ 1653 - "autocfg", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "minimal-lexical" 1658 - version = "0.2.1" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1661 - 1662 - [[package]] 1663 - name = "miniz_oxide" 1664 - version = "0.8.0" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 1667 - dependencies = [ 1668 - "adler2", 1669 - ] 1670 - 1671 - [[package]] 1672 - name = "mio" 1673 - version = "1.0.2" 1674 - source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 1676 - dependencies = [ 1677 - "hermit-abi", 1678 - "libc", 1679 - "log", 1680 - "wasi", 1681 - "windows-sys 0.52.0", 1682 - ] 1683 - 1684 - [[package]] 1685 - name = "mirai-annotations" 1686 - version = "1.12.0" 1687 - source = "registry+https://github.com/rust-lang/crates.io-index" 1688 - checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" 1689 - 1690 - [[package]] 1691 - name = "nix" 1692 - version = "0.29.0" 1693 - source = "registry+https://github.com/rust-lang/crates.io-index" 1694 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1695 - dependencies = [ 1696 - "bitflags 2.6.0", 1697 - "cfg-if", 1698 - "cfg_aliases", 1699 - "libc", 1700 - "memoffset", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "nom" 1705 - version = "7.1.3" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1708 - dependencies = [ 1709 - "memchr", 1710 - "minimal-lexical", 1711 - ] 1712 - 1713 - [[package]] 1714 - name = "notify" 1715 - version = "7.0.0" 1716 - source = "registry+https://github.com/rust-lang/crates.io-index" 1717 - checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" 1718 - dependencies = [ 1719 - "bitflags 2.6.0", 1720 - "filetime", 1721 - "fsevent-sys", 1722 - "inotify", 1723 - "kqueue", 1724 - "libc", 1725 - "log", 1726 - "mio", 1727 - "notify-types", 1728 - "walkdir", 1729 - "windows-sys 0.52.0", 1730 - ] 1731 - 1732 - [[package]] 1733 - name = "notify-types" 1734 - version = "1.0.0" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "7393c226621f817964ffb3dc5704f9509e107a8b024b489cc2c1b217378785df" 1737 - dependencies = [ 1738 - "instant", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "nu-ansi-term" 1743 - version = "0.46.0" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1746 - dependencies = [ 1747 - "overload", 1748 - "winapi", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "num-bigint" 1753 - version = "0.4.6" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1756 - dependencies = [ 1757 - "num-integer", 1758 - "num-traits", 1759 - ] 1760 - 1761 - [[package]] 1762 - name = "num-conv" 1763 - version = "0.1.0" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1766 - 1767 - [[package]] 1768 - name = "num-integer" 1769 - version = "0.1.46" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1772 - dependencies = [ 1773 - "num-traits", 1774 - ] 1775 - 1776 - [[package]] 1777 - name = "num-traits" 1778 - version = "0.2.19" 1779 - source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1781 - dependencies = [ 1782 - "autocfg", 1783 - ] 1784 - 1785 - [[package]] 1786 - name = "num_threads" 1787 - version = "0.1.7" 1788 - source = "registry+https://github.com/rust-lang/crates.io-index" 1789 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 1790 - dependencies = [ 1791 - "libc", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "object" 1796 - version = "0.36.5" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 1799 - dependencies = [ 1800 - "memchr", 1801 - ] 1802 - 1803 - [[package]] 1804 - name = "oid-registry" 1805 - version = "0.7.1" 1806 - source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 1808 - dependencies = [ 1809 - "asn1-rs", 1810 - ] 1811 - 1812 - [[package]] 1813 - name = "once_cell" 1814 - version = "1.20.2" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 1817 - 1818 - [[package]] 1819 - name = "openssl-probe" 1820 - version = "0.1.5" 1821 - source = "registry+https://github.com/rust-lang/crates.io-index" 1822 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1823 - 1824 - [[package]] 1825 - name = "overload" 1826 - version = "0.1.1" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1829 - 1830 - [[package]] 1831 - name = "parking" 1832 - version = "2.2.1" 1833 - source = "registry+https://github.com/rust-lang/crates.io-index" 1834 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1835 - 1836 - [[package]] 1837 - name = "parking_lot" 1838 - version = "0.12.3" 1839 - source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1841 - dependencies = [ 1842 - "lock_api", 1843 - "parking_lot_core", 1844 - ] 1845 - 1846 - [[package]] 1847 - name = "parking_lot_core" 1848 - version = "0.9.10" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1851 - dependencies = [ 1852 - "cfg-if", 1853 - "libc", 1854 - "redox_syscall 0.5.7", 1855 - "smallvec", 1856 - "windows-targets 0.52.6", 1857 - ] 1858 - 1859 - [[package]] 1860 - name = "parse-display" 1861 - version = "0.9.1" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a" 1864 - dependencies = [ 1865 - "parse-display-derive", 1866 - "regex", 1867 - "regex-syntax 0.8.5", 1868 - ] 1869 - 1870 - [[package]] 1871 - name = "parse-display-derive" 1872 - version = "0.9.1" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281" 1875 - dependencies = [ 1876 - "proc-macro2", 1877 - "quote", 1878 - "regex", 1879 - "regex-syntax 0.8.5", 1880 - "structmeta", 1881 - "syn", 1882 - ] 1883 - 1884 - [[package]] 1885 - name = "paste" 1886 - version = "1.0.15" 1887 - source = "registry+https://github.com/rust-lang/crates.io-index" 1888 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1889 - 1890 - [[package]] 1891 - name = "percent-encoding" 1892 - version = "2.3.1" 1893 - source = "registry+https://github.com/rust-lang/crates.io-index" 1894 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1895 - 1896 - [[package]] 1897 - name = "pin-project" 1898 - version = "1.1.7" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" 1901 - dependencies = [ 1902 - "pin-project-internal", 1903 - ] 1904 - 1905 - [[package]] 1906 - name = "pin-project-internal" 1907 - version = "1.1.7" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" 1910 - dependencies = [ 1911 - "proc-macro2", 1912 - "quote", 1913 - "syn", 1914 - ] 1915 - 1916 - [[package]] 1917 - name = "pin-project-lite" 1918 - version = "0.2.15" 1919 - source = "registry+https://github.com/rust-lang/crates.io-index" 1920 - checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 1921 - 1922 - [[package]] 1923 - name = "pin-utils" 1924 - version = "0.1.0" 1925 - source = "registry+https://github.com/rust-lang/crates.io-index" 1926 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1927 - 1928 - [[package]] 1929 - name = "powerfmt" 1930 - version = "0.2.0" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1933 - 1934 - [[package]] 1935 - name = "ppp" 1936 - version = "2.2.0" 1937 - source = "registry+https://github.com/rust-lang/crates.io-index" 1938 - checksum = "82d901d7dd743c478e14af9518bdbc33e53e50be56429233f812537f29dbf0d1" 1939 - dependencies = [ 1940 - "thiserror", 1941 - ] 1942 - 1943 - [[package]] 1944 - name = "ppv-lite86" 1945 - version = "0.2.20" 1946 - source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1948 - dependencies = [ 1949 - "zerocopy", 1950 - ] 1951 - 1952 - [[package]] 1953 - name = "prettyplease" 1954 - version = "0.2.25" 1955 - source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" 1957 - dependencies = [ 1958 - "proc-macro2", 1959 - "syn", 1960 - ] 1961 - 1962 - [[package]] 1963 - name = "proc-macro2" 1964 - version = "1.0.89" 1965 - source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 1967 - dependencies = [ 1968 - "unicode-ident", 1969 - ] 1970 - 1971 - [[package]] 1972 - name = "quick-error" 1973 - version = "1.2.3" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1976 - 1977 - [[package]] 1978 - name = "quote" 1979 - version = "1.0.37" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 1982 - dependencies = [ 1983 - "proc-macro2", 1984 - ] 1985 - 1986 - [[package]] 1987 - name = "rand" 1988 - version = "0.8.5" 1989 - source = "registry+https://github.com/rust-lang/crates.io-index" 1990 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1991 - dependencies = [ 1992 - "libc", 1993 - "rand_chacha", 1994 - "rand_core", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "rand_chacha" 1999 - version = "0.3.1" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2002 - dependencies = [ 2003 - "ppv-lite86", 2004 - "rand_core", 2005 - ] 2006 - 2007 - [[package]] 2008 - name = "rand_core" 2009 - version = "0.6.4" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2012 - dependencies = [ 2013 - "getrandom", 2014 - ] 2015 - 2016 - [[package]] 2017 - name = "rcgen" 2018 - version = "0.13.1" 2019 - source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" 2021 - dependencies = [ 2022 - "aws-lc-rs", 2023 - "ring", 2024 - "rustls-pki-types", 2025 - "time", 2026 - "yasna", 2027 - ] 2028 - 2029 - [[package]] 2030 - name = "redox_syscall" 2031 - version = "0.3.5" 2032 - source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2034 - dependencies = [ 2035 - "bitflags 1.3.2", 2036 - ] 2037 - 2038 - [[package]] 2039 - name = "redox_syscall" 2040 - version = "0.5.7" 2041 - source = "registry+https://github.com/rust-lang/crates.io-index" 2042 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 2043 - dependencies = [ 2044 - "bitflags 2.6.0", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "regex" 2049 - version = "1.11.1" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2052 - dependencies = [ 2053 - "aho-corasick", 2054 - "memchr", 2055 - "regex-automata 0.4.8", 2056 - "regex-syntax 0.8.5", 2057 - ] 2058 - 2059 - [[package]] 2060 - name = "regex-automata" 2061 - version = "0.1.10" 2062 - source = "registry+https://github.com/rust-lang/crates.io-index" 2063 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2064 - dependencies = [ 2065 - "regex-syntax 0.6.29", 2066 - ] 2067 - 2068 - [[package]] 2069 - name = "regex-automata" 2070 - version = "0.4.8" 2071 - source = "registry+https://github.com/rust-lang/crates.io-index" 2072 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 2073 - dependencies = [ 2074 - "aho-corasick", 2075 - "memchr", 2076 - "regex-syntax 0.8.5", 2077 - ] 2078 - 2079 - [[package]] 2080 - name = "regex-syntax" 2081 - version = "0.6.29" 2082 - source = "registry+https://github.com/rust-lang/crates.io-index" 2083 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2084 - 2085 - [[package]] 2086 - name = "regex-syntax" 2087 - version = "0.8.5" 2088 - source = "registry+https://github.com/rust-lang/crates.io-index" 2089 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 2090 - 2091 - [[package]] 2092 - name = "resolv-conf" 2093 - version = "0.7.0" 2094 - source = "registry+https://github.com/rust-lang/crates.io-index" 2095 - checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 2096 - dependencies = [ 2097 - "hostname", 2098 - "quick-error", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "ring" 2103 - version = "0.17.8" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2106 - dependencies = [ 2107 - "cc", 2108 - "cfg-if", 2109 - "getrandom", 2110 - "libc", 2111 - "spin", 2112 - "untrusted 0.9.0", 2113 - "windows-sys 0.52.0", 2114 - ] 2115 - 2116 - [[package]] 2117 - name = "rustc-demangle" 2118 - version = "0.1.24" 2119 - source = "registry+https://github.com/rust-lang/crates.io-index" 2120 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2121 - 2122 - [[package]] 2123 - name = "rustc-hash" 2124 - version = "1.1.0" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2127 - 2128 - [[package]] 2129 - name = "rusticata-macros" 2130 - version = "4.1.0" 2131 - source = "registry+https://github.com/rust-lang/crates.io-index" 2132 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2133 - dependencies = [ 2134 - "nom", 2135 - ] 2136 - 2137 - [[package]] 2138 - name = "rustix" 2139 - version = "0.38.39" 2140 - source = "registry+https://github.com/rust-lang/crates.io-index" 2141 - checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" 2142 - dependencies = [ 2143 - "bitflags 2.6.0", 2144 - "errno", 2145 - "libc", 2146 - "linux-raw-sys", 2147 - "windows-sys 0.52.0", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "rustls" 2152 - version = "0.21.12" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 2155 - dependencies = [ 2156 - "log", 2157 - "ring", 2158 - "rustls-webpki 0.101.7", 2159 - "sct", 2160 - ] 2161 - 2162 - [[package]] 2163 - name = "rustls" 2164 - version = "0.23.16" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" 2167 - dependencies = [ 2168 - "aws-lc-rs", 2169 - "log", 2170 - "once_cell", 2171 - "ring", 2172 - "rustls-pki-types", 2173 - "rustls-webpki 0.102.8", 2174 - "subtle", 2175 - "zeroize", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "rustls-native-certs" 2180 - version = "0.6.3" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 2183 - dependencies = [ 2184 - "openssl-probe", 2185 - "rustls-pemfile 1.0.4", 2186 - "schannel", 2187 - "security-framework", 2188 - ] 2189 - 2190 - [[package]] 2191 - name = "rustls-native-certs" 2192 - version = "0.7.3" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 2195 - dependencies = [ 2196 - "openssl-probe", 2197 - "rustls-pemfile 2.2.0", 2198 - "rustls-pki-types", 2199 - "schannel", 2200 - "security-framework", 2201 - ] 2202 - 2203 - [[package]] 2204 - name = "rustls-native-certs" 2205 - version = "0.8.0" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 2208 - dependencies = [ 2209 - "openssl-probe", 2210 - "rustls-pemfile 2.2.0", 2211 - "rustls-pki-types", 2212 - "schannel", 2213 - "security-framework", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "rustls-pemfile" 2218 - version = "1.0.4" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2221 - dependencies = [ 2222 - "base64 0.21.7", 2223 - ] 2224 - 2225 - [[package]] 2226 - name = "rustls-pemfile" 2227 - version = "2.2.0" 2228 - source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2230 - dependencies = [ 2231 - "rustls-pki-types", 2232 - ] 2233 - 2234 - [[package]] 2235 - name = "rustls-pki-types" 2236 - version = "1.10.0" 2237 - source = "registry+https://github.com/rust-lang/crates.io-index" 2238 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 2239 - 2240 - [[package]] 2241 - name = "rustls-webpki" 2242 - version = "0.101.7" 2243 - source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2245 - dependencies = [ 2246 - "ring", 2247 - "untrusted 0.9.0", 2248 - ] 2249 - 2250 - [[package]] 2251 - name = "rustls-webpki" 2252 - version = "0.102.8" 2253 - source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2255 - dependencies = [ 2256 - "aws-lc-rs", 2257 - "ring", 2258 - "rustls-pki-types", 2259 - "untrusted 0.9.0", 2260 - ] 2261 - 2262 - [[package]] 2263 - name = "ryu" 2264 - version = "1.0.18" 2265 - source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2267 - 2268 - [[package]] 2269 - name = "same-file" 2270 - version = "1.0.6" 2271 - source = "registry+https://github.com/rust-lang/crates.io-index" 2272 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2273 - dependencies = [ 2274 - "winapi-util", 2275 - ] 2276 - 2277 - [[package]] 2278 - name = "schannel" 2279 - version = "0.1.26" 2280 - source = "registry+https://github.com/rust-lang/crates.io-index" 2281 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 2282 - dependencies = [ 2283 - "windows-sys 0.59.0", 2284 - ] 2285 - 2286 - [[package]] 2287 - name = "scopeguard" 2288 - version = "1.2.0" 2289 - source = "registry+https://github.com/rust-lang/crates.io-index" 2290 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2291 - 2292 - [[package]] 2293 - name = "sct" 2294 - version = "0.7.1" 2295 - source = "registry+https://github.com/rust-lang/crates.io-index" 2296 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2297 - dependencies = [ 2298 - "ring", 2299 - "untrusted 0.9.0", 2300 - ] 2301 - 2302 - [[package]] 2303 - name = "security-framework" 2304 - version = "2.11.1" 2305 - source = "registry+https://github.com/rust-lang/crates.io-index" 2306 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2307 - dependencies = [ 2308 - "bitflags 2.6.0", 2309 - "core-foundation", 2310 - "core-foundation-sys", 2311 - "libc", 2312 - "security-framework-sys", 2313 - ] 2314 - 2315 - [[package]] 2316 - name = "security-framework-sys" 2317 - version = "2.12.1" 2318 - source = "registry+https://github.com/rust-lang/crates.io-index" 2319 - checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" 2320 - dependencies = [ 2321 - "core-foundation-sys", 2322 - "libc", 2323 - ] 2324 - 2325 - [[package]] 2326 - name = "serde" 2327 - version = "1.0.214" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" 2330 - dependencies = [ 2331 - "serde_derive", 2332 - ] 2333 - 2334 - [[package]] 2335 - name = "serde_derive" 2336 - version = "1.0.214" 2337 - source = "registry+https://github.com/rust-lang/crates.io-index" 2338 - checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" 2339 - dependencies = [ 2340 - "proc-macro2", 2341 - "quote", 2342 - "syn", 2343 - ] 2344 - 2345 - [[package]] 2346 - name = "serde_json" 2347 - version = "1.0.132" 2348 - source = "registry+https://github.com/rust-lang/crates.io-index" 2349 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 2350 - dependencies = [ 2351 - "itoa", 2352 - "memchr", 2353 - "ryu", 2354 - "serde", 2355 - ] 2356 - 2357 - [[package]] 2358 - name = "serde_regex" 2359 - version = "1.1.0" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 2362 - dependencies = [ 2363 - "regex", 2364 - "serde", 2365 - ] 2366 - 2367 - [[package]] 2368 - name = "serde_repr" 2369 - version = "0.1.19" 2370 - source = "registry+https://github.com/rust-lang/crates.io-index" 2371 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 2372 - dependencies = [ 2373 - "proc-macro2", 2374 - "quote", 2375 - "syn", 2376 - ] 2377 - 2378 - [[package]] 2379 - name = "serde_urlencoded" 2380 - version = "0.7.1" 2381 - source = "registry+https://github.com/rust-lang/crates.io-index" 2382 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2383 - dependencies = [ 2384 - "form_urlencoded", 2385 - "itoa", 2386 - "ryu", 2387 - "serde", 2388 - ] 2389 - 2390 - [[package]] 2391 - name = "serde_with" 2392 - version = "3.11.0" 2393 - source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" 2395 - dependencies = [ 2396 - "base64 0.22.1", 2397 - "chrono", 2398 - "hex", 2399 - "indexmap 1.9.3", 2400 - "indexmap 2.6.0", 2401 - "serde", 2402 - "serde_derive", 2403 - "serde_json", 2404 - "serde_with_macros", 2405 - "time", 2406 - ] 2407 - 2408 - [[package]] 2409 - name = "serde_with_macros" 2410 - version = "3.11.0" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" 2413 - dependencies = [ 2414 - "darling", 2415 - "proc-macro2", 2416 - "quote", 2417 - "syn", 2418 - ] 2419 - 2420 - [[package]] 2421 - name = "serde_yaml" 2422 - version = "0.9.34+deprecated" 2423 - source = "registry+https://github.com/rust-lang/crates.io-index" 2424 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 2425 - dependencies = [ 2426 - "indexmap 2.6.0", 2427 - "itoa", 2428 - "ryu", 2429 - "serde", 2430 - "unsafe-libyaml", 2431 - ] 2432 - 2433 - [[package]] 2434 - name = "sha1" 2435 - version = "0.10.6" 2436 - source = "registry+https://github.com/rust-lang/crates.io-index" 2437 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2438 - dependencies = [ 2439 - "cfg-if", 2440 - "cpufeatures", 2441 - "digest", 2442 - ] 2443 - 2444 - [[package]] 2445 - name = "sharded-slab" 2446 - version = "0.1.7" 2447 - source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2449 - dependencies = [ 2450 - "lazy_static", 2451 - ] 2452 - 2453 - [[package]] 2454 - name = "shlex" 2455 - version = "1.3.0" 2456 - source = "registry+https://github.com/rust-lang/crates.io-index" 2457 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2458 - 2459 - [[package]] 2460 - name = "signal-hook" 2461 - version = "0.3.17" 2462 - source = "registry+https://github.com/rust-lang/crates.io-index" 2463 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2464 - dependencies = [ 2465 - "libc", 2466 - "signal-hook-registry", 2467 - ] 2468 - 2469 - [[package]] 2470 - name = "signal-hook-mio" 2471 - version = "0.2.4" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 2474 - dependencies = [ 2475 - "libc", 2476 - "mio", 2477 - "signal-hook", 2478 - ] 2479 - 2480 - [[package]] 2481 - name = "signal-hook-registry" 2482 - version = "1.4.2" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2485 - dependencies = [ 2486 - "libc", 2487 - ] 2488 - 2489 - [[package]] 2490 - name = "simdutf8" 2491 - version = "0.1.5" 2492 - source = "registry+https://github.com/rust-lang/crates.io-index" 2493 - checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2494 - 2495 - [[package]] 2496 - name = "slab" 2497 - version = "0.4.9" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2500 - dependencies = [ 2501 - "autocfg", 2502 - ] 2503 - 2504 - [[package]] 2505 - name = "smallvec" 2506 - version = "1.13.2" 2507 - source = "registry+https://github.com/rust-lang/crates.io-index" 2508 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2509 - 2510 - [[package]] 2511 - name = "socket2" 2512 - version = "0.5.7" 2513 - source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2515 - dependencies = [ 2516 - "libc", 2517 - "windows-sys 0.52.0", 2518 - ] 2519 - 2520 - [[package]] 2521 - name = "spin" 2522 - version = "0.9.8" 2523 - source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2525 - 2526 - [[package]] 2527 - name = "stable_deref_trait" 2528 - version = "1.2.0" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2531 - 2532 - [[package]] 2533 - name = "strsim" 2534 - version = "0.11.1" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2537 - 2538 - [[package]] 2539 - name = "structmeta" 2540 - version = "0.3.0" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" 2543 - dependencies = [ 2544 - "proc-macro2", 2545 - "quote", 2546 - "structmeta-derive", 2547 - "syn", 2548 - ] 2549 - 2550 - [[package]] 2551 - name = "structmeta-derive" 2552 - version = "0.3.0" 2553 - source = "registry+https://github.com/rust-lang/crates.io-index" 2554 - checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" 2555 - dependencies = [ 2556 - "proc-macro2", 2557 - "quote", 2558 - "syn", 2559 - ] 2560 - 2561 - [[package]] 2562 - name = "subtle" 2563 - version = "2.6.1" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2566 - 2567 - [[package]] 2568 - name = "syn" 2569 - version = "2.0.87" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" 2572 - dependencies = [ 2573 - "proc-macro2", 2574 - "quote", 2575 - "unicode-ident", 2576 - ] 2577 - 2578 - [[package]] 2579 - name = "synstructure" 2580 - version = "0.13.1" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2583 - dependencies = [ 2584 - "proc-macro2", 2585 - "quote", 2586 - "syn", 2587 - ] 2588 - 2589 - [[package]] 2590 - name = "testcontainers" 2591 - version = "0.23.1" 2592 - source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "5f40cc2bd72e17f328faf8ca7687fe337e61bccd8acf9674fa78dd3792b045e1" 2594 - dependencies = [ 2595 - "async-trait", 2596 - "bollard", 2597 - "bollard-stubs", 2598 - "bytes", 2599 - "docker_credential", 2600 - "either", 2601 - "etcetera", 2602 - "futures", 2603 - "log", 2604 - "memchr", 2605 - "parse-display", 2606 - "pin-project-lite", 2607 - "serde", 2608 - "serde_json", 2609 - "serde_with", 2610 - "thiserror", 2611 - "tokio", 2612 - "tokio-stream", 2613 - "tokio-tar", 2614 - "tokio-util", 2615 - "url", 2616 - ] 2617 - 2618 - [[package]] 2619 - name = "thiserror" 2620 - version = "1.0.68" 2621 - source = "registry+https://github.com/rust-lang/crates.io-index" 2622 - checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" 2623 - dependencies = [ 2624 - "thiserror-impl", 2625 - ] 2626 - 2627 - [[package]] 2628 - name = "thiserror-impl" 2629 - version = "1.0.68" 2630 - source = "registry+https://github.com/rust-lang/crates.io-index" 2631 - checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" 2632 - dependencies = [ 2633 - "proc-macro2", 2634 - "quote", 2635 - "syn", 2636 - ] 2637 - 2638 - [[package]] 2639 - name = "thread_local" 2640 - version = "1.1.8" 2641 - source = "registry+https://github.com/rust-lang/crates.io-index" 2642 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2643 - dependencies = [ 2644 - "cfg-if", 2645 - "once_cell", 2646 - ] 2647 - 2648 - [[package]] 2649 - name = "time" 2650 - version = "0.3.36" 2651 - source = "registry+https://github.com/rust-lang/crates.io-index" 2652 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2653 - dependencies = [ 2654 - "deranged", 2655 - "itoa", 2656 - "libc", 2657 - "num-conv", 2658 - "num_threads", 2659 - "powerfmt", 2660 - "serde", 2661 - "time-core", 2662 - "time-macros", 2663 - ] 2664 - 2665 - [[package]] 2666 - name = "time-core" 2667 - version = "0.1.2" 2668 - source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2670 - 2671 - [[package]] 2672 - name = "time-macros" 2673 - version = "0.2.18" 2674 - source = "registry+https://github.com/rust-lang/crates.io-index" 2675 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2676 - dependencies = [ 2677 - "num-conv", 2678 - "time-core", 2679 - ] 2680 - 2681 - [[package]] 2682 - name = "tinystr" 2683 - version = "0.7.6" 2684 - source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2686 - dependencies = [ 2687 - "displaydoc", 2688 - "zerovec", 2689 - ] 2690 - 2691 - [[package]] 2692 - name = "tinyvec" 2693 - version = "1.8.0" 2694 - source = "registry+https://github.com/rust-lang/crates.io-index" 2695 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 2696 - dependencies = [ 2697 - "tinyvec_macros", 2698 - ] 2699 - 2700 - [[package]] 2701 - name = "tinyvec_macros" 2702 - version = "0.1.1" 2703 - source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2705 - 2706 - [[package]] 2707 - name = "tokio" 2708 - version = "1.41.1" 2709 - source = "registry+https://github.com/rust-lang/crates.io-index" 2710 - checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" 2711 - dependencies = [ 2712 - "backtrace", 2713 - "bytes", 2714 - "libc", 2715 - "mio", 2716 - "parking_lot", 2717 - "pin-project-lite", 2718 - "signal-hook-registry", 2719 - "socket2", 2720 - "tokio-macros", 2721 - "windows-sys 0.52.0", 2722 - ] 2723 - 2724 - [[package]] 2725 - name = "tokio-fd" 2726 - version = "0.3.0" 2727 - source = "registry+https://github.com/rust-lang/crates.io-index" 2728 - checksum = "5cedf0b897610a4baff98bf6116c060c5cfe7574d4339c50e9d23fe09377641d" 2729 - dependencies = [ 2730 - "libc", 2731 - "tokio", 2732 - ] 2733 - 2734 - [[package]] 2735 - name = "tokio-macros" 2736 - version = "2.4.0" 2737 - source = "registry+https://github.com/rust-lang/crates.io-index" 2738 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 2739 - dependencies = [ 2740 - "proc-macro2", 2741 - "quote", 2742 - "syn", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "tokio-rustls" 2747 - version = "0.24.1" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2750 - dependencies = [ 2751 - "rustls 0.21.12", 2752 - "tokio", 2753 - ] 2754 - 2755 - [[package]] 2756 - name = "tokio-rustls" 2757 - version = "0.26.0" 2758 - source = "registry+https://github.com/rust-lang/crates.io-index" 2759 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 2760 - dependencies = [ 2761 - "rustls 0.23.16", 2762 - "rustls-pki-types", 2763 - "tokio", 2764 - ] 2765 - 2766 - [[package]] 2767 - name = "tokio-stream" 2768 - version = "0.1.16" 2769 - source = "registry+https://github.com/rust-lang/crates.io-index" 2770 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 2771 - dependencies = [ 2772 - "futures-core", 2773 - "pin-project-lite", 2774 - "tokio", 2775 - ] 2776 - 2777 - [[package]] 2778 - name = "tokio-tar" 2779 - version = "0.3.1" 2780 - source = "registry+https://github.com/rust-lang/crates.io-index" 2781 - checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75" 2782 - dependencies = [ 2783 - "filetime", 2784 - "futures-core", 2785 - "libc", 2786 - "redox_syscall 0.3.5", 2787 - "tokio", 2788 - "tokio-stream", 2789 - "xattr", 2790 - ] 2791 - 2792 - [[package]] 2793 - name = "tokio-util" 2794 - version = "0.7.12" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 2797 - dependencies = [ 2798 - "bytes", 2799 - "futures-core", 2800 - "futures-sink", 2801 - "pin-project-lite", 2802 - "tokio", 2803 - ] 2804 - 2805 - [[package]] 2806 - name = "tower-service" 2807 - version = "0.3.3" 2808 - source = "registry+https://github.com/rust-lang/crates.io-index" 2809 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2810 - 2811 - [[package]] 2812 - name = "tracing" 2813 - version = "0.1.40" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2816 - dependencies = [ 2817 - "log", 2818 - "pin-project-lite", 2819 - "tracing-attributes", 2820 - "tracing-core", 2821 - ] 2822 - 2823 - [[package]] 2824 - name = "tracing-attributes" 2825 - version = "0.1.27" 2826 - source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2828 - dependencies = [ 2829 - "proc-macro2", 2830 - "quote", 2831 - "syn", 2832 - ] 2833 - 2834 - [[package]] 2835 - name = "tracing-core" 2836 - version = "0.1.32" 2837 - source = "registry+https://github.com/rust-lang/crates.io-index" 2838 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2839 - dependencies = [ 2840 - "once_cell", 2841 - "valuable", 2842 - ] 2843 - 2844 - [[package]] 2845 - name = "tracing-log" 2846 - version = "0.2.0" 2847 - source = "registry+https://github.com/rust-lang/crates.io-index" 2848 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2849 - dependencies = [ 2850 - "log", 2851 - "once_cell", 2852 - "tracing-core", 2853 - ] 2854 - 2855 - [[package]] 2856 - name = "tracing-subscriber" 2857 - version = "0.3.18" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2860 - dependencies = [ 2861 - "matchers", 2862 - "nu-ansi-term", 2863 - "once_cell", 2864 - "regex", 2865 - "sharded-slab", 2866 - "smallvec", 2867 - "thread_local", 2868 - "time", 2869 - "tracing", 2870 - "tracing-core", 2871 - "tracing-log", 2872 - ] 2873 - 2874 - [[package]] 2875 - name = "try-lock" 2876 - version = "0.2.5" 2877 - source = "registry+https://github.com/rust-lang/crates.io-index" 2878 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2879 - 2880 - [[package]] 2881 - name = "typenum" 2882 - version = "1.17.0" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2885 - 2886 - [[package]] 2887 - name = "unicode-bidi" 2888 - version = "0.3.17" 2889 - source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 2891 - 2892 - [[package]] 2893 - name = "unicode-ident" 2894 - version = "1.0.13" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 2897 - 2898 - [[package]] 2899 - name = "unicode-normalization" 2900 - version = "0.1.24" 2901 - source = "registry+https://github.com/rust-lang/crates.io-index" 2902 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2903 - dependencies = [ 2904 - "tinyvec", 2905 - ] 2906 - 2907 - [[package]] 2908 - name = "unsafe-libyaml" 2909 - version = "0.2.11" 2910 - source = "registry+https://github.com/rust-lang/crates.io-index" 2911 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 2912 - 2913 - [[package]] 2914 - name = "untrusted" 2915 - version = "0.7.1" 2916 - source = "registry+https://github.com/rust-lang/crates.io-index" 2917 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2918 - 2919 - [[package]] 2920 - name = "untrusted" 2921 - version = "0.9.0" 2922 - source = "registry+https://github.com/rust-lang/crates.io-index" 2923 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2924 - 2925 - [[package]] 2926 - name = "url" 2927 - version = "2.5.3" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" 2930 - dependencies = [ 2931 - "form_urlencoded", 2932 - "idna 1.0.3", 2933 - "percent-encoding", 2934 - "serde", 2935 - ] 2936 - 2937 - [[package]] 2938 - name = "urlencoding" 2939 - version = "2.1.3" 2940 - source = "registry+https://github.com/rust-lang/crates.io-index" 2941 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 2942 - 2943 - [[package]] 2944 - name = "utf-8" 2945 - version = "0.7.6" 2946 - source = "registry+https://github.com/rust-lang/crates.io-index" 2947 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2948 - 2949 - [[package]] 2950 - name = "utf16_iter" 2951 - version = "1.0.5" 2952 - source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2954 - 2955 - [[package]] 2956 - name = "utf8_iter" 2957 - version = "1.0.4" 2958 - source = "registry+https://github.com/rust-lang/crates.io-index" 2959 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2960 - 2961 - [[package]] 2962 - name = "utf8parse" 2963 - version = "0.2.2" 2964 - source = "registry+https://github.com/rust-lang/crates.io-index" 2965 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2966 - 2967 - [[package]] 2968 - name = "uuid" 2969 - version = "1.11.0" 2970 - source = "registry+https://github.com/rust-lang/crates.io-index" 2971 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 2972 - dependencies = [ 2973 - "getrandom", 2974 - "serde", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "valuable" 2979 - version = "0.1.0" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2982 - 2983 - [[package]] 2984 - name = "version_check" 2985 - version = "0.9.5" 2986 - source = "registry+https://github.com/rust-lang/crates.io-index" 2987 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2988 - 2989 - [[package]] 2990 - name = "walkdir" 2991 - version = "2.5.0" 2992 - source = "registry+https://github.com/rust-lang/crates.io-index" 2993 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2994 - dependencies = [ 2995 - "same-file", 2996 - "winapi-util", 2997 - ] 2998 - 2999 - [[package]] 3000 - name = "want" 3001 - version = "0.3.1" 3002 - source = "registry+https://github.com/rust-lang/crates.io-index" 3003 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3004 - dependencies = [ 3005 - "try-lock", 3006 - ] 3007 - 3008 - [[package]] 3009 - name = "wasi" 3010 - version = "0.11.0+wasi-snapshot-preview1" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3013 - 3014 - [[package]] 3015 - name = "wasm-bindgen" 3016 - version = "0.2.95" 3017 - source = "registry+https://github.com/rust-lang/crates.io-index" 3018 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 3019 - dependencies = [ 3020 - "cfg-if", 3021 - "once_cell", 3022 - "wasm-bindgen-macro", 3023 - ] 3024 - 3025 - [[package]] 3026 - name = "wasm-bindgen-backend" 3027 - version = "0.2.95" 3028 - source = "registry+https://github.com/rust-lang/crates.io-index" 3029 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 3030 - dependencies = [ 3031 - "bumpalo", 3032 - "log", 3033 - "once_cell", 3034 - "proc-macro2", 3035 - "quote", 3036 - "syn", 3037 - "wasm-bindgen-shared", 3038 - ] 3039 - 3040 - [[package]] 3041 - name = "wasm-bindgen-macro" 3042 - version = "0.2.95" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 3045 - dependencies = [ 3046 - "quote", 3047 - "wasm-bindgen-macro-support", 3048 - ] 3049 - 3050 - [[package]] 3051 - name = "wasm-bindgen-macro-support" 3052 - version = "0.2.95" 3053 - source = "registry+https://github.com/rust-lang/crates.io-index" 3054 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 3055 - dependencies = [ 3056 - "proc-macro2", 3057 - "quote", 3058 - "syn", 3059 - "wasm-bindgen-backend", 3060 - "wasm-bindgen-shared", 3061 - ] 3062 - 3063 - [[package]] 3064 - name = "wasm-bindgen-shared" 3065 - version = "0.2.95" 3066 - source = "registry+https://github.com/rust-lang/crates.io-index" 3067 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 3068 - 3069 - [[package]] 3070 - name = "which" 3071 - version = "4.4.2" 3072 - source = "registry+https://github.com/rust-lang/crates.io-index" 3073 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 3074 - dependencies = [ 3075 - "either", 3076 - "home", 3077 - "once_cell", 3078 - "rustix", 3079 - ] 3080 - 3081 - [[package]] 3082 - name = "widestring" 3083 - version = "1.1.0" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 3086 - 3087 - [[package]] 3088 - name = "winapi" 3089 - version = "0.3.9" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3092 - dependencies = [ 3093 - "winapi-i686-pc-windows-gnu", 3094 - "winapi-x86_64-pc-windows-gnu", 3095 - ] 3096 - 3097 - [[package]] 3098 - name = "winapi-i686-pc-windows-gnu" 3099 - version = "0.4.0" 3100 - source = "registry+https://github.com/rust-lang/crates.io-index" 3101 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3102 - 3103 - [[package]] 3104 - name = "winapi-util" 3105 - version = "0.1.9" 3106 - source = "registry+https://github.com/rust-lang/crates.io-index" 3107 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 3108 - dependencies = [ 3109 - "windows-sys 0.59.0", 3110 - ] 3111 - 3112 - [[package]] 3113 - name = "winapi-x86_64-pc-windows-gnu" 3114 - version = "0.4.0" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3117 - 3118 - [[package]] 3119 - name = "windows-core" 3120 - version = "0.52.0" 3121 - source = "registry+https://github.com/rust-lang/crates.io-index" 3122 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 3123 - dependencies = [ 3124 - "windows-targets 0.52.6", 3125 - ] 3126 - 3127 - [[package]] 3128 - name = "windows-sys" 3129 - version = "0.48.0" 3130 - source = "registry+https://github.com/rust-lang/crates.io-index" 3131 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3132 - dependencies = [ 3133 - "windows-targets 0.48.5", 3134 - ] 3135 - 3136 - [[package]] 3137 - name = "windows-sys" 3138 - version = "0.52.0" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3141 - dependencies = [ 3142 - "windows-targets 0.52.6", 3143 - ] 3144 - 3145 - [[package]] 3146 - name = "windows-sys" 3147 - version = "0.59.0" 3148 - source = "registry+https://github.com/rust-lang/crates.io-index" 3149 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3150 - dependencies = [ 3151 - "windows-targets 0.52.6", 3152 - ] 3153 - 3154 - [[package]] 3155 - name = "windows-targets" 3156 - version = "0.48.5" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3159 - dependencies = [ 3160 - "windows_aarch64_gnullvm 0.48.5", 3161 - "windows_aarch64_msvc 0.48.5", 3162 - "windows_i686_gnu 0.48.5", 3163 - "windows_i686_msvc 0.48.5", 3164 - "windows_x86_64_gnu 0.48.5", 3165 - "windows_x86_64_gnullvm 0.48.5", 3166 - "windows_x86_64_msvc 0.48.5", 3167 - ] 3168 - 3169 - [[package]] 3170 - name = "windows-targets" 3171 - version = "0.52.6" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3174 - dependencies = [ 3175 - "windows_aarch64_gnullvm 0.52.6", 3176 - "windows_aarch64_msvc 0.52.6", 3177 - "windows_i686_gnu 0.52.6", 3178 - "windows_i686_gnullvm", 3179 - "windows_i686_msvc 0.52.6", 3180 - "windows_x86_64_gnu 0.52.6", 3181 - "windows_x86_64_gnullvm 0.52.6", 3182 - "windows_x86_64_msvc 0.52.6", 3183 - ] 3184 - 3185 - [[package]] 3186 - name = "windows_aarch64_gnullvm" 3187 - version = "0.48.5" 3188 - source = "registry+https://github.com/rust-lang/crates.io-index" 3189 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3190 - 3191 - [[package]] 3192 - name = "windows_aarch64_gnullvm" 3193 - version = "0.52.6" 3194 - source = "registry+https://github.com/rust-lang/crates.io-index" 3195 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3196 - 3197 - [[package]] 3198 - name = "windows_aarch64_msvc" 3199 - version = "0.48.5" 3200 - source = "registry+https://github.com/rust-lang/crates.io-index" 3201 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3202 - 3203 - [[package]] 3204 - name = "windows_aarch64_msvc" 3205 - version = "0.52.6" 3206 - source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3208 - 3209 - [[package]] 3210 - name = "windows_i686_gnu" 3211 - version = "0.48.5" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3214 - 3215 - [[package]] 3216 - name = "windows_i686_gnu" 3217 - version = "0.52.6" 3218 - source = "registry+https://github.com/rust-lang/crates.io-index" 3219 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3220 - 3221 - [[package]] 3222 - name = "windows_i686_gnullvm" 3223 - version = "0.52.6" 3224 - source = "registry+https://github.com/rust-lang/crates.io-index" 3225 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3226 - 3227 - [[package]] 3228 - name = "windows_i686_msvc" 3229 - version = "0.48.5" 3230 - source = "registry+https://github.com/rust-lang/crates.io-index" 3231 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3232 - 3233 - [[package]] 3234 - name = "windows_i686_msvc" 3235 - version = "0.52.6" 3236 - source = "registry+https://github.com/rust-lang/crates.io-index" 3237 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3238 - 3239 - [[package]] 3240 - name = "windows_x86_64_gnu" 3241 - version = "0.48.5" 3242 - source = "registry+https://github.com/rust-lang/crates.io-index" 3243 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3244 - 3245 - [[package]] 3246 - name = "windows_x86_64_gnu" 3247 - version = "0.52.6" 3248 - source = "registry+https://github.com/rust-lang/crates.io-index" 3249 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3250 - 3251 - [[package]] 3252 - name = "windows_x86_64_gnullvm" 3253 - version = "0.48.5" 3254 - source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3256 - 3257 - [[package]] 3258 - name = "windows_x86_64_gnullvm" 3259 - version = "0.52.6" 3260 - source = "registry+https://github.com/rust-lang/crates.io-index" 3261 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3262 - 3263 - [[package]] 3264 - name = "windows_x86_64_msvc" 3265 - version = "0.48.5" 3266 - source = "registry+https://github.com/rust-lang/crates.io-index" 3267 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3268 - 3269 - [[package]] 3270 - name = "windows_x86_64_msvc" 3271 - version = "0.52.6" 3272 - source = "registry+https://github.com/rust-lang/crates.io-index" 3273 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3274 - 3275 - [[package]] 3276 - name = "winreg" 3277 - version = "0.50.0" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3280 - dependencies = [ 3281 - "cfg-if", 3282 - "windows-sys 0.48.0", 3283 - ] 3284 - 3285 - [[package]] 3286 - name = "write16" 3287 - version = "1.0.0" 3288 - source = "registry+https://github.com/rust-lang/crates.io-index" 3289 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3290 - 3291 - [[package]] 3292 - name = "writeable" 3293 - version = "0.5.5" 3294 - source = "registry+https://github.com/rust-lang/crates.io-index" 3295 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3296 - 3297 - [[package]] 3298 - name = "wstunnel" 3299 - version = "10.1.6" 3300 - dependencies = [ 3301 - "ahash", 3302 - "anyhow", 3303 - "arc-swap", 3304 - "async-channel", 3305 - "async-trait", 3306 - "base64 0.22.1", 3307 - "bb8", 3308 - "bytes", 3309 - "clap", 3310 - "crossterm", 3311 - "fast-socks5", 3312 - "fastwebsockets", 3313 - "fdlimit", 3314 - "futures-util", 3315 - "hickory-resolver", 3316 - "http-body-util", 3317 - "hyper", 3318 - "hyper-util", 3319 - "ipnet", 3320 - "jsonwebtoken", 3321 - "log", 3322 - "nix", 3323 - "notify", 3324 - "parking_lot", 3325 - "pin-project", 3326 - "ppp", 3327 - "rcgen", 3328 - "regex", 3329 - "rustls-native-certs 0.8.0", 3330 - "rustls-pemfile 2.2.0", 3331 - "scopeguard", 3332 - "serde", 3333 - "serde_regex", 3334 - "serde_yaml", 3335 - "socket2", 3336 - "testcontainers", 3337 - "tokio", 3338 - "tokio-fd", 3339 - "tokio-rustls 0.26.0", 3340 - "tokio-stream", 3341 - "tokio-util", 3342 - "tracing", 3343 - "tracing-subscriber", 3344 - "url", 3345 - "urlencoding", 3346 - "uuid", 3347 - "x509-parser", 3348 - ] 3349 - 3350 - [[package]] 3351 - name = "x509-parser" 3352 - version = "0.16.0" 3353 - source = "registry+https://github.com/rust-lang/crates.io-index" 3354 - checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 3355 - dependencies = [ 3356 - "asn1-rs", 3357 - "data-encoding", 3358 - "der-parser", 3359 - "lazy_static", 3360 - "nom", 3361 - "oid-registry", 3362 - "rusticata-macros", 3363 - "thiserror", 3364 - "time", 3365 - ] 3366 - 3367 - [[package]] 3368 - name = "xattr" 3369 - version = "1.3.1" 3370 - source = "registry+https://github.com/rust-lang/crates.io-index" 3371 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 3372 - dependencies = [ 3373 - "libc", 3374 - "linux-raw-sys", 3375 - "rustix", 3376 - ] 3377 - 3378 - [[package]] 3379 - name = "yasna" 3380 - version = "0.5.2" 3381 - source = "registry+https://github.com/rust-lang/crates.io-index" 3382 - checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 3383 - dependencies = [ 3384 - "time", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "yoke" 3389 - version = "0.7.4" 3390 - source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 3392 - dependencies = [ 3393 - "serde", 3394 - "stable_deref_trait", 3395 - "yoke-derive", 3396 - "zerofrom", 3397 - ] 3398 - 3399 - [[package]] 3400 - name = "yoke-derive" 3401 - version = "0.7.4" 3402 - source = "registry+https://github.com/rust-lang/crates.io-index" 3403 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 3404 - dependencies = [ 3405 - "proc-macro2", 3406 - "quote", 3407 - "syn", 3408 - "synstructure", 3409 - ] 3410 - 3411 - [[package]] 3412 - name = "zerocopy" 3413 - version = "0.7.35" 3414 - source = "registry+https://github.com/rust-lang/crates.io-index" 3415 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 3416 - dependencies = [ 3417 - "byteorder", 3418 - "zerocopy-derive", 3419 - ] 3420 - 3421 - [[package]] 3422 - name = "zerocopy-derive" 3423 - version = "0.7.35" 3424 - source = "registry+https://github.com/rust-lang/crates.io-index" 3425 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 3426 - dependencies = [ 3427 - "proc-macro2", 3428 - "quote", 3429 - "syn", 3430 - ] 3431 - 3432 - [[package]] 3433 - name = "zerofrom" 3434 - version = "0.1.4" 3435 - source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 3437 - dependencies = [ 3438 - "zerofrom-derive", 3439 - ] 3440 - 3441 - [[package]] 3442 - name = "zerofrom-derive" 3443 - version = "0.1.4" 3444 - source = "registry+https://github.com/rust-lang/crates.io-index" 3445 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 3446 - dependencies = [ 3447 - "proc-macro2", 3448 - "quote", 3449 - "syn", 3450 - "synstructure", 3451 - ] 3452 - 3453 - [[package]] 3454 - name = "zeroize" 3455 - version = "1.8.1" 3456 - source = "registry+https://github.com/rust-lang/crates.io-index" 3457 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3458 - 3459 - [[package]] 3460 - name = "zerovec" 3461 - version = "0.10.4" 3462 - source = "registry+https://github.com/rust-lang/crates.io-index" 3463 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3464 - dependencies = [ 3465 - "yoke", 3466 - "zerofrom", 3467 - "zerovec-derive", 3468 - ] 3469 - 3470 - [[package]] 3471 - name = "zerovec-derive" 3472 - version = "0.10.3" 3473 - source = "registry+https://github.com/rust-lang/crates.io-index" 3474 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3475 - dependencies = [ 3476 - "proc-macro2", 3477 - "quote", 3478 - "syn", 3479 - ]
+9 -8
pkgs/by-name/ws/wstunnel/package.nix
··· 6 6 nixosTests, 7 7 nix-update-script, 8 8 versionCheckHook, 9 + apple-sdk_11, 9 10 }: 10 11 11 12 let 12 - version = "10.1.6"; 13 + version = "10.1.7"; 13 14 in 14 15 15 16 rustPlatform.buildRustPackage { ··· 20 21 owner = "erebe"; 21 22 repo = "wstunnel"; 22 23 rev = "v${version}"; 23 - hash = "sha256-ufssj7m5mly2B33e1DWY2e6AH0zTPh3SozYc663QjJ4="; 24 + hash = "sha256-WqTHU4W/MUzmJ/totr8vfSDlNXirJE5KfgNglOen65w="; 24 25 }; 25 26 26 - cargoLock = { 27 - lockFile = ./Cargo.lock; 28 - outputHashes = { 29 - "fastwebsockets-0.8.0" = "sha256-eqtCh9fMOG2uvL/GLUVXNiSB+ovYLc/Apuq9zssn8hU="; 30 - }; 31 - }; 27 + useFetchCargoVendor = true; 28 + cargoHash = "sha256-Cs6zSHvqItqwGh3FMn7Iv7SyMk72sp6cH9Wn09UYMsk="; 32 29 33 30 nativeBuildInputs = [ versionCheckHook ]; 31 + 32 + buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 33 + apple-sdk_11 34 + ]; 34 35 35 36 doInstallCheck = true; 36 37