diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 0889a80..f0823d5 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -19,7 +19,7 @@ serde_json_path = "0.7.2" thiserror = "2.0.10" rayon = "1.7" -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } # Codec base64 = "0.22.1"