build(deps): update rand requirement from 0.8.5 to 0.9.0 (#370)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2025-03-04 07:06:43 -08:00
committed by GitHub
parent 11aaa555aa
commit a1777fb7d3
5 changed files with 12 additions and 6 deletions

View File

@@ -28,5 +28,7 @@ jobs:
cd bindings/wasm
cargo clippy --all-targets --no-deps -- -Dwarnings
wasm-pack build --target nodejs --release
wasm-pack test --release --node
# Enable when upstream issue is fixed.
# https://github.com/microsoft/regorus/issues/371
# wasm-pack test --release --node
node test.js