summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 1e0228d..ad9164d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ edition = "2021"
[workspace.dependencies]
serde = { version = "1.0.204", features = ["derive"] }
-toml_edit = { version = "0.22.17", default-features = false, features = ["parse", "serde"] }
+toml_edit = { version = "0.22.18", default-features = false, features = ["parse", "serde"] }
[package]
name = "rustlings"
@@ -51,7 +51,7 @@ notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.2.0"
ratatui = { version = "0.27.0", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.1.0" }
-serde_json = "1.0.120"
+serde_json = "1.0.121"
serde.workspace = true
toml_edit.workspace = true