diff --git a/Cargo.toml b/Cargo.toml index 7e43efb..169bd02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ tokio-tungstenite = { version = "0.20.1", features = [ ] } native-tls = "0.2.11" hostname = "0.3.1" -getrandom = { version = "0.2.11" } +getrandom = { version = "0.2.12" } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2.12", features = ["js"] }