summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml23
1 files changed, 12 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24bee7c..2d152cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,22 +9,23 @@ authors = [
edition = "2021"
[dependencies]
-indicatif = "0.17.6"
-console = "0.15"
+anyhow = "1.0.81"
+clap = { version = "4.5.4", features = ["derive"] }
+console = "0.15.8"
+indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
-toml = "0.7.6"
-regex = "1.5"
-serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0.81"
-home = "0.5.3"
-glob = "0.3.0"
-clap = { version = "4.4.0", features = ["derive"] }
+serde_json = "1.0.115"
+serde = { version = "1.0.197", features = ["derive"] }
+shlex = "1.3.0"
+toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
+which = "6.0.1"
+winnow = "0.6.5"
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
-assert_cmd = "2.0.12"
-predicates = "3.0.3"
+assert_cmd = "2.0.14"
glob = "0.3.0"
+predicates = "3.1.0"