summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-07-01 22:44:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-01 22:44:48 +0200
commit3f44d331d9c7afe14416130f54abd2b327a686bf (patch)
treefa68d060aabedda82c268a4cc06c501cbf1e626b /web/Cargo.toml
parent99a50d6b2ff2c54c276d3a142071bd77ac38e4f0 (diff)
parent75464ad89422884e0718eb0429586a9d77f61c71 (diff)
downloadiced-3f44d331d9c7afe14416130f54abd2b327a686bf.tar.gz
iced-3f44d331d9c7afe14416130f54abd2b327a686bf.tar.bz2
iced-3f44d331d9c7afe14416130f54abd2b327a686bf.zip
Merge pull request #432 from hecrj/improvement/update-dodrio
Update `dodrio` in `iced_web`
Diffstat (limited to '')
-rw-r--r--web/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml
index 88c3102f..e03d2b63 100644
--- a/web/Cargo.toml
+++ b/web/Cargo.toml
@@ -15,8 +15,8 @@ categories = ["web-programming"]
maintenance = { status = "actively-developed" }
[dependencies]
-dodrio = "0.1.0"
-wasm-bindgen = "0.2.51"
+dodrio = "0.2"
+wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
url = "2.0"
num-traits = "0.2"