Update time requirement from 0.1 to 0.3

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)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/0.1.35...v0.3.0)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-02 04:22:17 +00:00 committed by GitHub
parent 2d712d777d
commit 882b372ea4
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.3"
[features]
default = []