Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
user827 committed Oct 18, 2021
1 parent 842938f commit 0f3082c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
46 changes: 29 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/main.rs
Expand Up @@ -8,7 +8,7 @@ use std::convert::TryInto as _;
use std::os::unix::ffi::OsStrExt as _;
use std::path::{Path, PathBuf};

use clap::{AppSettings, Clap, FromArgMatches as _, IntoApp as _};
use clap::{Parser, FromArgMatches as _, IntoApp as _};
use log::{debug, error, info};
use tokio::io::unix::AsyncFd;
use tokio::signal::unix::{signal, SignalKind};
Expand Down Expand Up @@ -403,12 +403,11 @@ async fn run_xcontext(
xcontext.run_events(dialog).await
}

#[derive(Clap)]
#[derive(Parser)]
#[clap(
version = env!("XASKPASS_BUILD_FULL_VERSION"),
about = env!("CARGO_PKG_DESCRIPTION"),
)]
#[clap(setting = AppSettings::ColoredHelp)]
struct Opts {
#[clap(long)]
/// The instance name
Expand Down

0 comments on commit 0f3082c

Please sign in to comment.