summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-02-18 20:03:49 +0100
committermo8it <mo8it@proton.me>2025-02-18 20:03:49 +0100
commit298be671b9108e490fcef6b8febace8659ec710a (patch)
tree21181636a196067b1f33f5a4f48cd3cfb68ae3f2 /Cargo.toml
parentfbfd4f25e7e715007f5f3f6678f5d336d24d3660 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0eb1d1..c229a3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ rust-version = "1.80"
[workspace.dependencies]
serde = { version = "1.0.217", features = ["derive"] }
-toml_edit = { version = "0.22.22", default-features = false, features = ["parse", "serde"] }
+toml_edit = { version = "0.22.24", default-features = false, features = ["parse", "serde"] }
[package]
name = "rustlings"
@@ -47,20 +47,20 @@ include = [
[dependencies]
anyhow = "1.0.95"
-clap = { version = "4.5.26", features = ["derive"] }
+clap = { version = "4.5.30", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
notify = "8.0.0"
os_pipe = "1.2.1"
rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" }
-serde_json = "1.0.135"
+serde_json = "1.0.138"
serde.workspace = true
toml_edit.workspace = true
[target.'cfg(not(windows))'.dependencies]
-rustix = { version = "0.38.43", default-features = false, features = ["std", "stdio", "termios"] }
+rustix = { version = "0.38.44", default-features = false, features = ["std", "stdio", "termios"] }
[dev-dependencies]
-tempfile = "3.15.0"
+tempfile = "3.17.1"
[profile.release]
panic = "abort"