Bump dependencies

This commit is contained in:
Roey Darwish Dror
2019-09-04 21:07:43 +03:00
parent 7bdd00f88a
commit d3eb76a0d5
3 changed files with 127 additions and 87 deletions

View File

@@ -147,7 +147,7 @@ impl ConfigFile {
}
#[derive(StructOpt, Debug)]
#[structopt(name = "Topgrade", raw(setting = "structopt::clap::AppSettings::ColoredHelp"))]
#[structopt(name = "Topgrade", setting = structopt::clap::AppSettings::ColoredHelp)]
/// Command line arguments
pub struct CommandLineArgs {
/// Edit the configuration file
@@ -171,7 +171,7 @@ pub struct CommandLineArgs {
no_retry: bool,
/// Do not perform upgrades for the given steps
#[structopt(long = "disable", raw(possible_values = "&Step::possible_values()"))]
#[structopt(long = "disable", possible_values = &Step::possible_values())]
disable: Vec<Step>,
/// Output logs