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