diff --git a/Cargo.toml b/Cargo.toml index 9198461..7aed181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,11 +50,11 @@ sqlx = { version = "0.7.1", features = [ "any", ], optional = true } futures-timer = "3.0.2" +rand = "0.8.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.8" rustls-native-certs = "0.6.3" -rand = "0.8.5" tokio-tungstenite = { version = "0.20.0", features = [ "rustls-tls-native-roots", "rustls-native-certs",