Update rouille requirement from 2.1.0 to 3.0.0

Updates the requirements on [rouille](https://github.com/tomaka/rouille) to permit the latest version.
- [Release notes](https://github.com/tomaka/rouille/releases)
- [Changelog](https://github.com/tomaka/rouille/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tomaka/rouille/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-10 08:16:06 +00:00
parent 7768328fc4
commit 1610d199e3
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

View File

@ -19,7 +19,7 @@ env_logger = "0.6"
failure = "0.1.2"
log = "0.4"
parity-wasm = "0.35"
rouille = { version = "2.1.0", default-features = false }
rouille = { version = "3.0.0", default-features = false }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"