mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-27 19:28:56 +03:00
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:
parent
7768328fc4
commit
1610d199e3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user