~janbaudisch/heron

4657b24d3c75dd7061ef88cb10ecefa957664bc6 — dependabot-preview[bot] 5 years ago 415b242
build(deps): update yew requirement from 0.6 to 0.7

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2 files changed, 2 insertions(+), 2 deletions(-)

M heron/Cargo.toml
M heron_web/Cargo.toml
M heron/Cargo.toml => heron/Cargo.toml +1 -1
@@ 10,4 10,4 @@ edition = "2018"
[dependencies]

[dev-dependencies]
yew = "0.6"
yew = "0.7"

M heron_web/Cargo.toml => heron_web/Cargo.toml +1 -1
@@ 10,4 10,4 @@ workspace = ".."

[dependencies]
heron = { path = "../heron" }
yew = "0.6"
yew = "0.7"