summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-10 23:57:35 +0100
committermo8it <mo8it@proton.me>2024-03-10 23:57:35 +0100
commit36db08340d4503ac363e9f6499fc534a479b7491 (patch)
treecd48dda49cf8c584b2bb9ce144172c8a7df70af7 /Cargo.toml
parent8d0aa11a35f822d044e6be89dc42840e0aea8858 (diff)
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24bee7c..218b799 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,22 +9,22 @@ authors = [
edition = "2021"
[dependencies]
-indicatif = "0.17.6"
-console = "0.15"
-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"
+clap = { version = "4.5.2", features = ["derive"] }
+console = "0.15.8"
glob = "0.3.0"
-clap = { version = "4.4.0", features = ["derive"] }
+home = "0.5.9"
+indicatif = "0.17.8"
+notify-debouncer-mini = "0.4.1"
+regex = "1.10.3"
+serde_json = "1.0.114"
+serde = { version = "1.0.197", features = ["derive"] }
+toml = "0.8.10"
[[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"