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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-20 04:59:47 +00:00 committed by GitHub
parent da3ceb7e92
commit 8e86fb02f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ log = "0.4"
router = "0.6"
serde_json = "1.0"
unicase = "1"
time = "0.1"
time = "0.2"
[features]
default = []