From df75e35f4792b8a0475ce2ce7f67eabdfd619e21 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 18 Mar 2019 23:18:32 +0100 Subject: [PATCH] Update the toml dependency --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 0e34ba4..231cfd6 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" pem = "0.5" serde = { version = "1.0", features = ["derive"] } time = "0.1" -toml = "0.4" +toml = "0.5" x509-parser = "0.4" [target.'cfg(unix)'.dependencies]