summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-03-14 11:33:45 +0100
committermo8it <mo8it@proton.me>2025-03-14 11:33:56 +0100
commit8db85946af22ccbcbcca1432acfb73036bd2a099 (patch)
treee3c1725056a575696efdc25f1ea215a97a61648c /Cargo.toml
parent7019f4d1783e9b20ff6c9225a173490985d2658e (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 693d9fd..c7c277c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and
rust-version = "1.85"
[workspace.dependencies]
-serde = { version = "1.0.218", features = ["derive"] }
+serde = { version = "1.0.219", features = ["derive"] }
toml_edit = { version = "0.22.24", default-features = false, features = ["parse", "serde"] }
[package]
@@ -46,21 +46,21 @@ include = [
]
[dependencies]
-anyhow = "1.0.96"
-clap = { version = "4.5.31", features = ["derive"] }
+anyhow = "1.0.97"
+clap = { version = "4.5.32", 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.139"
+serde_json = "1.0.140"
serde.workspace = true
toml_edit.workspace = true
[target.'cfg(not(windows))'.dependencies]
-rustix = { version = "0.38.44", default-features = false, features = ["std", "stdio", "termios"] }
+rustix = { version = "1.0.2", default-features = false, features = ["std", "stdio", "termios"] }
[dev-dependencies]
-tempfile = "3.17.1"
+tempfile = "3.19.0"
[profile.release]
panic = "abort"