aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7eabd99..b1f7b78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,5 +12,5 @@ num-integer = "0.1.45"
serde = "1.0"
serde_json = "1.0"
sycamore = "0.8"
-wasm-bindgen = "0.2.83"
+wasm-bindgen = "0.2.100"
web-sys = { version = "0.3", features = ["Event", "HtmlInputElement", "Storage", "Window"] }