summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-27 15:16:42 +0100
committermo8it <mo8it@proton.me>2024-03-27 15:16:42 +0100
commit76764633b46ee570e2b7d2b8564d37b7292fa337 (patch)
treee0d508a1d915c8c1fb6a90d841369426f6f77fff /Cargo.toml
parent8e87c35c884cb05264c0849e798ed222857030e9 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36e1123..2d152cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,11 +10,11 @@ edition = "2021"
[dependencies]
anyhow = "1.0.81"
-clap = { version = "4.5.2", features = ["derive"] }
+clap = { version = "4.5.4", features = ["derive"] }
console = "0.15.8"
indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
-serde_json = "1.0.114"
+serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
shlex = "1.3.0"
toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }