summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-25 02:35:51 +0100
committermo8it <mo8it@proton.me>2024-03-25 02:35:51 +0100
commit83cd91ccca22e36ed94e03cc622a88ef45e6da10 (patch)
tree9783911c400da9d329628e6954be89ac832f4293 /Cargo.toml
parent9c6f56b836e91da9071830d4dd4a64417fdced9d (diff)
Replace toml with toml_edit
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 218b799..2861459 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ notify-debouncer-mini = "0.4.1"
regex = "1.10.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
-toml = "0.8.10"
+toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
[[bin]]
name = "rustlings"