aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2191599..e2d34e9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,7 +9,7 @@ use actix_web::{
};
use actix_web_httpauth::middleware::HttpAuthentication;
use anyhow::Result;
-use clap::{crate_version, IntoApp, Parser};
+use clap::{crate_version, CommandFactory, Parser};
use fast_qr::QRBuilder;
use log::{error, warn};
use yansi::{Color, Paint};