From 04e85ead3539fbbcc0f091601ac38c7e2f39b2e5 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 27 Jun 2019 15:54:37 +0200 Subject: port to nom 5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6360fc..f552505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ini = ["rust-ini"] [dependencies] lazy_static = "1.0" serde = "1.0.8" -nom = "4.0.0" +nom = "5.0.0" toml = { version = "0.5", optional = true } serde_json = { version = "1.0.2", optional = true } -- cgit v1.2.3