chore(deps): update rust crate wasm-bindgen to v0.2.95
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2024-10-17 00:28:09 +00:00
parent 5cf5519524
commit 1073979d2e

View File

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