Skip to content

Commit 591e091

Browse files
fix(deps): update rust crate getrandom to 0.4
1 parent 4641934 commit 591e091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resize = { version = "0.8", features = ["std"], default-features = false }
6161
rgb = "0.8"
6262

6363
# Enable WebAssembly support for a few crates
64-
getrandom = { version = "0.2", features = ["js"] }
64+
getrandom = { version = "0.4", features = ["js"] }
6565
chrono = { version = "0.4", features = ["wasmbind"] }
6666
time = { version = "0.3", features = ["wasm-bindgen"] }
6767

0 commit comments

Comments
 (0)