chore: update getrandom version to match wasm version

This commit is contained in:
kozabrada123 2024-01-12 17:40:09 +01:00
parent e950659785
commit 7a41667ad4
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }