From 8e86fb02f28ca14c65c82d435b6f74524ff9fd53 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:59:47 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2762d74..e456cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" router = "0.6" serde_json = "1.0" unicase = "1" -time = "0.1" +time = "0.2" [features] default = []