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"