summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-05 03:15:43 +0200
committermo8it <mo8it@proton.me>2024-08-05 03:15:43 +0200
commit13124aafe3fd0fcd5efad12419ea5cc5a3b8ceef (patch)
treeb0aecf320f85c5d7bbdde4aac3ba4f746abde49b /Cargo.toml
parent175294fa5dda30ed313050a4837631575dc8a232 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5895579..e76077d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ rust-version = "1.80"
[workspace.dependencies]
serde = { version = "1.0.204", features = ["derive"] }
-toml_edit = { version = "0.22.18", default-features = false, features = ["parse", "serde"] }
+toml_edit = { version = "0.22.20", default-features = false, features = ["parse", "serde"] }
[package]
name = "rustlings"
@@ -47,13 +47,13 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.11", features = ["derive"] }
+clap = { version = "4.5.13", features = ["derive"] }
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }
-os_pipe = "1.2.0"
+os_pipe = "1.2.1"
ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.1.0" }
-serde_json = "1.0.121"
+serde_json = "1.0.122"
serde.workspace = true
toml_edit.workspace = true