Merge pull request #242111 from astro/cloud-hypervisor

cloud-hypervisor: 32.0 -> 33.0

authored by Sandro and committed by GitHub 87dfa279 14ef6934

+927 -158
+918 -150
pkgs/applications/virtualization/cloud-hypervisor/Cargo.lock
··· 5 5 [[package]] 6 6 name = "acpi_tables" 7 7 version = "0.1.0" 8 - source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#98dcb0309d362dd83f6ffcac4f66914a2fbd5a73" 8 + source = "git+https://github.com/rust-vmm/acpi_tables?branch=main#05a609136387cc1cc9b499cee4320020325c263f" 9 9 dependencies = [ 10 10 "zerocopy", 11 11 ] ··· 27 27 28 28 [[package]] 29 29 name = "aho-corasick" 30 - version = "0.7.20" 30 + version = "1.0.2" 31 31 source = "registry+https://github.com/rust-lang/crates.io-index" 32 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 32 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 33 33 dependencies = [ 34 34 "memchr", 35 35 ] 36 36 37 37 [[package]] 38 38 name = "anyhow" 39 - version = "1.0.70" 39 + version = "1.0.71" 40 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 41 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 42 42 43 43 [[package]] 44 44 name = "api_client" ··· 94 94 "argh_shared", 95 95 "proc-macro2", 96 96 "quote", 97 - "syn", 97 + "syn 1.0.109", 98 98 ] 99 99 100 100 [[package]] ··· 104 104 checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f" 105 105 106 106 [[package]] 107 + name = "async-broadcast" 108 + version = "0.5.1" 109 + source = "registry+https://github.com/rust-lang/crates.io-index" 110 + checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 111 + dependencies = [ 112 + "event-listener", 113 + "futures-core", 114 + ] 115 + 116 + [[package]] 117 + name = "async-channel" 118 + version = "1.8.0" 119 + source = "registry+https://github.com/rust-lang/crates.io-index" 120 + checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 121 + dependencies = [ 122 + "concurrent-queue", 123 + "event-listener", 124 + "futures-core", 125 + ] 126 + 127 + [[package]] 128 + name = "async-executor" 129 + version = "1.5.1" 130 + source = "registry+https://github.com/rust-lang/crates.io-index" 131 + checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 132 + dependencies = [ 133 + "async-lock", 134 + "async-task", 135 + "concurrent-queue", 136 + "fastrand", 137 + "futures-lite", 138 + "slab", 139 + ] 140 + 141 + [[package]] 142 + name = "async-fs" 143 + version = "1.6.0" 144 + source = "registry+https://github.com/rust-lang/crates.io-index" 145 + checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 146 + dependencies = [ 147 + "async-lock", 148 + "autocfg", 149 + "blocking", 150 + "futures-lite", 151 + ] 152 + 153 + [[package]] 154 + name = "async-io" 155 + version = "1.13.0" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 158 + dependencies = [ 159 + "async-lock", 160 + "autocfg", 161 + "cfg-if", 162 + "concurrent-queue", 163 + "futures-lite", 164 + "log", 165 + "parking", 166 + "polling", 167 + "rustix", 168 + "slab", 169 + "socket2", 170 + "waker-fn", 171 + ] 172 + 173 + [[package]] 174 + name = "async-lock" 175 + version = "2.7.0" 176 + source = "registry+https://github.com/rust-lang/crates.io-index" 177 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 178 + dependencies = [ 179 + "event-listener", 180 + ] 181 + 182 + [[package]] 183 + name = "async-process" 184 + version = "1.7.0" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 187 + dependencies = [ 188 + "async-io", 189 + "async-lock", 190 + "autocfg", 191 + "blocking", 192 + "cfg-if", 193 + "event-listener", 194 + "futures-lite", 195 + "rustix", 196 + "signal-hook", 197 + "windows-sys 0.48.0", 198 + ] 199 + 200 + [[package]] 201 + name = "async-recursion" 202 + version = "1.0.4" 203 + source = "registry+https://github.com/rust-lang/crates.io-index" 204 + checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 205 + dependencies = [ 206 + "proc-macro2", 207 + "quote", 208 + "syn 2.0.18", 209 + ] 210 + 211 + [[package]] 212 + name = "async-task" 213 + version = "4.4.0" 214 + source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 216 + 217 + [[package]] 218 + name = "async-trait" 219 + version = "0.1.68" 220 + source = "registry+https://github.com/rust-lang/crates.io-index" 221 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 222 + dependencies = [ 223 + "proc-macro2", 224 + "quote", 225 + "syn 2.0.18", 226 + ] 227 + 228 + [[package]] 229 + name = "atomic-waker" 230 + version = "1.1.1" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 233 + 234 + [[package]] 107 235 name = "autocfg" 108 236 version = "1.1.0" 109 237 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 140 268 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 141 269 142 270 [[package]] 271 + name = "bitflags" 272 + version = "2.3.3" 273 + source = "registry+https://github.com/rust-lang/crates.io-index" 274 + checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 275 + 276 + [[package]] 277 + name = "block-buffer" 278 + version = "0.10.4" 279 + source = "registry+https://github.com/rust-lang/crates.io-index" 280 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 281 + dependencies = [ 282 + "generic-array", 283 + ] 284 + 285 + [[package]] 143 286 name = "block_util" 144 287 version = "0.1.0" 145 288 dependencies = [ ··· 152 295 "versionize", 153 296 "versionize_derive", 154 297 "vhdx", 155 - "virtio-bindings 0.2.0", 298 + "virtio-bindings", 156 299 "virtio-queue", 157 300 "vm-memory", 158 301 "vm-virtio", ··· 160 303 ] 161 304 162 305 [[package]] 306 + name = "blocking" 307 + version = "1.3.1" 308 + source = "registry+https://github.com/rust-lang/crates.io-index" 309 + checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" 310 + dependencies = [ 311 + "async-channel", 312 + "async-lock", 313 + "async-task", 314 + "atomic-waker", 315 + "fastrand", 316 + "futures-lite", 317 + "log", 318 + ] 319 + 320 + [[package]] 163 321 name = "byteorder" 164 322 version = "1.4.3" 165 323 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 179 337 180 338 [[package]] 181 339 name = "cloud-hypervisor" 182 - version = "32.0.0" 340 + version = "33.0.0" 183 341 dependencies = [ 184 342 "anyhow", 185 343 "api_client", ··· 205 363 "vmm", 206 364 "vmm-sys-util", 207 365 "wait-timeout", 366 + "zbus", 367 + ] 368 + 369 + [[package]] 370 + name = "concurrent-queue" 371 + version = "2.2.0" 372 + source = "registry+https://github.com/rust-lang/crates.io-index" 373 + checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 374 + dependencies = [ 375 + "crossbeam-utils", 376 + ] 377 + 378 + [[package]] 379 + name = "cpufeatures" 380 + version = "0.2.7" 381 + source = "registry+https://github.com/rust-lang/crates.io-index" 382 + checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 383 + dependencies = [ 384 + "libc", 208 385 ] 209 386 210 387 [[package]] ··· 223 400 checksum = "55626594feae15d266d52440b26ff77de0e22230cf0c113abe619084c1ddc910" 224 401 225 402 [[package]] 403 + name = "crossbeam-utils" 404 + version = "0.8.16" 405 + source = "registry+https://github.com/rust-lang/crates.io-index" 406 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 407 + dependencies = [ 408 + "cfg-if", 409 + ] 410 + 411 + [[package]] 412 + name = "crypto-common" 413 + version = "0.1.6" 414 + source = "registry+https://github.com/rust-lang/crates.io-index" 415 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 416 + dependencies = [ 417 + "generic-array", 418 + "typenum", 419 + ] 420 + 421 + [[package]] 226 422 name = "darling" 227 - version = "0.14.4" 423 + version = "0.20.1" 228 424 source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 425 + checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944" 230 426 dependencies = [ 231 427 "darling_core", 232 428 "darling_macro", ··· 234 430 235 431 [[package]] 236 432 name = "darling_core" 237 - version = "0.14.4" 433 + version = "0.20.1" 238 434 source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 435 + checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb" 240 436 dependencies = [ 241 437 "fnv", 242 438 "ident_case", 243 439 "proc-macro2", 244 440 "quote", 245 441 "strsim", 246 - "syn", 442 + "syn 2.0.18", 247 443 ] 248 444 249 445 [[package]] 250 446 name = "darling_macro" 251 - version = "0.14.4" 447 + version = "0.20.1" 252 448 source = "registry+https://github.com/rust-lang/crates.io-index" 253 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 449 + checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" 254 450 dependencies = [ 255 451 "darling_core", 256 452 "quote", 257 - "syn", 453 + "syn 2.0.18", 454 + ] 455 + 456 + [[package]] 457 + name = "derivative" 458 + version = "2.2.0" 459 + source = "registry+https://github.com/rust-lang/crates.io-index" 460 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 461 + dependencies = [ 462 + "proc-macro2", 463 + "quote", 464 + "syn 1.0.109", 258 465 ] 259 466 260 467 [[package]] ··· 264 471 "acpi_tables", 265 472 "anyhow", 266 473 "arch", 267 - "bitflags", 474 + "bitflags 2.3.3", 268 475 "byteorder", 269 476 "hypervisor", 270 477 "libc", ··· 293 500 "serde", 294 501 "serde_json", 295 502 "thousands", 503 + ] 504 + 505 + [[package]] 506 + name = "digest" 507 + version = "0.10.7" 508 + source = "registry+https://github.com/rust-lang/crates.io-index" 509 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 510 + dependencies = [ 511 + "block-buffer", 512 + "crypto-common", 296 513 ] 297 514 298 515 [[package]] 299 516 name = "dirs" 300 - version = "5.0.0" 517 + version = "5.0.1" 301 518 source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 519 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 303 520 dependencies = [ 304 521 "dirs-sys", 305 522 ] 306 523 307 524 [[package]] 308 525 name = "dirs-sys" 309 - version = "0.4.0" 526 + version = "0.4.1" 310 527 source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 528 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 312 529 dependencies = [ 313 530 "libc", 531 + "option-ext", 314 532 "redox_users", 315 - "windows-sys 0.45.0", 533 + "windows-sys 0.48.0", 534 + ] 535 + 536 + [[package]] 537 + name = "enumflags2" 538 + version = "0.7.7" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" 541 + dependencies = [ 542 + "enumflags2_derive", 543 + "serde", 544 + ] 545 + 546 + [[package]] 547 + name = "enumflags2_derive" 548 + version = "0.7.7" 549 + source = "registry+https://github.com/rust-lang/crates.io-index" 550 + checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" 551 + dependencies = [ 552 + "proc-macro2", 553 + "quote", 554 + "syn 2.0.18", 316 555 ] 317 556 318 557 [[package]] ··· 334 573 source = "registry+https://github.com/rust-lang/crates.io-index" 335 574 checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0" 336 575 dependencies = [ 337 - "bitflags", 576 + "bitflags 1.3.2", 338 577 "libc", 339 578 ] 340 579 ··· 360 599 ] 361 600 362 601 [[package]] 602 + name = "event-listener" 603 + version = "2.5.3" 604 + source = "registry+https://github.com/rust-lang/crates.io-index" 605 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 606 + 607 + [[package]] 363 608 name = "event_monitor" 364 609 version = "0.1.0" 365 610 dependencies = [ ··· 369 614 ] 370 615 371 616 [[package]] 617 + name = "fastrand" 618 + version = "1.9.0" 619 + source = "registry+https://github.com/rust-lang/crates.io-index" 620 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 621 + dependencies = [ 622 + "instant", 623 + ] 624 + 625 + [[package]] 372 626 name = "fdt" 373 627 version = "0.1.5" 374 628 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 381 635 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 382 636 383 637 [[package]] 638 + name = "futures" 639 + version = "0.3.28" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 642 + dependencies = [ 643 + "futures-channel", 644 + "futures-core", 645 + "futures-executor", 646 + "futures-io", 647 + "futures-sink", 648 + "futures-task", 649 + "futures-util", 650 + ] 651 + 652 + [[package]] 653 + name = "futures-channel" 654 + version = "0.3.28" 655 + source = "registry+https://github.com/rust-lang/crates.io-index" 656 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 657 + dependencies = [ 658 + "futures-core", 659 + "futures-sink", 660 + ] 661 + 662 + [[package]] 663 + name = "futures-core" 664 + version = "0.3.28" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 667 + 668 + [[package]] 669 + name = "futures-executor" 670 + version = "0.3.28" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 673 + dependencies = [ 674 + "futures-core", 675 + "futures-task", 676 + "futures-util", 677 + ] 678 + 679 + [[package]] 680 + name = "futures-io" 681 + version = "0.3.28" 682 + source = "registry+https://github.com/rust-lang/crates.io-index" 683 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 684 + 685 + [[package]] 686 + name = "futures-lite" 687 + version = "1.13.0" 688 + source = "registry+https://github.com/rust-lang/crates.io-index" 689 + checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 690 + dependencies = [ 691 + "fastrand", 692 + "futures-core", 693 + "futures-io", 694 + "memchr", 695 + "parking", 696 + "pin-project-lite", 697 + "waker-fn", 698 + ] 699 + 700 + [[package]] 701 + name = "futures-macro" 702 + version = "0.3.28" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 705 + dependencies = [ 706 + "proc-macro2", 707 + "quote", 708 + "syn 2.0.18", 709 + ] 710 + 711 + [[package]] 712 + name = "futures-sink" 713 + version = "0.3.28" 714 + source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 716 + 717 + [[package]] 718 + name = "futures-task" 719 + version = "0.3.28" 720 + source = "registry+https://github.com/rust-lang/crates.io-index" 721 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 722 + 723 + [[package]] 724 + name = "futures-util" 725 + version = "0.3.28" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 728 + dependencies = [ 729 + "futures-channel", 730 + "futures-core", 731 + "futures-io", 732 + "futures-macro", 733 + "futures-sink", 734 + "futures-task", 735 + "memchr", 736 + "pin-project-lite", 737 + "pin-utils", 738 + "slab", 739 + ] 740 + 741 + [[package]] 384 742 name = "gdbstub" 385 - version = "0.6.4" 743 + version = "0.6.6" 386 744 source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "ba4fddc6f9d12cbef29e395d9a6b48c128f513c8a2ded7048c97ed5c484e53e7" 745 + checksum = "f4e02bf1b1a624d96925c608f1b268d82a76cbc587ce9e59f7c755e9ea11c75c" 388 746 dependencies = [ 389 - "bitflags", 747 + "bitflags 1.3.2", 390 748 "cfg-if", 391 749 "log", 392 750 "managed", ··· 405 763 ] 406 764 407 765 [[package]] 766 + name = "generic-array" 767 + version = "0.14.7" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 770 + dependencies = [ 771 + "typenum", 772 + "version_check", 773 + ] 774 + 775 + [[package]] 408 776 name = "getrandom" 409 - version = "0.2.8" 777 + version = "0.2.9" 410 778 source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 779 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 412 780 dependencies = [ 413 781 "cfg-if", 414 782 "libc", ··· 417 785 418 786 [[package]] 419 787 name = "gimli" 420 - version = "0.27.1" 788 + version = "0.27.2" 421 789 source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec" 790 + checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 423 791 424 792 [[package]] 425 793 name = "glob" ··· 428 796 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 429 797 430 798 [[package]] 799 + name = "hashbrown" 800 + version = "0.12.3" 801 + source = "registry+https://github.com/rust-lang/crates.io-index" 802 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 803 + 804 + [[package]] 431 805 name = "hermit-abi" 432 806 version = "0.3.1" 433 807 source = "registry+https://github.com/rust-lang/crates.io-index" 434 808 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 435 809 436 810 [[package]] 811 + name = "hex" 812 + version = "0.4.3" 813 + source = "registry+https://github.com/rust-lang/crates.io-index" 814 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 815 + 816 + [[package]] 437 817 name = "humantime" 438 818 version = "2.1.0" 439 819 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 463 843 464 844 [[package]] 465 845 name = "iced-x86" 466 - version = "1.18.0" 846 + version = "1.19.0" 467 847 source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "1dd04b950d75b3498320253b17fb92745b2cc79ead8814aede2f7c1bab858bec" 848 + checksum = "b7cc8d38244d84278262c8ebe6930cc44283d194cbabae2651f6112103802fb5" 469 849 dependencies = [ 470 850 "lazy_static", 471 851 ] ··· 477 857 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 478 858 479 859 [[package]] 860 + name = "indexmap" 861 + version = "1.9.3" 862 + source = "registry+https://github.com/rust-lang/crates.io-index" 863 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 864 + dependencies = [ 865 + "autocfg", 866 + "hashbrown", 867 + ] 868 + 869 + [[package]] 480 870 name = "instant" 481 871 version = "0.1.12" 482 872 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 487 877 488 878 [[package]] 489 879 name = "io-lifetimes" 490 - version = "1.0.10" 880 + version = "1.0.11" 491 881 source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 882 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 493 883 dependencies = [ 494 884 "hermit-abi", 495 885 "libc", ··· 502 892 source = "registry+https://github.com/rust-lang/crates.io-index" 503 893 checksum = "dd1e1a01cfb924fd8c5c43b6827965db394f5a3a16c599ce03452266e1cf984c" 504 894 dependencies = [ 505 - "bitflags", 895 + "bitflags 1.3.2", 506 896 "libc", 507 897 ] 508 898 ··· 561 951 562 952 [[package]] 563 953 name = "libc" 564 - version = "0.2.139" 954 + version = "0.2.144" 565 955 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 956 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 567 957 568 958 [[package]] 569 959 name = "libssh2-sys" ··· 581 971 582 972 [[package]] 583 973 name = "libz-sys" 584 - version = "1.1.8" 974 + version = "1.1.9" 585 975 source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 976 + checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 587 977 dependencies = [ 588 978 "cc", 589 979 "libc", ··· 593 983 594 984 [[package]] 595 985 name = "linux-loader" 596 - version = "0.8.1" 986 + version = "0.9.0" 597 987 source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "b9259ddbfbb52cc918f6bbc60390004ddd0228cf1d85f402009ff2b3d95de83f" 988 + checksum = "8d3adb7b28e189741eca3b1a4a27de0bf15e0907c9d4b0c74bd2d7d84ef72e08" 599 989 dependencies = [ 600 990 "vm-memory", 601 991 ] 602 992 603 993 [[package]] 604 994 name = "linux-raw-sys" 605 - version = "0.3.2" 995 + version = "0.3.8" 606 996 source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "3f508063cc7bb32987c71511216bd5a32be15bccb6a80b52df8b9d7f01fc3aa2" 997 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 608 998 609 999 [[package]] 610 1000 name = "lock_api" 611 - version = "0.4.9" 1001 + version = "0.4.10" 612 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1003 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 614 1004 dependencies = [ 615 1005 "autocfg", 616 1006 "scopeguard", ··· 638 1028 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 639 1029 640 1030 [[package]] 1031 + name = "memoffset" 1032 + version = "0.7.1" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1035 + dependencies = [ 1036 + "autocfg", 1037 + ] 1038 + 1039 + [[package]] 641 1040 name = "micro_http" 642 1041 version = "0.1.0" 643 1042 source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#b538bf89e50be83b6fa9ab1896727ff61e02fa13" ··· 648 1047 649 1048 [[package]] 650 1049 name = "miniz_oxide" 651 - version = "0.6.4" 1050 + version = "0.6.2" 652 1051 source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "f2e212582ede878b109755efd0773a4f0f4ec851584cf0aefbeb4d9ecc114822" 1052 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 654 1053 dependencies = [ 655 1054 "adler", 656 1055 ] ··· 668 1067 [[package]] 669 1068 name = "mshv-bindings" 670 1069 version = "0.1.1" 671 - source = "git+https://github.com/rust-vmm/mshv?branch=main#c1230f282c2836ba89ee112146bf638343424de8" 1070 + source = "git+https://github.com/rust-vmm/mshv?branch=main#04f5adbf64866d2776f668122f48f317add53b22" 672 1071 dependencies = [ 673 1072 "libc", 674 1073 "serde", ··· 680 1079 [[package]] 681 1080 name = "mshv-ioctls" 682 1081 version = "0.1.1" 683 - source = "git+https://github.com/rust-vmm/mshv?branch=main#c1230f282c2836ba89ee112146bf638343424de8" 1082 + source = "git+https://github.com/rust-vmm/mshv?branch=main#04f5adbf64866d2776f668122f48f317add53b22" 684 1083 dependencies = [ 685 1084 "libc", 686 1085 "mshv-bindings", ··· 712 1111 "thiserror", 713 1112 "versionize", 714 1113 "versionize_derive", 715 - "virtio-bindings 0.2.0", 1114 + "virtio-bindings", 716 1115 "virtio-queue", 717 1116 "vm-memory", 718 1117 "vm-virtio", ··· 720 1119 ] 721 1120 722 1121 [[package]] 1122 + name = "nix" 1123 + version = "0.26.2" 1124 + source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1126 + dependencies = [ 1127 + "bitflags 1.3.2", 1128 + "cfg-if", 1129 + "libc", 1130 + "memoffset", 1131 + "static_assertions", 1132 + ] 1133 + 1134 + [[package]] 723 1135 name = "no-std-net" 724 1136 version = "0.6.0" 725 1137 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 751 1163 752 1164 [[package]] 753 1165 name = "openssl-src" 754 - version = "111.25.0+1.1.1t" 1166 + version = "111.26.0+1.1.1u" 755 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" 1168 + checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37" 757 1169 dependencies = [ 758 1170 "cc", 759 1171 ] 760 1172 761 1173 [[package]] 762 1174 name = "openssl-sys" 763 - version = "0.9.83" 1175 + version = "0.9.90" 764 1176 source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" 1177 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 766 1178 dependencies = [ 767 - "autocfg", 768 1179 "cc", 769 1180 "libc", 770 1181 "openssl-src", ··· 773 1184 ] 774 1185 775 1186 [[package]] 1187 + name = "option-ext" 1188 + version = "0.2.0" 1189 + source = "registry+https://github.com/rust-lang/crates.io-index" 1190 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1191 + 1192 + [[package]] 776 1193 name = "option_parser" 777 1194 version = "0.1.0" 778 1195 779 1196 [[package]] 1197 + name = "ordered-stream" 1198 + version = "0.2.0" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 1201 + dependencies = [ 1202 + "futures-core", 1203 + "pin-project-lite", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "parking" 1208 + version = "2.1.0" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" 1211 + 1212 + [[package]] 780 1213 name = "parking_lot" 781 1214 version = "0.11.2" 782 1215 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 794 1227 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 795 1228 dependencies = [ 796 1229 "lock_api", 797 - "parking_lot_core 0.9.6", 1230 + "parking_lot_core 0.9.7", 798 1231 ] 799 1232 800 1233 [[package]] ··· 806 1239 "cfg-if", 807 1240 "instant", 808 1241 "libc", 809 - "redox_syscall", 1242 + "redox_syscall 0.2.16", 810 1243 "smallvec", 811 1244 "winapi", 812 1245 ] 813 1246 814 1247 [[package]] 815 1248 name = "parking_lot_core" 816 - version = "0.9.6" 1249 + version = "0.9.7" 817 1250 source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf" 1251 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 819 1252 dependencies = [ 820 1253 "cfg-if", 821 1254 "libc", 822 - "redox_syscall", 1255 + "redox_syscall 0.2.16", 823 1256 "smallvec", 824 - "windows-sys 0.42.0", 1257 + "windows-sys 0.45.0", 825 1258 ] 826 1259 827 1260 [[package]] ··· 867 1300 ] 868 1301 869 1302 [[package]] 1303 + name = "pin-project-lite" 1304 + version = "0.2.9" 1305 + source = "registry+https://github.com/rust-lang/crates.io-index" 1306 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1307 + 1308 + [[package]] 1309 + name = "pin-utils" 1310 + version = "0.1.0" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1313 + 1314 + [[package]] 870 1315 name = "pkg-config" 871 - version = "0.3.26" 1316 + version = "0.3.27" 872 1317 source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1318 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 874 1319 875 1320 [[package]] 876 1321 name = "pnet" ··· 917 1362 "proc-macro2", 918 1363 "quote", 919 1364 "regex", 920 - "syn", 1365 + "syn 1.0.109", 921 1366 ] 922 1367 923 1368 [[package]] ··· 964 1409 ] 965 1410 966 1411 [[package]] 1412 + name = "polling" 1413 + version = "2.8.0" 1414 + source = "registry+https://github.com/rust-lang/crates.io-index" 1415 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 1416 + dependencies = [ 1417 + "autocfg", 1418 + "bitflags 1.3.2", 1419 + "cfg-if", 1420 + "concurrent-queue", 1421 + "libc", 1422 + "log", 1423 + "pin-project-lite", 1424 + "windows-sys 0.48.0", 1425 + ] 1426 + 1427 + [[package]] 1428 + name = "ppv-lite86" 1429 + version = "0.2.17" 1430 + source = "registry+https://github.com/rust-lang/crates.io-index" 1431 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1432 + 1433 + [[package]] 1434 + name = "proc-macro-crate" 1435 + version = "1.3.1" 1436 + source = "registry+https://github.com/rust-lang/crates.io-index" 1437 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 1438 + dependencies = [ 1439 + "once_cell", 1440 + "toml_edit", 1441 + ] 1442 + 1443 + [[package]] 967 1444 name = "proc-macro2" 968 - version = "1.0.52" 1445 + version = "1.0.59" 969 1446 source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" 1447 + checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 971 1448 dependencies = [ 972 1449 "unicode-ident", 973 1450 ] ··· 985 1462 986 1463 [[package]] 987 1464 name = "quote" 988 - version = "1.0.23" 1465 + version = "1.0.28" 989 1466 source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 1467 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 991 1468 dependencies = [ 992 1469 "proc-macro2", 993 1470 ] 994 1471 995 1472 [[package]] 1473 + name = "rand" 1474 + version = "0.8.5" 1475 + source = "registry+https://github.com/rust-lang/crates.io-index" 1476 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1477 + dependencies = [ 1478 + "libc", 1479 + "rand_chacha", 1480 + "rand_core", 1481 + ] 1482 + 1483 + [[package]] 1484 + name = "rand_chacha" 1485 + version = "0.3.1" 1486 + source = "registry+https://github.com/rust-lang/crates.io-index" 1487 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1488 + dependencies = [ 1489 + "ppv-lite86", 1490 + "rand_core", 1491 + ] 1492 + 1493 + [[package]] 1494 + name = "rand_core" 1495 + version = "0.6.4" 1496 + source = "registry+https://github.com/rust-lang/crates.io-index" 1497 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1498 + dependencies = [ 1499 + "getrandom", 1500 + ] 1501 + 1502 + [[package]] 996 1503 name = "rate_limiter" 997 1504 version = "0.1.0" 998 1505 dependencies = [ ··· 1007 1514 source = "registry+https://github.com/rust-lang/crates.io-index" 1008 1515 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1009 1516 dependencies = [ 1010 - "bitflags", 1517 + "bitflags 1.3.2", 1518 + ] 1519 + 1520 + [[package]] 1521 + name = "redox_syscall" 1522 + version = "0.3.5" 1523 + source = "registry+https://github.com/rust-lang/crates.io-index" 1524 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1525 + dependencies = [ 1526 + "bitflags 1.3.2", 1011 1527 ] 1012 1528 1013 1529 [[package]] ··· 1017 1533 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1018 1534 dependencies = [ 1019 1535 "getrandom", 1020 - "redox_syscall", 1536 + "redox_syscall 0.2.16", 1021 1537 "thiserror", 1022 1538 ] 1023 1539 1024 1540 [[package]] 1025 1541 name = "regex" 1026 - version = "1.7.1" 1542 + version = "1.8.3" 1027 1543 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1544 + checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" 1029 1545 dependencies = [ 1030 1546 "aho-corasick", 1031 1547 "memchr", ··· 1034 1550 1035 1551 [[package]] 1036 1552 name = "regex-syntax" 1037 - version = "0.6.29" 1553 + version = "0.7.2" 1038 1554 source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1555 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1040 1556 1041 1557 [[package]] 1042 1558 name = "remain" 1043 - version = "0.2.6" 1559 + version = "0.2.8" 1044 1560 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "5704e2cda92fd54202f05430725317ba0ea7d0c96b246ca0a92e45177127ba3b" 1561 + checksum = "e13cca257d068dd3a390d04b2c3009a3fad2ee5048dfa8f239d048372810470c" 1046 1562 dependencies = [ 1047 1563 "proc-macro2", 1048 1564 "quote", 1049 - "syn", 1565 + "syn 2.0.18", 1050 1566 ] 1051 1567 1052 1568 [[package]] ··· 1072 1588 1073 1589 [[package]] 1074 1590 name = "rustix" 1075 - version = "0.37.3" 1591 + version = "0.37.20" 1076 1592 source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" 1593 + checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 1078 1594 dependencies = [ 1079 - "bitflags", 1595 + "bitflags 1.3.2", 1080 1596 "errno", 1081 1597 "io-lifetimes", 1082 1598 "libc", 1083 1599 "linux-raw-sys", 1084 - "windows-sys 0.45.0", 1600 + "windows-sys 0.48.0", 1085 1601 ] 1086 1602 1087 1603 [[package]] ··· 1113 1629 1114 1630 [[package]] 1115 1631 name = "serde" 1116 - version = "1.0.156" 1632 + version = "1.0.164" 1117 1633 source = "registry+https://github.com/rust-lang/crates.io-index" 1118 - checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" 1634 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 1119 1635 dependencies = [ 1120 1636 "serde_derive", 1121 1637 ] 1122 1638 1123 1639 [[package]] 1124 1640 name = "serde_derive" 1125 - version = "1.0.156" 1641 + version = "1.0.164" 1126 1642 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" 1643 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 1128 1644 dependencies = [ 1129 1645 "proc-macro2", 1130 1646 "quote", 1131 - "syn", 1647 + "syn 2.0.18", 1132 1648 ] 1133 1649 1134 1650 [[package]] ··· 1143 1659 ] 1144 1660 1145 1661 [[package]] 1662 + name = "serde_repr" 1663 + version = "0.1.12" 1664 + source = "registry+https://github.com/rust-lang/crates.io-index" 1665 + checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 1666 + dependencies = [ 1667 + "proc-macro2", 1668 + "quote", 1669 + "syn 2.0.18", 1670 + ] 1671 + 1672 + [[package]] 1146 1673 name = "serde_with" 1147 - version = "2.3.2" 1674 + version = "3.0.0" 1148 1675 source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "331bb8c3bf9b92457ab7abecf07078c13f7d270ba490103e84e8b014490cd0b0" 1676 + checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513" 1150 1677 dependencies = [ 1151 1678 "serde", 1152 1679 "serde_with_macros", ··· 1154 1681 1155 1682 [[package]] 1156 1683 name = "serde_with_macros" 1157 - version = "2.3.2" 1684 + version = "3.0.0" 1158 1685 source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "859011bddcc11f289f07f467cc1fe01c7a941daa4d8f6c40d4d1c92eb6d9319c" 1686 + checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070" 1160 1687 dependencies = [ 1161 1688 "darling", 1162 1689 "proc-macro2", 1163 1690 "quote", 1164 - "syn", 1691 + "syn 2.0.18", 1165 1692 ] 1166 1693 1167 1694 [[package]] ··· 1169 1696 version = "0.1.0" 1170 1697 1171 1698 [[package]] 1699 + name = "sha1" 1700 + version = "0.10.5" 1701 + source = "registry+https://github.com/rust-lang/crates.io-index" 1702 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 1703 + dependencies = [ 1704 + "cfg-if", 1705 + "cpufeatures", 1706 + "digest", 1707 + ] 1708 + 1709 + [[package]] 1172 1710 name = "signal-hook" 1173 1711 version = "0.3.15" 1174 1712 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1188 1726 ] 1189 1727 1190 1728 [[package]] 1729 + name = "slab" 1730 + version = "0.4.8" 1731 + source = "registry+https://github.com/rust-lang/crates.io-index" 1732 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1733 + dependencies = [ 1734 + "autocfg", 1735 + ] 1736 + 1737 + [[package]] 1191 1738 name = "smallvec" 1192 1739 version = "1.10.0" 1193 1740 source = "registry+https://github.com/rust-lang/crates.io-index" 1194 1741 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1195 1742 1196 1743 [[package]] 1744 + name = "socket2" 1745 + version = "0.4.9" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1748 + dependencies = [ 1749 + "libc", 1750 + "winapi", 1751 + ] 1752 + 1753 + [[package]] 1197 1754 name = "ssh2" 1198 1755 version = "0.9.4" 1199 1756 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 1757 checksum = "e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455" 1201 1758 dependencies = [ 1202 - "bitflags", 1759 + "bitflags 1.3.2", 1203 1760 "libc", 1204 1761 "libssh2-sys", 1205 1762 "parking_lot 0.11.2", 1206 1763 ] 1207 1764 1208 1765 [[package]] 1766 + name = "static_assertions" 1767 + version = "1.1.0" 1768 + source = "registry+https://github.com/rust-lang/crates.io-index" 1769 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1770 + 1771 + [[package]] 1209 1772 name = "strsim" 1210 1773 version = "0.10.0" 1211 1774 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1213 1776 1214 1777 [[package]] 1215 1778 name = "syn" 1216 - version = "1.0.107" 1779 + version = "1.0.109" 1780 + source = "registry+https://github.com/rust-lang/crates.io-index" 1781 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1782 + dependencies = [ 1783 + "proc-macro2", 1784 + "quote", 1785 + "unicode-ident", 1786 + ] 1787 + 1788 + [[package]] 1789 + name = "syn" 1790 + version = "2.0.18" 1217 1791 source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 1792 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 1219 1793 dependencies = [ 1220 1794 "proc-macro2", 1221 1795 "quote", ··· 1233 1807 ] 1234 1808 1235 1809 [[package]] 1810 + name = "tempfile" 1811 + version = "3.5.0" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1814 + dependencies = [ 1815 + "cfg-if", 1816 + "fastrand", 1817 + "redox_syscall 0.3.5", 1818 + "rustix", 1819 + "windows-sys 0.45.0", 1820 + ] 1821 + 1822 + [[package]] 1236 1823 name = "termcolor" 1237 1824 version = "1.2.0" 1238 1825 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1258 1845 1259 1846 [[package]] 1260 1847 name = "thiserror" 1261 - version = "1.0.39" 1848 + version = "1.0.40" 1262 1849 source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" 1850 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1264 1851 dependencies = [ 1265 1852 "thiserror-impl", 1266 1853 ] 1267 1854 1268 1855 [[package]] 1269 1856 name = "thiserror-impl" 1270 - version = "1.0.39" 1857 + version = "1.0.40" 1271 1858 source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" 1859 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1273 1860 dependencies = [ 1274 1861 "proc-macro2", 1275 1862 "quote", 1276 - "syn", 1863 + "syn 2.0.18", 1277 1864 ] 1278 1865 1279 1866 [[package]] ··· 1283 1870 checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" 1284 1871 1285 1872 [[package]] 1873 + name = "toml_datetime" 1874 + version = "0.6.3" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 1877 + 1878 + [[package]] 1879 + name = "toml_edit" 1880 + version = "0.19.8" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 1883 + dependencies = [ 1884 + "indexmap", 1885 + "toml_datetime", 1886 + "winnow", 1887 + ] 1888 + 1889 + [[package]] 1286 1890 name = "tpm" 1287 1891 version = "0.1.0" 1288 1892 dependencies = [ ··· 1307 1911 ] 1308 1912 1309 1913 [[package]] 1914 + name = "tracing" 1915 + version = "0.1.37" 1916 + source = "registry+https://github.com/rust-lang/crates.io-index" 1917 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1918 + dependencies = [ 1919 + "cfg-if", 1920 + "pin-project-lite", 1921 + "tracing-attributes", 1922 + "tracing-core", 1923 + ] 1924 + 1925 + [[package]] 1926 + name = "tracing-attributes" 1927 + version = "0.1.26" 1928 + source = "registry+https://github.com/rust-lang/crates.io-index" 1929 + checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 1930 + dependencies = [ 1931 + "proc-macro2", 1932 + "quote", 1933 + "syn 2.0.18", 1934 + ] 1935 + 1936 + [[package]] 1937 + name = "tracing-core" 1938 + version = "0.1.31" 1939 + source = "registry+https://github.com/rust-lang/crates.io-index" 1940 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1941 + dependencies = [ 1942 + "once_cell", 1943 + ] 1944 + 1945 + [[package]] 1946 + name = "typenum" 1947 + version = "1.16.0" 1948 + source = "registry+https://github.com/rust-lang/crates.io-index" 1949 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1950 + 1951 + [[package]] 1952 + name = "uds_windows" 1953 + version = "1.0.2" 1954 + source = "registry+https://github.com/rust-lang/crates.io-index" 1955 + checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 1956 + dependencies = [ 1957 + "tempfile", 1958 + "winapi", 1959 + ] 1960 + 1961 + [[package]] 1310 1962 name = "unicode-ident" 1311 - version = "1.0.6" 1963 + version = "1.0.9" 1312 1964 source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 1965 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1314 1966 1315 1967 [[package]] 1316 1968 name = "uuid" 1317 - version = "1.3.0" 1969 + version = "1.3.4" 1318 1970 source = "registry+https://github.com/rust-lang/crates.io-index" 1319 - checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" 1971 + checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" 1320 1972 dependencies = [ 1321 1973 "getrandom", 1322 1974 ] ··· 1328 1980 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1329 1981 1330 1982 [[package]] 1983 + name = "version_check" 1984 + version = "0.9.4" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1987 + 1988 + [[package]] 1331 1989 name = "versionize" 1332 1990 version = "0.1.10" 1333 1991 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1339 1997 "quote", 1340 1998 "serde", 1341 1999 "serde_derive", 1342 - "syn", 2000 + "syn 1.0.109", 1343 2001 "versionize_derive", 1344 2002 "vmm-sys-util", 1345 2003 ] ··· 1347 2005 [[package]] 1348 2006 name = "versionize_derive" 1349 2007 version = "0.1.4" 1350 - source = "git+https://github.com/cloud-hypervisor/versionize_derive?branch=ch#ae35ef7a3ddabd3371ab8ac0193a383aff6e4b1b" 2008 + source = "git+https://github.com/cloud-hypervisor/versionize_derive?branch=ch#e502b1d4aabab342386f0c53780d49f21a6a1df6" 1351 2009 dependencies = [ 1352 2010 "proc-macro2", 1353 2011 "quote", 1354 - "syn", 2012 + "syn 1.0.109", 1355 2013 ] 1356 2014 1357 2015 [[package]] 1358 2016 name = "vfio-bindings" 1359 2017 version = "0.4.0" 1360 - source = "git+https://github.com/rust-vmm/vfio?branch=main#ea8f710464a24690ce109e6b7dfaa623dc518304" 2018 + source = "git+https://github.com/rust-vmm/vfio?branch=main#89f8e77dd1a2829197ecde65b686bafcc8a1def4" 1361 2019 dependencies = [ 1362 2020 "vmm-sys-util", 1363 2021 ] ··· 1365 2023 [[package]] 1366 2024 name = "vfio-ioctls" 1367 2025 version = "0.2.0" 1368 - source = "git+https://github.com/rust-vmm/vfio?branch=main#ea8f710464a24690ce109e6b7dfaa623dc518304" 2026 + source = "git+https://github.com/rust-vmm/vfio?branch=main#89f8e77dd1a2829197ecde65b686bafcc8a1def4" 1369 2027 dependencies = [ 1370 2028 "byteorder", 1371 2029 "kvm-bindings", ··· 1383 2041 [[package]] 1384 2042 name = "vfio_user" 1385 2043 version = "0.1.0" 1386 - source = "git+https://github.com/rust-vmm/vfio-user?branch=main#e75c9415d973769c5fd1d07716eb92d6e5be7c48" 2044 + source = "git+https://github.com/rust-vmm/vfio-user?branch=main#eef6bec4d421f08ed1688fe67c5ea33aabbf5069" 1387 2045 dependencies = [ 1388 - "bitflags", 2046 + "bitflags 1.3.2", 1389 2047 "libc", 1390 2048 "log", 1391 2049 "serde", ··· 1412 2070 1413 2071 [[package]] 1414 2072 name = "vhost" 1415 - version = "0.6.0" 1416 - source = "registry+https://github.com/rust-lang/crates.io-index" 1417 - checksum = "c9b791c5b0717a0558888a4cf7240cea836f39a99cb342e12ce633dcaa078072" 2073 + version = "0.7.0" 2074 + source = "git+https://github.com/rust-vmm/vhost?branch=main#bdc6f2ab2b3dbd3b9574100ac641a2f8e9667400" 1418 2075 dependencies = [ 1419 - "bitflags", 2076 + "bitflags 1.3.2", 1420 2077 "libc", 1421 2078 "vm-memory", 1422 2079 "vmm-sys-util", ··· 1424 2081 1425 2082 [[package]] 1426 2083 name = "vhost-user-backend" 1427 - version = "0.8.0" 2084 + version = "0.9.0" 1428 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "9f237b91db4ac339d639fb43398b52d785fa51e3c7760ac9425148863c1f4303" 2086 + checksum = "a5d3b7affe04f61d19b03c5db823287855789b687218fec139699a0c7f7f2790" 1430 2087 dependencies = [ 1431 2088 "libc", 1432 2089 "log", 1433 2090 "vhost", 1434 - "virtio-bindings 0.1.0", 2091 + "virtio-bindings", 1435 2092 "virtio-queue", 1436 2093 "vm-memory", 1437 2094 "vmm-sys-util", ··· 1451 2108 "qcow", 1452 2109 "vhost", 1453 2110 "vhost-user-backend", 1454 - "virtio-bindings 0.2.0", 2111 + "virtio-bindings", 1455 2112 "virtio-queue", 1456 2113 "vm-memory", 1457 2114 "vmm-sys-util", ··· 1470 2127 "option_parser", 1471 2128 "vhost", 1472 2129 "vhost-user-backend", 1473 - "virtio-bindings 0.2.0", 2130 + "virtio-bindings", 1474 2131 "vm-memory", 1475 2132 "vmm-sys-util", 1476 2133 ] 1477 - 1478 - [[package]] 1479 - name = "virtio-bindings" 1480 - version = "0.1.0" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b" 1483 2134 1484 2135 [[package]] 1485 2136 name = "virtio-bindings" ··· 1512 2163 "versionize", 1513 2164 "versionize_derive", 1514 2165 "vhost", 1515 - "virtio-bindings 0.2.0", 2166 + "virtio-bindings", 1516 2167 "virtio-queue", 1517 2168 "vm-allocator", 1518 2169 "vm-device", ··· 1524 2175 1525 2176 [[package]] 1526 2177 name = "virtio-queue" 1527 - version = "0.7.1" 2178 + version = "0.8.0" 1528 2179 source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "3ba81e2bcc21c0d2fc5e6683e79367e26ad219197423a498df801d79d5ba77bd" 2180 + checksum = "91aebb1df33db33cbf04d4c2445e4f78d0b0c8e65acfd16a4ee95ef63ca252f8" 1530 2181 dependencies = [ 1531 2182 "log", 1532 - "virtio-bindings 0.1.0", 2183 + "virtio-bindings", 1533 2184 "vm-memory", 1534 2185 "vmm-sys-util", 1535 2186 ] ··· 1559 2210 [[package]] 1560 2211 name = "vm-fdt" 1561 2212 version = "0.2.0" 1562 - source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#ad21ede0ddb4cc97448eeb64c1dfc27803b9ec08" 2213 + source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#77212bd0d62913e445c89376bcbbecd595afc5b1" 1563 2214 1564 2215 [[package]] 1565 2216 name = "vm-memory" 1566 - version = "0.10.0" 2217 + version = "0.11.0" 1567 2218 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "688a70366615b45575a424d9c665561c1b5ab2224d494f706b6a6812911a827c" 2219 + checksum = "9d6ea57fe00f9086c59eeeb68e102dd611686bc3c28520fa465996d4d4bdce07" 1569 2220 dependencies = [ 1570 2221 "arc-swap", 1571 2222 "libc", ··· 1602 2253 "anyhow", 1603 2254 "arc-swap", 1604 2255 "arch", 1605 - "bitflags", 2256 + "bitflags 2.3.3", 1606 2257 "block_util", 2258 + "blocking", 1607 2259 "devices", 1608 2260 "epoll", 1609 2261 "event_monitor", 2262 + "futures", 1610 2263 "gdbstub", 1611 2264 "gdbstub_arch", 1612 2265 "hypervisor", ··· 1640 2293 "vm-migration", 1641 2294 "vm-virtio", 1642 2295 "vmm-sys-util", 2296 + "zbus", 1643 2297 "zerocopy", 1644 2298 ] 1645 2299 ··· 1649 2303 source = "registry+https://github.com/rust-lang/crates.io-index" 1650 2304 checksum = "dd64fe09d8e880e600c324e7d664760a17f56e9672b7495a86381b49e4f72f46" 1651 2305 dependencies = [ 1652 - "bitflags", 2306 + "bitflags 1.3.2", 1653 2307 "libc", 1654 2308 "serde", 1655 2309 "serde_derive", ··· 1663 2317 dependencies = [ 1664 2318 "libc", 1665 2319 ] 2320 + 2321 + [[package]] 2322 + name = "waker-fn" 2323 + version = "1.1.0" 2324 + source = "registry+https://github.com/rust-lang/crates.io-index" 2325 + checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 1666 2326 1667 2327 [[package]] 1668 2328 name = "wasi" ··· 1703 2363 1704 2364 [[package]] 1705 2365 name = "windows-sys" 1706 - version = "0.42.0" 1707 - source = "registry+https://github.com/rust-lang/crates.io-index" 1708 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1709 - dependencies = [ 1710 - "windows_aarch64_gnullvm 0.42.2", 1711 - "windows_aarch64_msvc 0.42.2", 1712 - "windows_i686_gnu 0.42.2", 1713 - "windows_i686_msvc 0.42.2", 1714 - "windows_x86_64_gnu 0.42.2", 1715 - "windows_x86_64_gnullvm 0.42.2", 1716 - "windows_x86_64_msvc 0.42.2", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "windows-sys" 1721 2366 version = "0.45.0" 1722 2367 source = "registry+https://github.com/rust-lang/crates.io-index" 1723 2368 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" ··· 1849 2494 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1850 2495 1851 2496 [[package]] 2497 + name = "winnow" 2498 + version = "0.4.1" 2499 + source = "registry+https://github.com/rust-lang/crates.io-index" 2500 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 2501 + dependencies = [ 2502 + "memchr", 2503 + ] 2504 + 2505 + [[package]] 2506 + name = "xdg-home" 2507 + version = "1.0.0" 2508 + source = "registry+https://github.com/rust-lang/crates.io-index" 2509 + checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 2510 + dependencies = [ 2511 + "nix", 2512 + "winapi", 2513 + ] 2514 + 2515 + [[package]] 2516 + name = "zbus" 2517 + version = "3.13.1" 2518 + source = "registry+https://github.com/rust-lang/crates.io-index" 2519 + checksum = "6c3d77c9966c28321f1907f0b6c5a5561189d1f7311eea6d94180c6be9daab29" 2520 + dependencies = [ 2521 + "async-broadcast", 2522 + "async-executor", 2523 + "async-fs", 2524 + "async-io", 2525 + "async-lock", 2526 + "async-process", 2527 + "async-recursion", 2528 + "async-task", 2529 + "async-trait", 2530 + "byteorder", 2531 + "derivative", 2532 + "enumflags2", 2533 + "event-listener", 2534 + "futures-core", 2535 + "futures-sink", 2536 + "futures-util", 2537 + "hex", 2538 + "nix", 2539 + "once_cell", 2540 + "ordered-stream", 2541 + "rand", 2542 + "serde", 2543 + "serde_repr", 2544 + "sha1", 2545 + "static_assertions", 2546 + "tracing", 2547 + "uds_windows", 2548 + "winapi", 2549 + "xdg-home", 2550 + "zbus_macros", 2551 + "zbus_names", 2552 + "zvariant", 2553 + ] 2554 + 2555 + [[package]] 2556 + name = "zbus_macros" 2557 + version = "3.13.1" 2558 + source = "registry+https://github.com/rust-lang/crates.io-index" 2559 + checksum = "f6e341d12edaff644e539ccbbf7f161601294c9a84ed3d7e015da33155b435af" 2560 + dependencies = [ 2561 + "proc-macro-crate", 2562 + "proc-macro2", 2563 + "quote", 2564 + "regex", 2565 + "syn 1.0.109", 2566 + "winnow", 2567 + "zvariant_utils", 2568 + ] 2569 + 2570 + [[package]] 2571 + name = "zbus_names" 2572 + version = "2.5.1" 2573 + source = "registry+https://github.com/rust-lang/crates.io-index" 2574 + checksum = "82441e6033be0a741157a72951a3e4957d519698f3a824439cc131c5ba77ac2a" 2575 + dependencies = [ 2576 + "serde", 2577 + "static_assertions", 2578 + "zvariant", 2579 + ] 2580 + 2581 + [[package]] 1852 2582 name = "zerocopy" 1853 2583 version = "0.6.1" 1854 2584 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1866 2596 dependencies = [ 1867 2597 "proc-macro2", 1868 2598 "quote", 1869 - "syn", 2599 + "syn 1.0.109", 2600 + ] 2601 + 2602 + [[package]] 2603 + name = "zvariant" 2604 + version = "3.14.0" 2605 + source = "registry+https://github.com/rust-lang/crates.io-index" 2606 + checksum = "622cc473f10cef1b0d73b7b34a266be30ebdcfaea40ec297dd8cbda088f9f93c" 2607 + dependencies = [ 2608 + "byteorder", 2609 + "enumflags2", 2610 + "libc", 2611 + "serde", 2612 + "static_assertions", 2613 + "zvariant_derive", 2614 + ] 2615 + 2616 + [[package]] 2617 + name = "zvariant_derive" 2618 + version = "3.14.0" 2619 + source = "registry+https://github.com/rust-lang/crates.io-index" 2620 + checksum = "5d9c1b57352c25b778257c661f3c4744b7cefb7fc09dd46909a153cce7773da2" 2621 + dependencies = [ 2622 + "proc-macro-crate", 2623 + "proc-macro2", 2624 + "quote", 2625 + "syn 1.0.109", 2626 + "zvariant_utils", 2627 + ] 2628 + 2629 + [[package]] 2630 + name = "zvariant_utils" 2631 + version = "1.0.1" 2632 + source = "registry+https://github.com/rust-lang/crates.io-index" 2633 + checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 2634 + dependencies = [ 2635 + "proc-macro2", 2636 + "quote", 2637 + "syn 1.0.109", 1870 2638 ]
+9 -8
pkgs/applications/virtualization/cloud-hypervisor/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cloud-hypervisor"; 5 - version = "32.0"; 5 + version = "33.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloud-hypervisor"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "aSBzbxL9TOYVQUZBgHI8GHELfx9avRDHh/MWmN+/nY0="; 11 + sha256 = "sha256-ODhiK0lAN5G9FLBjIdvDl9ya5JKwg8Sv06iDkt44vWc="; 12 12 }; 13 13 14 14 cargoLock = { 15 15 lockFile = ./Cargo.lock; 16 16 outputHashes = { 17 - "acpi_tables-0.1.0" = "sha256-aT0p85QDGjBEnbABedm0q7JPpiNjhupoIzBWifQ0RaQ="; 17 + "acpi_tables-0.1.0" = "sha256-OdtnF2fV6oun3NeCkXdaGU3U7ViBcgFKqHKdyZsRsPA="; 18 18 "kvm-bindings-0.6.0" = "sha256-wGdAuPwsgRIqx9dh0m+hC9A/Akz9qg9BM+p06Fi5ACM="; 19 19 "kvm-ioctls-0.13.0" = "sha256-jHnFGwBWnAa2lRu4a5eRNy1Y26NX5MV8alJ86VR++QE="; 20 20 "micro_http-0.1.0" = "sha256-w2witqKXE60P01oQleujmHSnzMKxynUGKWyq5GEh1Ew="; 21 - "mshv-bindings-0.1.1" = "sha256-Pg7UPhW6UOahCQu1jU27lenrsmLT/VdceDqL6lOdmFU="; 22 - "versionize_derive-0.1.4" = "sha256-BPl294UqjVl8tThuvylXUFjFNjJx8OSfBGJLg8jIkWw="; 23 - "vfio-bindings-0.4.0" = "sha256-lKdoo/bmnZTRV7RRWugwHDFFCB6FKxpzxDEEMVqSbwA="; 24 - "vfio_user-0.1.0" = "sha256-JYNiONQNNpLu57Pjdn2BlWOdmSf3c4/XJg/RsVxH3uk="; 25 - "vm-fdt-0.2.0" = "sha256-gVKGiE3ZSe+z3oOHR3zqVdc7XMHzkp4kO4p/WfK0VI8="; 21 + "mshv-bindings-0.1.1" = "sha256-hmOTu/e1WFk6rc+oXxBja+gFlDqnAIXzyWdiUd+Al1E="; 22 + "versionize_derive-0.1.4" = "sha256-oGuREJ5+FDs8ihmv99WmjIPpL2oPdOr4REk6+7cV/7o="; 23 + "vfio-bindings-0.4.0" = "sha256-8zdpLD9e1TAwG+m6ifS7/Fh39fAs5VxtnS5gUj/eKmY="; 24 + "vfio_user-0.1.0" = "sha256-b/gL6vPMW44O44lBIjqS+hgqVUUskBmttGk5UKIMgZk="; 25 + "vm-fdt-0.2.0" = "sha256-lKW4ZUraHomSDyxgNlD5qTaBTZqM0Fwhhh/08yhrjyE="; 26 + "vhost-0.7.0" = "sha256-KdVROh44UzZJqtzxfM6gwAokzY6El8iDPfw2nnkmhiQ="; 26 27 }; 27 28 }; 28 29