summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-08-18 11:34:36 +0200
committermo8it <mo8it@proton.me>2025-08-18 12:01:21 +0200
commita712e484d09ce27a622da5e61d26bbb1004f51d2 (patch)
treefb9233a3363c68da6f866dffdff635f778793345 /Cargo.toml
parentf24861957a0c669060473a1fe7c6180eb43df9e2 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27531b3..56adbb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,4 @@
[workspace]
-resolver = "2"
exclude = [
"tests/test_exercises",
"dev",
@@ -20,7 +19,7 @@ rust-version = "1.87"
[workspace.dependencies]
serde = { version = "1.0", features = ["derive"] }
-toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
+toml = { version = "0.9", default-features = false, features = ["std", "parse", "serde"] }
[package]
name = "rustlings"
@@ -53,7 +52,7 @@ notify = "8.0"
rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" }
serde_json = "1.0"
serde.workspace = true
-toml_edit.workspace = true
+toml.workspace = true
[target.'cfg(not(windows))'.dependencies]
rustix = { version = "1.0", default-features = false, features = ["std", "stdio", "termios"] }