summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d86ac45..f781e03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,10 +5,10 @@ authors = ["NanoTech <nanotech@nanotechcorp.net>"]
build = "build.rs"
[build-dependencies]
-lalrpop = "0.13.1"
+lalrpop = "0.16.3"
[dependencies]
-bytecount = "0.1.4"
-lalrpop-util = "0.13.1"
-nom = "2.0.0"
+bytecount = "0.5.1"
+lalrpop-util = "0.16.3"
+nom = "3.0.0"
term-painter = "0.2.3"