Update Rust crate rand to 0.9.0 #23

Closed
renovate wants to merge 1 commit from renovate/rand-0.x into main
Showing only changes of commit 2ab2bcbb31 - Show all commits

View file

@ -21,7 +21,7 @@ tokio = { version = "1.35.1", features = ["full"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
maud = "0.26.0"
rand = "0.8.5"
rand = "0.9.0"
data-encoding = "2.6.0"
bcrypt = "0.16.0"
based = { git = "https://git.hydrar.de/jmarya/based", features = ["cache"] }