summaryrefslogtreecommitdiffstats
path: root/melib/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-06 19:38:20 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-06 23:19:07 +0300
commit6ec249dd7f5c4dbaafa151f7a3be682e8fe0c2a9 (patch)
treedbe8084881a0b6dc11c52642812fc14d12d53bda /melib/Cargo.toml
parentdb4c40182880582761937a0b8e0dfdc915628b21 (diff)
melib: update nom dependency from 3.2.0 to 5.1.1
That was hecking exhausting
Diffstat (limited to 'melib/Cargo.toml')
-rw-r--r--melib/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index 9f238fd5..fa4f77cd 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -23,7 +23,8 @@ crossbeam = "0.7.2"
data-encoding = "2.1.1"
encoding = "0.2.33"
memmap = { version = "0.5.2", optional = true }
-nom = "3.2.0"
+nom = { version = "5.1.1" }
+
notify = { version = "4.0.1", optional = true }
notify-rust = { version = "^3", optional = true }
termion = "1.5.1"