From ffa4485c276d1a6bf0ae0c95643a10642a3b1c9b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 24 Jun 2019 16:12:08 +0200 Subject: [PATCH] Updating nom to the latest stable version --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index c286aed..4c06ef2 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -21,7 +21,7 @@ clap = "2.32" handlebars = "2.0.0-beta.2" http_req = "0.5" log = "0.4" -nom = "5.0.0-beta2" +nom = "5.0" openssl-sys = { version = "0.9", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"