summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-10 13:27:32 +0200
committermo8it <mo8it@proton.me>2024-07-10 13:27:32 +0200
commite512928df57d84bd09a1d630fdafa68a1eef928d (patch)
treefa4bad0d63688edecd22f0799889d354b190280a /Cargo.toml
parenta38029e3e724b7364e2739a740a5eab4dd8e7cb3 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2214114..c25f085 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,8 @@ license = "MIT"
edition = "2021"
[workspace.dependencies]
-serde = { version = "1.0.203", features = ["derive"] }
-toml_edit = { version = "0.22.14", default-features = false, features = ["parse", "serde"] }
+serde = { version = "1.0.204", features = ["derive"] }
+toml_edit = { version = "0.22.15", default-features = false, features = ["parse", "serde"] }
[package]
name = "rustlings"
@@ -47,7 +47,7 @@ include = [
[dependencies]
anyhow = "1.0.86"
-clap = { version = "4.5.8", features = ["derive"] }
+clap = { version = "4.5.9", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }