summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eca091f..f627dd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,21 +10,21 @@ edition = "2021"
[dependencies]
argh = "0.1"
-indicatif = "0.16"
+indicatif = "0.17"
console = "0.15"
notify = "4.0"
-toml = "0.5"
-regex = "1.5"
+toml = "0.7"
+regex = "1.9"
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0.81"
-home = "0.5.3"
-glob = "0.3.0"
+serde_json = "1.0.105"
+home = "0.5.5"
+glob = "0.3.1"
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
-assert_cmd = "0.11.0"
-predicates = "1.0.1"
-glob = "0.3.0"
+assert_cmd = "2.0.12"
+predicates = "3.0.3"
+glob = "0.3.1"