chore(deps): update rust crate wasm-bindgen to v0.2.100

This commit is contained in:
2025-07-25 03:22:23 +00:00
parent 1931e67662
commit 52fd200dd1

View File

@@ -27,7 +27,7 @@ thiserror = "2"
tokio = { version = "1.37.0", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] }
tower-http = { version = "0.6", features = ["full"] }
wasm-bindgen = "=0.2.99"
wasm-bindgen = "=0.2.100"
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.