diff options
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index 12d3865e..e03d2b63 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -15,10 +15,11 @@ 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" [dependencies.iced_core] version = "0.2" |