chore: update getrandom version to match wasm version

This commit is contained in:
kozabrada123 2024-01-12 17:40:09 +01:00
parent d496cf01a5
commit 1592a9df3f
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" native-tls = "0.2.11"
hostname = "0.3.1" hostname = "0.3.1"
getrandom = { version = "0.2.11" } getrandom = { version = "0.2.12" }
[target.'cfg(target_arch = "wasm32")'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.12", features = ["js"] } getrandom = { version = "0.2.12", features = ["js"] }