chore(deps): Update rand to 0.9 (#2367)

This commit is contained in:
Fabian-Lars
2025-08-03 21:22:23 +02:00
committed by GitHub
parent fe23a5e013
commit 2f24c7a70c
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
http = "1"
rand = "0.8"
rand = "0.9"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.27" }