Update log requirement from 0.3 to 0.4

Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/env_logger-0.3.3...0.4.6)
This commit is contained in:
dependabot-preview[bot] 2019-05-27 08:53:47 +00:00 committed by GitHub
parent 2827c8a02b
commit ccf41b49e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]
[dependencies]
regex = "1.1"
rocket = "0.4.0"
log = "0.3"
log = "0.4"
unicase = "2.0"
url = "1.7.2"