diff --git a/Cargo.toml b/Cargo.toml index ff937df..941f513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ web-sys = { version = "0.3.63", features = [ "FileList", "DataTransfer", ] } -wasm-bindgen = "0.2.88" +wasm-bindgen = "0.2.89" icondata = { version = "0.1.0", features = [ "AiCloseOutlined", "AiCheckOutlined", diff --git a/examples/ssr_axum/Cargo.toml b/examples/ssr_axum/Cargo.toml index 90136f8..cb2800d 100644 --- a/examples/ssr_axum/Cargo.toml +++ b/examples/ssr_axum/Cargo.toml @@ -20,7 +20,7 @@ simple_logger = "4" tokio = { version = "1.25.0", optional = true } tower = { version = "0.4.13", optional = true } tower-http = { version = "0.4", features = ["fs"], optional = true } -wasm-bindgen = "=0.2.88" +wasm-bindgen = "=0.2.89" thiserror = "1.0.38" tracing = { version = "0.1.37", optional = true } http = "0.2.8"