summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-05 01:55:31 +0200
committermo8it <mo8it@proton.me>2024-09-05 01:55:31 +0200
commit17877366b7d563077c1457d42cd500b5c2eefc7c (patch)
tree7ae329d4babb48d8a28b5996c2d8770da247b851 /Cargo.toml
parent5eb3dee59c57e320f87b2101bbfb2e4aac1b153b (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 d22aa60..15e2d1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,12 +48,12 @@ include = [
[dependencies]
ahash = { version = "0.8.11", default-features = false }
anyhow = "1.0.86"
-clap = { version = "4.5.16", features = ["derive"] }
+clap = { version = "4.5.17", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.1"
rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" }
-serde_json = "1.0.127"
+serde_json = "1.0.128"
serde.workspace = true
toml_edit.workspace = true