Update Rust crate rand to 0.9.0 #284

Open
pierre wants to merge 1 commits from renovate/rand-0.x into master

View File

@ -23,7 +23,7 @@ actix = "0.13.3"
actix-web-actors = "4.3.0"
actix-rt = "2.9.0"
uuid = { version = "1.8.0", features = ["v4"] }
rand = "0.8.5"
rand = "0.9.0"
serde_with = "3.8.1"
tokio = { version = "1", features = ["full"] }
semver = "1.0.22"