diff --git a/Cargo.lock b/Cargo.lock index 82e197413fcd81d36ffc334121f01589bb800aeb..2798dd1305e03bb9e1408399f789bdf71e32b78f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3388,9 +3388,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" +checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" dependencies = [ "clap", "lazy_static", @@ -3399,9 +3399,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" +checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" dependencies = [ "heck", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 6d0b5489ba1ac0e96130a28331ae6f12cf639b82..f257666d46efc4ec43330a701dbb8d520c9972f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem [dependencies] env_logger = "0.8.4" anyhow = "1.0.41" -structopt = "0.3.21" +structopt = "0.3.22" log = "0.4.14" heck = "0.3.3" zip = { version = "0.5.13", default-features = false }