fix(deps): update rust-wasm-bindgen monorepo
All checks were successful
Continuous integration / Check (push) Successful in 1m10s
Continuous integration / Test Suite (push) Successful in 2m56s
Continuous integration / Trunk (push) Successful in 7m9s
Continuous integration / Rustfmt (push) Successful in 44s
Continuous integration / build (push) Successful in 2m22s
Continuous integration / Disallow unused dependencies (push) Successful in 2m13s

This commit is contained in:
2025-09-04 20:16:31 +00:00
parent 6cebb0e7d5
commit 2830c238fd
2 changed files with 22 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ thiserror = "2.0.12"
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.41"
wasm-bindgen = "=0.2.100"
wasm-bindgen = "=0.2.101"
uuid = { version = "1.16.0", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues