diff --git a/Cargo.lock b/Cargo.lock index b014f01..b127407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,9 +510,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" +checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa" dependencies = [ "clap", "lazy_static", @@ -521,9 +521,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" +checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba" dependencies = [ "heck", "proc-macro-error", diff --git a/sm64gs2pc/Cargo.toml b/sm64gs2pc/Cargo.toml index 611817e..8646cbf 100644 --- a/sm64gs2pc/Cargo.toml +++ b/sm64gs2pc/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["super-mario-64", "decompilation", "nintendo-64", "gameshark", "port [dependencies] snafu = "0.6.10" patch = "0.5.0" -structopt = "0.3.22" +structopt = "0.3.23" lazy_static = "1.4.0" serde = { version = "1.0.130", features = ["derive"] } walkdir = { version = "2.3.2", optional = true }