diff --git a/crates/library_config/Cargo.toml b/crates/library_config/Cargo.toml index a88f20f..e46ca25 100644 --- a/crates/library_config/Cargo.toml +++ b/crates/library_config/Cargo.toml @@ -18,4 +18,4 @@ serde-wasm-bindgen = "0.4" wasm-bindgen-test = "0.3.50" [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.4", features = ["js"] }