summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-27 15:27:48 +0100
committerNadrieril2019-02-27 15:35:58 +0100
commit3118e96dfb9aebc1486886cc6659772a5e91b2e8 (patch)
treed2a64f401f552106318f2ededd7043f5aefbd92e /Cargo.toml
parent7fe85bcd1ddecf58814e35f02cab8ef652a1e9c2 (diff)
Update dependencies
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"