Update toml requirement from 0.4 to 0.5 (#808)

Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-15 13:48:22 -05:00 committed by Justin Starry
parent 60cbcf4746
commit 5d5a9534c7

View File

@ -34,7 +34,7 @@ serde_json = "1.0"
serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "0.4.20"
toml = { version = "0.4", optional = true }
toml = { version = "0.5", optional = true }
yew-macro = { version = "0.10.1", path = "crates/macro" }
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]