diff --git a/Cargo.lock b/Cargo.lock index f3527f7..f6d1933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,9 +1276,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.14" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef" +checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8" dependencies = [ "clap", "lazy_static", @@ -1287,9 +1287,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.7" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a" +checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8" dependencies = [ "heck", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index f123abf..f7b5c43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ walkdir = "2.3.1" crossbeam = "0.7.3" tantivy = "0.11.3" anyhow = "1.0.26" -structopt = "0.3.9" +structopt = "0.3.20" clap-verbosity-flag = "0.3.1" log = "0.4.8" simple_logger = "1.5.0"