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
@@ -30,7 +30,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
rand = "0.8"
rand = "0.9"
time = { version = "0.3", features = ["serde", "parsing", "formatting"] }
url = { version = "2", features = ["serde"] }
serde_repr = "0.1"