summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorwznmickey <first@wznmickey.com>2024-03-28 00:11:19 +0800
committerwznmickey <first@wznmickey.com>2024-03-28 00:11:19 +0800
commitdd72429af49afbfbf0c1f59f053ecc4382d074fc (patch)
tree81cc6a54f23a6f5c8a2ca4ae221efda0910c64a4 /Cargo.toml
parent92183a74c4c7b91459c1371bb7a68b5e4c1c23bd (diff)
parent34d04139cd372edc0dc611ad83e056d7c4b61a73 (diff)
Merge remote-tracking branch 'origin/main'
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"