Update dodrio requirement from 0.1.0 to 0.2.0
Updates the requirements on [dodrio](https://github.com/fitzgen/dodrio) to permit the latest version. - [Release notes](https://github.com/fitzgen/dodrio/releases) - [Commits](https://github.com/fitzgen/dodrio/commits/0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d95ce1a293
commit
4c13ecca50
|
@ -12,7 +12,7 @@ crate-type = ["cdylib"]
|
|||
[dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
console_log = "0.2.0"
|
||||
dodrio = "0.1.0"
|
||||
dodrio = "0.2.0"
|
||||
log = "0.4.6"
|
||||
wasm-bindgen = "0.2"
|
||||
typed-html = { path = "../../../typed-html", features = ["dodrio_macro"] }
|
||||
|
|
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
cfg-if = "0.1.7"
|
||||
dodrio = "0.1.0"
|
||||
dodrio = "0.2.0"
|
||||
futures = "0.1.25"
|
||||
js-sys = "0.3.15"
|
||||
serde = { features = ["derive"], version = "1.0.89" }
|
||||
|
|
|
@ -28,7 +28,7 @@ htmlescape = "0.3.1"
|
|||
proc-macro-hack = "0.5.4"
|
||||
proc-macro-nested = "0.1.3"
|
||||
stdweb = { version = "0.4.14", optional = true }
|
||||
dodrio = { version = "0.1.0", optional = true }
|
||||
dodrio = { version = "0.2.0", optional = true }
|
||||
web-sys = { version = "0.3.16", optional = true, features = [
|
||||
"Event",
|
||||
"Element"
|
||||
|
|
Loading…
Reference in New Issue