summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-12 01:35:30 +0200
committermo8it <mo8it@proton.me>2024-05-12 01:35:30 +0200
commitda9f97b0e0a54747202c43c6aed8346cc784cb02 (patch)
tree2241ed100f4066c4cedcb3a28c248ce26bbaa889 /Cargo.toml
parent2d0497bf3b6e9cf7edcf1a6d1899e0e5364fc49b (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 efb1512..bc10d02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ include = [
]
[dependencies]
-anyhow = "1.0.82"
+anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
@@ -55,7 +55,7 @@ notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.1.5"
ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.6" }
-serde_json = "1.0.116"
+serde_json = "1.0.117"
serde.workspace = true
toml_edit.workspace = true