summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-08 21:19:16 +0200
committermo8it <mo8it@proton.me>2024-06-08 21:19:16 +0200
commit0e4136d31e9aff282532b1a85cf40013bfba3f27 (patch)
treecdcb1367b6d440761251a89d47f212758dbce870 /Cargo.toml
parentf8d38320cd239d0abbd1b24fc972fd6f7f592ed9 (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 8845027..6ca25d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.4", features = ["derive"] }
+clap = { version = "4.5.6", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }