diff --git a/Cargo.toml b/Cargo.toml index 72f0103..45fb41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true } generic-array = "0.14.7" getrandom = { version = "0.2.16", features = ["js", "wasm-bindgen"] } opaque-ke = "3" -rand = "0.8.5" +rand = "0.9.2" serde = { version = "1.0.219", features = ["derive"] } serde-wasm-bindgen = "0.6.5" tsify = { version = "0.5.5", features = ["js"] }