summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 12:51:44 +0200
committermo8it <mo8it@proton.me>2024-07-25 12:51:44 +0200
commite2492f65a061ab8978d40d32a03cf981544fdf03 (patch)
tree8282b577ca3864ea5bbdd7e34582f6f9940611b7 /Cargo.toml
parent5116a812fbcdf8662934ef35e5d6d0d0794a5d47 (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 f5fe738..1798923 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.9", features = ["derive"] }
+clap = { version = "4.5.10", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }