From d873c37e31fb052fb376caada6780137e176a6e7 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez <hector0193@gmail.com> Date: Wed, 1 Jul 2020 07:19:51 +0200 Subject: Update `dodrio` dependency in `iced_web` --- web/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/Cargo.toml') 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" -- cgit