From 1610d199e3dc0db1eee46a8c9bb9743a0fbfde67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Dec 2018 08:16:06 +0000 Subject: [PATCH] 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] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ca13dcdb5..117d2d64f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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"