From 3118e96dfb9aebc1486886cc6659772a5e91b2e8 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 27 Feb 2019 15:27:48 +0100 Subject: Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d86ac45..f781e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ authors = ["NanoTech "] 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" -- cgit v1.2.3