Update Rust crate rand to 0.9 #2

Open
torsten wants to merge 1 commits from renovate/rand-0.x into main
Showing only changes of commit 5eb98f33c9 - Show all commits

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8"
rand = "0.9"
postgres = "0.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"