summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-17 16:57:58 +0200
committermo8it <mo8it@proton.me>2024-08-17 16:57:58 +0200
commit71f31d74bce5c657ab8a583c0a12a205e50e32cb (patch)
tree49e9ad8c9cf2e7fdb98cb05d05b40608447e1a3e /Cargo.toml
parent72e557b3a9c2a802d81a56b6c08e69cda450f2c0 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e353d6..a8b81eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ edition = "2021" # On Update: Update the edition of the `rustfmt` command that c
rust-version = "1.80"
[workspace.dependencies]
-serde = { version = "1.0.205", features = ["derive"] }
+serde = { version = "1.0.208", features = ["derive"] }
toml_edit = { version = "0.22.20", default-features = false, features = ["parse", "serde"] }
[package]
@@ -48,12 +48,12 @@ include = [
[dependencies]
ahash = { version = "0.8.11", default-features = false }
anyhow = "1.0.86"
-clap = { version = "4.5.14", features = ["derive"] }
+clap = { version = "4.5.16", features = ["derive"] }
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.1"
ratatui = { version = "0.28.0", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.2.0" }
-serde_json = "1.0.122"
+serde_json = "1.0.125"
serde.workspace = true
toml_edit.workspace = true