Merge pull request #1096 from rustwasm/dependabot/cargo/rouille-3.0.0

Update rouille requirement from 2.1.0 to 3.0.0
This commit is contained in:
Alex Crichton 2018-12-10 10:56:47 -08:00 committed by GitHub
commit 350112a77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"