From 78738c16a6dea983a793505d41ac86e6f82dc204 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 4 Jun 2019 15:30:09 +0200 Subject: [PATCH] Update dependencies --- acme_common/Cargo.toml | 6 +++--- acmed/Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 979d33b..f8d1f6d 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -15,8 +15,8 @@ name = "acme_common" base64 = "0.10" daemonize = "0.4" env_logger = "0.6" -handlebars = "2.0.0-beta.1" -http_req = "0.4" +handlebars = "2.0.0-beta.2" +http_req = "0.5" log = "0.4" openssl = "0.10" serde = { version = "1.0", features = ["derive"] } @@ -25,4 +25,4 @@ syslog = "4.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.13" +nix = "0.14" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index d3dd731..46427c6 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -14,8 +14,8 @@ build = "build.rs" [dependencies] acme_common = { path = "../acme_common" } clap = "2.32" -handlebars = "2.0.0-beta.1" -http_req = "0.4" +handlebars = "2.0.0-beta.2" +http_req = "0.5" log = "0.4" nom = "5.0.0-beta2" openssl = "0.10" @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.13" +nix = "0.14"