git-interactive-rebase-tool: 2.2.1 -> 2.3.0, drop intactive maintainer

authored by Sandro Jäckel and committed by zowoq 55e7f425 12ecdc25

+1382 -4
+1366
pkgs/applications/version-management/git-interactive-rebase-tool/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 = "aho-corasick" 7 + version = "1.0.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 10 + dependencies = [ 11 + "memchr", 12 + ] 13 + 14 + [[package]] 15 + name = "android-tzdata" 16 + version = "0.1.1" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 19 + 20 + [[package]] 21 + name = "android_system_properties" 22 + version = "0.1.4" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" 25 + dependencies = [ 26 + "libc", 27 + ] 28 + 29 + [[package]] 30 + name = "anyhow" 31 + version = "1.0.72" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 34 + 35 + [[package]] 36 + name = "arrayvec" 37 + version = "0.7.2" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 40 + 41 + [[package]] 42 + name = "autocfg" 43 + version = "1.1.0" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 46 + 47 + [[package]] 48 + name = "bitflags" 49 + version = "1.3.2" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 52 + 53 + [[package]] 54 + name = "bumpalo" 55 + version = "3.13.0" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 58 + 59 + [[package]] 60 + name = "captur" 61 + version = "0.1.0" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "70fab32548d14602e13307a86c41b2dc2fc2ef19c2881bf63598275a7e45b182" 64 + 65 + [[package]] 66 + name = "cc" 67 + version = "1.0.73" 68 + source = "registry+https://github.com/rust-lang/crates.io-index" 69 + checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 70 + dependencies = [ 71 + "jobserver", 72 + ] 73 + 74 + [[package]] 75 + name = "cfg-if" 76 + version = "1.0.0" 77 + source = "registry+https://github.com/rust-lang/crates.io-index" 78 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 79 + 80 + [[package]] 81 + name = "chrono" 82 + version = "0.4.26" 83 + source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 85 + dependencies = [ 86 + "android-tzdata", 87 + "iana-time-zone", 88 + "js-sys", 89 + "num-traits", 90 + "time", 91 + "wasm-bindgen", 92 + "winapi", 93 + ] 94 + 95 + [[package]] 96 + name = "claim" 97 + version = "0.5.0" 98 + source = "git+https://github.com/Turbo87/rust-claim.git?rev=23892a3#23892a345d38e1434303143a73033925284ad04d" 99 + dependencies = [ 100 + "autocfg", 101 + ] 102 + 103 + [[package]] 104 + name = "core-foundation-sys" 105 + version = "0.8.3" 106 + source = "registry+https://github.com/rust-lang/crates.io-index" 107 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 108 + 109 + [[package]] 110 + name = "crossbeam-channel" 111 + version = "0.5.8" 112 + source = "registry+https://github.com/rust-lang/crates.io-index" 113 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 114 + dependencies = [ 115 + "cfg-if", 116 + "crossbeam-utils", 117 + ] 118 + 119 + [[package]] 120 + name = "crossbeam-utils" 121 + version = "0.8.8" 122 + source = "registry+https://github.com/rust-lang/crates.io-index" 123 + checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" 124 + dependencies = [ 125 + "cfg-if", 126 + "lazy_static", 127 + ] 128 + 129 + [[package]] 130 + name = "crossterm" 131 + version = "0.26.1" 132 + source = "registry+https://github.com/rust-lang/crates.io-index" 133 + checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 134 + dependencies = [ 135 + "bitflags", 136 + "crossterm_winapi", 137 + "libc", 138 + "mio", 139 + "parking_lot", 140 + "signal-hook", 141 + "signal-hook-mio", 142 + "winapi", 143 + ] 144 + 145 + [[package]] 146 + name = "crossterm_winapi" 147 + version = "0.9.0" 148 + source = "registry+https://github.com/rust-lang/crates.io-index" 149 + checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 150 + dependencies = [ 151 + "winapi", 152 + ] 153 + 154 + [[package]] 155 + name = "dashmap" 156 + version = "5.3.3" 157 + source = "registry+https://github.com/rust-lang/crates.io-index" 158 + checksum = "391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573" 159 + dependencies = [ 160 + "cfg-if", 161 + "hashbrown", 162 + "lock_api", 163 + ] 164 + 165 + [[package]] 166 + name = "diff" 167 + version = "0.1.12" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 170 + 171 + [[package]] 172 + name = "errno" 173 + version = "0.3.1" 174 + source = "registry+https://github.com/rust-lang/crates.io-index" 175 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 176 + dependencies = [ 177 + "errno-dragonfly", 178 + "libc", 179 + "windows-sys 0.48.0", 180 + ] 181 + 182 + [[package]] 183 + name = "errno-dragonfly" 184 + version = "0.1.2" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 187 + dependencies = [ 188 + "cc", 189 + "libc", 190 + ] 191 + 192 + [[package]] 193 + name = "fastrand" 194 + version = "1.7.0" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" 197 + dependencies = [ 198 + "instant", 199 + ] 200 + 201 + [[package]] 202 + name = "form_urlencoded" 203 + version = "1.0.1" 204 + source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 206 + dependencies = [ 207 + "matches", 208 + "percent-encoding", 209 + ] 210 + 211 + [[package]] 212 + name = "futures" 213 + version = "0.3.21" 214 + source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 216 + dependencies = [ 217 + "futures-channel", 218 + "futures-core", 219 + "futures-executor", 220 + "futures-io", 221 + "futures-sink", 222 + "futures-task", 223 + "futures-util", 224 + ] 225 + 226 + [[package]] 227 + name = "futures-channel" 228 + version = "0.3.21" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 231 + dependencies = [ 232 + "futures-core", 233 + "futures-sink", 234 + ] 235 + 236 + [[package]] 237 + name = "futures-core" 238 + version = "0.3.21" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 241 + 242 + [[package]] 243 + name = "futures-executor" 244 + version = "0.3.21" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 247 + dependencies = [ 248 + "futures-core", 249 + "futures-task", 250 + "futures-util", 251 + ] 252 + 253 + [[package]] 254 + name = "futures-io" 255 + version = "0.3.21" 256 + source = "registry+https://github.com/rust-lang/crates.io-index" 257 + checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" 258 + 259 + [[package]] 260 + name = "futures-macro" 261 + version = "0.3.21" 262 + source = "registry+https://github.com/rust-lang/crates.io-index" 263 + checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" 264 + dependencies = [ 265 + "proc-macro2", 266 + "quote", 267 + "syn 1.0.104", 268 + ] 269 + 270 + [[package]] 271 + name = "futures-sink" 272 + version = "0.3.21" 273 + source = "registry+https://github.com/rust-lang/crates.io-index" 274 + checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 275 + 276 + [[package]] 277 + name = "futures-task" 278 + version = "0.3.21" 279 + source = "registry+https://github.com/rust-lang/crates.io-index" 280 + checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 281 + 282 + [[package]] 283 + name = "futures-timer" 284 + version = "3.0.2" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 287 + 288 + [[package]] 289 + name = "futures-util" 290 + version = "0.3.21" 291 + source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 293 + dependencies = [ 294 + "futures-channel", 295 + "futures-core", 296 + "futures-io", 297 + "futures-macro", 298 + "futures-sink", 299 + "futures-task", 300 + "memchr", 301 + "pin-project-lite", 302 + "pin-utils", 303 + "slab", 304 + ] 305 + 306 + [[package]] 307 + name = "getrandom" 308 + version = "0.2.6" 309 + source = "registry+https://github.com/rust-lang/crates.io-index" 310 + checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" 311 + dependencies = [ 312 + "cfg-if", 313 + "libc", 314 + "wasi 0.10.0+wasi-snapshot-preview1", 315 + ] 316 + 317 + [[package]] 318 + name = "girt-config" 319 + version = "2.3.0" 320 + dependencies = [ 321 + "claim", 322 + "girt-git", 323 + "girt-testutils", 324 + "lazy_static", 325 + "proc-macro2", 326 + "rstest", 327 + "rustc_version", 328 + "serial_test", 329 + "tempfile", 330 + "thiserror", 331 + ] 332 + 333 + [[package]] 334 + name = "girt-core" 335 + version = "2.3.0" 336 + dependencies = [ 337 + "anyhow", 338 + "bitflags", 339 + "captur", 340 + "chrono", 341 + "claim", 342 + "crossbeam-channel", 343 + "girt-config", 344 + "girt-display", 345 + "girt-git", 346 + "girt-input", 347 + "girt-runtime", 348 + "girt-todo-file", 349 + "girt-view", 350 + "if_chain", 351 + "lazy_static", 352 + "num-format", 353 + "parking_lot", 354 + "pico-args", 355 + "pretty_assertions", 356 + "rstest", 357 + "rustc_version", 358 + "serial_test", 359 + "unicode-segmentation", 360 + ] 361 + 362 + [[package]] 363 + name = "girt-display" 364 + version = "2.3.0" 365 + dependencies = [ 366 + "crossterm", 367 + "girt-config", 368 + "rstest", 369 + "rustc_version", 370 + "serial_test", 371 + "thiserror", 372 + ] 373 + 374 + [[package]] 375 + name = "girt-git" 376 + version = "2.3.0" 377 + dependencies = [ 378 + "chrono", 379 + "claim", 380 + "girt-testutils", 381 + "git2", 382 + "lazy_static", 383 + "parking_lot", 384 + "pretty_assertions", 385 + "rstest", 386 + "rustc_version", 387 + "serial_test", 388 + "tempfile", 389 + "thiserror", 390 + ] 391 + 392 + [[package]] 393 + name = "girt-input" 394 + version = "2.3.0" 395 + dependencies = [ 396 + "anyhow", 397 + "bitflags", 398 + "captur", 399 + "crossbeam-channel", 400 + "crossterm", 401 + "girt-config", 402 + "girt-runtime", 403 + "lazy_static", 404 + "parking_lot", 405 + "rstest", 406 + "rustc_version", 407 + "serial_test", 408 + ] 409 + 410 + [[package]] 411 + name = "girt-runtime" 412 + version = "2.3.0" 413 + dependencies = [ 414 + "claim", 415 + "crossbeam-channel", 416 + "girt-testutils", 417 + "parking_lot", 418 + "rustc_version", 419 + "thiserror", 420 + ] 421 + 422 + [[package]] 423 + name = "girt-testutils" 424 + version = "2.3.0" 425 + dependencies = [ 426 + "rustc_version", 427 + ] 428 + 429 + [[package]] 430 + name = "girt-todo-file" 431 + version = "2.3.0" 432 + dependencies = [ 433 + "claim", 434 + "girt-testutils", 435 + "pretty_assertions", 436 + "rstest", 437 + "rustc_version", 438 + "tempfile", 439 + "thiserror", 440 + "version-track", 441 + ] 442 + 443 + [[package]] 444 + name = "girt-view" 445 + version = "2.3.0" 446 + dependencies = [ 447 + "anyhow", 448 + "bitflags", 449 + "captur", 450 + "claim", 451 + "crossbeam-channel", 452 + "girt-config", 453 + "girt-display", 454 + "girt-runtime", 455 + "parking_lot", 456 + "rustc_version", 457 + "unicode-segmentation", 458 + "unicode-width", 459 + "uuid", 460 + "xi-unicode", 461 + ] 462 + 463 + [[package]] 464 + name = "git-interactive-rebase-tool" 465 + version = "2.3.0" 466 + dependencies = [ 467 + "girt-core", 468 + "rustc_version", 469 + ] 470 + 471 + [[package]] 472 + name = "git2" 473 + version = "0.15.0" 474 + source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1" 476 + dependencies = [ 477 + "bitflags", 478 + "libc", 479 + "libgit2-sys", 480 + "log", 481 + "url", 482 + ] 483 + 484 + [[package]] 485 + name = "glob" 486 + version = "0.3.1" 487 + source = "registry+https://github.com/rust-lang/crates.io-index" 488 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 489 + 490 + [[package]] 491 + name = "hashbrown" 492 + version = "0.12.3" 493 + source = "registry+https://github.com/rust-lang/crates.io-index" 494 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 495 + 496 + [[package]] 497 + name = "hermit-abi" 498 + version = "0.3.2" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 501 + 502 + [[package]] 503 + name = "iana-time-zone" 504 + version = "0.1.45" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35" 507 + dependencies = [ 508 + "android_system_properties", 509 + "core-foundation-sys", 510 + "js-sys", 511 + "wasm-bindgen", 512 + "winapi", 513 + ] 514 + 515 + [[package]] 516 + name = "idna" 517 + version = "0.2.3" 518 + source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 520 + dependencies = [ 521 + "matches", 522 + "unicode-bidi", 523 + "unicode-normalization", 524 + ] 525 + 526 + [[package]] 527 + name = "if_chain" 528 + version = "1.0.2" 529 + source = "registry+https://github.com/rust-lang/crates.io-index" 530 + checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 531 + 532 + [[package]] 533 + name = "instant" 534 + version = "0.1.12" 535 + source = "registry+https://github.com/rust-lang/crates.io-index" 536 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 537 + dependencies = [ 538 + "cfg-if", 539 + ] 540 + 541 + [[package]] 542 + name = "io-lifetimes" 543 + version = "1.0.11" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 546 + dependencies = [ 547 + "hermit-abi", 548 + "libc", 549 + "windows-sys 0.48.0", 550 + ] 551 + 552 + [[package]] 553 + name = "itoa" 554 + version = "1.0.4" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 557 + 558 + [[package]] 559 + name = "jobserver" 560 + version = "0.1.24" 561 + source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" 563 + dependencies = [ 564 + "libc", 565 + ] 566 + 567 + [[package]] 568 + name = "js-sys" 569 + version = "0.3.59" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 572 + dependencies = [ 573 + "wasm-bindgen", 574 + ] 575 + 576 + [[package]] 577 + name = "lazy_static" 578 + version = "1.4.0" 579 + source = "registry+https://github.com/rust-lang/crates.io-index" 580 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 581 + 582 + [[package]] 583 + name = "libc" 584 + version = "0.2.147" 585 + source = "registry+https://github.com/rust-lang/crates.io-index" 586 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 587 + 588 + [[package]] 589 + name = "libgit2-sys" 590 + version = "0.14.2+1.5.1" 591 + source = "registry+https://github.com/rust-lang/crates.io-index" 592 + checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 593 + dependencies = [ 594 + "cc", 595 + "libc", 596 + "libz-sys", 597 + "pkg-config", 598 + ] 599 + 600 + [[package]] 601 + name = "libz-sys" 602 + version = "1.1.6" 603 + source = "registry+https://github.com/rust-lang/crates.io-index" 604 + checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e" 605 + dependencies = [ 606 + "cc", 607 + "libc", 608 + "pkg-config", 609 + "vcpkg", 610 + ] 611 + 612 + [[package]] 613 + name = "linux-raw-sys" 614 + version = "0.3.8" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 617 + 618 + [[package]] 619 + name = "lock_api" 620 + version = "0.4.7" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 623 + dependencies = [ 624 + "autocfg", 625 + "scopeguard", 626 + ] 627 + 628 + [[package]] 629 + name = "log" 630 + version = "0.4.16" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" 633 + dependencies = [ 634 + "cfg-if", 635 + ] 636 + 637 + [[package]] 638 + name = "matches" 639 + version = "0.1.9" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 642 + 643 + [[package]] 644 + name = "memchr" 645 + version = "2.5.0" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 648 + 649 + [[package]] 650 + name = "mio" 651 + version = "0.8.2" 652 + source = "registry+https://github.com/rust-lang/crates.io-index" 653 + checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9" 654 + dependencies = [ 655 + "libc", 656 + "log", 657 + "miow", 658 + "ntapi", 659 + "wasi 0.11.0+wasi-snapshot-preview1", 660 + "winapi", 661 + ] 662 + 663 + [[package]] 664 + name = "miow" 665 + version = "0.3.7" 666 + source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 668 + dependencies = [ 669 + "winapi", 670 + ] 671 + 672 + [[package]] 673 + name = "ntapi" 674 + version = "0.3.7" 675 + source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 677 + dependencies = [ 678 + "winapi", 679 + ] 680 + 681 + [[package]] 682 + name = "num-format" 683 + version = "0.4.4" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 686 + dependencies = [ 687 + "arrayvec", 688 + "itoa", 689 + ] 690 + 691 + [[package]] 692 + name = "num-traits" 693 + version = "0.2.14" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 696 + dependencies = [ 697 + "autocfg", 698 + ] 699 + 700 + [[package]] 701 + name = "once_cell" 702 + version = "1.13.1" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 705 + 706 + [[package]] 707 + name = "parking_lot" 708 + version = "0.12.1" 709 + source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 711 + dependencies = [ 712 + "lock_api", 713 + "parking_lot_core", 714 + ] 715 + 716 + [[package]] 717 + name = "parking_lot_core" 718 + version = "0.9.2" 719 + source = "registry+https://github.com/rust-lang/crates.io-index" 720 + checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37" 721 + dependencies = [ 722 + "cfg-if", 723 + "libc", 724 + "redox_syscall 0.2.13", 725 + "smallvec", 726 + "windows-sys 0.34.0", 727 + ] 728 + 729 + [[package]] 730 + name = "percent-encoding" 731 + version = "2.1.0" 732 + source = "registry+https://github.com/rust-lang/crates.io-index" 733 + checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 734 + 735 + [[package]] 736 + name = "pico-args" 737 + version = "0.5.0" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 740 + 741 + [[package]] 742 + name = "pin-project-lite" 743 + version = "0.2.9" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 746 + 747 + [[package]] 748 + name = "pin-utils" 749 + version = "0.1.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 752 + 753 + [[package]] 754 + name = "pkg-config" 755 + version = "0.3.25" 756 + source = "registry+https://github.com/rust-lang/crates.io-index" 757 + checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 758 + 759 + [[package]] 760 + name = "ppv-lite86" 761 + version = "0.2.16" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 764 + 765 + [[package]] 766 + name = "pretty_assertions" 767 + version = "1.4.0" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 770 + dependencies = [ 771 + "diff", 772 + "yansi", 773 + ] 774 + 775 + [[package]] 776 + name = "proc-macro2" 777 + version = "1.0.66" 778 + source = "registry+https://github.com/rust-lang/crates.io-index" 779 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 780 + dependencies = [ 781 + "unicode-ident", 782 + ] 783 + 784 + [[package]] 785 + name = "quote" 786 + version = "1.0.29" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 789 + dependencies = [ 790 + "proc-macro2", 791 + ] 792 + 793 + [[package]] 794 + name = "rand" 795 + version = "0.8.5" 796 + source = "registry+https://github.com/rust-lang/crates.io-index" 797 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 798 + dependencies = [ 799 + "libc", 800 + "rand_chacha", 801 + "rand_core", 802 + ] 803 + 804 + [[package]] 805 + name = "rand_chacha" 806 + version = "0.3.1" 807 + source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 809 + dependencies = [ 810 + "ppv-lite86", 811 + "rand_core", 812 + ] 813 + 814 + [[package]] 815 + name = "rand_core" 816 + version = "0.6.3" 817 + source = "registry+https://github.com/rust-lang/crates.io-index" 818 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 819 + dependencies = [ 820 + "getrandom", 821 + ] 822 + 823 + [[package]] 824 + name = "redox_syscall" 825 + version = "0.2.13" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 828 + dependencies = [ 829 + "bitflags", 830 + ] 831 + 832 + [[package]] 833 + name = "redox_syscall" 834 + version = "0.3.5" 835 + source = "registry+https://github.com/rust-lang/crates.io-index" 836 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 837 + dependencies = [ 838 + "bitflags", 839 + ] 840 + 841 + [[package]] 842 + name = "regex" 843 + version = "1.9.1" 844 + source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 846 + dependencies = [ 847 + "aho-corasick", 848 + "memchr", 849 + "regex-automata", 850 + "regex-syntax", 851 + ] 852 + 853 + [[package]] 854 + name = "regex-automata" 855 + version = "0.3.3" 856 + source = "registry+https://github.com/rust-lang/crates.io-index" 857 + checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 858 + dependencies = [ 859 + "aho-corasick", 860 + "memchr", 861 + "regex-syntax", 862 + ] 863 + 864 + [[package]] 865 + name = "regex-syntax" 866 + version = "0.7.4" 867 + source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 869 + 870 + [[package]] 871 + name = "relative-path" 872 + version = "1.8.0" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" 875 + 876 + [[package]] 877 + name = "rstest" 878 + version = "0.18.1" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c" 881 + dependencies = [ 882 + "futures", 883 + "futures-timer", 884 + "rstest_macros", 885 + "rustc_version", 886 + ] 887 + 888 + [[package]] 889 + name = "rstest_macros" 890 + version = "0.18.1" 891 + source = "registry+https://github.com/rust-lang/crates.io-index" 892 + checksum = "225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03" 893 + dependencies = [ 894 + "cfg-if", 895 + "glob", 896 + "proc-macro2", 897 + "quote", 898 + "regex", 899 + "relative-path", 900 + "rustc_version", 901 + "syn 2.0.26", 902 + "unicode-ident", 903 + ] 904 + 905 + [[package]] 906 + name = "rustc_version" 907 + version = "0.4.0" 908 + source = "registry+https://github.com/rust-lang/crates.io-index" 909 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 910 + dependencies = [ 911 + "semver", 912 + ] 913 + 914 + [[package]] 915 + name = "rustix" 916 + version = "0.37.23" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 919 + dependencies = [ 920 + "bitflags", 921 + "errno", 922 + "io-lifetimes", 923 + "libc", 924 + "linux-raw-sys", 925 + "windows-sys 0.48.0", 926 + ] 927 + 928 + [[package]] 929 + name = "scopeguard" 930 + version = "1.1.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 933 + 934 + [[package]] 935 + name = "semver" 936 + version = "1.0.7" 937 + source = "registry+https://github.com/rust-lang/crates.io-index" 938 + checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4" 939 + 940 + [[package]] 941 + name = "serial_test" 942 + version = "2.0.0" 943 + source = "registry+https://github.com/rust-lang/crates.io-index" 944 + checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 945 + dependencies = [ 946 + "dashmap", 947 + "futures", 948 + "lazy_static", 949 + "log", 950 + "parking_lot", 951 + "serial_test_derive", 952 + ] 953 + 954 + [[package]] 955 + name = "serial_test_derive" 956 + version = "2.0.0" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 959 + dependencies = [ 960 + "proc-macro2", 961 + "quote", 962 + "syn 2.0.26", 963 + ] 964 + 965 + [[package]] 966 + name = "signal-hook" 967 + version = "0.3.13" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d" 970 + dependencies = [ 971 + "libc", 972 + "signal-hook-registry", 973 + ] 974 + 975 + [[package]] 976 + name = "signal-hook-mio" 977 + version = "0.2.3" 978 + source = "registry+https://github.com/rust-lang/crates.io-index" 979 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 980 + dependencies = [ 981 + "libc", 982 + "mio", 983 + "signal-hook", 984 + ] 985 + 986 + [[package]] 987 + name = "signal-hook-registry" 988 + version = "1.4.0" 989 + source = "registry+https://github.com/rust-lang/crates.io-index" 990 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 991 + dependencies = [ 992 + "libc", 993 + ] 994 + 995 + [[package]] 996 + name = "slab" 997 + version = "0.4.6" 998 + source = "registry+https://github.com/rust-lang/crates.io-index" 999 + checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" 1000 + 1001 + [[package]] 1002 + name = "smallvec" 1003 + version = "1.8.0" 1004 + source = "registry+https://github.com/rust-lang/crates.io-index" 1005 + checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 1006 + 1007 + [[package]] 1008 + name = "syn" 1009 + version = "1.0.104" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" 1012 + dependencies = [ 1013 + "proc-macro2", 1014 + "quote", 1015 + "unicode-ident", 1016 + ] 1017 + 1018 + [[package]] 1019 + name = "syn" 1020 + version = "2.0.26" 1021 + source = "registry+https://github.com/rust-lang/crates.io-index" 1022 + checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" 1023 + dependencies = [ 1024 + "proc-macro2", 1025 + "quote", 1026 + "unicode-ident", 1027 + ] 1028 + 1029 + [[package]] 1030 + name = "tempfile" 1031 + version = "3.6.0" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1034 + dependencies = [ 1035 + "autocfg", 1036 + "cfg-if", 1037 + "fastrand", 1038 + "redox_syscall 0.3.5", 1039 + "rustix", 1040 + "windows-sys 0.48.0", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "thiserror" 1045 + version = "1.0.43" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" 1048 + dependencies = [ 1049 + "thiserror-impl", 1050 + ] 1051 + 1052 + [[package]] 1053 + name = "thiserror-impl" 1054 + version = "1.0.43" 1055 + source = "registry+https://github.com/rust-lang/crates.io-index" 1056 + checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" 1057 + dependencies = [ 1058 + "proc-macro2", 1059 + "quote", 1060 + "syn 2.0.26", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "time" 1065 + version = "0.1.44" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1068 + dependencies = [ 1069 + "libc", 1070 + "wasi 0.10.0+wasi-snapshot-preview1", 1071 + "winapi", 1072 + ] 1073 + 1074 + [[package]] 1075 + name = "tinyvec" 1076 + version = "1.6.0" 1077 + source = "registry+https://github.com/rust-lang/crates.io-index" 1078 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1079 + dependencies = [ 1080 + "tinyvec_macros", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "tinyvec_macros" 1085 + version = "0.1.0" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1088 + 1089 + [[package]] 1090 + name = "unicode-bidi" 1091 + version = "0.3.8" 1092 + source = "registry+https://github.com/rust-lang/crates.io-index" 1093 + checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 1094 + 1095 + [[package]] 1096 + name = "unicode-ident" 1097 + version = "1.0.5" 1098 + source = "registry+https://github.com/rust-lang/crates.io-index" 1099 + checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 1100 + 1101 + [[package]] 1102 + name = "unicode-normalization" 1103 + version = "0.1.19" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 1106 + dependencies = [ 1107 + "tinyvec", 1108 + ] 1109 + 1110 + [[package]] 1111 + name = "unicode-segmentation" 1112 + version = "1.10.1" 1113 + source = "registry+https://github.com/rust-lang/crates.io-index" 1114 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1115 + 1116 + [[package]] 1117 + name = "unicode-width" 1118 + version = "0.1.10" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1121 + 1122 + [[package]] 1123 + name = "url" 1124 + version = "2.2.2" 1125 + source = "registry+https://github.com/rust-lang/crates.io-index" 1126 + checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 1127 + dependencies = [ 1128 + "form_urlencoded", 1129 + "idna", 1130 + "matches", 1131 + "percent-encoding", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "uuid" 1136 + version = "1.4.1" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 1139 + dependencies = [ 1140 + "getrandom", 1141 + "rand", 1142 + ] 1143 + 1144 + [[package]] 1145 + name = "vcpkg" 1146 + version = "0.2.15" 1147 + source = "registry+https://github.com/rust-lang/crates.io-index" 1148 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1149 + 1150 + [[package]] 1151 + name = "version-track" 1152 + version = "0.1.0" 1153 + source = "registry+https://github.com/rust-lang/crates.io-index" 1154 + checksum = "6d9affed6b4e63b1f30ed8f0f2c401fa725f5f511eb00e52269f401c4d5ae12f" 1155 + dependencies = [ 1156 + "uuid", 1157 + ] 1158 + 1159 + [[package]] 1160 + name = "wasi" 1161 + version = "0.10.0+wasi-snapshot-preview1" 1162 + source = "registry+https://github.com/rust-lang/crates.io-index" 1163 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1164 + 1165 + [[package]] 1166 + name = "wasi" 1167 + version = "0.11.0+wasi-snapshot-preview1" 1168 + source = "registry+https://github.com/rust-lang/crates.io-index" 1169 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1170 + 1171 + [[package]] 1172 + name = "wasm-bindgen" 1173 + version = "0.2.82" 1174 + source = "registry+https://github.com/rust-lang/crates.io-index" 1175 + checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1176 + dependencies = [ 1177 + "cfg-if", 1178 + "wasm-bindgen-macro", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "wasm-bindgen-backend" 1183 + version = "0.2.82" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1186 + dependencies = [ 1187 + "bumpalo", 1188 + "log", 1189 + "once_cell", 1190 + "proc-macro2", 1191 + "quote", 1192 + "syn 1.0.104", 1193 + "wasm-bindgen-shared", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "wasm-bindgen-macro" 1198 + version = "0.2.82" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1201 + dependencies = [ 1202 + "quote", 1203 + "wasm-bindgen-macro-support", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "wasm-bindgen-macro-support" 1208 + version = "0.2.82" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1211 + dependencies = [ 1212 + "proc-macro2", 1213 + "quote", 1214 + "syn 1.0.104", 1215 + "wasm-bindgen-backend", 1216 + "wasm-bindgen-shared", 1217 + ] 1218 + 1219 + [[package]] 1220 + name = "wasm-bindgen-shared" 1221 + version = "0.2.82" 1222 + source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1224 + 1225 + [[package]] 1226 + name = "winapi" 1227 + version = "0.3.9" 1228 + source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1230 + dependencies = [ 1231 + "winapi-i686-pc-windows-gnu", 1232 + "winapi-x86_64-pc-windows-gnu", 1233 + ] 1234 + 1235 + [[package]] 1236 + name = "winapi-i686-pc-windows-gnu" 1237 + version = "0.4.0" 1238 + source = "registry+https://github.com/rust-lang/crates.io-index" 1239 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1240 + 1241 + [[package]] 1242 + name = "winapi-x86_64-pc-windows-gnu" 1243 + version = "0.4.0" 1244 + source = "registry+https://github.com/rust-lang/crates.io-index" 1245 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1246 + 1247 + [[package]] 1248 + name = "windows-sys" 1249 + version = "0.34.0" 1250 + source = "registry+https://github.com/rust-lang/crates.io-index" 1251 + checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825" 1252 + dependencies = [ 1253 + "windows_aarch64_msvc 0.34.0", 1254 + "windows_i686_gnu 0.34.0", 1255 + "windows_i686_msvc 0.34.0", 1256 + "windows_x86_64_gnu 0.34.0", 1257 + "windows_x86_64_msvc 0.34.0", 1258 + ] 1259 + 1260 + [[package]] 1261 + name = "windows-sys" 1262 + version = "0.48.0" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1265 + dependencies = [ 1266 + "windows-targets", 1267 + ] 1268 + 1269 + [[package]] 1270 + name = "windows-targets" 1271 + version = "0.48.1" 1272 + source = "registry+https://github.com/rust-lang/crates.io-index" 1273 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1274 + dependencies = [ 1275 + "windows_aarch64_gnullvm", 1276 + "windows_aarch64_msvc 0.48.0", 1277 + "windows_i686_gnu 0.48.0", 1278 + "windows_i686_msvc 0.48.0", 1279 + "windows_x86_64_gnu 0.48.0", 1280 + "windows_x86_64_gnullvm", 1281 + "windows_x86_64_msvc 0.48.0", 1282 + ] 1283 + 1284 + [[package]] 1285 + name = "windows_aarch64_gnullvm" 1286 + version = "0.48.0" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1289 + 1290 + [[package]] 1291 + name = "windows_aarch64_msvc" 1292 + version = "0.34.0" 1293 + source = "registry+https://github.com/rust-lang/crates.io-index" 1294 + checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" 1295 + 1296 + [[package]] 1297 + name = "windows_aarch64_msvc" 1298 + version = "0.48.0" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1301 + 1302 + [[package]] 1303 + name = "windows_i686_gnu" 1304 + version = "0.34.0" 1305 + source = "registry+https://github.com/rust-lang/crates.io-index" 1306 + checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" 1307 + 1308 + [[package]] 1309 + name = "windows_i686_gnu" 1310 + version = "0.48.0" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1313 + 1314 + [[package]] 1315 + name = "windows_i686_msvc" 1316 + version = "0.34.0" 1317 + source = "registry+https://github.com/rust-lang/crates.io-index" 1318 + checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" 1319 + 1320 + [[package]] 1321 + name = "windows_i686_msvc" 1322 + version = "0.48.0" 1323 + source = "registry+https://github.com/rust-lang/crates.io-index" 1324 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1325 + 1326 + [[package]] 1327 + name = "windows_x86_64_gnu" 1328 + version = "0.34.0" 1329 + source = "registry+https://github.com/rust-lang/crates.io-index" 1330 + checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" 1331 + 1332 + [[package]] 1333 + name = "windows_x86_64_gnu" 1334 + version = "0.48.0" 1335 + source = "registry+https://github.com/rust-lang/crates.io-index" 1336 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1337 + 1338 + [[package]] 1339 + name = "windows_x86_64_gnullvm" 1340 + version = "0.48.0" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1343 + 1344 + [[package]] 1345 + name = "windows_x86_64_msvc" 1346 + version = "0.34.0" 1347 + source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" 1349 + 1350 + [[package]] 1351 + name = "windows_x86_64_msvc" 1352 + version = "0.48.0" 1353 + source = "registry+https://github.com/rust-lang/crates.io-index" 1354 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1355 + 1356 + [[package]] 1357 + name = "xi-unicode" 1358 + version = "0.3.0" 1359 + source = "registry+https://github.com/rust-lang/crates.io-index" 1360 + checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 1361 + 1362 + [[package]] 1363 + name = "yansi" 1364 + version = "0.5.1" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+16 -4
pkgs/applications/version-management/git-interactive-rebase-tool/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "git-interactive-rebase-tool"; 5 - version = "2.2.1"; 5 + version = "2.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "MitMaro"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-KqItunxh24jAkvsAMnByS+dhm+wyUqmdF96qEDs/5mI="; 11 + sha256 = "sha256-tMeA2LsNCXxI086y8S+STYwjClWMPaBheP0s0oZ5I5c="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-510kNtcSsuXADMmSqu2t0HsnPUS/Jedsfvjnh2k+vDs="; 14 + postPatch = '' 15 + # unknown lint: `ffi_unwind_calls` 16 + # note: the `ffi_unwind_calls` lint is unstable 17 + substituteInPlace src/main.rs src/{config,core,display,input,git,runtime,todo_file,view}/src/lib.rs \ 18 + --replace "ffi_unwind_calls," "" 19 + ''; 20 + 21 + cargoLock = { 22 + lockFile = ./Cargo.lock; 23 + outputHashes = { 24 + "claim-0.5.0" = "sha256-quVV5PnWW1cYK+iSOM/Y0gLu2gPOrZ1ytJif0D5v9g0="; 25 + }; 26 + }; 15 27 16 28 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 17 29 ··· 30 42 description = "Native cross platform full feature terminal based sequence editor for git interactive rebase"; 31 43 changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}"; 32 44 license = licenses.mit; 33 - maintainers = with maintainers; [ masaeedu SuperSandro2000 zowoq ]; 45 + maintainers = with maintainers; [ SuperSandro2000 zowoq ]; 34 46 mainProgram = "interactive-rebase-tool"; 35 47 }; 36 48 }