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:
parent
2827c8a02b
commit
ccf41b49e5
|
@ -23,7 +23,7 @@ serialization = ["serde", "serde_derive", "unicase_serde"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1.1"
|
regex = "1.1"
|
||||||
rocket = "0.4.0"
|
rocket = "0.4.0"
|
||||||
log = "0.3"
|
log = "0.4"
|
||||||
unicase = "2.0"
|
unicase = "2.0"
|
||||||
url = "1.7.2"
|
url = "1.7.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue