summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-21 19:27:00 +0200
committermo8it <mo8it@proton.me>2024-04-21 19:27:00 +0200
commit04d36996dd745af284be380bd902e0bad491b87a (patch)
tree3e8cc7b2143d569bc7c86cc5124b241234f31432 /Cargo.toml
parentf1a60780b9d8cd7be544c3e09ddeb3834493c271 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e3be11..6181b1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ notify-debouncer-mini = "0.4.1"
ratatui = "0.26.2"
rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" }
serde = { version = "1.0.198", features = ["derive"] }
-toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
+toml_edit = { version = "0.22.12", default-features = false, features = ["parse", "serde"] }
which = "6.0.1"
[dev-dependencies]