summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-14 13:32:02 +0200
committermo8it <mo8it@proton.me>2024-06-14 13:32:02 +0200
commit2ff18137462513883533a10c929fe59364b8f884 (patch)
tree690cf2dc153893583fb457beb6de997dd83cae94 /Cargo.toml
parent98db5790144a0d32009718e54051b3f7d54ae494 (diff)
Update deps
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 6ca25d7..8e67312 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.6", features = ["derive"] }
+clap = { version = "4.5.7", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }