From 9795845d1d6a58f1166b93ee6cfc798c829ce145 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 04:40:11 +0000 Subject: [PATCH] Update time requirement from 0.1 to 0.2 Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Commits](https://github.com/time-rs/time/compare/0.1.35...v0.2.0) Signed-off-by: dependabot-preview[bot] --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index ac0cde2..c1e9dc7 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -22,7 +22,7 @@ nom = "5.0" openssl-sys = "0.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -time = "0.1" +time = "0.2" toml = "0.5" [build-dependencies]