fix(deps): update rust-wasm-bindgen monorepo
All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 38s
Continuous integration / Check (pull_request) Successful in 1m20s
Continuous integration / Rustfmt (pull_request) Successful in 32s
Continuous integration / build (pull_request) Successful in 1m36s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Check (push) Successful in 1m22s
Continuous integration / build (push) Successful in 45s
Continuous integration / Test Suite (push) Successful in 5m40s

This commit was merged in pull request #30.
This commit is contained in:
2025-02-11 16:46:05 +00:00
parent 7d40cf8a4a
commit f9e5c87d2b
2 changed files with 34 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.39"
wasm-bindgen = "=0.2.95"
wasm-bindgen = "=0.2.100"
uuid = { version = "1.13.1", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues