summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-20 18:11:19 +0200
committermo8it <mo8it@proton.me>2024-05-20 18:11:19 +0200
commitbde2524c3b1043da489541d4885592abe16646fa (patch)
tree446dd255b143852fbb6fe3fe5211f3c1d9430f59 /Cargo.toml
parentcf3f6fd6a16e81905bb44676d623502aeb8e5d01 (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 508fdcc..ebcbe6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,8 @@ license = "MIT"
edition = "2021"
[workspace.dependencies]
-serde = { version = "1.0.199", features = ["derive"] }
-toml_edit = { version = "0.22.12", default-features = false, features = ["parse", "serde"] }
+serde = { version = "1.0.202", features = ["derive"] }
+toml_edit = { version = "0.22.13", default-features = false, features = ["parse", "serde"] }
[package]
name = "rustlings"
@@ -46,13 +46,13 @@ include = [
]
[dependencies]
-anyhow = "1.0.83"
+anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
crossterm = "0.27.0"
hashbrown = "0.14.5"
notify-debouncer-mini = { version = "0.4.1", default-features = false }
os_pipe = "1.1.5"
-ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }
+ratatui = { version = "0.26.3", default-features = false, features = ["crossterm"] }
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.9" }
serde_json = "1.0.117"
serde.workspace = true