From e51936b8807d5375db76a633e3202886b9de82cf Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Tue, 13 Sep 2022 22:07:30 +0300 Subject: [PATCH] Update Cargo.lock Former-commit-id: f3de1c1acebdf73bf703b25cad81cd0c1b6c7ad6 Former-commit-id: 244fb99bb65880484e5a6edaacb96dff1b530f4d --- Cargo.lock | 337 +++++++++++++++-------------------------------------- 1 file changed, 97 insertions(+), 240 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2348093..2523f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] @@ -66,7 +66,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] @@ -82,7 +82,7 @@ dependencies = [ "gdbstub 0.6.3", "gdbstub_arch", "log 0.4.11", - "num 0.2.1", + "num", "num-traits 0.2.12", "rustboyadvance-utils", "serde", @@ -119,7 +119,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ "hermit-abi", "libc", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -197,12 +197,6 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719" -[[package]] -name = "bitflags" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" - [[package]] name = "bitflags" version = "1.3.2" @@ -247,7 +241,7 @@ version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" dependencies = [ - "lazy_static 1.4.0", + "lazy_static", "memchr", "regex-automata", "serde", @@ -326,7 +320,7 @@ dependencies = [ "num-integer", "num-traits 0.2.12", "time 0.1.44", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -337,12 +331,11 @@ checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term 0.11.0", "atty", - "bitflags 1.3.2", + "bitflags", "strsim", "textwrap", "unicode-width", "vec_map", - "yaml-rust 0.3.5", ] [[package]] @@ -352,8 +345,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" dependencies = [ "atty", - "lazy_static 1.4.0", - "winapi 0.3.9", + "lazy_static", + "winapi", ] [[package]] @@ -363,8 +356,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" dependencies = [ "atty", - "lazy_static 1.4.0", - "winapi 0.3.9", + "lazy_static", + "winapi", ] [[package]] @@ -421,7 +414,7 @@ dependencies = [ "criterion-plot", "csv", "itertools 0.9.0", - "lazy_static 1.4.0", + "lazy_static", "num-traits 0.2.12", "oorandom", "plotters", @@ -475,7 +468,7 @@ dependencies = [ "autocfg", "cfg-if 0.1.10", "crossbeam-utils", - "lazy_static 1.4.0", + "lazy_static", "maybe-uninit", "memoffset", "scopeguard", @@ -489,7 +482,7 @@ checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" dependencies = [ "autocfg", "cfg-if 0.1.10", - "lazy_static 1.4.0", + "lazy_static", ] [[package]] @@ -551,7 +544,7 @@ checksum = "9c60f7b8a8953926148223260454befb50c751d3c50e1c178c4fd1ace4083c9a" dependencies = [ "libc", "redox_users", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -636,14 +629,9 @@ name = "fps_bench" version = "0.1.0" dependencies = [ "rustboyadvance-core", + "rustboyadvance-utils", ] -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" - [[package]] name = "futures" version = "0.1.29" @@ -675,7 +663,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg-if 1.0.0", "log 0.4.11", "managed", @@ -693,16 +681,6 @@ dependencies = [ "num-traits 0.2.12", ] -[[package]] -name = "gdi32-sys" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e3eb92c1107527888f86b6ebb0b7f82794777dbf172a932998660a0a2e26c11" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - [[package]] name = "generic-array" version = "0.12.3" @@ -752,6 +730,15 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" +[[package]] +name = "heck" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "hermit-abi" version = "0.1.16" @@ -867,22 +854,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - -[[package]] -name = "lazy_static" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" - [[package]] name = "lazy_static" version = "1.4.0" @@ -896,7 +867,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616" dependencies = [ "arrayvec 0.5.2", - "bitflags 1.3.2", + "bitflags", "cfg-if 0.1.10", "ryu", "static_assertions", @@ -990,22 +961,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" -[[package]] -name = "minifb" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c2cedede43aad485232acf318a3e191ee5a3c2250ca8a3556b849a48e8b901" -dependencies = [ - "cc", - "gdi32-sys", - "kernel32-sys", - "orbclient", - "time 0.1.44", - "user32-sys", - "winapi 0.2.8", - "x11-dl", -] - [[package]] name = "miniz_oxide" version = "0.3.7" @@ -1031,7 +986,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cc", "cfg-if 0.1.10", "libc", @@ -1054,17 +1009,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "num" -version = "0.1.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" -dependencies = [ - "num-integer", - "num-iter", - "num-traits 0.2.12", -] - [[package]] name = "num" version = "0.2.1" @@ -1194,16 +1138,6 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" -[[package]] -name = "orbclient" -version = "0.3.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135507db238b8326a429e2c9f79cda29167a63223734f3c52956cc54e16f7d46" -dependencies = [ - "redox_syscall", - "sdl2 0.31.0", -] - [[package]] name = "paste" version = "1.0.9" @@ -1216,12 +1150,6 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fe74897791e156a0cd8cce0db31b9b2198e67877316bf3086c3acd187f719f0" -[[package]] -name = "pkg-config" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" - [[package]] name = "plain" version = "0.2.3" @@ -1240,6 +1168,30 @@ dependencies = [ "web-sys", ] +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2 1.0.23", + "quote 1.0.7", + "syn 1.0.42", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2 1.0.23", + "quote 1.0.7", + "version_check", +] + [[package]] name = "proc-macro-hack" version = "0.5.18" @@ -1294,44 +1246,6 @@ dependencies = [ "proc-macro2 1.0.23", ] -[[package]] -name = "rand" -version = "0.3.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" -dependencies = [ - "libc", - "rand 0.4.6", -] - -[[package]] -name = "rand" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi 0.3.9", -] - -[[package]] -name = "rand_core" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -dependencies = [ - "rand_core 0.4.2", -] - -[[package]] -name = "rand_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" - [[package]] name = "rayon" version = "1.4.0" @@ -1353,19 +1267,10 @@ dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "lazy_static 1.4.0", + "lazy_static", "num_cpus", ] -[[package]] -name = "rdrand" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" -dependencies = [ - "rand_core 0.3.1", -] - [[package]] name = "redox_syscall" version = "0.1.57" @@ -1440,7 +1345,7 @@ dependencies = [ "bit-set", "bit_reverse", "bitfield", - "bitflags 1.3.2", + "bitflags", "byteorder", "bytesize", "cfg-if 1.0.0", @@ -1453,11 +1358,11 @@ dependencies = [ "gdbstub 0.1.2", "hex-literal", "hexdump", - "lazy_static 1.4.0", + "lazy_static", "log 0.4.11", "memmem", "nom", - "num 0.2.1", + "num", "num-traits 0.2.12", "rustboyadvance-utils", "rustyline", @@ -1465,7 +1370,7 @@ dependencies = [ "sha2", "smart-default", "time 0.2.22", - "yaml-rust 0.4.4", + "yaml-rust", "zip", ] @@ -1495,30 +1400,20 @@ dependencies = [ "unsafe_unwrap", ] -[[package]] -name = "rustboyadvance-minifb" -version = "0.1.0" -dependencies = [ - "bit", - "clap", - "minifb", - "rustboyadvance-core", -] - [[package]] name = "rustboyadvance-sdl2" version = "0.1.0" dependencies = [ "bit", "bytesize", - "clap", "flexi_logger", "log 0.4.11", "ringbuf", "rustboyadvance-core", "rustboyadvance-utils", - "sdl2 0.33.0", + "sdl2", "spin_sleep", + "structopt", "winres", ] @@ -1580,7 +1475,7 @@ dependencies = [ "unicode-segmentation", "unicode-width", "utf8parse", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1630,39 +1525,16 @@ dependencies = [ "syn 1.0.42", ] -[[package]] -name = "sdl2" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a74c2a98a354b20713b90cce70aef9e927e46110d1bc4ef728fd74e0d53eba60" -dependencies = [ - "bitflags 0.7.0", - "lazy_static 0.2.11", - "libc", - "num 0.1.42", - "rand 0.3.23", - "sdl2-sys 0.31.0", -] - [[package]] name = "sdl2" version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f74124048ea86b5cd50236b2443f6f57cf4625a8e8818009b4e50dbb8729a43" dependencies = [ - "bitflags 1.3.2", - "lazy_static 1.4.0", + "bitflags", + "lazy_static", "libc", - "sdl2-sys 0.33.0", -] - -[[package]] -name = "sdl2-sys" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c543ce8a6e33a30cb909612eeeb22e693848211a84558d5a00bb11e791b7ab7" -dependencies = [ - "cfg-if 0.1.10", + "sdl2-sys", ] [[package]] @@ -1759,7 +1631,7 @@ dependencies = [ "colored 2.0.0", "log 0.4.11", "time 0.3.14", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1779,8 +1651,8 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891836ef5f8a5b9678938d34d75391a3794267806482105ffcd363271980c10c" dependencies = [ - "lazy_static 1.4.0", - "winapi 0.3.9", + "lazy_static", + "winapi", ] [[package]] @@ -1853,6 +1725,30 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" +[[package]] +name = "structopt" +version = "0.3.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" +dependencies = [ + "clap", + "lazy_static", + "structopt-derive", +] + +[[package]] +name = "structopt-derive" +version = "0.4.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" +dependencies = [ + "heck", + "proc-macro-error", + "proc-macro2 1.0.23", + "quote 1.0.7", + "syn 1.0.42", +] + [[package]] name = "syn" version = "0.11.11" @@ -1928,7 +1824,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" dependencies = [ - "lazy_static 1.4.0", + "lazy_static", ] [[package]] @@ -1939,7 +1835,7 @@ checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -1954,7 +1850,7 @@ dependencies = [ "stdweb", "time-macros 0.1.1", "version_check", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2059,16 +1955,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1230ec65f13e0f9b28d789da20d2d419511893ea9dac2c1f4ef67b8b14e5da80" -[[package]] -name = "user32-sys" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b719983b952c04198829b51653c06af36f0e44c967fcc1a2bb397ceafbf80a" -dependencies = [ - "winapi 0.2.8", - "winapi-build", -] - [[package]] name = "utf8parse" version = "0.2.0" @@ -2094,7 +1980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" dependencies = [ "same-file", - "winapi 0.3.9", + "winapi", "winapi-util", ] @@ -2127,7 +2013,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" dependencies = [ "bumpalo", - "lazy_static 1.4.0", + "lazy_static", "log 0.4.11", "proc-macro2 1.0.23", "quote 1.0.7", @@ -2231,15 +2117,9 @@ dependencies = [ "cfg-if 0.1.10", "libc", "memory_units", - "winapi 0.3.9", + "winapi", ] -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - [[package]] name = "winapi" version = "0.3.9" @@ -2250,12 +2130,6 @@ dependencies = [ "winapi-x86_64-pc-windows-gnu", ] -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" @@ -2268,7 +2142,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] @@ -2286,23 +2160,6 @@ dependencies = [ "toml", ] -[[package]] -name = "x11-dl" -version = "2.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "326c500cdc166fd7c70dd8c8a829cd5c0ce7be5a5d98c25817de2b9bdc67faf8" -dependencies = [ - "lazy_static 0.2.11", - "libc", - "pkg-config", -] - -[[package]] -name = "yaml-rust" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" - [[package]] name = "yaml-rust" version = "0.4.4"