summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-04-20 09:35:08 +0200
committermokou <mokou@fastmail.com>2022-04-20 09:35:08 +0200
commitc811643d1e28dc573c5862ccfd4901d6860f5855 (patch)
tree992761bf5df557648d14a3766e215887ac9d4bc4 /Cargo.toml
parenta259704570d87c04e487102af906f9721cb02578 (diff)
chore: bump library versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a340cd2..e8ded14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,13 +5,13 @@ authors = ["mokou <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nic
edition = "2021"
[dependencies]
-argh = "0.1.4"
-indicatif = "0.10.3"
-console = "0.7.7"
-notify = "4.0.15"
-toml = "0.4.10"
-regex = "1.1.6"
-serde = { version = "1.0.10", features = ["derive"] }
+argh = "0.1"
+indicatif = "0.16"
+console = "0.15"
+notify = "4.0"
+toml = "0.5"
+regex = "1.5"
+serde= { version = "1.0", features = ["derive"] }
[[bin]]
name = "rustlings"