summaryrefslogtreecommitdiffstats
path: root/src/commands/what_depends.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/what_depends.rs')
-rw-r--r--src/commands/what_depends.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/what_depends.rs b/src/commands/what_depends.rs
index 5b3ef9c..268b543 100644
--- a/src/commands/what_depends.rs
+++ b/src/commands/what_depends.rs
@@ -1,5 +1,5 @@
use anyhow::Result;
-use clap_v3::ArgMatches;
+use clap::ArgMatches;
use resiter::Filter;
use resiter::Map;