diff --git a/Cargo.lock b/Cargo.lock index 3764b49cc..3c06d5f94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1604,7 +1604,7 @@ dependencies = [ "lyon 0.15.6 (registry+https://github.com/rust-lang/crates.io-index)", "ruffle_core 0.1.0", "sample 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "winit 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1629,7 +1629,7 @@ dependencies = [ "path-slash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ruffle_core 0.1.0", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1856,17 +1856,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "structopt" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "structopt-derive" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2599,8 +2599,8 @@ dependencies = [ "checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" "checksum strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6" -"checksum structopt 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ff6da2e8d107dfd7b74df5ef4d205c6aebee0706c647f6bc6a2d5789905c00fb" -"checksum structopt-derive 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a489c87c08fbaf12e386665109dd13470dcc9c4583ea3e10dd2b4523e5ebd9ac" +"checksum structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef" +"checksum structopt-derive 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a" "checksum svg 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3685c82a045a6af0c488f0550b0f52b4c77d2a52b0ca8aba719f9d268fa96965" "checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" "checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 6b1625092..ffcc61eb6 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -17,7 +17,7 @@ jpeg-decoder = "0.1.18" log = "0.4" lyon = "0.15.6" sample = "0.10.0" -structopt = "0.3.13" +structopt = "0.3.14" winit = "0.22" webbrowser = "0.5.2" url = "2.1.1" diff --git a/scanner/Cargo.toml b/scanner/Cargo.toml index c1ade2046..69c993c7c 100644 --- a/scanner/Cargo.toml +++ b/scanner/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" ruffle_core = { path = "../core" } env_logger = "0.7.1" log = "0.4" -structopt = "0.3.13" +structopt = "0.3.14" walkdir = "2.3.1" serde = { version = "1.0", features = ["derive"] } csv = "1.1"