mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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:
parent
60cbcf4746
commit
5d5a9534c7
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user