aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74c3016..b0c7343 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ env_logger = "0.11.3"
13globset = "0.4.14" 13globset = "0.4.14"
14inquire = "0.6" 14inquire = "0.6"
15log = "0.4.21" 15log = "0.4.21"
16nom = "7" 16nom = "7.1.3"
17nom_locate = "4" 17nom_locate = "4"
18slotmap = "1" 18slotmap = "1"
19thiserror = "1" 19thiserror = "1"