aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 956bedb..f3686fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9anyhow = "1" 9anyhow = "1"
10clap = { version = "4", features = ["derive"] } 10clap = { version = "4", features = ["derive"] }
11colored = "2" 11colored = "2"
12env_logger = "0.9" 12env_logger = "0.11"
13globset = "0.4" 13globset = "0.4"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4" 15log = "0.4"